HomeSort by relevance Sort by last modified time
    Searched refs:testdir (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/sqlite/src/test/
quick.test 10 set testdir [file dirname $argv0]
11 source $testdir/permutations.test
veryquick.test 13 set testdir [file dirname $argv0]
14 source $testdir/permutations.test
mallocAll.test 29 set testdir [file dirname $argv0]
30 source $testdir/tester.tcl
51 foreach testfile [lsort -dictionary [glob $testdir/*malloc*.test]] {
63 source $testdir/misuse.test
async.test 11 set testdir [file dirname $argv0]
12 source $testdir/tester.tcl
64 foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
fuzz_malloc.test 17 set testdir [file dirname $argv0]
18 source $testdir/tester.tcl
25 source $testdir/malloc_common.tcl
26 source $testdir/fuzz_common.tcl
tkt2391.test 14 set testdir [file dirname $argv0]
15 source $testdir/tester.tcl
collate7.test 18 set testdir [file dirname $argv0]
19 source $testdir/tester.tcl
async2.test 11 set testdir [file dirname $argv0]
12 source $testdir/tester.tcl
colmeta.test 17 set testdir [file dirname $argv0]
18 source $testdir/tester.tcl
boundary1.tcl 18 set testdir [file dirname $argv0]
19 source $testdir/tester.tcl
boundary3.tcl 18 set testdir [file dirname $argv0]
19 source $testdir/tester.tcl
collate6.test 17 set testdir [file dirname $argv0]
18 source $testdir/tester.tcl
collate8.test 18 set testdir [file dirname $argv0]
19 source $testdir/tester.tcl
collate9.test 18 set testdir [file dirname $argv0]
19 source $testdir/tester.tcl
boundary2.tcl 18 set testdir [file dirname $argv0]
19 source $testdir/tester.tcl
collateA.test 18 set testdir [file dirname $argv0]
19 source $testdir/tester.tcl
  /dalvik/dx/tests/
run-test 63 testdir=`basename "$oldwd"`
65 testdir="$1"
68 if [ '!' -d "$testdir" ]; then
69 td2=`echo ${testdir}-*`
71 echo "${testdir}: no such test directory" 1>&2
74 testdir="$td2"
91 td_info="$testdir"/"$info"
92 td_run="$testdir"/"$run"
93 td_expected="$testdir"/"$expected"
98 echo "${testdir}: missing files" 1>&
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
mkshadow 48 ln -s "$suite" .testdir
51 ln -s .testdir/$f .
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_traceback.py 73 testdir = tempfile.mkdtemp()
75 sys.path.insert(0, testdir)
76 testfile = os.path.join(testdir, 'test_bug737473.py')
110 for f in os.listdir(testdir):
111 os.unlink(os.path.join(testdir, f))
112 os.rmdir(testdir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_traceback.py 73 testdir = tempfile.mkdtemp()
75 sys.path.insert(0, testdir)
76 testfile = os.path.join(testdir, 'test_bug737473.py')
110 for f in os.listdir(testdir):
111 os.unlink(os.path.join(testdir, f))
112 os.rmdir(testdir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_py.py 76 testdir = os.path.join(sources, "doc")
77 os.mkdir(testdir)
78 open(os.path.join(testdir, "testfile"), "w").close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_py.py 76 testdir = os.path.join(sources, "doc")
77 os.mkdir(testdir)
78 open(os.path.join(testdir, "testfile"), "w").close()
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_perf.tcl 2 set testdir [file join [file dirname $argv0] .. .. test]
3 source $testdir/tester.tcl
  /external/chromium_org/v8/test/mozilla/
testcfg.py 72 for testdir in TEST_DIRS:
73 current_root = os.path.join(self.testroot, testdir)
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 98 testdir = ['apm/'];
110 testdir = ['apm-swb/'];
120 testdir = ['apmm/'];
129 inpathtest = [inpath testdir];
130 outpathtest = [outpath testdir];
131 refpathtest = [refpath testdir];

Completed in 588 milliseconds

1 2