Home
last modified time | relevance | path

Searched refs:test_run (Results 1 – 25 of 47) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dtest_overhead.c41 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/
Dtest_kmod.sh15 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/
Dmeson.build55 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/kmod/testsuite/
Dtestsuite.h121 int test_run(const struct test *t);
170 return test_run(t); \
174 if (test_run(t) != 0) \
/external/linux-kselftest/tools/testing/selftests/sparc64/drivers/
Ddrivers_test.sh6 test_run() function
29 test_run
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
Dblock_dev.c72 static void test_run(void) in test_run() function
99 test_run(); in main()
/external/libepoxy/test/
Dmeson.build69 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/
Dfw_load.c75 static void test_run(void);
88 test_run(); in main()
150 static void test_run(void) in test_run() function
/external/toolchain-utils/crosperf/
Dmachine_manager_unittest.py457 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
Dmachine_manager.py57 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/autotest/client/bin/result_tools/
Ddelete_file_throttler_unittest.py99 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/ltp/testcases/kernel/device-drivers/pci/tpci_user/
Dtpci.c78 static void test_run(void) in test_run() function
112 test_run(); in main()
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c125 static void test_run(void) in test_run() function
165 test_run(); in main()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp2674 _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/autotest/server/site_tests/power_Monitoring/
Dpower_Monitoring.py152 consecutive_failures = test_run = 0
161 subdir_tag = '%05d' % test_run
177 test_run += 1
/external/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c167 static void test_run(void) in test_run() function
196 test_run(); in main()
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c108 static void test_run(void);
127 test_run(); in main()
186 static void test_run(void) in test_run() function
/external/linux-kselftest/tools/testing/selftests/arm64/signal/
Dtest_signals.c23 test_run(current); in main()
Dtest_signals_utils.h16 int test_run(struct tdescr *td);
/external/llvm-project/lldb/test/API/python_api/sbplatform/
DTestSBPlatform.py13 def test_run(self): member in SBPlatformAPICase
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c167 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/
Dcnl_compute_wrpll.c482 static void test_run(unsigned int ref_clock) in test_run() function
522 test_run(ref_clocks[f]); in main()
/external/crosvm/kvm/tests/
Dreal_run_adder.rs12 fn test_run() { in test_run() function
Ddirty_log.rs13 fn test_run() { in test_run() function
/external/toolchain-utils/orderfile/
Dpost_process_orderfile_test.py62 def test_run(self): member in Tests

12