/external/autotest/client/common_lib/ |
test.py | 776 group_dir = os.path.join(job.testdir, "download", group) [all...] |
base_job.py | 962 testdir = _job_directory.property_factory('testdir') variable in class:base_job [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...] |
/prebuilts/gdb/linux-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...] |
/prebuilts/python/darwin-x86/2.7.5/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...] |
/prebuilts/python/linux-x86/2.7.5/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/ltp/testcases/network/nfs/nfsstat01/ |
nfsstat01 | 50 TESTDIR=${TESTDIR:=/tmp/$TC$PID.testdir} 107 mkdir -p $TESTDIR 108 [ $? -eq 0 ] || end_testcase "Could not create $TESTDIR" 111 mount -t $NFS_TYPE $OPTS $HOST:$EXPORTDIR $TESTDIR 141 cat /proc/cpuinfo > $TESTDIR/nfsstat01.tmp 176 rm -f $TESTDIR/nfsstat01.tmp 210 echo "Unmounting TESTDIR" 211 umount $TESTDIR [all...] |
/external/ltp/testcases/kernel/syscalls/mkdir/ |
mkdir09.c | 75 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)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_decimal.py | 73 testdir = os.path.dirname(file) or os.curdir
variable 74 directory = testdir + os.sep + TESTDATADIR + os.sep
[all...] |
/external/autotest/client/bin/ |
job.py | 245 download = os.path.join(self.testdir, 'download') [all...] |