Home
last modified time | relevance | path

Searched defs:test_run (Results 1 – 16 of 16) sorted by relevance

/external/ltp/testcases/network/dctcp/
Ddctcp01.sh66 test_run() function
/external/toolchain-utils/automation/clients/report/dejagnu/
Dmanifest.py42 def FromDejaGnuTestRun(cls, test_run): argument
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
Dblock_dev.c72 static void test_run(void) in test_run() function
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
Dtpci.c78 static void test_run(void) in test_run() function
/external/toolchain-utils/crosperf/
Ddownload_images_unittest.py157 def test_run(self): member in ImageDownloaderTestcast
Dbenchmark_run_unittest.py119 def test_run(self): member in BenchmarkRunTest
Dexperiment_runner_unittest.py141 def test_run(self, mock_progress_string, mock_status_string): member in ExperimentRunnerTest
Dsuite_runner_unittest.py87 def test_run(self): member in SuiteRunnerTest
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c124 static void test_run(void) in test_run() function
/external/autotest/server/
Dautotest_unittest.py170 def test_run(self): member in TestBaseAutotest
/external/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c143 static void test_run(void) in test_run() function
/external/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c150 static void test_run(void) in test_run() function
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c186 static void test_run(void) in test_run() function
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c230 static int test_run(void) in test_run() function
/external/kmod/testsuite/
Dtestsuite.c872 int test_run(const struct test *t) in test_run() function
/external/autotest/client/common_lib/
Dbase_utils_unittest.py681 class test_run(unittest.TestCase): class