HomeSort by relevance Sort by last modified time
    Searched refs:Errorf (Results 26 - 50 of 580) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/syzkaller/vendor/google.golang.org/grpc/
service_config.go 85 return nil, fmt.Errorf("malformed duration %q", *s)
89 return nil, fmt.Errorf("malformed duration %q", *s)
98 return nil, fmt.Errorf("malformed duration %q: %v", *s, err)
105 return nil, fmt.Errorf("malformed duration %q", *s)
109 return nil, fmt.Errorf("malformed duration %q: %v", *s, err)
118 return nil, fmt.Errorf("malformed duration %q", *s)
proxy.go 86 return nil, fmt.Errorf("failed to write the HTTP request: %v", err)
92 return nil, fmt.Errorf("reading server HTTP response: %v", err)
98 return nil, fmt.Errorf("failed to do connect handshake, status code: %s", resp.Status)
100 return nil, fmt.Errorf("failed to do connect handshake, response: %q", dump)
  /build/blueprint/
context_test.go 108 t.Errorf("unexpected parse errors:")
110 t.Errorf(" %s", err)
117 t.Errorf("unexpected dep errors:")
119 t.Errorf(" %s", err)
173 t.Errorf("unexpected parse errors:")
175 t.Errorf(" %s", err)
182 t.Errorf("unexpected dep errors:")
184 t.Errorf(" %s", err)
204 t.Errorf("unexpected walkDeps behaviour: %s\ndown should be: BCEFG", outputDown)
207 t.Errorf("unexpected walkDeps behaviour: %s\nup should be: BEGFC", outputUp
    [all...]
unpack.go 67 Err: fmt.Errorf("unrecognized property %q", name),
92 Err: fmt.Errorf("property %q already defined", name),
96 Err: fmt.Errorf("<-- previous definition here"),
148 panic(fmt.Errorf("field %s is not settable", propertyName))
167 panic(fmt.Errorf("field %s is a non-string slice", propertyName))
172 panic(fmt.Errorf("field %s contains a nil interface", propertyName))
177 panic(fmt.Errorf("field %s contains a non-pointer interface", propertyName))
194 panic(fmt.Errorf("field %s contains a pointer to %s", propertyName, ptrKind))
199 panic(fmt.Errorf(`int field %s must be tagged blueprint:"mutated"`, propertyName))
203 panic(fmt.Errorf("unsupported kind for field %s: %s", propertyName, kind)
    [all...]
unpack_test.go 250 Err: fmt.Errorf("filtered field nested.foo cannot be set in a Blueprint file"),
556 t.Errorf("test case: %s", testCase.input)
557 t.Errorf("unexpected parse errors:")
559 t.Errorf(" %s", err)
580 t.Errorf("test case: %s", testCase.input)
581 t.Errorf("unexpected unpack errors:")
583 t.Errorf(" %s", err)
587 t.Errorf("test case: %s", testCase.input)
588 t.Errorf("incorrect errors:")
589 t.Errorf(" expected: %+v", testCase.errs
    [all...]
  /build/soong/cmd/dep_fixer/
deps.go 38 return nil, fmt.Errorf("many errors: %v", errs)
53 return nil, fmt.Errorf("%sunexpected recipe in rule: %v", pos(node), x)
57 return nil, fmt.Errorf("%sunsupported variable expansion: %v", pos(node), x.Target.Dump())
61 return nil, fmt.Errorf("%smissing output: %v", pos(node), x)
66 return nil, fmt.Errorf("%sunsupported variable expansion: %v", pos(node), x.Prerequisites.Dump())
72 return nil, fmt.Errorf("%sunexpected line: %#v", pos(node), node)
  /external/syzkaller/vendor/google.golang.org/grpc/transport/
log.go 40 func errorf(format string, args ...interface{}) { func
42 grpclog.Errorf(format, args...)
  /build/soong/android/
prebuilt_etc_test.go 88 t.Errorf("expected 1, got %#v", foo_variants)
93 t.Errorf("expected 2, got %#v", bar_variants)
98 t.Errorf("expected 1, got %#v", bar_variants)
113 t.Errorf("expected foo.installed.conf, got %q", p.outputFilePath.Base())
132 t.Errorf("expected my_foo, got %q", p.outputFilePath.Base())
137 t.Errorf("expected bar.conf, got %q", p.outputFilePath.Base())
174 t.Errorf("Incorrect %s '%s', expected '%s'", k, tok[1], expected)
180 t.Errorf("No %s defined, saw %s", k, buf.String())
196 t.Errorf("host bit is not set for a prebuilt_etc_host module.")
212 t.Errorf("expected %q, got %q", expected, p.installDirPath.RelPathString()
    [all...]
expand.go 33 return "", fmt.Errorf("expected character after '$'")
58 return "", len(s), fmt.Errorf("missing )")
64 return "", 0, fmt.Errorf("unexpected character '%c' after '$'", s[0])
68 return "", 0, fmt.Errorf("expected '(' after '$', did you mean $(%s)?", s[:i])
prebuilt_test.go 172 t.Errorf("dependency on prebuilt module not marked used")
179 t.Errorf("deps does not have single path, but is %v", deps)
191 t.Errorf("doesn't depend on prebuilt module")
194 t.Errorf("doesn't use prebuilt_file")
198 t.Errorf("depends on source module")
201 t.Errorf("using source_file")
205 t.Errorf("depends on prebuilt module")
208 t.Errorf("using prebuilt_file")
212 t.Errorf("doesn't depend on source module")
215 t.Errorf("doesn't use source_file"
    [all...]
  /external/syzkaller/syz-fuzzer/
testing.go 129 return nil, fmt.Errorf("coverage is not supported (%v)", feat.Reason)
133 return nil, fmt.Errorf("sandbox=setuid is not supported (%v)", feat.Reason)
137 return nil, fmt.Errorf("sandbox=namespace is not supported (%v)", feat.Reason)
190 return fmt.Errorf("failed to run executor version: %v", err)
194 return fmt.Errorf("executor version returned bad result: %q", string(out))
197 return fmt.Errorf("mismatching target/executor arches: %v vs %v", args.target.Arch, vers[1])
200 return fmt.Errorf("mismatching fuzzer/executor git revisions: %v vs %v",
204 return fmt.Errorf("mismatching manager/fuzzer git revisions: %v vs %v",
208 return fmt.Errorf("mismatching fuzzer/executor system call descriptions: %v vs %v",
212 return fmt.Errorf("mismatching manager/fuzzer system call descriptions: %v vs %v"
    [all...]
  /build/kati/
shellutil_test.go 39 t.Errorf("rot13(%q) got=%q; want=%q", tc.in, got, want)
88 t.Errorf("%s: matched %s but not compacted", tc.sharg, b.name)
92 t.Errorf("%s: format=%q, want=%q - %s", tc.sharg, got, want, b.name)
99 t.Errorf("%s: not matched", tc.sharg)
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519_test.go 27 t.Errorf("incorrect result: got %s, want %s", result, expectedHex)
  /external/syzkaller/dashboard/app/
reporting_external.go 31 return nil, fmt.Errorf("failed to unmarshal request: %v", err)
43 return nil, fmt.Errorf("failed to unmarshal request: %v", err)
47 log.Errorf(c, "failed to poll closed bugs: %v", err)
59 return nil, fmt.Errorf("failed to unmarshal request: %v", err)
jobs.go 29 log.Errorf(c, "test request from blacklisted user: %v", user)
35 log.Errorf(c, "can't find bug: %v", err)
45 log.Errorf(c, "test request failed: %v", err)
62 return fmt.Errorf("failed to put bug: %v", err)
68 log.Errorf(c, "failed to update bug: %v", err)
132 return fmt.Errorf("failed to query jobs: jobs=%v err=%v", len(jobs), err)
143 return fmt.Errorf("failed to put job: %v", err)
150 return fmt.Errorf("failed to put job: %v", err)
157 log.Errorf(c, "failed to delete patch for dup job: %v", err)
161 return "", fmt.Errorf("job tx failed: %v", err
    [all...]
reporting_email.go 75 return fmt.Errorf("bad email address %q: %v", cfg.Email, err)
79 return fmt.Errorf("bad email address %q: %v", email, err)
83 return fmt.Errorf("both Moderation and MailMaintainers set")
92 log.Errorf(c, "bug poll failed: %v", err)
97 log.Errorf(c, "job poll failed: %v", err)
109 log.Errorf(c, "failed to unmarshal email config: %v", err)
116 log.Errorf(c, "failed to report bug: %v", err)
132 log.Errorf(c, "failed to update reported bug: ok=%v reason=%v err=%v", ok, reason, err)
145 log.Errorf(c, "failed to report job: %v", err)
149 log.Errorf(c, "failed to mark job reported: %v", err
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/grpclog/
grpclog.go 73 // Errorf logs to the ERROR log. Arguments are handled in the manner of fmt.Printf.
74 func Errorf(format string, args ...interface{}) {
75 logger.Errorf(format, args...)
  /external/tensorflow/tensorflow/go/
operation_test.go 49 t.Errorf("Got '%s', want '%s'", got, want)
52 t.Errorf("Got '%s', want '%s'", got, want)
79 t.Errorf("Got %d, want %d", got, want)
82 t.Errorf("Got %d, want %d", got, want)
142 t.Errorf("Got DataType %v, want %v", got, want)
150 t.Errorf("Got %d, want %d for dimension #%d/%d", got, want, i, len(test.Shape))
165 t.Errorf("Got shape %v, wanted an unknown number of dimensions", shape)
250 t.Errorf("Got %q, want %q", got, want)
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305_test.go 29 t.Errorf("Incorrect results: %x", state)
51 t.Errorf("Mismatch at %d: %x vs %x", i, state, expected)
78 t.Errorf("Got %x, wanted %x", out, expected)
119 t.Errorf("%d. Open failed: %s", i, err)
121 t.Errorf("%d. Open gave %x, wanted %x", i, out, input)
126 t.Errorf("%d. Open gave %x, wanted %x", i, out, output)
132 t.Errorf("%d. Open on malformed data unexpectedly succeeded", i)
  /build/soong/java/
jdeps_test.go 33 t.Errorf("Library.IDEInfo() Deps = %v, want %v", dpInfo.Deps, expected)
46 t.Errorf("Library.IDEInfo() Deps = %v, want %v", dpInfo.Deps, expected)
59 t.Errorf("Library.IDEInfo() Srcs = %v, want %v", dpInfo.Srcs, expected)
72 t.Errorf("Library.IDEInfo() Aidl_include_dirs = %v, want %v", dpInfo.Aidl_include_dirs, expected)
85 t.Errorf("Library.IDEInfo() Jarjar_rules = %v, want %v", dpInfo.Jarjar_rules[0], expected)
  /external/syzkaller/pkg/mgrconfig/
mgrconfig.go 157 return fmt.Errorf("target parameters are not filled in")
160 return fmt.Errorf("config param workdir is empty")
164 return fmt.Errorf("config param syzkaller is empty")
170 return fmt.Errorf("config param http is empty")
173 return fmt.Errorf("config param type is empty")
176 return fmt.Errorf("bad config param procs: '%v', want [1, 32]", cfg.Procs)
181 return fmt.Errorf("config param sandbox must contain one of none/setuid/namespace")
193 return fmt.Errorf("hub_client is set, but name/hub_addr/hub_key is empty")
198 return fmt.Errorf("dashboard_client is set, but name/dashboard_addr/dashboard_key is empty")
206 return fmt.Errorf("bad config syzkaller param: ssh user is empty"
    [all...]
  /build/blueprint/proptools/
clone.go 32 panic(fmt.Errorf("can't copy mismatching types (%s <- %s)",
38 panic(fmt.Errorf("can't copy a private field %q", field.Name))
71 panic(fmt.Errorf("can't clone field %q: interface refers to a non-pointer",
75 panic(fmt.Errorf("can't clone field %q: interface points to a non-struct",
117 panic(fmt.Errorf("can't clone field %q: points to a %s",
121 panic(fmt.Errorf("unexpected kind for property struct field %q: %s",
150 panic(fmt.Errorf("can't zero field %q: interface refers to a non-pointer",
154 panic(fmt.Errorf("can't zero field %q: interface points to a non-struct",
168 panic(fmt.Errorf("can't zero field %q: points to a %s",
174 panic(fmt.Errorf("unexpected kind for property struct field %q: %s"
    [all...]
  /external/syzkaller/syz-ci/
jobs.go 67 jp.Errorf("failed to poll jobs: %v", err)
81 jp.Errorf("got job for unknown manager: %v", req.Manager)
94 jp.Errorf("failed to mark job as done: %v", err)
137 jp.Errorf("%s", job.resp.Error)
149 jp.Errorf("%s", job.resp.Error)
189 return fmt.Errorf("failed to create kernel repo: %v", err)
195 return fmt.Errorf("failed to checkout kernel repo %v on commit %v: %v",
202 return fmt.Errorf("failed to checkout kernel repo %v/%v: %v",
211 return fmt.Errorf("kernel clean failed: %v", err)
226 return fmt.Errorf("failed to read config file: %v", err
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
types.go 168 grpclog.Errorf("cannot add a child (id = %d) of type %T to a channel", id, e)
208 grpclog.Errorf("cannot add a child (id = %d) of type %T to a subChannel", id, e)
305 grpclog.Errorf("cannot add a child (id = %d) of type %T to a listen socket", id, e)
309 grpclog.Errorf("cannot delete a child (id = %d) from a listen socket", id)
318 grpclog.Errorf("cannot call deleteSelfIfReady on a listen socket")
330 grpclog.Errorf("cannot add a child (id = %d) of type %T to a normal socket", id, e)
334 grpclog.Errorf("cannot delete a child (id = %d) from a normal socket", id)
343 grpclog.Errorf("cannot call deleteSelfIfReady on a normal socket")
399 grpclog.Errorf("cannot add a child (id = %d) of type %T to a server", id, e)
  /external/syzkaller/vm/odroid/
odroid.go 60 return nil, fmt.Errorf("failed to parse odroid vm config: %v", err)
63 return nil, fmt.Errorf("config param host_addr is empty")
66 return nil, fmt.Errorf("config param slave_addr is empty")
69 return nil, fmt.Errorf("config param console is empty")
72 return nil, fmt.Errorf("config param hub_bus is empty")
75 return nil, fmt.Errorf("config param hub_device is empty")
78 return nil, fmt.Errorf("config param hub_port is empty")
81 return nil, fmt.Errorf("console file '%v' does not exist", cfg.Console)
166 return nil, fmt.Errorf("ssh %+v failed: %v\n%s", args, err, out)
179 return fmt.Errorf("failed to init libusb: %v\n", err
    [all...]

Completed in 1315 milliseconds

12 3 4 5 6 7 8 91011>>