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

1 2 34 5 6 7 8 91011>>

  /external/syzkaller/pkg/email/
patch.go 55 err = fmt.Errorf("title contains '[patch' but not ']'")
62 err = fmt.Errorf("failed to extract title")
66 err = fmt.Errorf("failed to extract diff")
  /external/syzkaller/vm/kvm/
kvm.go 65 return nil, fmt.Errorf("failed to parse kvm vm config: %v", err)
68 return nil, fmt.Errorf("invalid config param count: %v, want [1, 1000]", cfg.Count)
74 return nil, fmt.Errorf("lkvm does not support custom images")
80 return nil, fmt.Errorf("kernel file '%v' does not exist", cfg.Kernel)
83 return nil, fmt.Errorf("invalid config param cpu: %v, want [1-1024]", cfg.CPU)
86 return nil, fmt.Errorf("invalid config param mem: %v, want [128-1048576]", cfg.Mem)
119 return nil, fmt.Errorf("failed to lkvm setup: %v\n%s", err, out)
123 return nil, fmt.Errorf("failed to create temp file: %v", err)
128 return nil, fmt.Errorf("failed to create pipe: %v", err)
146 return nil, fmt.Errorf("failed to start lkvm: %v", err
    [all...]
  /external/syzkaller/pkg/gce/
gce.go 53 return nil, fmt.Errorf("failed to get a token source: %v", err)
60 return nil, fmt.Errorf("failed to query gce project-id: %v", err)
64 return nil, fmt.Errorf("failed to query gce zone: %v", err)
71 return nil, fmt.Errorf("failed to query gce instance name: %v", err)
75 return nil, fmt.Errorf("error getting instance info: %v", err)
90 return nil, fmt.Errorf("failed to get current instance internal IP")
147 return "", fmt.Errorf("failed to create instance: %v", err)
163 return "", fmt.Errorf("error getting instance %s details after creation: %v", name, err)
175 return "", fmt.Errorf("didn't find instance internal IP address")
190 return fmt.Errorf("failed to delete instance: %v", err
    [all...]
  /build/blueprint/
ninja_defs.go 148 return nil, fmt.Errorf("encountered rule params with no command " +
153 return nil, fmt.Errorf("Pool %s is not visible in this scope", r.Pool)
158 return nil, fmt.Errorf("error parsing Command param: %s", err)
165 return nil, fmt.Errorf("error parsing Depfile param: %s", err)
177 return nil, fmt.Errorf("error parsing Description param: %s", err)
193 return nil, fmt.Errorf("error parsing Rspfile param: %s", err)
201 return nil, fmt.Errorf("error parsing RspfileContent param: %s",
209 return nil, fmt.Errorf("error parsing CommandDeps param: %s", err)
214 return nil, fmt.Errorf("error parsing CommandDeps param: %s", err)
284 return nil, fmt.Errorf("Rule %s is not visible in this scope", rule
    [all...]
  /build/blueprint/parser/
modify.go 27 panic(fmt.Errorf("expected string in list, got %s", v.Type()))
47 panic(fmt.Errorf("expected string in list, got %s", v.Type()))
74 return fmt.Errorf("invalid patch, start %d is after end %d", patch.Start, patch.End)
81 return PatchOverlapError(fmt.Errorf("new patch %d-%d overlaps with existing patch %d-%d",
108 return fmt.Errorf("unexpected EOF at %d", offset)
parser_test.go 1023 t.Errorf("test case: %s", testCase.input)
1024 t.Errorf("unexpected errors:")
1026 t.Errorf(" %s", err)
1034 t.Errorf("test case: %s", testCase.input)
1035 t.Errorf("incorrect defintion %d:", i)
1036 t.Errorf(" expected: %s", testCase.defs[i])
1037 t.Errorf(" got: %s", file.Defs[i])
1041 t.Errorf("test case: %s", testCase.input)
1042 t.Errorf("length mismatch, expected %d definitions, got %d",
1049 t.Errorf("test case: %s", testCase.input
    [all...]
  /build/soong/ui/build/
config_test.go 90 t.Errorf("for %q, parallel:\nwant: %d\n got: %d\n",
95 t.Errorf("for %q, keep going:\nwant: %d\n got: %d\n",
100 t.Errorf("for %q, remaining arguments:\nwant: %q\n got: %q\n",
164 t.Errorf("for env=%q args=%q, environment:\nwant: %q\n got: %q\n",
169 t.Errorf("for env=%q args=%q, remaining arguments:\nwant: %q\n got: %q\n",
  /build/soong/ui/status/
kati_test.go 59 t.Errorf("Expected verbose message, but got %d", output.msgLevel)
62 t.Errorf("unexpected message contents:\nwant: %q\n got: %q\n", msg, output.msg)
93 t.Errorf("output for action did not match:\nwant: %q\n got: %q\n", msg, output.result.Output)
101 t.Errorf("expected no output for last action, but got %q", output.result.Output)
173 t.Errorf("Expected the last action to be marked as an error")
  /external/syzkaller/pkg/runtest/
run.go 110 return fmt.Errorf("tests failed")
118 return fmt.Errorf("failed to read %v: %v", ctx.Dir, err)
213 return nil, nil, nil, fmt.Errorf("failed to read %v: %v", filename, err)
217 return nil, nil, nil, fmt.Errorf("failed to deserialize %v: %v", filename, err)
255 return nil, nil, nil, fmt.Errorf("%v: unknown comment %q",
361 return nil, fmt.Errorf("failed to create C source: %v", err)
365 return nil, fmt.Errorf("failed to build C program: %v", err)
383 return fmt.Errorf("should repeat %v times, but repeated %v",
403 return fmt.Errorf("run %v: call %v is%v %v", run, i, not, what)
407 return fmt.Errorf("run %v: wrong call %v result %v, want %v"
    [all...]
  /external/syzkaller/prog/
decl_test.go 19 t.Errorf("call %v requires input resource %v,"+
43 t.Errorf("call %v is not disabled", c.Name)
48 t.Errorf("call %v is disabled: %v", c.Name, reason)
53 t.Errorf("some calls are disabled: %v/%v", len(enabled), len(target.Syscalls))
56 t.Errorf("disabled %v: %v", c.Name, reason)
decodeexec.go 77 return ExecProg{}, fmt.Errorf("mismatching number of vars: %v/%v",
115 dec.setErr(fmt.Errorf("bad syscall %v", instr))
125 dec.setErr(fmt.Errorf("bad call arg %+v", arg))
185 dec.setErr(fmt.Errorf("unknown csum kind %v", kind))
189 dec.setErr(fmt.Errorf("bad argument type %v", typ))
196 dec.setErr(fmt.Errorf("exec program overflow"))
212 dec.setErr(fmt.Errorf("exec program overflow"))
  /build/kati/
rule_parser_test.go 194 t.Errorf(`r.parse(%q, %v)=_, <nil>, want _, %q`, tc.in, tc.rhs, tc.err)
198 t.Errorf(`r.parse(%q, %v)=_, %s, want %s`, tc.in, tc.rhs, got, want)
203 t.Errorf(`r.parse(%q, %v)=_, %v; want nil error`, tc.in, tc.rhs, err)
207 t.Errorf(`r.parse(%q, %v); r=%#v, want %#v`, tc.in, tc.rhs, *got, tc.want)
211 t.Errorf(`r.parse(%q, %v)=<nil>; want=%#v`, tc.in, tc.rhs, tc.assign)
215 t.Errorf(`r.parse(%q, %v)=%#v; want=%#v`, tc.in, tc.rhs, got, want)
220 t.Errorf(`r.parse(%q, %v)=%v; want=<nil>`, tc.in, tc.rhs, assign)
strutil_test.go 51 t.Errorf(`splitSpaces(%q)=%q, want %q`, tc.in, got, tc.want)
88 t.Errorf(`wordScanner(%q)=%q, want %q`, tc.in, got, tc.want)
159 t.Errorf(`substPattern(%q,%q,%q)=%q, want %q`, tc.pat, tc.repl, tc.in, got, tc.want)
165 t.Errorf(`substPatternBytes(%q,%q,%q)=%q, want %q`, tc.pat, tc.repl, tc.in, got, tc.want)
214 t.Errorf("removeComment(%q)=%q, _; want=%q, _", tc.in, got, tc.want)
217 t.Errorf("removeComment(%q)=_, %t; want=_, %t", tc.in, removed, tc.removed)
250 t.Errorf("concatline(%q)=%q; want=%q\n", tc.in, got, tc.want)
  /build/soong/androidmk/cmd/androidmk/
values.go 54 return nil, fmt.Errorf("cannot add mismatched types")
75 return nil, fmt.Errorf("Unexpected list value %s", ms.Dump())
81 return nil, fmt.Errorf("Unsupported non-const variable name %s", name.Dump())
143 return nil, fmt.Errorf("unsupported non-const variable name")
204 return nil, fmt.Errorf("unexpected bool value %s", s)
216 return nil, fmt.Errorf("unsupported non-const variable name")
223 return nil, fmt.Errorf("non-const bool expression %s", ms.Dump())
  /build/soong/cc/
library_test.go 42 t.Errorf("static object not reused for shared library")
68 t.Errorf("static object not reused for shared library")
94 t.Errorf("static object not reused for shared library")
120 t.Errorf("static object reused for shared library when it shouldn't be")
146 t.Errorf("static object reused for shared library when it shouldn't be")
177 t.Errorf("static objects not reused for shared library")
182 t.Errorf("missing protobuf cflags")
  /build/soong/cmd/host_bionic_inject/
host_bionic_inject.go 95 return 0, fmt.Errorf("File should not have a PT_INTERP header")
102 return 0, fmt.Errorf("Expected file entry(0x%x) to point to __dlwrap_start(0x%x)",
113 return 0, fmt.Errorf("Failed to find _start symbol")
124 return elf.Symbol{}, fmt.Errorf("Failed to find symbol %q", name)
153 return fmt.Errorf("Linker prog %d (0x%x) flags (%s) do not match (%s)",
158 return fmt.Errorf("Linker prog %d (0x%x) not fully present (0x%x > 0x%x)",
163 return fmt.Errorf("Linker prog %d (0x%x) not found at offset 0x%x",
  /external/syzkaller/dashboard/app/
access.go 44 log.Errorf(c, "unauthorized access: %q [%q] access level %v", u.Email, u.AuthDomain, level)
106 return nil, fmt.Errorf("failed to query crashes: %v", err)
109 return nil, fmt.Errorf("checkCrashTextAccess: found %v crashes for %v=%v",
115 return nil, fmt.Errorf("failed to get bug: %v", err)
127 return fmt.Errorf("failed to query jobs: %v", err)
130 return fmt.Errorf("checkJobTextAccess: found %v jobs for %v=%v",
135 return fmt.Errorf("failed to get bug: %v", err)
  /external/syzkaller/pkg/ipc/
ipc_test.go 133 errs <- fmt.Errorf("failed to create env: %v", err)
144 err = fmt.Errorf("failed to run executor: %v", err)
148 err = fmt.Errorf("program hanged:\n%s", output)
152 err = fmt.Errorf("program failed:\n%s", output)
156 err = fmt.Errorf("no calls executed:\n%s", output)
160 err = fmt.Errorf("simple call failed: %v\n%s", info[0].Errno, output)
164 err = fmt.Errorf("output on empty program")
ipc.go 160 return nil, fmt.Errorf("binary is empty string")
220 err0 = fmt.Errorf("failed to serialize: %v", err)
292 return nil, fmt.Errorf("failed to read number of calls")
297 return nil, fmt.Errorf("failed to read call %v reply", i)
302 return nil, fmt.Errorf("bad call %v index %v/%v", i, reply.index, len(info))
305 return nil, fmt.Errorf("wrong call %v num %v/%v", i, reply.num, num)
309 return nil, fmt.Errorf("duplicate reply for call %v/%v/%v", i, reply.index, reply.num)
314 return nil, fmt.Errorf("call %v/%v/%v: signal overflow: %v/%v",
318 return nil, fmt.Errorf("call %v/%v/%v: cover overflow: %v/%v",
338 return nil, fmt.Errorf("failed to read comp %v", i
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/
rpc_util.go 76 return nil, fmt.Errorf("grpc: invalid compression level: %d", level)
463 return 0, nil, status.Errorf(codes.ResourceExhausted, "grpc: received message larger than max length allowed on current machine (%d vs. %d)", length, maxInt)
466 return 0, nil, status.Errorf(codes.ResourceExhausted, "grpc: received message larger than max (%d vs. %d)", length, maxReceiveMessageSize)
489 return nil, status.Errorf(codes.Internal, "grpc: error while marshaling: %v", err.Error())
492 return nil, status.Errorf(codes.ResourceExhausted, "grpc: message too large (%d bytes)", len(b))
506 return status.Errorf(codes.Internal, "grpc: error while compressing: %v", err.Error())
596 return status.Errorf(codes.Internal, "grpc: failed to decompress the received message %v", err)
601 return status.Errorf(codes.Internal, "grpc: failed to decompress the received message %v", err)
605 return status.Errorf(codes.Internal, "grpc: failed to decompress the received message %v", err)
612 return status.Errorf(codes.ResourceExhausted, "grpc: received message larger than max (%d vs. %d)", len(d), maxReceiveM (…)
    [all...]
  /external/syzkaller/vm/gce/
gce.go 66 return nil, fmt.Errorf("config param name is empty (required for GCE)")
72 return nil, fmt.Errorf("failed to parse gce vm config: %v", err)
75 return nil, fmt.Errorf("invalid config param count: %v, want [1, 1000]", cfg.Count)
81 return nil, fmt.Errorf("machine_type parameter is empty")
84 return nil, fmt.Errorf("gcs_path parameter is empty")
87 return nil, fmt.Errorf("config param image is empty (required for GCE)")
90 return nil, fmt.Errorf("both image and gce_image are specified")
95 return nil, fmt.Errorf("failed to init gce: %v", err)
109 return nil, fmt.Errorf("failed to delete GCE image: %v", err)
112 return nil, fmt.Errorf("failed to create GCE image: %v", err
    [all...]
  /build/soong/android/
namespace_test.go 48 t.Errorf("module b does not depend on module a in the same namespace")
70 t.Errorf("module b in root namespace does not depend on module a in the root namespace")
121 t.Errorf("module b does not depend on module a in the same namespace")
161 t.Errorf("Incorrect errors. Expected:\n%v\n, got:\n%v\n", expectedErrors, errs)
188 t.Errorf("module b does not depend on module a")
314 t.Errorf("test_me doesn't depend on id 1")
317 t.Errorf("test_me doesn't depend on id 3")
320 t.Errorf("test_me doesn't depend on id 6")
323 t.Errorf("test_me doesn't depend on id 10")
326 t.Errorf("num dependencies of test_me = %v, not 4\n", numDeps(ctx, testMe)
    [all...]
  /external/boringssl/src/crypto/err/
err_data_generate.go 193 return fmt.Errorf("bad line %d in %s: found %d values but want 3", lineNo, filename, len(parts))
197 return fmt.Errorf("bad line %d in %s: unknown library", lineNo, filename)
200 return fmt.Errorf("bad line %d in %s: library value too large", lineNo, filename)
204 return fmt.Errorf("bad line %d in %s: %s", lineNo, filename, err)
207 return fmt.Errorf("bad line %d in %s: key too large", lineNo, filename)
  /external/boringssl/src/ssl/test/runner/ed25519/
ed25519_test.go 44 t.Errorf("FromBytes(%v)->ToBytes does not round-trip, got %x\n", pubBytes, pub2)
55 t.Errorf("valid signature rejected")
60 t.Errorf("signature of different message accepted")
77 t.Errorf("public keys do not match: original:%x vs Public():%x", public, public2)
88 t.Errorf("Verify failed on signature from Sign()")
136 t.Errorf("different signature result on line %d: %x vs %x", lineNo, sig, sig2)
140 t.Errorf("signature failed to verify on line %d", lineNo)
145 t.Errorf("recreating key pair gave different private key on line %d: %x vs %x", lineNo, priv[:], priv2)
149 t.Errorf("recreating key pair gave different public key on line %d: %x vs %x", lineNo, pubKey, pubKey2)
153 t.Errorf("recreating key pair gave different seed on line %d: %x vs %x", lineNo, priv[:32], seed
    [all...]
  /external/golang-protobuf/proto/
any_test.go 213 t.Errorf("message %v: got:\n%s\nwant:\n%s", tt.m, got, want)
216 t.Errorf("message %v: got:\n`%s`\nwant:\n`%s`", tt.m, got, want)
227 t.Errorf("failed to unmarshal\n%s\nerror: %v", tt.t, err)
230 t.Errorf("message:\n%s\ngot:\n%s\nwant:\n%s", tt.t, got, want)
234 t.Errorf("failed to unmarshal\n%s\nerror: %v", tt.c, err)
237 t.Errorf("message:\n%s\ngot:\n%s\nwant:\n%s", tt.c, got, want)
256 t.Errorf("got\n`%s`\nwant\n`%s`", got, want)
268 t.Errorf("failed to parse ambiguous Any message: %v", err)
284 t.Errorf("incorrect error.\nHave: %v\nWant: %v", err.Error(), want)
298 t.Errorf("incorrect error.\nHave: %v\nWant: %v", err.Error(), want
    [all...]

Completed in 527 milliseconds

1 2 34 5 6 7 8 91011>>