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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/debug/macho/
file_test.go 111 t.Errorf("open %s:\n\thave %#v\n\twant %#v\n", tt.file, f.FileHeader, tt.hdr)
122 t.Errorf("open %s, section %d: skipping %#v\n", tt.file, i, &s.SegmentHeader)
127 t.Errorf("open %s, section %d: not *Segment\n", tt.file, i)
133 t.Errorf("open %s, segment %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
139 t.Errorf("open %s: len(Loads) = %d, want %d", tt.file, fn, tn)
149 t.Errorf("open %s, section %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
155 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)
165 t.Errorf("open %s: succeeded unexpectedly", filename)
176 t.Errorf("OpenFat: got magic number %#x, want %#x", ff.Magic, MagicFat)
179 t.Errorf("OpenFat: got %d architectures, want 2", len(ff.Arches)
    [all...]
  /prebuilts/go/darwin-x86/src/mime/
mediatype_test.go 24 t.Errorf("expected to consume token '%s', not '%s' from '%s'",
27 t.Errorf("expected to have left '%s', not '%s' after reading token '%s' from '%s'",
49 t.Errorf("expected to consume value [%s], not [%s] from [%s]",
52 t.Errorf("expected to have left [%s], not [%s] after reading value [%s] from [%s]",
78 t.Errorf("expected to consume param [%s], not [%s] from [%s]",
81 t.Errorf("expected to consume value [%s], not [%s] from [%s]",
84 t.Errorf("expected to have left [%s], not [%s] after reading [%s/%s] from [%s]",
225 t.Errorf("for input %q, unexpected error: %v", test.in, err)
231 t.Errorf("for input %q, expected type %q, got %q",
239 t.Errorf("for input %q, wrong params.\n"
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
client_test.go 45 return nil, fmt.Errorf("Read: n=0 with err=nil")
51 return nil, fmt.Errorf("Read: n=%d err=%#v after EOF", n, err)
82 t.Errorf("Incorrect page body (did not begin with User-agent): %q", s)
116 t.Errorf("expected method %q; got %q", "GET", tr.req.Method)
119 t.Errorf("expected URL %q; got %q", url, tr.req.URL.String())
122 t.Errorf("expected non-nil request Header")
137 t.Errorf("got method %q, want %q", tr.req.Method, "POST")
140 t.Errorf("got URL %q, want %q", tr.req.URL.String(), url)
149 t.Errorf("got ContentLength %d, want %d", g, e)
166 t.Errorf("got method %q, want %q", tr.req.Method, "POST"
    [all...]
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...]
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go 50 t.Errorf("have %#q want %#q", s, want)
224 t.Errorf("#%d: have %#q, want %#q", i, s, want)
274 t.Errorf("#%d: have %#q, want %#q", i, s, tt.s)
318 t.Errorf("#%d: have %#q, want %#q", i, s, tt.s)
342 t.Errorf("#%d: have %#q, want %#q", i, s, test.s)
353 t.Errorf("[10]int: have %#q want %#q", s, want)
361 t.Errorf("[]int: have %#q want %#q", s, want1)
372 t.Errorf("got %d, want 1234", *ip)
379 t.Errorf("got non-nil (%p), want nil", ip)
389 t.Errorf("got non-nil (%d), want nil", *ip
    [all...]
  /prebuilts/go/linux-x86/src/debug/macho/
file_test.go 111 t.Errorf("open %s:\n\thave %#v\n\twant %#v\n", tt.file, f.FileHeader, tt.hdr)
122 t.Errorf("open %s, section %d: skipping %#v\n", tt.file, i, &s.SegmentHeader)
127 t.Errorf("open %s, section %d: not *Segment\n", tt.file, i)
133 t.Errorf("open %s, segment %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
139 t.Errorf("open %s: len(Loads) = %d, want %d", tt.file, fn, tn)
149 t.Errorf("open %s, section %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
155 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)
165 t.Errorf("open %s: succeeded unexpectedly", filename)
176 t.Errorf("OpenFat: got magic number %#x, want %#x", ff.Magic, MagicFat)
179 t.Errorf("OpenFat: got %d architectures, want 2", len(ff.Arches)
    [all...]
  /prebuilts/go/linux-x86/src/mime/
mediatype_test.go 24 t.Errorf("expected to consume token '%s', not '%s' from '%s'",
27 t.Errorf("expected to have left '%s', not '%s' after reading token '%s' from '%s'",
49 t.Errorf("expected to consume value [%s], not [%s] from [%s]",
52 t.Errorf("expected to have left [%s], not [%s] after reading value [%s] from [%s]",
78 t.Errorf("expected to consume param [%s], not [%s] from [%s]",
81 t.Errorf("expected to consume value [%s], not [%s] from [%s]",
84 t.Errorf("expected to have left [%s], not [%s] after reading [%s/%s] from [%s]",
225 t.Errorf("for input %q, unexpected error: %v", test.in, err)
231 t.Errorf("for input %q, expected type %q, got %q",
239 t.Errorf("for input %q, wrong params.\n"
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
client_test.go 45 return nil, fmt.Errorf("Read: n=0 with err=nil")
51 return nil, fmt.Errorf("Read: n=%d err=%#v after EOF", n, err)
82 t.Errorf("Incorrect page body (did not begin with User-agent): %q", s)
116 t.Errorf("expected method %q; got %q", "GET", tr.req.Method)
119 t.Errorf("expected URL %q; got %q", url, tr.req.URL.String())
122 t.Errorf("expected non-nil request Header")
137 t.Errorf("got method %q, want %q", tr.req.Method, "POST")
140 t.Errorf("got URL %q, want %q", tr.req.URL.String(), url)
149 t.Errorf("got ContentLength %d, want %d", g, e)
166 t.Errorf("got method %q, want %q", tr.req.Method, "POST"
    [all...]
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...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go 50 t.Errorf("have %#q want %#q", s, want)
224 t.Errorf("#%d: have %#q, want %#q", i, s, want)
274 t.Errorf("#%d: have %#q, want %#q", i, s, tt.s)
318 t.Errorf("#%d: have %#q, want %#q", i, s, tt.s)
342 t.Errorf("#%d: have %#q, want %#q", i, s, test.s)
353 t.Errorf("[10]int: have %#q want %#q", s, want)
361 t.Errorf("[]int: have %#q want %#q", s, want1)
372 t.Errorf("got %d, want 1234", *ip)
379 t.Errorf("got non-nil (%p), want nil", ip)
389 t.Errorf("got non-nil (%d), want nil", *ip
    [all...]
  /prebuilts/go/darwin-x86/src/math/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go     [all...]
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 486 t.Errorf("Abs(%g) = %g, want %g", vc[i], f, abs[i])
491 t.Errorf("Abs(%g) = %g, want %g", vcAbsSC[i], f, absSC[i])
498 t.Errorf("Acos(%g) = %g, want %g", vc[i], f, acos[i])
503 t.Errorf("Acos(%g) = %g, want %g", vcAcosSC[i], f, acosSC[i])
510 t.Errorf("Acosh(%g) = %g, want %g", vc[i], f, acosh[i])
515 t.Errorf("Acosh(%g) = %g, want %g", vcAcoshSC[i], f, acoshSC[i])
522 t.Errorf("Asin(%g) = %g, want %g", vc[i], f, asin[i])
527 t.Errorf("Asin(%g) = %g, want %g", vcAsinSC[i], f, asinSC[i])
534 t.Errorf("Asinh(%g) = %g, want %g", vc[i], f, asinh[i])
539 t.Errorf("Asinh(%g) = %g, want %g", vcAsinhSC[i], f, asinhSC[i]
    [all...]
  /prebuilts/go/darwin-x86/src/net/
lookup_windows_test.go 39 t.Errorf("no results")
49 t.Errorf("different results %s:\texp:%v\tgot:%v", server, toJson(expected), toJson(mx))
62 t.Errorf("failed %s: %s", server, err)
66 t.Errorf("no result %s", server)
74 t.Errorf("different results %s:\texp:%v\tgot:%v", server, expected, cname)
87 t.Errorf("failed %s: %s", server, err)
91 t.Errorf("no results")
102 t.Errorf("different results %s:\texp:%v\tgot:%v", toJson(server), toJson(expected), ns)
115 t.Errorf("failed %s: %s", server, err)
119 t.Errorf("no results"
    [all...]
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 486 t.Errorf("Abs(%g) = %g, want %g", vc[i], f, abs[i])
491 t.Errorf("Abs(%g) = %g, want %g", vcAbsSC[i], f, absSC[i])
498 t.Errorf("Acos(%g) = %g, want %g", vc[i], f, acos[i])
503 t.Errorf("Acos(%g) = %g, want %g", vcAcosSC[i], f, acosSC[i])
510 t.Errorf("Acosh(%g) = %g, want %g", vc[i], f, acosh[i])
515 t.Errorf("Acosh(%g) = %g, want %g", vcAcoshSC[i], f, acoshSC[i])
522 t.Errorf("Asin(%g) = %g, want %g", vc[i], f, asin[i])
527 t.Errorf("Asin(%g) = %g, want %g", vcAsinSC[i], f, asinSC[i])
534 t.Errorf("Asinh(%g) = %g, want %g", vc[i], f, asinh[i])
539 t.Errorf("Asinh(%g) = %g, want %g", vcAsinhSC[i], f, asinhSC[i]
    [all...]
  /prebuilts/go/linux-x86/src/net/
lookup_windows_test.go 39 t.Errorf("no results")
49 t.Errorf("different results %s:\texp:%v\tgot:%v", server, toJson(expected), toJson(mx))
62 t.Errorf("failed %s: %s", server, err)
66 t.Errorf("no result %s", server)
74 t.Errorf("different results %s:\texp:%v\tgot:%v", server, expected, cname)
87 t.Errorf("failed %s: %s", server, err)
91 t.Errorf("no results")
102 t.Errorf("different results %s:\texp:%v\tgot:%v", toJson(server), toJson(expected), ns)
115 t.Errorf("failed %s: %s", server, err)
119 t.Errorf("no results"
    [all...]
  /prebuilts/go/darwin-x86/src/time/
format_test.go 31 t.Errorf(" want=%+v", f.formattedValue)
32 t.Errorf(" have=%+v", f.time.Format(RFC3339))
72 t.Errorf("%s expected %q got %q", test.name, test.result, result)
104 t.Errorf("(jan 1 %d).Format(\"2006.01.02\") = %q, want %q", y, result, want)
179 t.Errorf("%s error: %v", test.name, err)
251 t.Errorf("%s error: %v", test.name, err)
261 t.Errorf("%s: bad year: %d not %d", test.name, time.Year(), 2010)
264 t.Errorf("%s: bad month: %s not %s", test.name, time.Month(), February)
267 t.Errorf("%s: bad day: %d not %d", test.name, time.Day(), 4)
270 t.Errorf("%s: bad hour: %d not %d", test.name, time.Hour(), 21
    [all...]
  /prebuilts/go/linux-x86/src/time/
format_test.go 31 t.Errorf(" want=%+v", f.formattedValue)
32 t.Errorf(" have=%+v", f.time.Format(RFC3339))
72 t.Errorf("%s expected %q got %q", test.name, test.result, result)
104 t.Errorf("(jan 1 %d).Format(\"2006.01.02\") = %q, want %q", y, result, want)
179 t.Errorf("%s error: %v", test.name, err)
251 t.Errorf("%s error: %v", test.name, err)
261 t.Errorf("%s: bad year: %d not %d", test.name, time.Year(), 2010)
264 t.Errorf("%s: bad month: %s not %s", test.name, time.Month(), February)
267 t.Errorf("%s: bad day: %d not %d", test.name, time.Day(), 4)
270 t.Errorf("%s: bad hour: %d not %d", test.name, time.Hour(), 21
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate_test.go 87 t.Errorf("NewWriter: %v", err)
93 t.Errorf("Deflate(%d, %x) = %x, want %x", h.level, h.in, buf.Bytes(), h.out)
132 t.Errorf("NewWriter: %v", err)
136 t.Errorf("Compress failed: %v", err)
203 t.Errorf("NewWriter: %v", err)
218 t.Errorf("testSync: write: %v", err)
223 t.Errorf("testSync: flush: %v", err)
228 t.Errorf("testSync: close: %v", err)
236 t.Errorf("testSync/%d (%d, %d, %s): read %d: %d, %v (%d left)", i, level, len(input), name, hi-lo, m, err, buf.buf.Len())
240 t.Errorf("testSync/%d: read wrong bytes: %x vs %x", i, input[lo:hi], out[:hi-lo]
    [all...]
  /prebuilts/go/linux-x86/src/compress/flate/
deflate_test.go 87 t.Errorf("NewWriter: %v", err)
93 t.Errorf("Deflate(%d, %x) = %x, want %x", h.level, h.in, buf.Bytes(), h.out)
132 t.Errorf("NewWriter: %v", err)
136 t.Errorf("Compress failed: %v", err)
203 t.Errorf("NewWriter: %v", err)
218 t.Errorf("testSync: write: %v", err)
223 t.Errorf("testSync: flush: %v", err)
228 t.Errorf("testSync: close: %v", err)
236 t.Errorf("testSync/%d (%d, %d, %s): read %d: %d, %v (%d left)", i, level, len(input), name, hi-lo, m, err, buf.buf.Len())
240 t.Errorf("testSync/%d: read wrong bytes: %x vs %x", i, input[lo:hi], out[:hi-lo]
    [all...]
  /prebuilts/go/darwin-x86/src/internal/trace/
parser.go 95 return nil, fmt.Errorf("failed to read header: read %v, err %v", off, err)
98 return nil, fmt.Errorf("not a trace file")
111 return nil, fmt.Errorf("failed to read trace at offset 0x%x: n=%v err=%v", off0, n, err)
143 return nil, fmt.Errorf("event has wrong length at offset 0x%x: want %v, got %v", off0, evLen, off-off1)
161 err = fmt.Errorf("unknown event type %v at offset 0x%x", raw.typ, raw.off)
166 err = fmt.Errorf("missing description for event type %v", raw.typ)
179 err = fmt.Errorf("%v has wrong number of arguments at offset 0x%x: want %v, got %v",
204 err = fmt.Errorf("EvStack has wrong number of arguments at offset 0x%x: want at least 2, got %v",
210 err = fmt.Errorf("EvStack has bad number of frames at offset 0x%x: %v",
215 err = fmt.Errorf("EvStack has wrong number of arguments at offset 0x%x: want %v, got %v"
    [all...]
  /prebuilts/go/linux-x86/src/internal/trace/
parser.go 95 return nil, fmt.Errorf("failed to read header: read %v, err %v", off, err)
98 return nil, fmt.Errorf("not a trace file")
111 return nil, fmt.Errorf("failed to read trace at offset 0x%x: n=%v err=%v", off0, n, err)
143 return nil, fmt.Errorf("event has wrong length at offset 0x%x: want %v, got %v", off0, evLen, off-off1)
161 err = fmt.Errorf("unknown event type %v at offset 0x%x", raw.typ, raw.off)
166 err = fmt.Errorf("missing description for event type %v", raw.typ)
179 err = fmt.Errorf("%v has wrong number of arguments at offset 0x%x: want %v, got %v",
204 err = fmt.Errorf("EvStack has wrong number of arguments at offset 0x%x: want at least 2, got %v",
210 err = fmt.Errorf("EvStack has bad number of frames at offset 0x%x: %v",
215 err = fmt.Errorf("EvStack has wrong number of arguments at offset 0x%x: want %v, got %v"
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 113 t.Errorf("%s(%q,%q) = %v; want %v", funcName, test.s, test.sep, actual, test.out)
135 t.Errorf("LastIndexByte(%q,%c) = %v; want %v", test.s, test.sep[0], actual, test.out)
154 t.Errorf("IndexRune(%q,%d)= %v; want %v", test.s, test.rune, actual, test.out)
221 t.Errorf("explode(%q, %d) = %v; want %v", tt.s, tt.n, a, tt.a)
226 t.Errorf(`Join(explode(%q, %d), "") = %q`, tt.s, tt.n, s)
258 t.Errorf("Split(%q, %q, %d) = %v; want %v", tt.s, tt.sep, tt.n, a, tt.a)
266 t.Errorf("Join(Split(%q, %q, %d), %q) = %q", tt.s, tt.sep, tt.n, tt.sep, s)
271 t.Errorf("Split disagrees with SplitN(%q, %q, %d) = %v; want %v", tt.s, tt.sep, tt.n, b, a)
297 t.Errorf(`Split(%q, %q, %d) = %v; want %v`, tt.s, tt.sep, tt.n, a, tt.a)
302 t.Errorf(`Join(Split(%q, %q, %d), %q) = %q`, tt.s, tt.sep, tt.n, tt.sep, s
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 113 t.Errorf("%s(%q,%q) = %v; want %v", funcName, test.s, test.sep, actual, test.out)
135 t.Errorf("LastIndexByte(%q,%c) = %v; want %v", test.s, test.sep[0], actual, test.out)
154 t.Errorf("IndexRune(%q,%d)= %v; want %v", test.s, test.rune, actual, test.out)
221 t.Errorf("explode(%q, %d) = %v; want %v", tt.s, tt.n, a, tt.a)
226 t.Errorf(`Join(explode(%q, %d), "") = %q`, tt.s, tt.n, s)
258 t.Errorf("Split(%q, %q, %d) = %v; want %v", tt.s, tt.sep, tt.n, a, tt.a)
266 t.Errorf("Join(Split(%q, %q, %d), %q) = %q", tt.s, tt.sep, tt.n, tt.sep, s)
271 t.Errorf("Split disagrees with SplitN(%q, %q, %d) = %v; want %v", tt.s, tt.sep, tt.n, b, a)
297 t.Errorf(`Split(%q, %q, %d) = %v; want %v`, tt.s, tt.sep, tt.n, a, tt.a)
302 t.Errorf(`Join(Split(%q, %q, %d), %q) = %q`, tt.s, tt.sep, tt.n, tt.sep, s
    [all...]
  /build/blueprint/bootstrap/
writedocs.go 44 return fmt.Errorf("multiple primary builder modules present")
54 panic(fmt.Errorf("unknown dependency type %T", module))

Completed in 202 milliseconds

1 2 3 4 5 6 7 8 91011>>