HomeSort by relevance Sort by last modified time
    Searched refs:testfile (Results 126 - 150 of 180) sorted by null

1 2 3 4 56 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_traceback.py 76 testfile = os.path.join(testdir, 'test_bug737473.py')
77 print >> open(testfile, 'w'), """
99 print >> open(testfile, 'w'), """
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 530 >>> for testfile in testfiles:
531 ... if not roundtrip(open(testfile)):
532 ... print "Roundtrip failed for file %s" % testfile
test_traceback.py 76 testfile = os.path.join(testdir, 'test_bug737473.py')
77 print >> open(testfile, 'w'), """
99 print >> open(testfile, 'w'), """
  /external/elfutils/tests/
run-readelf-dwz-multi.sh 74 # gcc -g -o testfile-dwzstr main.c
75 # cp testfile-dwzstr testfile-dwzstr.alt
76 # dwz -m testfile-dwzstr.multi testfile-dwzstr testfile-dwzstr.alt
79 testfiles testfile-dwzstr testfile-dwzstr.multi
281 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=info testfile-dwzstr <<\EOF
run-readelf-zp.sh 20 # See run-readelf-zdebug.sh for testfile.
22 testfiles testfile-zdebug
23 testrun_compare ${abs_top_builddir}/src/readelf -z -p.zdebug_str testfile-zdebug <<\EOF
38 [ 130] testfile-zdebug.c
run-dwarf-getmacros.sh 292 testfiles testfile-macros
294 testrun_compare ${abs_builddir}/dwarf-getmacros testfile-macros 0xb <<\EOF
699 testfiles testfile-macros-0xff
700 testrun_compare ${abs_builddir}/dwarf-getmacros testfile-macros-0xff 0xb <<\EOF
703 testrun_compare ${abs_builddir}/dwarf-getmacros testfile-macros-0xff 0xb '' <<\EOF
run-dwfllines.sh 20 testfiles testfile testfile2
22 testrun_compare ${abs_builddir}/dwfllines -e testfile <<\EOF
run-get-lines.sh 21 testfiles testfile testfile2 testfilenolines
23 testrun_compare ${abs_builddir}/get-lines testfile testfile2 <<\EOF
run-readelf-mixed-corenote.sh 498 testfiles testfile-x32-core
499 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-x32-core <<\EOF
run-show-abbrev.sh 21 testfiles testfile testfile2
23 testrun_compare ${abs_builddir}/show-abbrev testfile testfile2 <<\EOF
  /external/libcups/cups/
Makefile 91 testfile.o \
161 testfile \
455 # testfile (dependency on static CUPS library is intentional)
458 testfile: testfile.o $(LIBCUPSSTATIC)
460 $(LD_CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ testfile.o $(LIBCUPSSTATIC) \
463 ./testfile
  /external/python/cpython2/Lib/test/
test_tokenize.py 691 for testfile in testfiles:
693 with open(testfile, 'rb') as f:
696 print "Roundtrip failed for file %s" % testfile
test_traceback.py 79 testfile = os.path.join(testdir, 'test_bug737473.py')
80 print >> open(testfile, 'w'), """
102 print >> open(testfile, 'w'), """
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
compress.exp 23 set testfile tmpdir/dw2-1
32 if { ![binutils_assemble_flags $srcdir/$subdir/dw2-1.S ${testfile}.o --nocompress-debug-sections] } then {
47 set got [remote_exec host "cmp ${testfile}.o ${compressedfile}gnu.o"]
79 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}.o ${copyfile}.o"]
105 send_log "cmp ${testfile}.o ${copyfile}.o\n"
106 verbose "cmp ${testfile}.o ${copyfile}.o"
107 set src1 ${testfile}.o
191 if { ![binutils_assemble_flags $srcdir/$subdir/dw2-empty.S ${testfile}empty.o --nocompress-debug-sections] } then {
197 set got [binutils_run $OBJCOPY "--compress-debug-sections ${testfile}empty.o ${copyfile}empty.o"]
201 send_log "cmp ${testfile}empty.o ${copyfile}empty.o\n
    [all...]
objdump.exp 68 set testfile [remote_download host tmpdir/bintest.o]
70 set testfile tmpdir/bintest.o
75 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f $testfile"]
77 set want "$testfile:\[ \]*file format.*architecture:\[ \]*${cpus_regex}.*HAS_RELOC.*HAS_SYMS"
87 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -h $testfile"]
89 set want "$testfile:\[ \]*file format.*Sections.*\[0-9\]+\[ \]+\[^ \]*(text|TEXT|P|\\\$CODE\\\$)\[^ \]*\[ \]*(\[0-9a-fA-F\]+).*\[0-9\]+\[ \]+\[^ \]*(\\.data|DATA|D_1)\[^ \]*\[ \]*(\[0-9a-fA-F\]+)"
118 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -t $testfile"]
137 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -r $testfile"]
139 set want "$testfile:\[ \]*file format.*RELOCATION RECORDS FOR \\\[\[^\]\]*(text|TEXT|P|\\\$CODE\\\$)\[^\]\]*\\\].*external_symbol"
149 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -s $testfile"]
    [all...]
objcopy.exp 612 set testfile [remote_download host tmpdir/$test_prog]
615 set testfile tmpdir/$test_prog
620 set exec_output [binutils_run $prog "$flags $testfile $testcopy"]
  /external/freetype/src/tools/ftrandom/
ftrandom.c 606 char* testfile = NULL; local
679 testfile = argv[++i];
704 if ( testfile )
705 ExecuteTest( testfile ); /* This should never return */
  /frameworks/base/core/tests/coretests/src/android/graphics/drawable/
IconTest.java 292 final File testfile = new File(dir, local
306 new FileOutputStream(testfile));
308 fail("couldn't create test file " + testfile + ": " + ex);
312 fail(testfile + " differs from original: " + originalfile);
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 114 CACHE=/data/local/tmp/testfile
115 echo "Creating testfile for user builds (can take up to 60 seconds)"
  /external/ltp/testcases/kernel/power_management/
pm_include.sh 96 testfile=$3
  /external/ltp/testcases/network/nfsv4/locks/
locktests.py 19 testfile=NFS4_PATH+"/testfile" variable
100 print "locktests.py <-n process -f testfile ><--setup -s fs_server> -c host1, host2, host3 ... "
112 print "*Run test on testmachine1,testmachine2 with 50 process on each machine using /mnt/nfsv4/testfile"
113 print "./locktests.py -n 50 -f /mnt/nfsv4/testfile -c testmachine1 testmachine2"
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2_test.go 222 // Determine the uncompressed size of testfile.
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2_test.go 222 // Determine the uncompressed size of testfile.
  /external/python/cpython3/Lib/test/
test_tokenize.py     [all...]
  /art/
Android.mk 104 ((adb shell touch /system/testfile && \
105 (adb shell rm /system/testfile || true)) || \

Completed in 349 milliseconds

1 2 3 4 56 7 8