HomeSort by relevance Sort by last modified time
    Searched refs:Want (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/lib/Fuzzer/test/
SimpleHashTest.cpp 33 uint32_t Want = reinterpret_cast<const uint32_t *>(&Data[Size - 4])[0];
34 if (Hash != Want)
37 (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/misc/cgo/fortran/
fortran_test.go 11 t.Errorf("Unexpected result for The Answer. Got: %d Want: 42", a)
  /prebuilts/go/linux-x86/misc/cgo/fortran/
fortran_test.go 11 t.Errorf("Unexpected result for The Answer. Got: %d Want: 42", a)
  /prebuilts/go/darwin-x86/src/internal/pprof/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/internal/pprof/profile/
profile_test.go 16 t.Error("Want no error, got", err)
19 t.Fatal("Want a valid profile, got <nil>")
  /prebuilts/go/darwin-x86/src/cmd/vet/
tests.go 143 // Want functions with 0 results and 1 parameter.
  /prebuilts/go/darwin-x86/src/net/http/
responsewrite_test.go 195 // Want a single Content-Length header. Fixing issue 8180 where
cookie_test.go 159 t.Errorf("cookie #1: want %q, got %q", e, g)
162 t.Errorf("cookie #2: want %q, got %q", e, g)
370 want := []*Cookie{
376 if len(got) != len(want) {
377 t.Fatalf("got %d cookies, want %d", len(got), len(want))
379 for i, w := range want {
393 in, want string
406 if got := sanitizeCookieValue(tt.in); got != tt.want {
407 t.Errorf("sanitizeCookieValue(%q) = %q; want %q", tt.in, got, tt.want
    [all...]
request_test.go 28 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q)
38 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q)
41 t.Errorf(`req.FormValue("z") = %q, want "post"`, z)
44 t.Errorf(`req.PostForm["q"] = %q, want no entry in map`, bq)
47 t.Errorf(`req.PostFormValue("z") = %q, want "post"`, bz)
50 t.Errorf(`req.Form["q"] = %q, want ["foo", "bar"]`, qs)
53 t.Errorf(`req.Form["both"] = %q, want ["y", "x"]`, both)
56 t.Errorf(`req.FormValue("prio") = %q, want "2" (from body)`, prio)
59 t.Errorf(`req.FormValue("orphan") = %q, want "" (from body)`, orphan)
62 t.Errorf(`req.FormValue("empty") = %q, want "" (from body)`, empty
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
tests.go 143 // Want functions with 0 results and 1 parameter.
  /prebuilts/go/linux-x86/src/net/http/
responsewrite_test.go 195 // Want a single Content-Length header. Fixing issue 8180 where
cookie_test.go 159 t.Errorf("cookie #1: want %q, got %q", e, g)
162 t.Errorf("cookie #2: want %q, got %q", e, g)
370 want := []*Cookie{
376 if len(got) != len(want) {
377 t.Fatalf("got %d cookies, want %d", len(got), len(want))
379 for i, w := range want {
393 in, want string
406 if got := sanitizeCookieValue(tt.in); got != tt.want {
407 t.Errorf("sanitizeCookieValue(%q) = %q; want %q", tt.in, got, tt.want
    [all...]
request_test.go 28 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q)
38 t.Errorf(`req.FormValue("q") = %q, want "foo"`, q)
41 t.Errorf(`req.FormValue("z") = %q, want "post"`, z)
44 t.Errorf(`req.PostForm["q"] = %q, want no entry in map`, bq)
47 t.Errorf(`req.PostFormValue("z") = %q, want "post"`, bz)
50 t.Errorf(`req.Form["q"] = %q, want ["foo", "bar"]`, qs)
53 t.Errorf(`req.Form["both"] = %q, want ["y", "x"]`, both)
56 t.Errorf(`req.FormValue("prio") = %q, want "2" (from body)`, prio)
59 t.Errorf(`req.FormValue("orphan") = %q, want "" (from body)`, orphan)
62 t.Errorf(`req.FormValue("empty") = %q, want "" (from body)`, empty
    [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 214 // Want to give up and return, but have to unregister first,
  /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 214 // Want to give up and return, but have to unregister first,
  /external/clang/lib/Driver/
ToolChains.cpp 805 // FIXME: We really want to get out of the tool chain level argument
833 // We also want to disallow any options which would alter the
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
arith.go 61 if want, got := uint64(0x7ffffffffffffff), rshNop1(allSet); want != got {
62 println("testShiftRemoval rshNop1 failed, wanted", want, "got", got)
65 if want, got := uint64(0x3ffffffffffffff), rshNop2(allSet); want != got {
66 println("testShiftRemoval rshNop2 failed, wanted", want, "got", got)
69 if want, got := uint64(0x7fffffffffffff), rshNop3(allSet); want != got {
70 println("testShiftRemoval rshNop3 failed, wanted", want, "got", got)
73 if want, got := uint64(0xffffffffffffffe), rshNotNop(allSet); want != got
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
arith.go 61 if want, got := uint64(0x7ffffffffffffff), rshNop1(allSet); want != got {
62 println("testShiftRemoval rshNop1 failed, wanted", want, "got", got)
65 if want, got := uint64(0x3ffffffffffffff), rshNop2(allSet); want != got {
66 println("testShiftRemoval rshNop2 failed, wanted", want, "got", got)
69 if want, got := uint64(0x7fffffffffffff), rshNop3(allSet); want != got {
70 println("testShiftRemoval rshNop3 failed, wanted", want, "got", got)
73 if want, got := uint64(0xffffffffffffffe), rshNotNop(allSet); want != got
    [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.

Completed in 1621 milliseconds

1 2