Home
last modified time | relevance | path

Searched refs:setup_test (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lldb/test/API/tools/lldb-server/libraries-svr4/
DTestGdbRemoteLibrariesSvr4Support.py14 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/
DTestProcessIO.py19 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/
Dreboot02.c86 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/
Dmlockall02.c84 int setup_test(int);
119 if (setup_test(i)) { in main()
177 int setup_test(int i) in setup_test() function
Dmlockall03.c87 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/
DCMakeLists.txt24 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/
Dlxc_functional_test.py195 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)
Dcontainer_bucket.py177 def setup_test(self, container_id, job_id, server_package_url, result_path, member in ContainerBucket
/external/autotest/client/bin/
Dsetup_job.py123 def setup_test(client_test): function
200 good_setup = setup_test(client_test)
/external/libevent/test/
Dregress.c287 #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/
Dmemcg_lib.sh505 setup_test() function
540 setup_test $i
/external/llvm-project/lldb/test/API/functionalities/load_unload/
DTestLoadUnload.py25 self.setup_test()
35 def setup_test(self): member in LoadUnloadTestCase
/external/autotest/server/site_tests/firmware_Fingerprint/
Dfirmware_Fingerprint.py32 self.setup_test(
/external/autotest/server/cros/faft/
Dfingerprint_test.py211 def setup_test(self, test_dir, use_dev_signed_fw=False, member in FingerprintTest
/external/autotest/server/
Dautoserv187 test_container = bucket.setup_test(container_id, job_id, ssp_url,
Dautoserv.py187 test_container = bucket.setup_test(container_id, job_id, ssp_url,
/external/libevent/
DChangeLog-2.0688 o Remove the now-obsolete setup_test() and cleanup_test() functions (e73f1d7)