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

1 23 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compiler.py 29 testdir = os.path.dirname(test.test_support.__file__)
31 for dir in [libdir, testdir]:
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...]
  /external/autotest/server/hosts/
cros_repair.py 134 for testdir in self._TEST_DIRECTORIES:
135 filename = os.path.join(testdir, 'writable_test')
139 msg = 'Can\'t create a file in %s' % testdir
  /external/python/cpython2/Lib/test/
test_compiler.py 29 testdir = os.path.dirname(test.test_support.__file__)
31 for dir in [testdir]:
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...]
  /prebuilts/gdb/darwin-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...]
  /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...]
  /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...]
  /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...]
  /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 790 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/cpython3/Lib/test/libregrtest/
main.py 54 testdir -- the directory in which to look for tests (optional)
57 specify testdir; if it's omitted, the directory containing the
207 # if testdir is set, then we are not running the python tests suite, so
209 if self.ns.testdir:
210 alltests = findtests(self.ns.testdir, list(), set())
212 alltests = findtests(self.ns.testdir, stdtests, nottests)
cmdline.py 203 group.add_argument('--testdir', metavar='DIR',
279 ns = argparse.Namespace(testdir=None, verbose=0, quiet=False,
  /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
  /external/python/cpython3/Lib/test/
test_regrtest.py 193 ns = libregrtest._parse_args(['--testdir', 'foo'])
194 self.assertEqual(ns.testdir, os.path.join(support.SAVEDCWD, 'foo'))
195 self.checkError(['--testdir'], 'expected one argument')
320 self.testdir = os.path.realpath(os.path.dirname(__file__))
480 '--testdir=%s' % self.tmptestdir]
496 script = os.path.join(self.testdir, 'regrtest.py')
528 script = os.path.join(self.testdir, 'autotest.py')
550 test_args = ['--testdir=%s' % self.tmptestdir]
575 cmdargs = ['-m', 'test', '--testdir=%s' % self.tmptestdir, *testargs]
  /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/python/cpython3/Tools/parser/
unparse.py 679 def testdir(a): function
695 testdir(fullname)
698 if args[0] == '--testdir':
700 testdir(a)

Completed in 1082 milliseconds

1 23 4