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

1 2 3 45 6 7 8

  /prebuilts/go/linux-x86/src/go/format/
format_test.go 18 const testfile = "format_test.go" const
42 src, err := ioutil.ReadFile(testfile)
48 file, err := parser.ParseFile(fset, testfile, src, parser.ParseComments)
63 src, err := ioutil.ReadFile(testfile)
  /external/elfutils/tests/
run-dwflsyms.sh 37 tempfiles testfile.dynsym.in testfile.symtab.in testfile.minsym.in dwflsyms.out
38 tempfiles testfile.symtab_pl.in testfile.minsym_pl.in
40 cat > testfile.symtab.in <<\EOF
119 cat > testfile.symtab_pl.in <<\EOF
198 cat > testfile.dynsym.in <<\EOF
215 cat > testfile.minsym.in <<\EOF
271 cat > testfile.minsym_pl.in <<\EO
    [all...]
run-alldts.sh 20 tempfiles testfile-alldts
22 # This will produce "testfile-alldts" file
25 testrun_compare ${abs_top_builddir}/src/readelf -d testfile-alldts <<\EOF
run-allfcts.sh 21 testfiles testfile testfile2 testfile8
23 testrun_compare ${abs_builddir}/allfcts testfile testfile2 testfile8 <<\EOF
  /bionic/tools/relocation_packer/src/
elf_file_unittest.cc 43 FILE* testfile = fopen(path.c_str(), "rb"); local
44 ASSERT_FALSE(testfile == NULL) << "Error opening '" << path << "'";
54 bytes = fread(buffer, 1, sizeof(buffer), testfile);
58 ASSERT_EQ(0, fclose(testfile));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aifc.py 103 testfile = Wrapfile(self.sndfilepath)
104 f = self.f = aifc.open(testfile)
105 self.assertEqual(testfile.closed, False)
107 self.assertEqual(testfile.closed, True)
test_normalization.py 12 def check_version(testfile):
13 hdr = testfile.readline()
test_tokenize.py 505 >>> for testfile in testfiles:
506 ... if not roundtrip(open(testfile)):
507 ... 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'), """
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
script.exp 110 proc extract_symbol_test { testfile testname } {
117 set args "--extract-symbol $testfile $copyfile"
124 set orig_syms [run_host_cmd $nm $testfile]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
scope_test.go 44 var testfile = []testline{ var
205 // Compiles testfile checks that the description of lexical blocks emitted
221 src, f := gobuild(t, dir, testfile)
270 for i := range testfile {
271 tgt := testfile[i].scopes
275 t.Logf("%s // %v", testfile[i].line, out)
280 t.Logf("mismatch at line %d %q: expected: %v got: %v\n", i, testfile[i].line, tgt, scopesToString(out))
284 if testfile[i].vars != nil {
286 varsok = checkVars(testfile[i].vars, out[len(out)-1].vars)
288 t.Logf("variable mismatch at line %d %q for scope %d: expected: %v got: %v\n", i, testfile[i].line, out[len(out)-1].id, testfile[i].vars, out[len(out)-1].vars
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
scope_test.go 44 var testfile = []testline{ var
205 // Compiles testfile checks that the description of lexical blocks emitted
221 src, f := gobuild(t, dir, testfile)
270 for i := range testfile {
271 tgt := testfile[i].scopes
275 t.Logf("%s // %v", testfile[i].line, out)
280 t.Logf("mismatch at line %d %q: expected: %v got: %v\n", i, testfile[i].line, tgt, scopesToString(out))
284 if testfile[i].vars != nil {
286 varsok = checkVars(testfile[i].vars, out[len(out)-1].vars)
288 t.Logf("variable mismatch at line %d %q for scope %d: expected: %v got: %v\n", i, testfile[i].line, out[len(out)-1].id, testfile[i].vars, out[len(out)-1].vars
    [all...]
  /external/python/cpython2/Lib/test/
test_normalization.py 12 def check_version(testfile):
13 hdr = testfile.readline()
  /external/python/cpython3/Lib/test/
test_normalization.py 11 def check_version(testfile):
12 hdr = testfile.readline()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_normalization.py 12 def check_version(testfile):
13 hdr = testfile.readline()
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'), """
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_normalization.py 12 def check_version(testfile):
13 hdr = testfile.readline()
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'), """
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_normalization.py 12 def check_version(testfile):
13 hdr = testfile.readline()
test_tokenize.py 530 >>> for testfile in testfiles:
531 ... if not roundtrip(open(testfile)):
532 ... print "Roundtrip failed for file %s" % testfile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_normalization.py 12 def check_version(testfile):
13 hdr = testfile.readline()
  /tools/test/connectivity/acts/framework/acts/bin/
act.py 214 '--testfile',
235 if args.testfile:
236 test_list = config_parser.parse_test_file(args.testfile[0])
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-selective/
selective.exp 84 set testfile [lindex $testitem 2]
85 set objfile "tmpdir/[file rootname $testfile].o"
86 set ldfile "tmpdir/[file rootname $testfile].x"
119 if { ![ld_compile "$compiler $testflags" $srcdir/$subdir/$testfile $objfile] } {

Completed in 567 milliseconds

1 2 3 45 6 7 8