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

  /external/toybox/scripts/
test.sh 7 rm -rf generated/testdir
8 mkdir -p generated/testdir/testdir
14 PREFIX=generated/testdir/ scripts/single.sh "$@" || exit 1
16 make install_flat PREFIX=generated/testdir || exit 1
20 cd generated/testdir
22 cd testdir
39 cd .. && rm -rf testdir && mkdir testdir && cd testdir || exit
    [all...]
  /external/libpng/contrib/libtests/
gentests.sh 34 testdir="tests"
36 testdir="$1"
42 if test -e "$testdir"
44 test -d "$testdir" || usage
47 mkdir "$testdir" 2>/dev/null || mkdir -p "$testdir" || usage
51 cd "$testdir"
54 echo "$testdir: directory not writable"
59 echo "$testdir: you have create but not write privileges here."
  /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...]
  /external/toybox/tests/
chown.test 20 rm -rf testdir &&
21 mkdir testdir &&
22 touch testdir/file
23 F=testdir/file
27 OUT="&& echo \$(ls -l testdir/file | awk '{print \$3,\$4}')"
41 rm -rf testdir
chgrp.test 18 rm -rf testdir &&
19 mkdir -p testdir/dir/dir/dir testdir/dir2 &&
20 touch testdir/dir/file &&
21 ln -s ../dir/dir testdir/dir2/dir &&
22 ln -s ../dir/file testdir/dir2/file || exit 1
26 IN="cd testdir && chgrp -R $GRP dir dir2 &&"
27 OUT="&& cd .. && echo \$(ls -lR testdir | awk '{print \$4}')"
102 rm -rf testdir
  /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)
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/site-packages/setoolsgui/networkx/readwrite/tests/
test_shp.py 37 testdir = os.path.join(tempfile.gettempdir(), 'shpdir')
40 self.deletetmp(drv, testdir, shppath)
41 os.mkdir(testdir)
58 self.testdir = testdir
140 self.deletetmp(self.drv, self.testdir, self.shppath)
  /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)
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/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/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];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 761 File testdir = new File(base, "long-" + platformId); local
762 testdir.mkdir();
763 File dir = new File(testdir, "longdirectory" + platformId);
772 f2 = new File(testdir + File.separator + "longdi~1" + File.separator
788 testdir.delete();
839 File testdir = new File(base, "long-" + platformId); local
    [all...]
  /external/markdown/MarkdownTest/
MarkdownTest.pl 26 "testdir=s" => \$test_dir,
127 =item B<--testdir>
  /external/lldb/test/
dotest.py     [all...]

Completed in 561 milliseconds