Home
last modified time | relevance | path

Searched defs:testdir (Results 1 – 20 of 20) sorted by relevance

/external/rust/android-crates-io/crates/inotify/tests/
Dmain.rs38 let mut testdir = TestDir::new(); in it_should_watch_a_file() localVariable
60 let mut testdir = TestDir::new(); in it_should_watch_a_file_async() localVariable
99 let mut testdir = TestDir::new(); in it_should_watch_a_file_from_eventstream_watches() localVariable
136 let mut testdir = TestDir::new(); in it_should_watch_a_file_after_converting_back_from_eventstream() localVariable
169 let mut testdir = TestDir::new(); in it_should_convert_the_name_into_an_os_str() localVariable
190 let mut testdir = TestDir::new(); in it_should_set_name_to_none_if_it_is_empty() localVariable
211 let mut testdir = TestDir::new(); in it_should_not_accept_watchdescriptors_from_other_instances() localVariable
225 let mut testdir = TestDir::new(); in watch_descriptors_from_different_inotify_instances_should_not_be_equal() localVariable
251 let mut testdir = TestDir::new(); in watch_descriptor_equality_should_not_be_confused_by_reused_fds() localVariable
322 let mut testdir = TestDir::new(); in it_should_watch_correctly_with_a_watches_clone() localVariable
[all …]
/external/autotest/site_utils/
Dgenerate_test_report84 def _CollectPerf(self, testdir): argument
96 def _CollectAttr(self, testdir): argument
108 def _CollectKeyval(self, testdir, keyword): argument
179 def _CollectInfo(self, testdir, custom_info): argument
257 def _CheckExperimental(self, testdir): argument
321 def _CollectResult(self, testdir, results, is_experimental=False): argument
/external/ltp/testcases/open_posix_testsuite/
Dconfigure.ac16 AC_SUBST([testdir], [$testdir]) subst
/external/webrtc/modules/audio_processing/test/
Dapmtest.m108 testdir = ['apm/']; variable
120 testdir = ['apm-swb/']; variable
130 testdir = ['apmm/']; variable
/external/ltp/testcases/kernel/fs/fs_readonly/
Dtest_robind.sh139 testdir() function
/external/bc/scripts/
Dkaratsuba.py47 testdir = os.path.dirname(script) variable
50 testdir = os.getcwd() variable
Drandmath.py301 testdir = os.path.dirname(script) variable
/external/igt-gpu-tools/docs/reference/igt-gpu-tools/
Dgenerate_description_xml.py54 def get_subtests(testdir, test): argument
/external/autotest/client/bin/
Dsetup_job.py43 def init_test(options, testdir): argument
/external/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat01.c88 static char testdir[256]; in setup_iteration() local
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestnames.c189 char *testdir; in merge_lowercasedrive() local
Dtestdir.c376 abts_suite *testdir(abts_suite *suite) in testdir() function
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestnames.c189 char *testdir; in merge_lowercasedrive() local
Dtestdir.c376 abts_suite *testdir(abts_suite *suite) in testdir() function
/external/bc/tests/
Dhistory.py43 testdir = os.path.dirname(script) variable
/external/autotest/client/common_lib/
Dbase_job.py782 testdir = _job_directory.property_factory('testdir') variable in base_job
/external/autotest/server/hosts/
Dcros_host.py3305 def _check_dir(testdir): argument
/external/python/cpython3/Lib/test/test_zipfile/
Dtest_core.py1729 testdir = TESTFN variable in OverwriteTests
/external/python/cpython3/Lib/test/
Dtest_decimal.py120 testdir = os.path.dirname(file) or os.curdir variable
Dtest_tarfile.py4232 testdir = os.path.join(TEMPDIR, "testoverwrite") variable in OverwriteTests