/external/llvm-project/lldb/test/API/tools/lldb-server/libraries-svr4/ |
D | TestGdbRemoteLibrariesSvr4Support.py | 14 def setup_test(self): member in TestGdbRemoteLibrariesSvr4Support 111 self.setup_test() 118 self.setup_test() 125 self.setup_test() 132 self.setup_test()
|
/external/llvm-project/lldb/test/API/python_api/process/io/ |
D | TestProcessIO.py | 19 def setup_test(self): member in ProcessIOTestCase 40 self.setup_test() 52 self.setup_test() 66 self.setup_test() 81 self.setup_test() 96 self.setup_test()
|
/external/ltp/testcases/kernel/syscalls/reboot/ |
D | reboot02.c | 86 static int setup_test(); 121 if (setup_test() == 0) { in main() 163 int setup_test(void) in setup_test() function
|
/external/ltp/testcases/kernel/syscalls/mlockall/ |
D | mlockall02.c | 84 int setup_test(int); 119 if (setup_test(i)) { in main() 177 int setup_test(int i) in setup_test() function
|
D | mlockall03.c | 87 int setup_test(int); 142 if (setup_test(i)) { in main() 213 int setup_test(int i) in setup_test() function
|
/external/curl/tests/libtest/ |
D | CMakeLists.txt | 24 function(setup_test TEST_NAME) # ARGN are the files in the test function 53 setup_test(${TEST_NAME} ${${TEST_NAME}_SOURCES}) 55 setup_test(${TEST_NAME} ${nodist_${TEST_NAME}_SOURCES})
|
/external/autotest/site_utils/lxc/ |
D | lxc_functional_test.py | 195 def setup_test(bucket, container_id, skip_cleanup): function 207 container = bucket.setup_test(container_id, TEST_JOB_ID, 349 container = setup_test(bucket, container_id, options.skip_cleanup)
|
D | container_bucket.py | 177 def setup_test(self, container_id, job_id, server_package_url, result_path, member in ContainerBucket
|
/external/autotest/client/bin/ |
D | setup_job.py | 123 def setup_test(client_test): function 200 good_setup = setup_test(client_test)
|
/external/libevent/test/ |
D | regress.c | 287 #define setup_test(x) do { \ macro 293 #define cleanup_test() setup_test("cleanup") 301 setup_test("Simple read: "); in test_simpleread() 323 setup_test("Simple write: "); in test_simplewrite() 346 setup_test("Simple read to multiple evens: "); in test_simpleread_multiple() 530 setup_test("Multiple read/write: "); in test_multiple() 559 setup_test("Persist read/write: "); in test_persistent() 586 setup_test("Combined read/write: "); in test_combined() 618 setup_test("Simple timeout: "); in test_simpletimeout() 930 setup_test("After fork: "); in test_fork() [all …]
|
/external/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_lib.sh | 505 setup_test() function 540 setup_test $i
|
/external/llvm-project/lldb/test/API/functionalities/load_unload/ |
D | TestLoadUnload.py | 25 self.setup_test() 35 def setup_test(self): member in LoadUnloadTestCase
|
/external/autotest/server/site_tests/firmware_Fingerprint/ |
D | firmware_Fingerprint.py | 32 self.setup_test(
|
/external/autotest/server/cros/faft/ |
D | fingerprint_test.py | 211 def setup_test(self, test_dir, use_dev_signed_fw=False, member in FingerprintTest
|
/external/autotest/server/ |
D | autoserv | 187 test_container = bucket.setup_test(container_id, job_id, ssp_url,
|
D | autoserv.py | 187 test_container = bucket.setup_test(container_id, job_id, ssp_url,
|
/external/libevent/ |
D | ChangeLog-2.0 | 688 o Remove the now-obsolete setup_test() and cleanup_test() functions (e73f1d7)
|