HomeSort by relevance Sort by last modified time
    Searched refs:SAVEDCWD (Results 1 - 22 of 22) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 50 os.chdir(SAVEDCWD)
test_build_ext.py 67 cmd.library_dirs.insert(0, test_support.SAVEDCWD)
294 cmd.library_dirs.insert(0, test_support.SAVEDCWD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 50 os.chdir(SAVEDCWD)
test_build_ext.py 67 cmd.library_dirs.insert(0, test_support.SAVEDCWD)
294 cmd.library_dirs.insert(0, test_support.SAVEDCWD)
  /external/python/cpython3/Lib/test/libregrtest/
cmdline.py 251 return os.path.join(support.SAVEDCWD, string)
refleak.py 72 fname = os.path.join(support.SAVEDCWD, fname)
runtest_mp.py 57 cwd=support.SAVEDCWD)
main.py 186 with open(os.path.join(support.SAVEDCWD, self.ns.fromfile)) as fp:
466 # available from support.SAVEDCWD.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 402 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))
    [all...]
test_support.py 31 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
396 SAVEDCWD = os.getcwd()
    [all...]
  /external/python/cpython3/Lib/test/
test_regrtest.py 194 self.assertEqual(ns.testdir, os.path.join(support.SAVEDCWD, 'foo'))
243 os.path.join(support.SAVEDCWD, 'foo'))
  /external/python/cpython2/Lib/test/
regrtest.py 415 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))
    [all...]
test_support.py 35 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
702 SAVEDCWD = os.getcwd()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))
    [all...]
test_support.py 34 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
472 SAVEDCWD = os.getcwd()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))
    [all...]
test_support.py 34 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
472 SAVEDCWD = os.getcwd()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))
    [all...]
test_support.py 34 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
472 SAVEDCWD = os.getcwd()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 403 fp = open(os.path.join(test_support.SAVEDCWD, fromfile))
    [all...]
test_support.py 34 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
472 SAVEDCWD = os.getcwd()
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 82 "TESTFN", "SAVEDCWD", "unlink", "rmtree", "temp_cwd", "findfile",
    [all...]

Completed in 1007 milliseconds