/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | test_overhead.c | 41 static void test_run(const char *prog) in test_run() function 102 test_run("base"); in test_test_overhead() 109 test_run("kprobe"); in test_test_overhead() 117 test_run("kretprobe"); in test_test_overhead() 124 test_run("raw_tp"); in test_test_overhead() 131 test_run("fentry"); in test_test_overhead() 138 test_run("fexit"); in test_test_overhead()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 15 test_run() function 56 test_run 0 0 57 test_run 1 0 58 test_run 1 1 59 test_run 1 2
|
/external/mesa3d/src/gallium/targets/opencl/ |
D | meson.build | 55 test_run = cpp.run(clang_test_code, name : 'dep-clang-usable', variable 57 dep_clang_usable = test_run.compiled() and test_run.returncode() == 0 80 test_run = cpp.run(clang_test_code, name : 'dep-clang-usable', variable 82 if not test_run.compiled() or test_run.returncode() != 0
|
/external/linux-kselftest/tools/testing/selftests/sparc64/drivers/ |
D | drivers_test.sh | 6 test_run() function 29 test_run
|
/external/kmod/testsuite/ |
D | testsuite.h | 121 int test_run(const struct test *t); 170 return test_run(t); \ 174 if (test_run(t) != 0) \
|
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/ |
D | block_dev.c | 72 static void test_run(void) in test_run() function 99 test_run(); in main()
|
/external/libepoxy/test/ |
D | meson.build | 69 test_run = test[3] variable 71 if test_run 116 test_run = test[4] variable 118 if test_run
|
/external/ltp/testcases/kernel/firmware/fw_load_user/ |
D | fw_load.c | 75 static void test_run(void); 88 test_run(); in main() 150 static void test_run(void) in test_run() function
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/ |
D | tpci.c | 78 static void test_run(void) in test_run() function 112 test_run(); in main()
|
/external/autotest/client/bin/result_tools/ |
D | delete_file_throttler_unittest.py | 99 test_run = os.path.join(self.test_dir, 'test_run_details.txt') 100 unittest_lib.create_file(test_run, LARGE_SIZE_BYTE) 101 self.files_not_deleted.append(test_run)
|
/external/toolchain-utils/crosperf/ |
D | machine_manager_unittest.py | 457 test_run = MockBenchmarkRun('test run', bench, LABEL_LUMPY, 1, [], self.mm, 465 self.mock_lumpy1.test_run = test_run 466 self.mock_lumpy2.test_run = test_run 467 self.mock_lumpy3.test_run = test_run 468 self.mock_daisy1.test_run = test_run 469 self.mock_daisy2.test_run = test_run
|
D | machine_manager.py | 57 self.test_run = None 446 m.test_run = threading.current_thread() 451 m.test_run = threading.current_thread() 466 m.test_run = threading.current_thread() 511 if m.test_run: 512 test_name = m.test_run.name 513 test_status = m.test_run.timeline.GetLastEvent() 647 self.test_run = None
|
/external/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi.c | 125 static void test_run(void) in test_run() function 165 test_run(); in main()
|
/external/autotest/server/site_tests/power_Monitoring/ |
D | power_Monitoring.py | 152 consecutive_failures = test_run = 0 161 subdir_tag = '%05d' % test_run 177 test_run += 1
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 2674 _test_run& test_run = *it; in deinit() local 2676 if (test_run.parent_texture_object_id != 0) in deinit() 2678 gl.deleteTextures(1, &test_run.parent_texture_object_id); in deinit() 2680 test_run.parent_texture_object_id = 0; in deinit() 2683 if (test_run.texture_view_object_created_from_immutable_to_id != 0) in deinit() 2685 gl.deleteTextures(1, &test_run.texture_view_object_created_from_immutable_to_id); in deinit() 2687 test_run.texture_view_object_created_from_immutable_to_id = 0; in deinit() 2690 if (test_run.texture_view_object_created_from_view_to_id != 0) in deinit() 2692 gl.deleteTextures(1, &test_run.texture_view_object_created_from_view_to_id); in deinit() 2694 test_run.texture_view_object_created_from_view_to_id = 0; in deinit() [all …]
|
/external/ltp/testcases/kernel/device-drivers/cpufreq/ |
D | cpufreq_boost.c | 167 static void test_run(void) in test_run() function 196 test_run(); in main()
|
/external/linux-kselftest/tools/testing/selftests/arm64/signal/ |
D | test_signals.c | 23 test_run(current); in main()
|
D | test_signals_utils.h | 16 int test_run(struct tdescr *td);
|
/external/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | cgroup_xattr.c | 108 static void test_run(void); 127 test_run(); in main() 186 static void test_run(void) in test_run() function
|
/external/llvm-project/lldb/test/API/python_api/sbplatform/ |
D | TestSBPlatform.py | 13 def test_run(self): member in SBPlatformAPICase
|
/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 167 static int test_run(void); 183 test_run(); in main() 235 static int test_run(void) in test_run() function
|
/external/igt-gpu-tools/tools/ |
D | cnl_compute_wrpll.c | 482 static void test_run(unsigned int ref_clock) in test_run() function 522 test_run(ref_clocks[f]); in main()
|
/external/crosvm/kvm/tests/ |
D | real_run_adder.rs | 12 fn test_run() { in test_run() function
|
D | dirty_log.rs | 13 fn test_run() { in test_run() function
|
/external/toolchain-utils/orderfile/ |
D | post_process_orderfile_test.py | 62 def test_run(self): member in Tests
|