/prebuilts/go/linux-x86/src/regexp/ |
exec2_test.go | 19 testRE2(t, "testdata/re2-exhaustive.txt.bz2")
|
/frameworks/native/cmds/dumpstate/ |
Android.mk | 157 testdata_files := $(call find-subdir-files, testdata/*) 163 $(GEN): $(dumpstate_tests_root_for_test_zip)/testdata/% : $(LOCAL_PATH)/testdata/% 172 $(GEN): $(TARGET_OUT_DATA)/$(dumpstate_tests_subpath_from_data)/testdata/% : $(LOCAL_PATH)/testdata/%
|
/prebuilts/go/darwin-x86/src/compress/lzw/ |
writer_test.go | 19 "../testdata/gettysburg.txt", 20 "../testdata/e.txt", 21 "../testdata/pi.txt", 97 if filename == "../testdata/gettysburg.txt" && litWidth == 6 { 128 buf, err := ioutil.ReadFile("../testdata/e.txt")
|
/prebuilts/go/linux-x86/src/compress/lzw/ |
writer_test.go | 19 "../testdata/gettysburg.txt", 20 "../testdata/e.txt", 21 "../testdata/pi.txt", 97 if filename == "../testdata/gettysburg.txt" && litWidth == 6 { 128 buf, err := ioutil.ReadFile("../testdata/e.txt")
|
/external/protobuf/src/ |
Makefile.am | 513 google/protobuf/util/internal/testdata/anys.proto \ 514 google/protobuf/util/internal/testdata/books.proto \ 515 google/protobuf/util/internal/testdata/default_value.proto \ 516 google/protobuf/util/internal/testdata/default_value_test.proto \ 517 google/protobuf/util/internal/testdata/field_mask.proto \ 518 google/protobuf/util/internal/testdata/maps.proto \ 519 google/protobuf/util/internal/testdata/oneofs.proto \ 520 google/protobuf/util/internal/testdata/struct.proto \ 521 google/protobuf/util/internal/testdata/timestamp_duration.proto \ 531 google/protobuf/testdata/golden_message [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_test.go | 182 if strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata") { 183 tg.t.Fatalf("internal testsuite error: call to parallel with testdata in environment (%s)", e) 227 if tg.inParallel && (name == "GOROOT" || name == "GOPATH" || name == "GOBIN") && (strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata")) { 228 tg.t.Fatalf("internal testsuite error: call to setenv with testdata (%s=%s) after parallel", name, val) 255 if strings.HasPrefix(arg, "testdata") || strings.HasPrefix(arg, "./testdata") { 256 tg.t.Fatal("internal testsuite error: parallel run using testdata") 616 fail := filepath.Join(wd, "testdata/failssh" [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
go_test.go | 182 if strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata") { 183 tg.t.Fatalf("internal testsuite error: call to parallel with testdata in environment (%s)", e) 227 if tg.inParallel && (name == "GOROOT" || name == "GOPATH" || name == "GOBIN") && (strings.HasPrefix(val, "testdata") || strings.HasPrefix(val, "./testdata")) { 228 tg.t.Fatalf("internal testsuite error: call to setenv with testdata (%s=%s) after parallel", name, val) 255 if strings.HasPrefix(arg, "testdata") || strings.HasPrefix(arg, "./testdata") { 256 tg.t.Fatal("internal testsuite error: parallel run using testdata") 616 fail := filepath.Join(wd, "testdata/failssh" [all...] |
/external/icu/icu4j/ |
Android.mk | 91 LOCAL_STATIC_JAVA_LIBRARIES := icu4j-testdata 109 LOCAL_STATIC_JAVA_LIBRARIES := icu4j-testdata-host 122 LOCAL_STATIC_JAVA_LIBRARIES := icu4j-testdata-host
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
vet_test.go | 20 dataDir = "testdata" 84 // $(GOROOT)/test/errchk ./testvet -shadow -printfuncs='Warn:1,Warnf:1' testdata/*.go testdata/*.s 88 // TestVet tests self-contained files in testdata/*.go. 151 gos, err := filepath.Glob(filepath.Join("testdata", dir, "*.go")) 191 "testdata/tagtest",
|
/prebuilts/go/darwin-x86/src/image/jpeg/ |
writer_test.go | 105 {"../testdata/video-001.png", 1, 24 << 8}, 106 {"../testdata/video-001.png", 20, 12 << 8}, 107 {"../testdata/video-001.png", 60, 8 << 8}, 108 {"../testdata/video-001.png", 80, 6 << 8}, 109 {"../testdata/video-001.png", 90, 4 << 8}, 110 {"../testdata/video-001.png", 100, 2 << 8},
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
vet_test.go | 20 dataDir = "testdata" 84 // $(GOROOT)/test/errchk ./testvet -shadow -printfuncs='Warn:1,Warnf:1' testdata/*.go testdata/*.s 88 // TestVet tests self-contained files in testdata/*.go. 151 gos, err := filepath.Glob(filepath.Join("testdata", dir, "*.go")) 191 "testdata/tagtest",
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
writer_test.go | 105 {"../testdata/video-001.png", 1, 24 << 8}, 106 {"../testdata/video-001.png", 20, 12 << 8}, 107 {"../testdata/video-001.png", 60, 8 << 8}, 108 {"../testdata/video-001.png", 80, 6 << 8}, 109 {"../testdata/video-001.png", 90, 4 << 8}, 110 {"../testdata/video-001.png", 100, 2 << 8},
|
/prebuilts/go/darwin-x86/src/net/http/ |
fs_test.go | 33 testFile = "testdata/file" 74 ServeFile(w, r, "testdata/file") 184 {"/testdata/file", 200}, 202 ServeFile(rec, req, "testdata/file") 213 {"/test/testdata", "/test/testdata/"}, 214 {"/test/testdata/file/", "/test/testdata/file"}, 459 ServeFile(w, r, "testdata/file") 480 ServeFile(w, r, "testdata/style.css" [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
fs_test.go | 33 testFile = "testdata/file" 74 ServeFile(w, r, "testdata/file") 184 {"/testdata/file", 200}, 202 ServeFile(rec, req, "testdata/file") 213 {"/test/testdata", "/test/testdata/"}, 214 {"/test/testdata/file/", "/test/testdata/file"}, 459 ServeFile(w, r, "testdata/file") 480 ServeFile(w, r, "testdata/style.css" [all...] |
/cts/tests/tests/simpleperf/ |
Android.mk | 43 (cd $(simpleperf_src_path)/testdata && zip - -0 -r .) > $$TMP_FILE && \
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/ |
copylock.go | 1 package testdata package 50 *tp = t // ERROR "assignment copies lock value to \*tp: testdata.Tlock contains sync.Once contains sync.Mutex" 51 t = *tp // ERROR "assignment copies lock value to t: testdata.Tlock contains sync.Once contains sync.Mutex" 54 var z = t // ERROR "variable declaration copies lock value to z: testdata.Tlock contains sync.Once contains sync.Mutex" 60 1: t, // ERROR "literal copies lock value from t: testdata.Tlock contains sync.Once contains sync.Mutex" 61 2: *tp, // ERROR "literal copies lock value from \*tp: testdata.Tlock contains sync.Once contains sync.Mutex" 64 t, // ERROR "literal copies lock value from t: testdata.Tlock contains sync.Once contains sync.Mutex" 65 *tp, // ERROR "literal copies lock value from \*tp: testdata.Tlock contains sync.Once contains sync.Mutex" 70 new(t) // ERROR "call of new copies lock value: testdata.Tlock contains sync.Once contains sync.Mutex"
|
nilfunc.go | 5 package testdata package
|
unused.go | 7 package testdata package
|
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
entry_test.go | 18 d := elfData(t, "testdata/split.elf") 55 testRanges(t, "testdata/line-gcc.elf", want) 68 testRanges(t, "testdata/ranges.elf", want) 98 d := elfData(t, "testdata/line-gcc.elf")
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/ |
copylock.go | 1 package testdata package 50 *tp = t // ERROR "assignment copies lock value to \*tp: testdata.Tlock contains sync.Once contains sync.Mutex" 51 t = *tp // ERROR "assignment copies lock value to t: testdata.Tlock contains sync.Once contains sync.Mutex" 54 var z = t // ERROR "variable declaration copies lock value to z: testdata.Tlock contains sync.Once contains sync.Mutex" 60 1: t, // ERROR "literal copies lock value from t: testdata.Tlock contains sync.Once contains sync.Mutex" 61 2: *tp, // ERROR "literal copies lock value from \*tp: testdata.Tlock contains sync.Once contains sync.Mutex" 64 t, // ERROR "literal copies lock value from t: testdata.Tlock contains sync.Once contains sync.Mutex" 65 *tp, // ERROR "literal copies lock value from \*tp: testdata.Tlock contains sync.Once contains sync.Mutex" 70 new(t) // ERROR "call of new copies lock value: testdata.Tlock contains sync.Once contains sync.Mutex"
|
nilfunc.go | 5 package testdata package
|
unused.go | 7 package testdata package
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
entry_test.go | 18 d := elfData(t, "testdata/split.elf") 55 testRanges(t, "testdata/line-gcc.elf", want) 68 testRanges(t, "testdata/ranges.elf", want) 98 d := elfData(t, "testdata/line-gcc.elf")
|
/external/google-breakpad/android/ |
test-shell.sh | 112 DATA_FILES="src/processor/testdata/minidump2.dmp" 119 FILEDIR=src/processor/testdata/$(dirname "$FILE")
|
/external/icu/tools/srcgen/ |
generate_android_icu4j.sh | 64 # Create a temporary directory into which the testdata.jar can be unzipped. It must be called src 67 echo Unpacking testdata.jar 70 unzip ${ICU4J_DIR}/main/shared/data/testdata.jar com/ibm/icu/* -d ${TESTDATA_DIR}
|