HomeSort by relevance Sort by last modified time
    Searched refs:testdir (Results 51 - 74 of 74) sorted by null

1 23

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compiler.py 29 testdir = os.path.dirname(test.test_support.__file__)
31 for dir in [testdir]:
regrtest.py 229 def main(tests=None, testdir=None, verbose=0, quiet=False,
241 testdir -- the directory in which to look for tests (optional)
244 specify testdir; if it's omitted, the directory containing the
433 alltests = findtests(testdir, stdtests, nottests)
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
686 testdir = findtestdir(testdir)
687 names = os.listdir(testdir)
    [all...]
test_decimal.py 73 testdir = os.path.dirname(file) or os.curdir variable
74 directory = testdir + os.sep + TESTDATADIR + os.sep
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compiler.py 29 testdir = os.path.dirname(test.test_support.__file__)
31 for dir in [testdir]:
regrtest.py 229 def main(tests=None, testdir=None, verbose=0, quiet=False,
241 testdir -- the directory in which to look for tests (optional)
244 specify testdir; if it's omitted, the directory containing the
433 alltests = findtests(testdir, stdtests, nottests)
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
686 testdir = findtestdir(testdir)
687 names = os.listdir(testdir)
    [all...]
test_decimal.py 73 testdir = os.path.dirname(file) or os.curdir variable
74 directory = testdir + os.sep + TESTDATADIR + os.sep
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compiler.py 29 testdir = os.path.dirname(test.test_support.__file__)
31 for dir in [testdir]:
regrtest.py 229 def main(tests=None, testdir=None, verbose=0, quiet=False,
241 testdir -- the directory in which to look for tests (optional)
244 specify testdir; if it's omitted, the directory containing the
433 alltests = findtests(testdir, stdtests, nottests)
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
686 testdir = findtestdir(testdir)
687 names = os.listdir(testdir)
    [all...]
test_decimal.py 73 testdir = os.path.dirname(file) or os.curdir variable
74 directory = testdir + os.sep + TESTDATADIR + os.sep
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 228 def main(tests=None, testdir=None, verbose=0, quiet=False,
240 testdir -- the directory in which to look for tests (optional)
243 specify testdir; if it's omitted, the directory containing the
432 alltests = findtests(testdir, stdtests, nottests)
681 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
683 testdir = findtestdir(testdir)
684 names = os.listdir(testdir)
    [all...]
test_decimal.py 73 testdir = os.path.dirname(file) or os.curdir variable
74 directory = testdir + os.sep + TESTDATADIR + os.sep
    [all...]
  /build/kati/
pathutil.go 437 testdir string // before chdir
475 _, ents := fsCache.readdir(filepathClean(fcp.fc.testdir), unknownFileid)
477 glog.V(1).Infof("find: testdir %s - not dir", fcp.fc.testdir)
527 errFindDupTestdir = errors.New("find command: dup testdir")
618 if p.fc.testdir != "" {
625 p.fc.testdir, err = p.token()
  /external/autotest/client/common_lib/
test.py 777 group_dir = os.path.join(job.testdir, "download", group)
    [all...]
base_job.py 698 @property testdir: The job test directory. [WRITABLE]
775 testdir = _job_directory.property_factory('testdir') variable in class:base_job
    [all...]
  /external/python/cpython2/Lib/test/
regrtest.py 239 def main(tests=None, testdir=None, verbose=0, quiet=False,
251 testdir -- the directory in which to look for tests (optional)
254 specify testdir; if it's omitted, the directory containing the
446 alltests = findtests(testdir, stdtests, nottests)
715 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
717 testdir = findtestdir(testdir)
718 names = os.listdir(testdir)
    [all...]
test_decimal.py 74 testdir = os.path.dirname(file) or os.curdir variable
75 directory = testdir + os.sep + TESTDATADIR + os.sep
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 229 def main(tests=None, testdir=None, verbose=0, quiet=False,
241 testdir -- the directory in which to look for tests (optional)
244 specify testdir; if it's omitted, the directory containing the
433 alltests = findtests(testdir, stdtests, nottests)
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
686 testdir = findtestdir(testdir)
687 names = os.listdir(testdir)
    [all...]
test_decimal.py 73 testdir = os.path.dirname(file) or os.curdir variable
74 directory = testdir + os.sep + TESTDATADIR + os.sep
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 401 testdir = "tests" variable
402 files = glob.glob(testdir + "/*.asdl")
  /external/python/cpython2/Parser/
asdl.py 401 testdir = "tests" variable
402 files = glob.glob(testdir + "/*.asdl")
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir09.c 62 char testdir[MAXPATHLEN]; variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
unparse.py 579 def testdir(a): function
595 testdir(fullname)
598 if args[0] == '--testdir':
600 testdir(a)
  /external/python/cpython2/Demo/parser/
unparse.py 579 def testdir(a): function
595 testdir(fullname)
598 if args[0] == '--testdir':
600 testdir(a)
  /external/autotest/client/bin/
job.py 244 download = os.path.join(self.testdir, 'download')
    [all...]

Completed in 1243 milliseconds

1 23