/external/llvm/lib/Fuzzer/test/ |
SimpleHashTest.cpp | 30 uint32_t Want = reinterpret_cast<const uint32_t *>(&Data[Size - 4])[0]; 31 if (Hash != Want) 34 (unsigned int)Want);
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
helpers.go | 20 Got, Want interface{} 31 if !reflect.DeepEqual(pair.Got, pair.Want) { 32 t.Errorf("%s: got %#v, want %#v", pair.Name, pair.Got, pair.Want)
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
helpers.go | 20 Got, Want interface{} 31 if !reflect.DeepEqual(pair.Got, pair.Want) { 32 t.Errorf("%s: got %#v, want %#v", pair.Name, pair.Got, pair.Want)
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/ |
profile_test.go | 16 t.Error("Want no error, got", err) 19 t.Fatal("Want a valid profile, got <nil>")
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/ |
profile_test.go | 16 t.Error("Want no error, got", err) 19 t.Fatal("Want a valid profile, got <nil>")
|
/external/libvpx/ |
libvpx.mk | 23 # Want arm, not thumb, optimized
|
/prebuilts/go/darwin-x86/src/net/http/ |
responsewrite_test.go | 195 // Want a single Content-Length header. Fixing issue 8180 where
|
request_test.go | 29 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q) 39 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q) 42 t.Errorf(`req.FormValue("z") = %q, want "post"`, z) 45 t.Errorf(`req.PostForm["q"] = %q, want no entry in map`, bq) 48 t.Errorf(`req.PostFormValue("z") = %q, want "post"`, bz) 51 t.Errorf(`req.Form["q"] = %q, want ["foo", "bar"]`, qs) 54 t.Errorf(`req.Form["both"] = %q, want ["y", "x"]`, both) 57 t.Errorf(`req.FormValue("prio") = %q, want "2" (from body)`, prio) 60 t.Errorf(`req.FormValue("empty") = %q, want "" (from body)`, empty) 70 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q [all...] |
transport_test.go | 232 if got, want := res.Header.Get("X-Saw-Close"), fmt.Sprint(connectionClose); got != want { 233 t.Errorf("For connectionClose = %v; handler's X-Saw-Close was %v; want %v", 342 // We want to close this body eventually (before the 350 t.Errorf("%s res.ContentLength = %d; want %d", path, res.ContentLength, wantLen) 354 t.Errorf("%s Read = %v, %v; want %d, EOF", path, n, err, len(msg)) 358 t.Errorf("for %s, server saw %d distinct client addresses; want 1", path, len(addrSeen)) 514 // not what we want to test. TODO(bradfitz): use an io.Pipe 530 // But we want to close the body in cases 645 t.Errorf("in handler, test %v: Accept-Encoding = %q, want %q" [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
responsewrite_test.go | 195 // Want a single Content-Length header. Fixing issue 8180 where
|
request_test.go | 29 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q) 39 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q) 42 t.Errorf(`req.FormValue("z") = %q, want "post"`, z) 45 t.Errorf(`req.PostForm["q"] = %q, want no entry in map`, bq) 48 t.Errorf(`req.PostFormValue("z") = %q, want "post"`, bz) 51 t.Errorf(`req.Form["q"] = %q, want ["foo", "bar"]`, qs) 54 t.Errorf(`req.Form["both"] = %q, want ["y", "x"]`, both) 57 t.Errorf(`req.FormValue("prio") = %q, want "2" (from body)`, prio) 60 t.Errorf(`req.FormValue("empty") = %q, want "" (from body)`, empty) 70 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q [all...] |
transport_test.go | 232 if got, want := res.Header.Get("X-Saw-Close"), fmt.Sprint(connectionClose); got != want { 233 t.Errorf("For connectionClose = %v; handler's X-Saw-Close was %v; want %v", 342 // We want to close this body eventually (before the 350 t.Errorf("%s res.ContentLength = %d; want %d", path, res.ContentLength, wantLen) 354 t.Errorf("%s Read = %v, %v; want %d, EOF", path, n, err, len(msg)) 358 t.Errorf("for %s, server saw %d distinct client addresses; want 1", path, len(addrSeen)) 514 // not what we want to test. TODO(bradfitz): use an io.Pipe 530 // But we want to close the body in cases 645 t.Errorf("in handler, test %v: Accept-Encoding = %q, want %q" [all...] |
/external/curl/packages/vms/ |
generate_vax_transfer.com | 39 $! Want hard tabs in the generated file.
|
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
line_test.go | 26 want := []LineEntry{ 46 testLineTable(t, want, elfData(t, "testdata/line-gcc.elf")) 55 want := []LineEntry{ 73 testLineTable(t, want, elfData(t, "testdata/line-clang.elf")) 152 func testLineTable(t *testing.T, want []LineEntry, d *Data) { 191 if !compareLines(got, want) { 194 t.Log("Want:") 195 dumpLines(t, want)
|
/prebuilts/go/darwin-x86/src/runtime/ |
lock_sema.go | 217 // Want to give up and return, but have to unregister first,
|
chan_test.go | 472 t.Errorf("Want pseudorandom, got %d zeros and %d ones (chan cap %d)", n0, n1, chanCap) 549 t.Errorf("bad channel read: want %d, got %d", i, x)
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
line_test.go | 26 want := []LineEntry{ 46 testLineTable(t, want, elfData(t, "testdata/line-gcc.elf")) 55 want := []LineEntry{ 73 testLineTable(t, want, elfData(t, "testdata/line-clang.elf")) 152 func testLineTable(t *testing.T, want []LineEntry, d *Data) { 191 if !compareLines(got, want) { 194 t.Log("Want:") 195 dumpLines(t, want)
|
/prebuilts/go/linux-x86/src/runtime/ |
lock_sema.go | 217 // Want to give up and return, but have to unregister first,
|
chan_test.go | 472 t.Errorf("Want pseudorandom, got %d zeros and %d ones (chan cap %d)", n0, n1, chanCap) 549 t.Errorf("bad channel read: want %d, got %d", i, x)
|
/external/clang/lib/Driver/ |
ToolChains.cpp | 768 // FIXME: We really want to get out of the tool chain level argument 796 // We also want to disallow any options which would alter the [all...] |
/prebuilts/go/darwin-x86/test/ |
goto.go | 251 /* Want to enable these tests but gofmt mangles them. Issue 1972.
|
/prebuilts/go/linux-x86/test/ |
goto.go | 251 /* Want to enable these tests but gofmt mangles them. Issue 1972.
|
/prebuilts/go/darwin-x86/src/net/smtp/ |
smtp_test.go | 92 t.Errorf("%d. got error = %q; want %q", i, got, tt.err) 364 t.Errorf("Want error, got none") 530 t.Errorf("Auth: got error: %v, want: %s", err, "535 Invalid credentials\nplease see www.example.com") 607 t.Errorf("TLSConnectionState returned ok == false; want true")
|
/prebuilts/go/linux-x86/src/net/smtp/ |
smtp_test.go | 92 t.Errorf("%d. got error = %q; want %q", i, got, tt.err) 364 t.Errorf("Want error, got none") 530 t.Errorf("Auth: got error: %v, want: %s", err, "535 Invalid credentials\nplease see www.example.com") 607 t.Errorf("TLSConnectionState returned ok == false; want true")
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
walk.go | [all...] |