/build/blueprint/ |
singleton_ctx.go | 39 Errorf(format string, args ...interface{}) 140 func (s *singletonContext) Errorf(format string, args ...interface{}) { 142 s.error(fmt.Errorf(format, args...))
|
/build/kati/ |
evalcmd.go | 87 return nil, fmt.Errorf("cannot append to autovar") 90 return nil, fmt.Errorf("cannot append to autovar") 96 d.err = fmt.Errorf("cannot dump auto var: %v", v) 244 return nil, ev.errorf("parse cmd %q: %v", r.cmd, err)
|
worker.go | 144 return fmt.Errorf("*** No rule to make target %q.", j.n.Output) 146 return fmt.Errorf("*** No rule to make target %q, needed by %q.", j.n.Output, j.parents[0].n.Output) 166 return fmt.Errorf("*** [%s] Error %d", j.n.Output, exit)
|
ninja_test.go | 67 t.Errorf(`stripShellComment(%q)=%q, want %q`, tc.in, got, tc.want) 152 t.Errorf(`getDepfile(%q) unexpectedly has no error`, tc.in) 154 t.Errorf(`getDepfile(%q) has an error: %q`, tc.in, err) 162 t.Errorf("getDepfile(%q)=\n %q, _, _;\nwant=%q, _, _", tc.in, got, want) 165 t.Errorf(`getDepfile(%q)=_, %q, _; want=_, %q, _`, tc.in, got, want) 196 t.Errorf("gomaCmdForAndroidCompileCmd(%q)=%q, _; want=%q, _", tc.in, got, tc.want) 199 t.Errorf("gomaCmdForAndroidCompileCmd(%q)=_, %t; want=_, %t", tc.in, ok, tc.ok)
|
/build/soong/android/ |
makevars.go | 53 Errorf(format string, args ...interface{}) 181 ctx.Errorf(err.Error()) 292 c.SingletonContext.Errorf(err.Error())
|
namespace.go | 134 return fmt.Errorf("namespace %v already exists", namespace.Path) 138 return fmt.Errorf("a namespace must be the first module in the file") 268 return fmt.Errorf("namespace %v does not exist", name) 292 return fmt.Errorf(text) 315 return fmt.Errorf(text)
|
/build/soong/cc/ |
stl.go | 40 panic(fmt.Errorf("stl: %q is not a valid STL", stl)) 192 panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl)) 264 panic(fmt.Errorf("Unknown stl: %q", stl.Properties.SelectedStl))
|
/build/soong/cmd/zip2zip/ |
zip2zip.go | 134 return fmt.Errorf("\\ characters are not currently supported") 155 return fmt.Errorf("globbed path %q was not in %q", file.Name, constantPartOfPattern(input)) 198 return fmt.Errorf("multiple entries for %q with different contents", match.newName)
|
zip2zip_test.go | 46 err: fmt.Errorf("\\ characters are not currently supported"), 215 err: fmt.Errorf(`multiple entries for "a/a" with different contents`), 510 t.Errorf("want %q, got %q", test.out, got)
|
/build/soong/dexpreopt/dexpreopt_gen/ |
dexpreopt_gen.go | 181 panic(fmt.Errorf("module.DexPath must be '$1', was %q", module.DexPath)) 184 panic(fmt.Errorf("module.StripInputPath must be '$1', was %q", module.StripInputPath)) 187 panic(fmt.Errorf("module.StripOutputPath must be '$2', was %q", module.StripOutputPath))
|
/build/soong/ui/build/ |
proc_sync_test.go | 96 return fmt.Errorf("Lock busy: %s", c.description()) 102 return fmt.Errorf("Not locked: %s", c.description()) 185 return false, subprocessOutput, fmt.Errorf("Unexpected status %v", exitStatus)
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
check_bn_tests.go | 64 s.setError(fmt.Errorf("could not parse %q", value)) 68 s.setError(fmt.Errorf("duplicate key %q", key)) 125 s.err = fmt.Errorf("line %d: %s", s.lineNo, err)
|
/external/syzkaller/pkg/db/ |
db.go | 212 return 0, fmt.Errorf("bad db header: 0x%x", magic) 218 return 0, fmt.Errorf("bad db version: %v", ver) 235 err = fmt.Errorf("bad record header: 0x%x", magic)
|
/external/syzkaller/prog/ |
prog_test.go | 29 t.Errorf("default arg is not default: %s\ntype: %#v\narg: %#v", 240 t.Errorf("path %q is detected as escaping (%v)", path, err) 243 t.Errorf("path %q is not detected as escaping (%v)", path, err)
|
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/ |
timestamp.go | 68 return fmt.Errorf("timestamp: %v before 0001-01-01", ts) 71 return fmt.Errorf("timestamp: %v after 10000-01-01", ts) 74 return fmt.Errorf("timestamp: %v: nanos not in range [0, 1e9)", ts)
|
/build/blueprint/parser/ |
parser.go | 115 p.errorf(msg) 138 func (p *parser) errorf(format string, args ...interface{}) { func 139 p.error(fmt.Errorf(format, args...)) 145 p.errorf("expected %s, found %s", scanner.TokenString(tok), 192 p.errorf("expected \"=\" or \"+=\" or \"{\" or \"(\", found %s", 198 p.errorf("expected assignment or module definition, found %s", 226 p.errorf("modified non-existent variable %q with +=", assignment.Name) 228 p.errorf("modified non-local variable %q with +=", assignment.Name) 230 p.errorf("modified variable %q with += after referencing", assignment.Name) 336 p.errorf("subtraction not supported: %s", p.scanner.String() [all...] |
/build/soong/cmd/merge_zips/ |
merge_zips.go | 317 panic(fmt.Errorf("found __init__.py path duplicates during pars merging: %q.", file.Name)) 373 return fmt.Errorf("Directory/file mismatch at %v from %v and %v\n", 395 return fmt.Errorf("Duplicate path %v found in %v and %v\n", 451 return false, fmt.Errorf("%s: %s", err.Error(), pattern) 468 return false, fmt.Errorf("%s: %s", err.Error(), pattern)
|
/build/soong/cmd/pom2mk/ |
pom2mk.go | 48 return fmt.Errorf("Must be in the form of <regex>=<replace>") 83 return fmt.Errorf("Must be in the form of <module>=<module>[,<module>]") 304 return fmt.Errorf("unexpected EOF") 314 return fmt.Errorf("unexpected second line: %q", line) 334 return fmt.Errorf("failed to run %s\n%s", cmd, string(exitErr.Stderr))
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
server.go | 373 // errorf records an error in s's event log, unless s has been stopped. 375 func (s *Server) errorf(format string, a ...interface{}) { func 377 s.events.Errorf(format, a...) 602 s.errorf("ServerHandshake(%q) failed: %v", rawConn.RemoteAddr(), err) 664 s.errorf("NewServerTransport(%q) failed: %v", c.RemoteAddr(), err) 844 return status.Errorf(codes.ResourceExhausted, "grpc: trying to send message larger than max (%d vs. %d)", len(payload), s.opts.maxSendMessageSize) 937 err = status.Errorf(codes.Internal, io.ErrUnexpectedEOF.Error()) 982 return status.Errorf(codes.Internal, err.Error()) 988 return status.Errorf(codes.Internal, "grpc: failed to decompress the received message %v", err) 995 return status.Errorf(codes.ResourceExhausted, "grpc: received message larger than max (%d vs. %d)", len(req), s.opts.ma (…) [all...] |
/external/boringssl/src/crypto/obj/ |
objects.go | 76 return fmt.Errorf("%s:%d: %s", path, lineNo, err) 105 return nil, 0, withLine(fmt.Errorf("duplicate name %q", name)) 108 return nil, 0, withLine(fmt.Errorf("duplicate NID %d", nid)) 119 return nil, 0, fmt.Errorf("error reading %s: %s", path, err) 142 return nil, fmt.Errorf("negative component") 220 return fmt.Errorf("%s:%d: %s", objectsPath, lineNo, err) 267 return nil, withLine(fmt.Errorf("duplicate name '%s'", aliasName)) 271 return nil, withLine(fmt.Errorf("unknown directive '%s'", args[0])) 323 return nil, withLine(fmt.Errorf("duplicate name '%s'", obj.name)) 326 return nil, withLine(fmt.Errorf("duplicate short name '%s'", obj.shortName) [all...] |
/build/soong/finder/fs/ |
fs.go | 244 err = fmt.Errorf("Internal error: %v yields itself as a parent", path) 272 Err: fmt.Errorf("too many levels of symbolic links"), 493 return 0, fmt.Errorf("%v is not a mockFileInfo", info) 500 return 0, fmt.Errorf("%v is not a mockFileInfo", info) 508 fmt.Errorf("%v is not a mockFileInfo", info) 802 return fmt.Errorf("Cannot remove %v\n", path) 877 return fmt.Errorf("Cannot remove %v\n", path)
|
/build/soong/zip/ |
zip.go | 372 return fmt.Errorf("output file path must be nonempty") 620 return fmt.Errorf("destination %q is both a directory %q and a file %q", dest, prev, src) 623 return fmt.Errorf("destination %q has two files %q and %q", dest, prev, src) 631 return fmt.Errorf("%s is not a file, directory, or symlink", src) 658 return fmt.Errorf("destination %q is both a directory %q and a file %q", dest, prev, src) 661 return fmt.Errorf("destination %q has two files %q and %q", dest, prev, src) 917 return fmt.Errorf("destination %q is both a directory %q and a file %q", dir, src, prev)
|
/external/boringssl/src/util/ |
doc.go | 121 err = fmt.Errorf("garbage after comment end on line %d", restLineNo) 135 err = fmt.Errorf("comment doesn't start with block prefix on line %d: %s", restLineNo, line) 189 err = fmt.Errorf("unexpected %c on line %d", c, restLineNo) 204 err = fmt.Errorf("found %c when expecting %c on line %d", c, last, restLineNo) 378 return nil, fmt.Errorf("blank line at start of section on line %d", lineNo) 392 return nil, fmt.Errorf("duplicate anchor: %s", anchor) 456 return nil, fmt.Errorf("comment for %q doesn't seem to match line %s:%d\n", name, path, declLineNo)
|
/external/boringssl/src/util/fipstools/delocate/ |
delocate.go | 112 return fmt.Errorf("error while processing %q on line %d: %q", in.contents[with.begin:with.end], line, err) 121 panic(locateError(fmt.Errorf("%s", err), origStatement, input)) 325 return nil, fmt.Errorf("unknown label type %q", rul3s[label.pegRule]) 615 return nil, fmt.Errorf("preamble is relative to %q, not r12", relative) 619 return nil, fmt.Errorf("preamble is setting %q, not r2", target) 740 return nil, fmt.Errorf("can't process TOC argument to %q", instructionName) 744 return nil, fmt.Errorf("Unknown section type %q", section) 1006 return nil, fmt.Errorf("non-leaq instruction %q referenced OPENSSL_ia32cap_P directly", instructionName) 1010 return nil, fmt.Errorf("invalid OPENSSL_ia32cap_P reference in instruction %q", instructionName) 1018 return nil, fmt.Errorf("tried to load OPENSSL_ia32cap_P into %q, which is not a standard register.", reg [all...] |
/external/golang-protobuf/proto/ |
lib.go | 488 return 0, fmt.Errorf("unrecognized enum %s value %q", enumName, repr) 495 return 0, fmt.Errorf("cannot unmarshal %#q into enum %s", data, enumName) 839 return nil, false, fmt.Errorf("proto: bad default bool %q: %v", prop.Default, err) 845 return nil, false, fmt.Errorf("proto: bad default float32 %q: %v", prop.Default, err) 851 return nil, false, fmt.Errorf("proto: bad default float64 %q: %v", prop.Default, err) 857 return nil, false, fmt.Errorf("proto: bad default int32 %q: %v", prop.Default, err) 863 return nil, false, fmt.Errorf("proto: bad default int64 %q: %v", prop.Default, err) 874 return nil, false, fmt.Errorf("proto: bad default uint32 %q: %v", prop.Default, err) 880 return nil, false, fmt.Errorf("proto: bad default uint64 %q: %v", prop.Default, err) 884 return nil, false, fmt.Errorf("proto: unhandled def kind %v", ft.Elem().Kind() [all...] |