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

  /external/elfutils/tests/
run-arsymtest.sh 18 testfile=arsymtest.test
29 sort $tmpfile > $testfile
33 if cmp $okfile $testfile; then
35 rm $testfile $okfile
run-strip-test.sh 23 ../src/strip -o testfile.temp testfile11
25 cmp testfile7 testfile.temp
29 ../src/elflint -q testfile.temp
31 rm -f testfile11 testfile7 testfile.temp
run-strip-test2.sh 23 ../src/strip -o testfile.temp testfile8
25 cmp testfile9 testfile.temp
29 ../src/elflint -q testfile.temp
31 rm -f testfile8 testfile9 testfile.temp
run-strip-test3.sh 23 ../src/strip -o testfile.temp testfile12
25 cmp testfile13 testfile.temp
29 ../src/elflint -q testfile.temp
31 rm -f testfile12 testfile13 testfile.temp
run-get-files.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./get-files testfile testfile2 > get-files.out
62 rm -f testfile testfil2 get-files.out
run-get-pubnames.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./get-pubnames testfile testfile2 > get-pubnames.out
51 rm -f testfile testfile2 get-pubnames.out
run-get-aranges.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./get-aranges testfile testfile2 > get-aranges.out
69 rm -f testfile testfile2 get-aranges.out
run-get-lines.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./get-lines testfile testfile2 > get-lines.out
65 rm -f testfile testfile2 get-lines.out
Makefile.am 49 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
run-show-abbrev.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./show-abbrev testfile testfile2 > show-abbrev.out
353 rm -f testfile testfile2 show-abbrev.out
Makefile 326 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
  /external/expat/conftools/
PrintPath 73 testfile="pp.t.$$"
75 cat > $testfile <<ENDTEST
83 if `/bin/sh $testfile 2>/dev/null`; then
88 rm -f $testfile
  /external/v8/test/preparser/
testcfg.py 49 testfile = join(self.root, self.GetName()) + ".js"
50 result = [self.executable, testfile]
  /external/markdown/MarkdownTest/
MarkdownTest.pl 45 foreach my $testfile (glob "$test_dir/*.text") {
46 my $testname = $testfile;
51 my $resultfile = $testfile;
58 # open(TEST, $testfile) || die("Can't open testfile: $!");
64 my $t_output = `'$script' '$testfile'`;
  /external/bluetooth/glib/tests/
unicode-encoding.c 312 gchar *testfile; local
327 testfile = g_strconcat (srcdir, G_DIR_SEPARATOR_S "utf8.txt", NULL);
329 g_file_get_contents (testfile, &contents, NULL, &error);
  /external/webkit/Tools/TestResultServer/handlers/
testfilehandler.py 37 from model.testfile import TestFile
64 TestFile.delete_file(key, master, builder, test_type, name, 100)
67 self.redirect("/testfile?master=%s&builder=%s&testtype=%s&name=%s"
83 files = TestFile.get_files(
111 files = TestFile.get_files(
204 update_succeeded = TestFile.update(
227 "upload_url": "/testfile/upload",
  /external/webkit/Tools/TestResultServer/model/
jsonresults.py 33 from model.testfile import TestFile
413 Large TestFile object if update succeeds or
423 files = TestFile.get_files(master, builder, test_type, filename)
429 file = TestFile()
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.c 38 FILE *testfile; variable
    [all...]

Completed in 1705 milliseconds