/prebuilts/go/darwin-x86/src/compress/zlib/ |
writer_test.go | 83 t.Errorf("%s (level=%d, dict=%q): length mismatch %d versus %d", fn, level, d, len(b0), len(b1)) 88 t.Errorf("%s (level=%d, dict=%q): mismatch at %d, 0x%02x versus 0x%02x\n", fn, level, d, i, b0[i], b1[i])
|
/prebuilts/go/darwin-x86/src/strings/ |
search.go | 20 // Whenever a mismatch is found with byte b in the text, we can safely 41 // mismatch from the back is found to be in position 3, the matching
|
/prebuilts/go/linux-x86/src/compress/bzip2/ |
bzip2_test.go | 146 t.Errorf("test %d (%s), output mismatch:\ngot %s\nwant %s", i, v.desc, trim(buf), trim(v.output)) 202 t.Errorf("test %d, symbol mismatch: Decode(%d) = %d, want %d", i, v.idx, sym, v.sym)
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
writer_test.go | 83 t.Errorf("%s (level=%d, dict=%q): length mismatch %d versus %d", fn, level, d, len(b0), len(b1)) 88 t.Errorf("%s (level=%d, dict=%q): mismatch at %d, 0x%02x versus 0x%02x\n", fn, level, d, i, b0[i], b1[i])
|
/prebuilts/go/linux-x86/src/strings/ |
search.go | 20 // Whenever a mismatch is found with byte b in the text, we can safely 41 // mismatch from the back is found to be in position 3, the matching
|
/external/swiftshader/src/OpenGL/compiler/ |
Android.mk | 31 -Wno-implicit-exception-spec-mismatch \
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
Android.mk | 20 -Wno-implicit-exception-spec-mismatch \
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
Android.mk | 20 -Wno-implicit-exception-spec-mismatch \
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
plan9x_test.go | 46 // allowedMismatchPlan9 reports whether the mismatch between text and dec
|
ext_test.go | 30 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") 92 // allowedMismatch determines whether this mismatch should be 149 if !*mismatch { 152 suffix += " (allowed mismatch)" 166 if *mismatch { 29 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") var
|
/prebuilts/go/darwin-x86/src/net/ |
nss_test.go | 166 t.Errorf("%s: mismatch\n got %#v\nwant %#v", tt.name, gotConf, tt.want)
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
plan9x_test.go | 46 // allowedMismatchPlan9 reports whether the mismatch between text and dec
|
ext_test.go | 30 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") 92 // allowedMismatch determines whether this mismatch should be 149 if !*mismatch { 152 suffix += " (allowed mismatch)" 166 if *mismatch { 29 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") var
|
/prebuilts/go/linux-x86/src/net/ |
nss_test.go | 166 t.Errorf("%s: mismatch\n got %#v\nwant %#v", tt.name, gotConf, tt.want)
|
/prebuilts/go/darwin-x86/misc/cgo/testplugin/src/host/ |
host.go | 147 _, err = plugin.Open("plugin-mismatch.so") 149 log.Fatal(`plugin.Open("plugin-mismatch.so"): should have failed`) 152 log.Fatalf(`plugin.Open("plugin-mismatch.so"): error does not mention "different version": %v`, s)
|
/prebuilts/go/linux-x86/misc/cgo/testplugin/src/host/ |
host.go | 147 _, err = plugin.Open("plugin-mismatch.so") 149 log.Fatal(`plugin.Open("plugin-mismatch.so"): should have failed`) 152 log.Fatalf(`plugin.Open("plugin-mismatch.so"): error does not mention "different version": %v`, s)
|
/prebuilts/go/darwin-x86/src/unicode/utf8/ |
utf8_test.go | 311 t.Errorf("DecodeRune(%#x) = %#04x mismatch with DecodeRuneInString(%q) = %#04x", s, r1, s, r2) 316 t.Errorf("DecodeRuneInString(%q) = %#04x mismatch with runtime.decoderune(%q) = %#04x", s, r2, s, r3) 349 t.Errorf("DecodeRune/DecodeRuneInString(%q) size mismatch %d/%d", s[i:], size1, size2) 359 t.Errorf("DecodeLastRune/DecodeLastRuneInString(%q, %d) size mismatch %d/%d", s, si, size1, size2) 372 t.Errorf("DecodeLastRune(%q) index mismatch at %d, want %d", s, si, index[j].index)
|
/prebuilts/go/linux-x86/src/unicode/utf8/ |
utf8_test.go | 311 t.Errorf("DecodeRune(%#x) = %#04x mismatch with DecodeRuneInString(%q) = %#04x", s, r1, s, r2) 316 t.Errorf("DecodeRuneInString(%q) = %#04x mismatch with runtime.decoderune(%q) = %#04x", s, r2, s, r3) 349 t.Errorf("DecodeRune/DecodeRuneInString(%q) size mismatch %d/%d", s[i:], size1, size2) 359 t.Errorf("DecodeLastRune/DecodeLastRuneInString(%q, %d) size mismatch %d/%d", s, si, size1, size2) 372 t.Errorf("DecodeLastRune(%q) index mismatch at %d, want %d", s, si, index[j].index)
|
/external/blktrace/ |
blkiomon.c | 104 static long leftover = 0, driverdata = 0, match = 0, mismatch = 0, sequence = 0; variable 425 dump_bits(t_old, t_young, "mismatch"); 426 mismatch++; 591 fprintf(debug.fp, "%ld leftover, %ld match, %ld mismatch, " 593 leftover, match, mismatch, driverdata, sequence);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 43 (* If argument mismatch error. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 43 (* If argument mismatch error. *)
|
/external/swiftshader/src/ |
Android.mk | 113 -Wno-implicit-exception-spec-mismatch \
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 43 (* If argument mismatch error. *)
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 43 (* If argument mismatch error. *)
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
objdump_test.go | 66 // allowedMismatchObjdump reports whether the mismatch between text and dec
|