HomeSort by relevance Sort by last modified time
    Searched refs:findfile (Results 26 - 45 of 45) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bz2.py 3 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile namespace
test_cfgparser.py 296 file1 = test_support.findfile("cfgparser.1")
test_random.py 159 f = open(test_support.findfile(file),"rb")
test_minidom.py 5 from test.test_support import verbose, run_unittest, findfile namespace
16 tstfile = findfile("test.xml", subdir="xmltestdata")
    [all...]
test_zipfile.py 22 run_unittest, findfile, unlink namespace
    [all...]
test_support.py 34 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
510 def findfile(file, here=__file__, subdir=None): function
    [all...]
test_subprocess.py     [all...]
test_tarfile.py 30 tarname = test_support.findfile("testtar.tar")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bz2.py 3 from test.test_support import TESTFN, _4G, bigmemtest, import_module, findfile namespace
test_cfgparser.py 296 file1 = test_support.findfile("cfgparser.1")
test_random.py 159 f = open(test_support.findfile(file),"rb")
test_minidom.py 5 from test.test_support import verbose, run_unittest, findfile namespace
16 tstfile = findfile("test.xml", subdir="xmltestdata")
    [all...]
test_zipfile.py 22 run_unittest, findfile, unlink namespace
    [all...]
test_support.py 34 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
510 def findfile(file, here=__file__, subdir=None): function
    [all...]
test_subprocess.py     [all...]
test_tarfile.py 30 tarname = test_support.findfile("testtar.tar")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 35 from test.test_support import findfile, run_unittest namespace
64 fp = openfile(findfile(filename))
197 fp = openfile(findfile('msg_46.txt'))
    [all...]
test_email_renamed.py 35 from test.test_support import findfile, run_unittest namespace
64 fp = openfile(findfile(filename))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 35 from test.test_support import findfile, run_unittest namespace
64 fp = openfile(findfile(filename))
197 fp = openfile(findfile('msg_46.txt'))
    [all...]
test_email_renamed.py 35 from test.test_support import findfile, run_unittest namespace
64 fp = openfile(findfile(filename))
    [all...]

Completed in 700 milliseconds

12