HomeSort by relevance Sort by last modified time
    Searched refs:test_dir (Results 26 - 50 of 87) sorted by null

12 3 4

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pkgimport.py 20 self.test_dir = tempfile.mkdtemp()
21 sys.path.append(self.test_dir)
22 self.package_dir = os.path.join(self.test_dir,
33 os.rmdir(self.test_dir)
34 self.assertNotEqual(sys.path.count(self.test_dir), 0)
35 sys.path.remove(self.test_dir)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pkgimport.py 20 self.test_dir = tempfile.mkdtemp()
21 sys.path.append(self.test_dir)
22 self.package_dir = os.path.join(self.test_dir,
33 os.rmdir(self.test_dir)
34 self.assertNotEqual(sys.path.count(self.test_dir), 0)
35 sys.path.remove(self.test_dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 20 self.test_dir = tempfile.mkdtemp()
21 sys.path.append(self.test_dir)
22 self.package_dir = os.path.join(self.test_dir,
33 os.rmdir(self.test_dir)
34 self.assertNotEqual(sys.path.count(self.test_dir), 0)
35 sys.path.remove(self.test_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 20 self.test_dir = tempfile.mkdtemp()
21 sys.path.append(self.test_dir)
22 self.package_dir = os.path.join(self.test_dir,
33 os.rmdir(self.test_dir)
34 self.assertNotEqual(sys.path.count(self.test_dir), 0)
35 sys.path.remove(self.test_dir)
  /bionic/tools/versioner/
run_tests.py 64 test_dir = os.path.join(root_dir, "tests") variable
65 tests = os.listdir(test_dir)
79 path = os.path.join(test_dir, test)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
support.py 16 test_dir = os.path.dirname(__file__) variable
17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
  /external/autotest/client/tests/qemu_iotests/
qemu_iotests.py 71 test_dir = os.path.join(self.srcdir, "scratch")
72 if not os.path.exists(test_dir):
73 os.mkdir(test_dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 16 test_dir = os.path.dirname(__file__) variable
17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 16 test_dir = os.path.dirname(__file__) variable
17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
  /external/e2fsprogs/tests/defaults/
e_script 6 if [ -f $test_dir/setup ]; then
7 . $test_dir/setup
  /external/e2fsprogs/tests/f_uninit_cat/
script 5 IMAGE=$test_dir/image.gz
11 EXP=$test_dir/expect
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
regrtest.py 63 test_dir = os.path.join(lib_dir, "test")
64 os.chdir(test_dir)
  /external/markdown/MarkdownTest/
MarkdownTest.pl 19 my $test_dir = "Tests";
26 "testdir=s" => \$test_dir,
37 unless (-d $test_dir) { die "'$test_dir' is not a directory.\n"; }
45 foreach my $testfile (glob "$test_dir/*.text") {
  /external/ltp/testcases/kernel/syscalls/readdir/
readdir01.c 154 DIR *test_dir; local
208 if ((test_dir = opendir(".")) == NULL) {
215 while ((dptr = readdir(test_dir)) != 0) {
223 "readir(test_dir) Failed on try %d, errno=%d : %s",
  /external/ltp/testcases/kernel/syscalls/pread/
pread03.c 91 char test_dir[100]; variable
168 sprintf(test_dir, "%s.%d", cur_dir, getpid());
  /external/pdfium/testing/tools/
test_runner.py 41 self.test_dir = dirname
173 if self.test_dir != 'corpus':
174 test_dir = finder.TestingDir(os.path.join('resources', self.test_dir))
176 test_dir = finder.TestingDir(self.test_dir)
184 self.working_dir = finder.WorkingDir(os.path.join('testing', self.test_dir))
193 walk_from_dir = finder.TestingDir(test_dir);
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
trace_data_unittest.py 18 test_dir = tempfile.mkdtemp()
19 trace_path = os.path.join(test_dir, 'test_trace.json')
27 shutil.rmtree(test_dir)
  /art/test/952-invoke-custom/generator/
build-test.sh 36 test_dir="test-$$"
38 tmp_dir="/tmp/$USER/${test_dir}"
40 tmp_dir="${TMPDIR}/${test_dir}"
  /system/extras/perfprofd/tests/
perfprofd_test.cc 44 // test_dir is the directory containing the test executable and
47 // dest_dir is a subdirectory of test_dir that we'll create on the fly
51 static std::string test_dir; variable
103 if (test_dir == "") {
107 test_dir = s.substr(0,found);
108 dest_dir = test_dir;
178 : config_path_(test_dir)
196 std::string semaphore(test_dir);
203 std::string semaphore(test_dir);
210 std::string processed = test_dir + "/" PROCESSED_FILENAME
    [all...]
  /external/ltp/testscripts/
exportfs.sh 191 mkdir -p -m 777 $MNT_POINT/test_dir
192 echo "NFS mount of $FS_TYPE file system and I/O to NFS mount point generates the fs/exportfs code coverage" > $MNT_POINT/test_dir/exportfs_coverage
  /test/vts-testcase/hal/script/configure/
test_case_creator.py 50 test_dir: string, test case absolute directory.
131 'Exiting...' % self.test_dir)
183 test_dir = self._test_type
185 test_dir = test_dir + '_replay'
187 test_dir = test_dir + '_profiling'
190 self.GetHalVersionToken(), test_dir)
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
firmware_summary_unittest.py 49 test_dir = os.path.join(os.getcwd(), 'tests')
50 log_dir = os.path.join(test_dir, 'logs', cls.log_category)
  /system/core/init/
util_test.cpp 93 TemporaryDir test_dir; local
94 std::string path = android::base::StringPrintf("%s/does-not-exist", test_dir.path);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
test_unparse.py 197 test_dir = os.path.join(dist_dir, d)
198 for n in os.listdir(test_dir):
200 names.append(os.path.join(test_dir, n))
  /external/protobuf/gtest/test/
run_tests_util.py 337 test_dir = self.os.path.normpath(self.os.path.join(self.script_dir, 'test'))
343 python_path = self.os.path.join(test_dir,
367 selected_python_tests = self._FindFilesByRegex(test_dir,

Completed in 2196 milliseconds

12 3 4