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

1 23 4

  /tools/test/connectivity/acts/framework/tests/
acts_relay_controller_test.py 189 self.test_dir = 'file://' + tempfile.mkdtemp() + '/'
193 with open(self.test_dir[7:] + '00', 'w+') as file:
195 with open(self.test_dir[7:] + '01', 'w+') as file:
202 self.test_dir,
220 shutil.rmtree(self.test_dir[7:])
260 with open(self.test_dir[7:] + '99', 'w+') as status_file:
262 self.STATUS_MSG.format(self.test_dir[:-1], self.test_dir[:-1],
300 os.utime(self.test_dir[7:] + '01', (0, 0))
302 self.assertNotEqual(os.stat(self.test_dir[7:] + '01').st_atime, 0
    [all...]
  /external/autotest/server/
site_gtest_runner.py 109 test_dir = os.path.join(self._results_dir, failed_test)
110 if not os.path.exists(test_dir):
112 os.makedirs(test_dir)
115 test_dir)
126 fail_log_dir = os.path.join(test_dir, 'debug')
autotest.py     [all...]
  /external/toolchain-utils/crosperf/
results_cache_unittest.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_parser.py 13 from .support import driver, test_dir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 13 from .support import driver, test_dir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 13 from .support import driver, test_dir
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 50 self.test_dir = os.path.join(os.getcwd(), 'tests')
51 self.data_dir = os.path.join(self.test_dir, 'data')
  /external/autotest/client/common_lib/
test.py 791 test_dir = os.path.join(group_dir, name)
796 if not os.path.exists(test_dir):
799 job.pkgmgr.untar_pkg(tarball_path, test_dir)
    [all...]
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 584 FilePath test_dir(temp_dir_.path().AppendASCII("test_dir"));
585 ASSERT_TRUE(base::CreateDirectory(test_dir));
586 FilePath symlink(test_dir.AppendASCII("symlink"));
    [all...]
  /art/test/testrunner/
testrunner.py 157 test_dir = env.ANDROID_BUILD_TOP + '/art/test'
158 for f in os.listdir(test_dir):
    [all...]
  /external/clang/
build.py 520 test_dir = os.path.join(product_dir, 'obj/EXECUTABLES',
522 built_test = os.path.join(test_dir, 'PACKED', test_module)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_math.py 32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
    [all...]
test_float.py 26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
    [all...]
test_ftplib.py 536 def test_dir(self): member in class:TestFTPClass
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_math.py 32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
    [all...]
test_float.py 26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
    [all...]
test_ftplib.py 536 def test_dir(self): member in class:TestFTPClass
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_math.py 32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
    [all...]
test_float.py 26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
    [all...]
test_ftplib.py 536 def test_dir(self): member in class:TestFTPClass
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
    [all...]
test_float.py 26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
    [all...]
test_float.py 26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
    [all...]

Completed in 2151 milliseconds

1 23 4