/build/blueprint/bootstrap/bpdoc/ |
reader_test.go | 63 t.Errorf("unexpected docs %q", mt.Text) 67 t.Errorf("expected pkgpath %q, got %q", pkgPath, mt.PkgPath) 79 t.Errorf("unexpected docs %q", ps.Text) 86 t.Errorf("unexpected property docs %q %q %q", 99 t.Errorf("unexpected docs %q", pkg.Text) 132 t.Errorf("funcNameToPkgPath(%v) = %v, want %v", tt.f, got, tt.want)
|
/build/blueprint/ |
visit_test.go | 57 panic(fmt.Errorf("unexpected dependency tag on %q", ctx.OtherModuleName(dep))) 130 t.Errorf("unexpected parse errors:") 132 t.Errorf(" %s", err) 139 t.Errorf("unexpected dep errors:") 141 t.Errorf(" %s", err) 167 t.Errorf("expected %q got %q", expected, got)
|
/build/soong/android/ |
config_test.go | 34 return fmt.Errorf("Field %s.%s has tag %s which specifies to change its json field name to %q.\n"+ 42 return fmt.Errorf("Field %s.%s has tag %s which specifies to change its json field name to %q.\n"+ 67 t.Errorf("Incorrect error; expected:\n"+ 79 t.Errorf(err.Error()) 84 t.Errorf(err.Error()) 91 t.Errorf("Expected false")
|
expand_test.go | 33 return "", fmt.Errorf("unknown variable %q", s) 146 t.Errorf("%q: unexpected error %s", test.in, err.Error()) 148 t.Errorf("%q: expected error, got %q", test.in, got) 150 t.Errorf("%q: expected %q, got %q", test.in, test.out, got)
|
variable_test.go | 117 t.Errorf("unexpected error %s", err) 119 t.Errorf("expected error") 121 t.Errorf("expected %q got %q", testCase.out, v.String())
|
/build/blueprint/parser/ |
printer_test.go | 374 t.Errorf("test case: %s", in) 375 t.Errorf("unexpected errors:") 377 t.Errorf(" %s", err) 386 t.Errorf("test case: %s", in) 387 t.Errorf("unexpected error: %s", err) 392 t.Errorf("test case: %s", in) 393 t.Errorf(" expected: %s", expected) 394 t.Errorf(" got: %s", string(got))
|
/build/soong/cmd/path_interposer/ |
main_test.go | 133 err: fmt.Errorf(`exec: "path_interposer_test_does_not_exist": executable file not found in $PATH`), 141 err: fmt.Errorf(`"path_interposer_test_not_allowed" is not allowed to be used. See https://android.googlesource.com/platform/build/+/master/Changes.md#PATH_Tools for more information.`), 154 t.Errorf("unexpected log entry:\nwant: %q\n got: %q", testCase.logEntry, entry.Basename) 170 t.Errorf("unexpected error:\nwant: %v\n got: %v", testCase.err, err) 173 t.Errorf("expected exit code %d, got %d", testCase.exitCode, exitCode) 176 t.Errorf("no log entry, but expected %q", testCase.logEntry) 191 t.Errorf("Unexpected error:\n got: %v\nwant: %v", err, usage) 194 t.Errorf("expected exit code %d, got %d", 1, exitCode)
|
/external/syzkaller/pkg/osutil/ |
osutil_fuchsia.go | 22 return nil, nil, fmt.Errorf("CreateMemMappedFile is not implemented") 26 return fmt.Errorf("CloseMemMappedFile is not implemented")
|
osutil_windows.go | 26 return nil, nil, fmt.Errorf("CreateMemMappedFile is not implemented") 30 return fmt.Errorf("CloseMemMappedFile is not implemented")
|
/external/syzkaller/sys/syz-extract/ |
linux.go | 21 return fmt.Errorf("provide path to kernel checkout via -sourcedir flag (or make extract SOURCEDIR)") 34 return fmt.Errorf("make mrproper failed: %v\n%s", err, out) 39 return fmt.Errorf("more than 1 arch is invalid without -build") 61 return fmt.Errorf("make defconfig failed: %v\n%s", err, out) 67 return fmt.Errorf("sed .config failed: %v\n%s", err, out) 71 return fmt.Errorf("make olddefconfig failed: %v\n%s", err, out) 75 return fmt.Errorf("make failed: %v\n%s", err, out) 128 return nil, nil, fmt.Errorf("%v is missing", mmap2)
|
freebsd.go | 19 return fmt.Errorf("provide path to kernel checkout via -sourcedir flag (or make extract SOURCEDIR)") 22 return fmt.Errorf("freebsd requires -build flag") 30 return fmt.Errorf("failed to create link: %v", err) 34 return fmt.Errorf("failed to create link: %v", err)
|
/external/tensorflow/tensorflow/go/op/ |
op_test.go | 56 t.Errorf("Expected panic string to Scope.Err(), found %T: %q", r, r) 59 t.Errorf("resize.Shape() should have paniced since the underlying Operation was not created") 128 t.Errorf("Got %v, want {21718, 31415}", got) 131 t.Errorf("Expected sess.Run() to fail since the iterator should have reached the end of the dataset")
|
/external/llvm/bindings/go/llvm/ |
string_test.go | 26 t.Errorf("incorrect string result %q", str)
|
executionengine_test.go | 65 t.Errorf("Error verifying module: %s", err) 76 t.Errorf("Error creating JIT: %s", err) 95 t.Errorf("Expected %d, got %d", fac10, exec_res.Int(false))
|
ir_test.go | 31 t.Errorf("got attribute mask %d, want %d", newattr, attr) 36 t.Errorf("expected attribute '%s', got:\n%s", name, text) 42 t.Errorf("got attribute mask %d, want 0", newattr)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
string_test.go | 26 t.Errorf("incorrect string result %q", str)
|
executionengine_test.go | 65 t.Errorf("Error verifying module: %s", err) 76 t.Errorf("Error creating JIT: %s", err) 95 t.Errorf("Expected %d, got %d", fac10, exec_res.Int(false))
|
/external/syzkaller/dashboard/app/ |
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...] |
/external/tensorflow/tensorflow/go/ |
context.go | 54 return nil, fmt.Errorf("invalid ContextOptions.Config: %v", err) 105 return nil, fmt.Errorf("SessionListDevices() failed: %v", err)
|
/build/blueprint/proptools/ |
clone_test.go | 283 t.Errorf("test case %s", testString) 284 t.Errorf("incorrect output") 285 t.Errorf(" expected: %#v", testCase.out) 286 t.Errorf(" got: %#v", got) 505 t.Errorf("test case %s", testString) 506 t.Errorf("incorrect output") 507 t.Errorf(" expected: %#v", testCase.out) 508 t.Errorf(" got: %#v", got) 521 t.Errorf("test case %s", testString) 522 t.Errorf("incorrect output" [all...] |
/build/soong/cc/ |
proto_test.go | 36 t.Errorf("expected '--cpp_out' in %q", cmd) 65 t.Errorf("expected %q in %q", w, cmd) 71 t.Errorf("expected %q in %q", w, cmd)
|
/build/soong/finder/fs/ |
fs_darwin.go | 30 return 0, fmt.Errorf("%v is not a *syscall.Stat_t", sys) 39 return 0, fmt.Errorf("%v is not a *syscall.Stat_t", sys) 48 return time.Time{}, fmt.Errorf("%v is not a *syscall.Stat_t", sys)
|
fs_linux.go | 30 return 0, fmt.Errorf("%v is not a *syscall.Stat_t", sys) 39 return 0, fmt.Errorf("%v is not a *syscall.Stat_t", sys) 48 return time.Time{}, fmt.Errorf("%v is not a *syscall.Stat_t", sys)
|
/external/golang-protobuf/ptypes/ |
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.MessageName(m)) 94 t.Errorf("message with type url %q didn't satisfy Is for type %q", shortPrefix.TypeUrl, proto.MessageName(m)) 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", a.TypeUrl) 144 t.Errorf("expected Empty for any type %q to fail", noPrefix.TypeUrl [all...] |
/external/protobuf/examples/ |
list_people_test.go | 31 t.Errorf("writePerson(%s) =>\n\t%q, want %q", p.String(), got, want) 99 t.Errorf( 112 t.Errorf(
|