| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_clk_rate_trace/kernel/ |
| H A D | mali_kutf_clk_rate_trace_test.c | 174 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_set_pm_ctx_active() 188 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_set_pm_ctx_idle() 201 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_do_change_pm_ctx() 238 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_do_get_rate() 302 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_do_get_snapshot() 363 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_do_invoke_notify_42k() 402 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_do_close_portal() 443 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_do_get_platform() 510 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_flag_result() 624 struct kutf_clk_rate_trace_fixture_data *data = context->fixture; in kutf_clk_trace_barebone_check() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-pytest-subtests_0.7.0.bb | 1 SUMMARY = "unittest subTest() support and subtests fixture." 3 New subtests fixture, providing similar functionality for pure pytest tests."
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_mgm_integration_test/ |
| H A D | mali_kutf_mgm_integration_test_main.c | 70 struct kutf_mgm_fixture_data *data = context->fixture; in mali_kutf_mgm_pte_translation_test() 163 struct kutf_mgm_fixture_data *data = context->fixture; in mali_kutf_mgm_integration_remove_fixture()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/mali_kutf_irq_test/ |
| H A D | mali_kutf_irq_test_main.c | 148 struct kutf_irq_fixture_data *data = context->fixture; in mali_kutf_irq_default_remove_fixture() 169 struct kutf_irq_fixture_data *data = context->fixture; in mali_kutf_irq_latency()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_irq_test/ |
| H A D | mali_kutf_irq_test_main.c | 157 struct kutf_irq_fixture_data *data = context->fixture; in mali_kutf_irq_default_remove_fixture() 178 struct kutf_irq_fixture_data *data = context->fixture; in mali_kutf_irq_latency()
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | sample_python_pytest.py | 7 @pytest.fixture()
|
| H A D | sample_python_pytest_asyncio.py | 8 @pytest.fixture()
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | conftest.py | 301 @pytest.fixture(scope='session') 314 @pytest.fixture(scope='session') 327 @pytest.fixture(scope='function')
|
| H A D | README.md | 338 A test fixture named `u_boot_console` should be used by each test function. This
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | kselftest_harness.h | 187 .fixture = &_fixture_global, \ 391 .fixture = &_##fixture_name##_fixture_object, \ 818 struct __fixture_metadata *fixture; member 842 __LIST_APPEND(t->fixture->tests, t); in __register_test()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pytest-lazy-fixture_0.6.3.bb | 4 HOMEPAGE = "https://github.com/tvorog/pytest-lazy-fixture"
|
| H A D | python3-pytest-benchmark_3.4.1.bb | 4 SUMMARY = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are…
|
| H A D | python3-prettytable_3.1.1.bb | 38 ${PYTHON_PN}-pytest-lazy-fixture \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/fixtures/ |
| H A D | README | 28 Use the django management command manage.py loaddata <your fixture file>
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/include/kutf/ |
| H A D | kutf_suite.h | 169 void *fixture; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/ |
| H A D | kutf_suite.c | 308 test_context->fixture = suite->create_fixture(test_context); in kutf_debugfs_run_open() 311 if ((suite->create_fixture && test_context->fixture) || in kutf_debugfs_run_open() 826 new_context->fixture = NULL; in kutf_create_context()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/ |
| H A D | kutf_suite.h | 226 void *fixture; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
| H A D | kutf_suite.c | 295 test_context->fixture = suite->create_fixture(test_context); in kutf_run_test() 298 if ((suite->create_fixture && test_context->fixture) || in kutf_run_test() 973 new_context->fixture = NULL; in kutf_create_context()
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_env.py | 86 @pytest.fixture(scope='function')
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | Kconfig | 196 Say Y here if you want to support the special test fixture device 199 When the test fixture is connected, it can enumerate as one of several 201 the downstream port to which the test fixture is attached.
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/ |
| H A D | conftest.py | 288 @pytest.fixture(scope="module")
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 102 var fixture=defined.document&&document.getElementById&&document.getElementById("qunit-fixture");if(… 307 function storeFixture(){var fixture=id("qunit-fixture");if(fixture){config.fixture=fixture.innerHTM…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-python.bb | 337 python3-pytest-lazy-fixture \ 491 python3-pytest-lazy-fixture-ptest \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | qunit-1.18.0.css | 1 …x solid #FFF;}#qunit-testresult .module-name{font-weight:700;}/**/#qunit-fixture{position:absolute…
|
| /OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/ |
| H A D | reference.rst | 104 The Django fixture feature overrides the default layer server when you 105 use it to specify a custom URL. To use the fixture feature, create (or 225 or layers than the default fixture files. 243 The following subsections describe each of the sections in the fixture
|