/external/syzkaller/prog/ |
D | validation.go | 35 return fmt.Errorf("call does not have meta information") 38 return fmt.Errorf("call %v: %v", c.Meta.Name, err) 43 return fmt.Errorf("use of %+v referes to an out-of-tree arg\narg: %#v", orig, u) 51 return fmt.Errorf("wrong number of arguments, want %v, got %v", 65 return fmt.Errorf("return value without type") 70 return fmt.Errorf("return value is absent") 73 return fmt.Errorf("return value %v is not output", c.Ret) 76 return fmt.Errorf("return value %v is not empty", c.Ret) 83 return fmt.Errorf("nil arg") 86 return fmt.Errorf("arg %#v is referenced several times in the tree", arg) [all …]
|
/external/brotli/go/cbrotli/ |
D | cbrotli_test.go | 22 return fmt.Errorf("brotli decompress failed: %v", err) 26 return fmt.Errorf(""+ 34 return fmt.Errorf(""+ 49 t.Errorf("Close()=%v, want nil", err) 53 t.Errorf("No error after Close() + Write()") 62 t.Errorf("Write()=%v,%v, want 0, nil", n, err) 65 t.Errorf("Close()=%v, want nil", err) 77 t.Errorf("Copy Error: %v", err) 80 t.Errorf("Copy() n=%v, want %v", n, len(input)) 83 t.Errorf("Close Error after copied %d bytes: %v", n, err) [all …]
|
/external/syzkaller/pkg/mgrconfig/ |
D | 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 …]
|
/external/syzkaller/syz-fuzzer/ |
D | 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 …]
|
/external/syzkaller/vm/gce/ |
D | 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 …]
|
/external/tensorflow/tensorflow/go/ |
D | tensor_test.go | 92 t.Errorf("NewTensor(%v): %v", test.value, err) 96 t.Errorf("Tensor.Shape(): got %v, want %v", tensor.Shape(), test.shape) 104 t.Errorf("encode/decode: got %v, want %v", got, test.value) 112 t.Errorf("NewTensor(%v): %v", test, err) 115 t.Errorf("NewTensor(%v) = %v, want nil", test, tensor) 146 t.Errorf("(%v): %v", v, err) 152 t.Errorf("(%v): %v", v, err) 156 t.Errorf("(%v): WriteContentsTo said it wrote %v bytes, but wrote %v", v, n, buf.Len()) 160 t.Errorf("(%v): %v", v, err) 164 t.Errorf("(%v): %v bytes written by WriteContentsTo not read by ReadTensor", v, buf.Len()) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir_test.go | 34 t.Errorf("got attribute mask %d, want %d", newattr, attr) 39 t.Errorf("expected attribute '%s', got:\n%s", name, text) 45 t.Errorf("got attribute mask %d, want 0", newattr) 133 t.Errorf("Got line %d, though wanted 10", loc.Line) 136 t.Errorf("Got column %d, though wanted 20", loc.Col) 139 t.Errorf("Got metadata %v as scope, though wanted %v", loc.Scope.C, scope.C) 150 t.Errorf("Got size %d, though wanted 1", len(int_inner)) 153 t.Errorf("Expected int32 type") 159 t.Errorf("Got size %d, though wanted 2", len(int_inner)) 162 t.Errorf("Expected first struct field to be int32") [all …]
|
/external/golang-protobuf/ptypes/ |
D | any_test.go | 47 t.Errorf("MarshalAny(%+v): got: _, %v exp: _, nil", orig, err) 53 t.Errorf("got: %v, %+v; want nil, %+v", err, unpacked, orig) 79 …t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m)) 86 t.Errorf("message with nil type url incorrectly claimed to be %q", proto.MessageName(m)) 90 …t.Errorf("message with type url %q incorrectly claimed to be %q", noPrefix.TypeUrl, proto.MessageN… 94 …t.Errorf("message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.Mess… 109 t.Errorf("invalid result from UnmarshalAny, got %q want %q", got.Message, want) 124 t.Errorf("unequal empty message, got %q, want %q", got, want) 131 …t.Errorf("got no error for an attempt to create a message of type %q, which shouldn't be linked in… 144 t.Errorf("expected Empty for any type %q to fail", noPrefix.TypeUrl) [all …]
|
D | timestamp_test.go | 82 t.Errorf("validateTimestamp(%v) = %v, want %v", s.ts, got, s.valid) 91 t.Errorf("Timestamp(%v) error = %v, but valid = %t", s.ts, err, s.valid) 93 t.Errorf("Timestamp(%v) = %v, want %v", s.ts, got, s.t) 100 t.Errorf("Timestamp(nil) = %v, want %v", got, want) 103 t.Errorf("Timestamp(nil) error = nil, expected error") 111 t.Errorf("TimestampProto(%v) error = %v, but valid = %t", s.t, err, s.valid) 113 t.Errorf("TimestampProto(%v) = %v, want %v", s.t, got, s.ts) 131 t.Errorf("TimestampString(%v) = %q, want %q", test.ts, got, test.want) 148 t.Errorf("between %v and %v\nTimestampNow() = %v\nwhich is invalid (%v)", before, after, ts, err) 151 t.Errorf("between %v and %v\nTimestamp(TimestampNow()) = %v", before, after, tm)
|
/external/syzkaller/dashboard/app/ |
D | api.go | 76 log.Errorf(c, "%v", err) 86 log.Errorf(c, "failed to encode reply: %v", err) 91 log.Errorf(c, "failed to encode reply: %v", err) 104 log.Errorf(c, "%v", err) 115 return nil, fmt.Errorf("failed to ungzip payload: %v", err) 119 return nil, fmt.Errorf("failed to ungzip payload: %v", err) 122 return nil, fmt.Errorf("failed to ungzip payload: %v", err) 131 return nil, fmt.Errorf("unknown api method %q", method) 134 return nil, fmt.Errorf("method %q must be called within a namespace", method) 164 return nil, fmt.Errorf("failed to unmarshal request: %v", err) [all …]
|
D | 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 …]
|
D | reporting.go | 40 log.Errorf(c, "%v", err) 48 log.Errorf(c, "%v", err) 57 log.Errorf(c, "%v: failed to report bug %v: %v", bug.Namespace, bug.Title, err) 165 return nil, nil, 0, "", fmt.Errorf("%v: missing in config", bugReporting.Name) 179 return nil, nil, 0, "", fmt.Errorf("no reporting left") 283 log.Errorf(c, "failed to get manager %q build: %v", manager, err) 303 log.Errorf(c, "%v", err) 321 log.Errorf(c, "%v", err) 336 log.Errorf(c, "%v (%v)", reason, err) 338 log.Errorf(c, "invalid update: %v", reason) [all …]
|
D | 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/pkg/vcs/ |
D | fuchsia.go | 32 return nil, fmt.Errorf("fuchsia: can only check out https://fuchsia.googlesource.com/master") 44 return fmt.Errorf("failed to remove repo dir: %v", err) 48 return fmt.Errorf("failed to create repo dir: %v", err) 63 return nil, fmt.Errorf("not implemented for fuchsia") 67 return nil, fmt.Errorf("not implemented for fuchsia") 71 return nil, fmt.Errorf("not implemented for fuchsia") 75 return nil, fmt.Errorf("not implemented for fuchsia") 87 return nil, fmt.Errorf("not implemented for fuchsia") 91 return nil, fmt.Errorf("not implemented for fuchsia")
|
/external/golang-protobuf/proto/ |
D | all_test.go | 65 t.Errorf("wrong lengths: 2*%d != %d", len(b1), len(b2)) 70 t.Errorf("bad byte[%d]:%x %x: %s %s", i, b1[i], b2[i], b1, b2) 199 t.Errorf("overify marshal-2 err = %v", err) 347 t.Errorf("%s: got err %T(%v) wanted %T", test.name, err, err, test.errType) 350 t.Errorf("%s: got bytes %v wanted %v", test.name, b.Bytes(), test.want) 353 t.Errorf("%s: Size(_) = %v, but marshaled to %v bytes", test.name, size, len(b.Bytes())) 358 t.Errorf("%s: Marshal returned %v, but (*Buffer).Marshal wrote %v", test.name, m, b.Bytes()) 361 t.Errorf("%s: Marshal err = %q, but (*Buffer).Marshal returned %q", 381 t.Errorf("Marshal err = %q", err) 402 t.Errorf("needed %dB, allocated %dB total (ratio %.1f), allocated %dB at runtime (ratio %.1f)", [all …]
|
D | extensions_test.go | 66 t.Errorf("ext1 not in returned extensions: %T %v", exts[0], exts[0]) 69 t.Errorf("ext2 in returned extensions: %T %v", exts[1], exts[1]) 80 t.Errorf("unexpected error in GetExtension from empty buffer: got %v, want %v", err, want) 177 t.Errorf("proto.ExtensionDescs: got %d descs, error %v; want 0, nil", len(descs), err) 211 t.Errorf("proto.ExtensionDescs(msg) sorted extension ids: got %+v, want %+v", descs, wantDescs) 243 t.Errorf("GetExtension() not stable before marshaling") 255 t.Errorf("GetExtension() not stable after unmarshaling") 318 return fmt.Errorf("GetExtension(): %s", err) 321 return fmt.Errorf("Unexpected error: got %v, want %v", err, want) 330 return fmt.Errorf("unexpected reflect.TypeOf(): got %v want %v", got, want) [all …]
|
/external/syzkaller/vm/odroid/ |
D | 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 …]
|
/external/syzkaller/vendor/golang.org/x/oauth2/google/ |
D | sdk.go | 56 return nil, fmt.Errorf("oauth2/google: error getting SDK config path: %v", err) 61 return nil, fmt.Errorf("oauth2/google: failed to load SDK credentials: %v", err) 67 …return nil, fmt.Errorf("oauth2/google: failed to decode SDK credentials from %q: %v", credentialsP… 70 …return nil, fmt.Errorf("oauth2/google: no credentials found in %q, run `gcloud auth login` to crea… 76 return nil, fmt.Errorf("oauth2/google: failed to load SDK properties: %v", err) 81 …return nil, fmt.Errorf("oauth2/google: failed to parse SDK properties %q: %v", propertiesPath, err) 85 return nil, fmt.Errorf("oauth2/google: failed to find [core] section in %v", ini) 89 return nil, fmt.Errorf("oauth2/google: failed to find %q attribute in %v", "account", core) 97 return nil, fmt.Errorf("oauth2/google: no token available for account %q", account) 119 return nil, fmt.Errorf("oauth2/google: no such credentials for account %q", account)
|
/external/syzkaller/pkg/config/ |
D | config.go | 18 return fmt.Errorf("no config file specified") 22 return fmt.Errorf("failed to read config file: %v", err) 32 return fmt.Errorf("failed to parse config file: %v", err) 51 return fmt.Errorf("config type is not pointer to struct") 61 return fmt.Errorf("config type is not pointer to struct") 73 return fmt.Errorf("json tag on '%v%v' should be lower-case", prefix, name) 81 return fmt.Errorf("failed to parse config file: %v", err) 86 return fmt.Errorf("unknown field '%v%v' in config", prefix, k) 92 return fmt.Errorf("bad json array type '%v%v'", prefix, k) 121 return fmt.Errorf("failed to marshal inner struct %q: %v", prefix, err)
|
/external/syzkaller/pkg/ifuzz/ |
D | ifuzz_test.go | 56 t.Errorf("decoding %v %v failed (mode=%v): %v", insn.Name, hex.EncodeToString(text), mode, err) 58 t.Errorf("whole: %v", hex.EncodeToString(text0)) 66 …t.Errorf("xed decoding %v %v failed (mode=%v): %v", insn.Name, hex.EncodeToString(text), mode, xed… 68 t.Errorf("whole: %v", hex.EncodeToString(text0)) 74 t.Errorf("decoding %v %v failed (mode=%v): decoded %v/%v, xed decoded %v/%v", 77 t.Errorf("whole: %v", hex.EncodeToString(text0)) 88 t.Errorf("decoding %v %v failed (mode=%v): decoded %v/%v", 91 t.Errorf("whole: %v", hex.EncodeToString(text0))
|
/external/syzkaller/pkg/runtest/ |
D | 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/syz-ci/ |
D | manager.go | 164 mgr.Errorf("failed to poll: %v", err) 183 mgr.Errorf("failed to read build info after build") 272 return fmt.Errorf("failed to remove tmp dir: %v", err) 275 return fmt.Errorf("failed to create tmp dir: %v", err) 278 return fmt.Errorf("failed to write tag file: %v", err) 289 mgr.Errorf("failed to report image error: %v", err) 292 return fmt.Errorf("kernel build failed: %v", err) 301 return fmt.Errorf("failed to remove latest dir: %v", err) 308 mgr.Errorf("can't start manager, image files missing") 316 mgr.Errorf("failed to create current image dir: %v", err) [all …]
|
/external/syzkaller/pkg/gce/ |
D | 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 …]
|
/external/syzkaller/pkg/instance/ |
D | instance.go | 37 return nil, fmt.Errorf("test instances can only work with qemu/gce") 40 return nil, fmt.Errorf("workdir path is empty") 43 return nil, fmt.Errorf("kernel src path is empty") 46 return nil, fmt.Errorf("syzkaller path is empty") 49 return nil, fmt.Errorf("failed to create tmp dir: %v", err) 61 return fmt.Errorf("syzkaller path %q is not in GOPATH", cfg.Syzkaller) 64 return fmt.Errorf("failed to checkout syzkaller repo: %v", err) 76 return fmt.Errorf("syzkaller build failed: %v", err) 110 return fmt.Errorf("failed to parse qemu config: %v", err) 120 return fmt.Errorf("failed to serialize qemu config: %v", err) [all …]
|
/external/syzkaller/pkg/ipc/ |
D | 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 …]
|