HomeSort by relevance Sort by last modified time
    Searched full:errorf (Results 76 - 100 of 1634) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
int_test.go 55 t.Errorf("got %d; want %d for z = %v", s, e, a.z)
65 t.Errorf("%v is not normalized", z)
68 t.Errorf("got z = %v; want %v", z, a.z)
84 t.Errorf("got z = %v; want %v", z, e)
93 t.Errorf("%s%v is not normalized", msg, z)
96 t.Errorf("%s%+v\n\tgot z = %v; want %v", msg, a, &z, a.z)
210 t.Errorf("#%da: got %s; want %s", i, prod, r.prod)
217 t.Errorf("#%db: got %s; want %s", i, prod, r.prod)
249 t.Errorf("Binomial(%d, %d) = %s; want %s", test.n, test.k, got, test.want)
287 t.Errorf("#%d Quo: %v is not normalized", i, *q1
    [all...]
  /build/blueprint/parser/
printer_test.go 266 t.Errorf("test case: %s", in)
267 t.Errorf("unexpected errors:")
269 t.Errorf(" %s", err)
278 t.Errorf("test case: %s", in)
279 t.Errorf("unexpected error: %s", err)
284 t.Errorf("test case: %s", in)
285 t.Errorf(" expected: %s", expected)
286 t.Errorf(" got: %s", string(got))
  /build/soong/java/
androidmk.go 26 err = fmt.Errorf("Not yet implemented")
33 err = fmt.Errorf("Not yet implemented")
  /prebuilts/go/darwin-x86/misc/cgo/test/
cflags.go 27 t.Errorf("is_windows: %v, runtime.GOOS: %s", is_windows, runtime.GOOS)
30 t.Errorf("common: %v (expected 123)", C.common)
issue11925.go 32 t.Errorf("size of a changed: C %d, Go %d", C.sizeof_struct_a11925, unsafe.Sizeof(C.struct_a11925{}))
35 t.Errorf("size of b changed: C %d, Go %d", C.sizeof_struct_b11925, unsafe.Sizeof(C.struct_b11925{}))
issue5740.go 13 t.Errorf("expected 5, got %v", v)
  /prebuilts/go/darwin-x86/misc/swig/callback/
callback_test.go 18 t.Errorf("unexpected string from Call: %q", s)
29 t.Errorf("unexpected string from Call with callback: %q", s)
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa_test.go 17 t.Errorf("%d: error signing: %s", i, err)
22 t.Errorf("%d: Verify failed", i)
32 t.Errorf("%d: %s", int(sizes), err)
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
49 t.Errorf("%d: p-1 mod q != 0", int(sizes))
53 t.Errorf("%d: invalid generator", int(sizes))
58 t.Errorf("error generating key: %s", err)
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn_test.go 46 t.Errorf("#%d: wrong validity, want:%d got:%d", i, expectedGood, good)
49 t.Errorf("#%d: got %d, want %d", i, len(payload), test.expectedLen)
96 t.Errorf("unable to get certificate for name '%s': %s", name, err)
104 t.Errorf("example.com returned certificate %d, not 0", n)
107 t.Errorf("bar.example.com returned certificate %d, not 1", n)
110 t.Errorf("foo.example.com returned certificate %d, not 2", n)
113 t.Errorf("foo.bar.example.com returned certificate %d, not 3", n)
116 t.Errorf("foo.bar.baz.example.com returned certificate %d, not 0", n)
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs8_test.go 21 t.Errorf("failed to decode PKCS8 with RSA private key: %s", err)
26 t.Errorf("failed to decode PKCS8 with EC private key: %s", err)
  /prebuilts/go/darwin-x86/src/go/parser/
parser_test.go 52 t.Errorf("got %d packages; want 1", n)
56 t.Errorf(`package "parser" not found`)
60 t.Errorf("got %d package files; want 3", n)
64 t.Errorf("unexpected package file: %s", filename)
75 t.Errorf("ParseExpr(%q): %v", src, err)
79 t.Errorf("ParseExpr(%q): got %T, want *ast.BinaryExpr", src, x)
86 t.Errorf("ParseExpr(%q): %v", src, err)
90 t.Errorf("ParseExpr(%q): got %T, want *ast.StructType", src, x)
96 t.Errorf("ParseExpr(%q): got no error", src)
102 t.Errorf("ParseExpr(%q): got no error", src
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/test/
cflags.go 27 t.Errorf("is_windows: %v, runtime.GOOS: %s", is_windows, runtime.GOOS)
30 t.Errorf("common: %v (expected 123)", C.common)
issue11925.go 32 t.Errorf("size of a changed: C %d, Go %d", C.sizeof_struct_a11925, unsafe.Sizeof(C.struct_a11925{}))
35 t.Errorf("size of b changed: C %d, Go %d", C.sizeof_struct_b11925, unsafe.Sizeof(C.struct_b11925{}))
issue5740.go 13 t.Errorf("expected 5, got %v", v)
  /prebuilts/go/linux-x86/misc/swig/callback/
callback_test.go 18 t.Errorf("unexpected string from Call: %q", s)
29 t.Errorf("unexpected string from Call with callback: %q", s)
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa_test.go 17 t.Errorf("%d: error signing: %s", i, err)
22 t.Errorf("%d: Verify failed", i)
32 t.Errorf("%d: %s", int(sizes), err)
37 t.Errorf("%d: params.BitLen got:%d want:%d", int(sizes), params.P.BitLen(), L)
41 t.Errorf("%d: q.BitLen got:%d want:%d", int(sizes), params.Q.BitLen(), L)
49 t.Errorf("%d: p-1 mod q != 0", int(sizes))
53 t.Errorf("%d: invalid generator", int(sizes))
58 t.Errorf("error generating key: %s", err)
  /prebuilts/go/linux-x86/src/crypto/tls/
conn_test.go 46 t.Errorf("#%d: wrong validity, want:%d got:%d", i, expectedGood, good)
49 t.Errorf("#%d: got %d, want %d", i, len(payload), test.expectedLen)
96 t.Errorf("unable to get certificate for name '%s': %s", name, err)
104 t.Errorf("example.com returned certificate %d, not 0", n)
107 t.Errorf("bar.example.com returned certificate %d, not 1", n)
110 t.Errorf("foo.example.com returned certificate %d, not 2", n)
113 t.Errorf("foo.bar.example.com returned certificate %d, not 3", n)
116 t.Errorf("foo.bar.baz.example.com returned certificate %d, not 0", n)
  /prebuilts/go/linux-x86/src/crypto/x509/
pkcs8_test.go 21 t.Errorf("failed to decode PKCS8 with RSA private key: %s", err)
26 t.Errorf("failed to decode PKCS8 with EC private key: %s", err)
  /prebuilts/go/linux-x86/src/go/parser/
parser_test.go 52 t.Errorf("got %d packages; want 1", n)
56 t.Errorf(`package "parser" not found`)
60 t.Errorf("got %d package files; want 3", n)
64 t.Errorf("unexpected package file: %s", filename)
75 t.Errorf("ParseExpr(%q): %v", src, err)
79 t.Errorf("ParseExpr(%q): got %T, want *ast.BinaryExpr", src, x)
86 t.Errorf("ParseExpr(%q): %v", src, err)
90 t.Errorf("ParseExpr(%q): got %T, want *ast.StructType", src, x)
96 t.Errorf("ParseExpr(%q): got no error", src)
102 t.Errorf("ParseExpr(%q): got no error", src
    [all...]
  /external/skia/tests/
ClearTest.cpp 99 ERRORF(reporter, "Could not create draw context.");
105 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
110 ERRORF(reporter, "Could not create draw context.");
117 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
122 ERRORF(reporter, "Could not create draw context.");
129 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue,
134 ERRORF(reporter, "Could not create draw context.");
141 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
146 ERRORF(reporter, "Could not create draw context.");
153 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
filetransport_test.go 43 t.Errorf("for %s, StatusCode = %d, want 200", urlstr, res.StatusCode)
46 t.Errorf("for %s, ContentLength = %d, want -1", urlstr, res.ContentLength)
54 t.Errorf("for %s, got content %q, want %q", urlstr, string(slurp), "Bar")
62 t.Errorf("for %s, StatusCode = %d, want 404", badURL, res.StatusCode)
  /prebuilts/go/linux-x86/src/net/http/
filetransport_test.go 43 t.Errorf("for %s, StatusCode = %d, want 200", urlstr, res.StatusCode)
46 t.Errorf("for %s, ContentLength = %d, want -1", urlstr, res.ContentLength)
54 t.Errorf("for %s, got content %q, want %q", urlstr, string(slurp), "Bar")
62 t.Errorf("for %s, StatusCode = %d, want 404", badURL, res.StatusCode)
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
parse.go 64 func (p *Parser) errorf(format string, args ...interface{}) {
66 panic(fmt.Errorf(format, args...))
114 p.errorf("expected identifier, found %q", p.lex.Text())
134 p.errorf("ARM condition expected identifier, found %s", str)
146 p.errorf("unexpected EOF")
155 p.errorf("invalid ':' in operand")
178 p.errorf("missing operand")
191 p.errorf("unrecognized instruction %q", word)
201 p.errorf("illegal use of pseudo-register in %s", word)
225 p.errorf("unimplemented: %s", word
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 61 func (p *Parser) errorf(format string, args ...interface{}) {
63 panic(fmt.Errorf(format, args...))
111 p.errorf("expected identifier, found %q", p.lex.Text())
131 p.errorf("ARM condition expected identifier, found %s", str)
143 p.errorf("unexpected EOF")
152 p.errorf("invalid ':' in operand")
175 p.errorf("missing operand")
188 p.errorf("unrecognized instruction %q", word)
198 p.errorf("illegal use of pseudo-register in %s", word)
222 p.errorf("unimplemented: %s", word
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/
parse.go 64 func (p *Parser) errorf(format string, args ...interface{}) {
66 panic(fmt.Errorf(format, args...))
114 p.errorf("expected identifier, found %q", p.lex.Text())
134 p.errorf("ARM condition expected identifier, found %s", str)
146 p.errorf("unexpected EOF")
155 p.errorf("invalid ':' in operand")
178 p.errorf("missing operand")
191 p.errorf("unrecognized instruction %q", word)
201 p.errorf("illegal use of pseudo-register in %s", word)
225 p.errorf("unimplemented: %s", word
    [all...]

Completed in 3977 milliseconds

1 2 34 5 6 7 8 91011>>