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

  /external/elfutils/tests/
run-early-offscn.sh 28 testfiles testfile
30 testrun ./early-offscn testfile 0x500
run-strip-test.sh 31 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
36 tempfiles testfile.temp testfile.debug.temp testfile.unstrip
38 testrun ../src/strip -o testfile.temp $debugout $original
42 cmp $stripped testfile.temp || status=$?
45 testrun ../src/elflint -q testfile.temp || status=$?
48 cmp $debugfile testfile.debug.temp || status=$?
51 testrun ../src/elflint -q -d testfile.debug.temp || status=$?
54 testrun ../src/unstrip -o testfile.unstrip testfile.temp testfile.debug.tem
    [all...]
run-unstrip-test.sh 33 tempfiles testfile.unstrip
40 testrun ../src/unstrip -o testfile.unstrip $stripped $debugfile
42 testrun ../src/elfcmp --hash-inexact $original testfile.unstrip
run-arsymtest.sh 32 testfile=arsymtest.test
34 tempfiles $okfile $tmpfile $testfile
45 sort $tmpfile > $testfile
48 if cmp $okfile $testfile; then
run-readelf-test1.sh 31 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
35 tempfiles testfile.temp
37 testrun ../src/readelf -r testfile3 > testfile.temp
39 diff -u - testfile.temp <<EOF
run-get-pubnames.sh 29 testfiles testfile testfile2
31 testrun_compare ./get-pubnames testfile testfile2 <<\EOF
run-get-files.sh 29 testfiles testfile testfile2
31 testrun_compare ./get-files testfile testfile2 <<\EOF
run-allfcts.sh 29 testfiles testfile testfile2 testfile8
31 testrun_compare ./allfcts testfile testfile2 testfile8 <<\EOF
run-get-aranges.sh 29 testfiles testfile testfile2
31 testrun_compare ./get-aranges testfile testfile2 <<\EOF
run-line2addr.sh 29 testfiles testfile testfile2 testfile8 testfile14 testfile23
31 testrun_compare ./line2addr -e testfile f.c:4 testfile f.c:8 <<\EOF
run-strings-test.sh 29 files="testfile `seq 2 9 | while read n; do echo testfile$n; done`"
33 testfile: f4 /lib/ld-linux.so.2
34 testfile: 1c9 __gmon_start__
35 testfile: 1d8 libc.so.6
36 testfile: 1e2 __cxa_finalize
37 testfile: 1f1 __deregister_frame_info
38 testfile: 209 _IO_stdin_used
39 testfile: 218 __libc_start_main
40 testfile: 22a __register_frame_inf
    [all...]
run-find-prologues.sh 28 testfiles testfile testfile11 testfile22 testfile24 \
31 testrun_compare ./find-prologues -e testfile <<\EOF
run-get-lines.sh 29 testfiles testfile testfile2
31 testrun_compare ./get-lines testfile testfile2 <<\EOF
run-show-abbrev.sh 29 testfiles testfile testfile2
31 testrun_compare ./show-abbrev testfile testfile2 <<\EOF
Makefile.am 108 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/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/v8/test/preparser/
testcfg.py 60 testfile = join(self.root, self.GetName()) + ".js"
61 result = [self.executable, testfile]
  /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/
aecm_core.c 29 FILE *testfile; variable
    [all...]

Completed in 890 milliseconds