HomeSort by relevance Sort by last modified time
    Searched refs:testdata (Results 26 - 50 of 383) sorted by null

12 3 4 5 6 7 8 91011>>

  /build/blueprint/pathtools/
glob_test.go 96 pattern: filepath.Join(pwd, "testdata/c/*/*.ext"),
98 filepath.Join(pwd, "testdata/c/f/f.ext"),
99 filepath.Join(pwd, "testdata/c/g/g.ext"),
102 filepath.Join(pwd, "testdata/c"),
103 filepath.Join(pwd, "testdata/c/f"),
104 filepath.Join(pwd, "testdata/c/g"),
105 filepath.Join(pwd, "testdata/c/h"),
152 pattern: filepath.Join(pwd, "testdata/**/*.ext"),
154 filepath.Join(pwd, "testdata/d.ext"),
155 filepath.Join(pwd, "testdata/e.ext")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover_test.go 21 testdata = "testdata"
29 testMain = filepath.Join(testdata, "main.go")
30 testTest = filepath.Join(testdata, "test.go")
31 coverInput = filepath.Join(testdata, "test_line.go")
32 coverOutput = filepath.Join(testdata, "test_cover.go")
39 // replace the word LINE with the line number < testdata/test.go > testdata/test_line.go
41 // ./testcover -mode=count -var=CoverTest -o ./testdata/test_cover.go testdata/test_line.g
19 testdata = "testdata" const
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cover/
cover_test.go 21 testdata = "testdata"
29 testMain = filepath.Join(testdata, "main.go")
30 testTest = filepath.Join(testdata, "test.go")
31 coverInput = filepath.Join(testdata, "test_line.go")
32 coverOutput = filepath.Join(testdata, "test_cover.go")
39 // replace the word LINE with the line number < testdata/test.go > testdata/test_line.go
41 // ./testcover -mode=count -var=CoverTest -o ./testdata/test_cover.go testdata/test_line.g
19 testdata = "testdata" const
    [all...]
  /external/google-breakpad/src/processor/
minidump_stackwalk_machine_readable_test 32 testdata_dir=$srcdir/src/processor/testdata
minidump_stackwalk_test 32 testdata_dir=$srcdir/src/processor/testdata
static_address_map_unittest.cc 55 testdata[testcase] = new int[testsize[testcase]];
61 testdata[1][0] = 10;
66 testdata[2][i] = tempdata[i];
71 testdata[3][i] = rand();
78 sstream << "test " << testdata[testcase][data_item]; local
79 addr_map[testcase].Store(testdata[testcase][data_item], sstream.str());
89 delete [] testdata[i];
127 // First, assign the search target to be one of original testdata that is
129 target = testdata[testcase][data_item];
146 int *testdata[kNumberTestCases] member in class:TestStaticAddressMap
    [all...]
microdump_stackwalk_machine_readable_test 33 testdata_dir=$srcdir/src/processor/testdata
microdump_stackwalk_test 33 testdata_dir=$srcdir/src/processor/testdata
  /dalvik/dx/tests/115-merge/testdata/
StaticValues.java 1 package testdata; package
  /external/pcre/dist2/
RunTest 120 testdata="$srcdir/testdata"
121 elif [ -d "./testdata" ] ; then
122 testdata=./testdata
123 elif [ -d "../testdata" ] ; then
124 testdata=../testdata
126 echo "Cannot find the testdata directory"
152 $cf $testdata/testoutput$2 testtr
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 55 {"testdata/errors.src"},
56 {"testdata/importdecl0a.src", "testdata/importdecl0b.src"},
57 {"testdata/importdecl1a.src", "testdata/importdecl1b.src"},
58 {"testdata/importC.src"}, // special handling in checkFiles
59 {"testdata/cycles.src"},
60 {"testdata/cycles1.src"},
61 {"testdata/cycles2.src"},
62 {"testdata/cycles3.src"}
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 55 {"testdata/errors.src"},
56 {"testdata/importdecl0a.src", "testdata/importdecl0b.src"},
57 {"testdata/importdecl1a.src", "testdata/importdecl1b.src"},
58 {"testdata/importC.src"}, // special handling in checkFiles
59 {"testdata/cycles.src"},
60 {"testdata/cycles1.src"},
61 {"testdata/cycles2.src"},
62 {"testdata/cycles3.src"}
    [all...]
  /prebuilts/go/darwin-x86/src/net/
hosts_test.go 23 "testdata/hosts",
33 "testdata/singleline-hosts", // see golang.org/issue/6646
39 "testdata/ipv4-hosts", // see golang.org/issue/8996
46 "testdata/ipv6-hosts", // see golang.org/issue/8996
53 "testdata/case-hosts", // see golang.org/issue/12806
87 "testdata/hosts",
99 "testdata/singleline-hosts", // see golang.org/issue/6646
105 "testdata/ipv4-hosts", // see golang.org/issue/8996
113 "testdata/ipv6-hosts", // see golang.org/issue/8996
122 "testdata/case-hosts", // see golang.org/issue/1280
    [all...]
  /prebuilts/go/linux-x86/src/net/
hosts_test.go 23 "testdata/hosts",
33 "testdata/singleline-hosts", // see golang.org/issue/6646
39 "testdata/ipv4-hosts", // see golang.org/issue/8996
46 "testdata/ipv6-hosts", // see golang.org/issue/8996
53 "testdata/case-hosts", // see golang.org/issue/12806
87 "testdata/hosts",
99 "testdata/singleline-hosts", // see golang.org/issue/6646
105 "testdata/ipv4-hosts", // see golang.org/issue/8996
113 "testdata/ipv6-hosts", // see golang.org/issue/8996
122 "testdata/case-hosts", // see golang.org/issue/1280
    [all...]
  /dalvik/dx/tests/126-main-dex-list-one-dex/
run 24 ${JAVAC} -source ${JAVAC_SOURCE} -target ${JAVAC_TARGET} -d classes `find testdata -name '*.java'`
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/cgo/
cgo2.go 7 package testdata package
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/cgo/
cgo2.go 7 package testdata package
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm_test.go 21 var testData uint32
38 case "cmd/nm.testData":
41 if addr != fmt.Sprintf("%p", &testData) {
42 t.Errorf("nm shows wrong address %v for testData (%p)", addr, &testData)
54 t.Error("nm shows no testData symbol")
74 "elf/testdata/gcc-386-freebsd-exec",
75 "elf/testdata/gcc-amd64-linux-exec",
76 "macho/testdata/gcc-386-darwin-exec",
77 "macho/testdata/gcc-amd64-darwin-exec"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/nm/
nm_test.go 21 var testData uint32
38 case "cmd/nm.testData":
41 if addr != fmt.Sprintf("%p", &testData) {
42 t.Errorf("nm shows wrong address %v for testData (%p)", addr, &testData)
54 t.Error("nm shows no testData symbol")
74 "elf/testdata/gcc-386-freebsd-exec",
75 "elf/testdata/gcc-amd64-linux-exec",
76 "macho/testdata/gcc-386-darwin-exec",
77 "macho/testdata/gcc-amd64-darwin-exec"
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
fp_test.go 98 f, err := os.Open("testdata/testfp.txt")
100 t.Fatal("testfp: open testdata/testfp.txt:", err)
113 t.Error("testdata/testfp.txt:", lineno, ": wrong field count")
123 t.Error("testdata/testfp.txt:", lineno, ": cannot atof64 ", a[2])
130 t.Error("testdata/testfp.txt:", lineno, ": cannot atof32 ", a[2])
137 t.Error("testdata/testfp.txt:", lineno, ": ", a[0], " ", a[1], " ", a[2], " (", v, ") ",
142 t.Fatal("testfp: read testdata/testfp.txt: ", s.Err())
  /prebuilts/go/linux-x86/src/strconv/
fp_test.go 98 f, err := os.Open("testdata/testfp.txt")
100 t.Fatal("testfp: open testdata/testfp.txt:", err)
113 t.Error("testdata/testfp.txt:", lineno, ": wrong field count")
123 t.Error("testdata/testfp.txt:", lineno, ": cannot atof64 ", a[2])
130 t.Error("testdata/testfp.txt:", lineno, ": cannot atof32 ", a[2])
137 t.Error("testdata/testfp.txt:", lineno, ": ", a[0], " ", a[1], " ", a[2], " (", v, ") ",
142 t.Fatal("testfp: read testdata/testfp.txt: ", s.Err())
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
shadow.go 9 package testdata package
20 _, err := f.Read(buf) // ERROR "declaration of .err. shadows declaration at testdata/shadow.go:13"
28 x := one() // ERROR "declaration of .x. shadows declaration at testdata/shadow.go:14"
29 var _, err = f.Read(buf) // ERROR "declaration of .err. shadows declaration at testdata/shadow.go:13"
49 var x int // ERROR "declaration of .x. shadows declaration at testdata/shadow.go:14"
assign.go 7 package testdata package
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
shadow.go 9 package testdata package
20 _, err := f.Read(buf) // ERROR "declaration of .err. shadows declaration at testdata/shadow.go:13"
28 x := one() // ERROR "declaration of .x. shadows declaration at testdata/shadow.go:14"
29 var _, err = f.Read(buf) // ERROR "declaration of .err. shadows declaration at testdata/shadow.go:13"
49 var x int // ERROR "declaration of .x. shadows declaration at testdata/shadow.go:14"
  /dalvik/dx/tests/125-main-dex-list/
run 24 ${JAVAC} -source ${JAVAC_SOURCE} -target ${JAVAC_TARGET} -d classes `find testdata -name '*.java'`

Completed in 284 milliseconds

12 3 4 5 6 7 8 91011>>