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

1 2 3 4 5 6 7 8 91011>>

  /build/soong/android/
util_test.go 65 t.Errorf("incorrect output:")
66 t.Errorf(" input: %#v", testCase.in)
67 t.Errorf(" expected: %#v", testCase.out)
68 t.Errorf(" got: %#v", out)
115 t.Errorf("incorrect output:")
116 t.Errorf(" input: %#v", testCase.in)
117 t.Errorf(" expected: %#v", testCase.out)
118 t.Errorf(" got: %#v", out)
152 t.Errorf("incorrect output:")
153 t.Errorf(" input: %#v", testCase.input
    [all...]
onceper_test.go 30 t.Errorf(`first call to Once should return "a": %q`, a)
34 t.Errorf(`second call to Once with the same key should return "a": %q`, b)
49 t.Errorf("expect %q, got %q", "foo", a)
61 t.Errorf(`first call to Once should return "a": %q`, a)
65 t.Errorf(`Get with the same key should return "a": %q`, b)
95 t.Errorf("expect %q, got %q", "foo", a)
107 t.Errorf(`first call to OnceStringSlice should return ["a"]: %q`, a)
111 t.Errorf(`second call to OnceStringSlice with the same key should return ["a"]: %q`, b)
123 t.Errorf(`first call to Once2StringSlice should return ["a"], ["b"]: %q, %q`, a, b)
127 t.Errorf(`second call to Once2StringSlice with the same key should return ["a"], ["b"]: %q, %q`, c, d
    [all...]
  /build/soong/cc/
util_test.go 26 t.Errorf("root should be %q but got %q", expected, root)
30 t.Errorf("suffix should be %q but got %q", expected, suffix)
34 t.Errorf("ext should be %q but got %q", expected, ext)
42 t.Errorf("root should be %q but got %q", expected, root)
46 t.Errorf("suffix should be %q but got %q", expected, suffix)
50 t.Errorf("ext should be %q but got %q", expected, ext)
58 t.Errorf("root should be %q but got %q", expected, root)
62 t.Errorf("suffix should be %q but got %q", expected, suffix)
66 t.Errorf("ext should be %q but got %q", expected, ext)
74 t.Errorf("root should be %q but got %q", expected, root
    [all...]
  /build/blueprint/
ninja_strings_test.go 118 t.Errorf("incorrect variable list:")
119 t.Errorf(" input: %q", testCase.input)
120 t.Errorf(" expected: %#v", expectedVars)
121 t.Errorf(" got: %#v", output.variables)
124 t.Errorf("incorrect string list:")
125 t.Errorf(" input: %q", testCase.input)
126 t.Errorf(" expected: %#v", testCase.strs)
127 t.Errorf(" got: %#v", output.strings)
135 t.Errorf("unexpected error:")
136 t.Errorf(" input: %q", testCase.input
    [all...]
splice_modules_test.go 120 t.Errorf("test case: %v, %v -> %v", testCase.in, testCase.at, testCase.with)
121 t.Errorf("incorrect output:")
122 t.Errorf(" expected: %v", testCase.out)
123 t.Errorf(" got: %v", got)
126 t.Errorf("test case: %v, %v -> %v", testCase.in, testCase.at, testCase.with)
127 t.Errorf("incorrect index:")
128 t.Errorf(" expected: %d", testCase.outAt)
129 t.Errorf(" got: %d", gotAt)
132 t.Errorf("test case: %v, %v -> %v", testCase.in, testCase.at, testCase.with)
137 t.Errorf(" expected to%s reallocate", not
    [all...]
  /external/tensorflow/tensorflow/go/op/
gradients.go 35 scope.UpdateErr("Gradients", fmt.Errorf("Gradients does not currently support control dependencies (via Scope.WithControlDependencies)."))
39 scope.UpdateErr("Gradients", fmt.Errorf("Gradients does not currently support device annotations (via Scope.WithDevice)."))
  /build/soong/ui/logger/
logger_test.go 72 t.Errorf("File list does not match.")
73 t.Errorf(" got: %v", names)
74 t.Errorf("expected: %v", expected)
81 t.Errorf("Error reading file: %v", err)
86 t.Errorf("Contents of %v does not match.", name)
87 t.Errorf(" got: %v", data)
88 t.Errorf("expected: %v", expected)
127 t.Errorf("Expected process to exit with status 42, got %v", err)
149 t.Errorf("Expected process to exit with status 1, got %v", err)
164 t.Errorf("Expected process to exit cleanly, got %v", err
    [all...]
  /external/protobuf/examples/
add_person_test.go 30 t.Errorf("promptForAddress(%q) got %d, want ID %d", in, got.Id, 12345)
33 t.Errorf("promptForAddress(%q) => want name %q, got %q", "Example Name", got.Name)
36 t.Errorf("promptForAddress(%q) => want email %q, got %q", "name@example.com", got.Email)
46 t.Errorf("want %d phone numbers, got %d", len(want), len(got.Phones))
54 t.Errorf("want phone %q, got %q", *want[i], *got.Phones[i])
  /external/tensorflow/tensorflow/go/
shape_test.go 54 t.Errorf("Got %v, want %v", got, want)
57 t.Errorf("Got (%#v, %v), want (%#v, nil)", gotSlice, err, test.slice)
60 t.Errorf("Got %v, want %v", got, want)
63 t.Errorf("Got %v, want %v", got, want)
82 t.Errorf("Got %q, want %q", got, want)
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...]
tensor_handle_test.go 48 t.Errorf("Got %v, want %v", got, want)
68 t.Errorf("Got %#v, want %#v", got, want)
88 t.Errorf("DeviceName() did not return a CPU device; got: %s", d)
108 t.Errorf("BackingDeviceName() did not return a CPU device; got: %s", d)
125 t.Errorf("Got %#v, want %#v", v, initialVals)
  /external/syzkaller/prog/
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/
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...]
  /build/soong/java/
plugin_test.go 34 t.Errorf("expected turbine to be enabled")
38 t.Errorf("want empty processorpath, got %q", javac.Args["processorpath"])
42 t.Errorf("want '-proc:none' argument, got %q", javac.Args["processor"])
67 t.Errorf("expected turbine to be enabled")
73 t.Errorf("foo implicits %v does not contain %q", javac.Implicits.Strings(), bar)
77 t.Errorf("foo processorpath %q != '-processorpath %s'", javac.Args["processorpath"], bar)
81 t.Errorf("foo processor %q != '-processor com.bar'", javac.Args["processor"])
107 t.Errorf("expected turbine to be disabled")
113 t.Errorf("foo implicits %v does not contain %q", javac.Implicits.Strings(), bar)
117 t.Errorf("foo processorpath %q != '-processorpath %s'", javac.Args["processorpath"], bar
    [all...]
kotlin_test.go 50 t.Errorf(`foo kotlinc inputs %v != ["a.java", "b.kt"]`, fooKotlinc.Inputs)
54 t.Errorf(`foo inputs %v != ["a.java"]`, fooJavac.Inputs)
58 t.Errorf("foo classpath %v does not contain %q",
63 t.Errorf("foo jar inputs %v does not contain %q",
72 t.Errorf(`bar kotlinc inputs %v != ["b.kt"]`, barKotlinc.Inputs)
76 t.Errorf(`expected %q in bar implicits %v`,
81 t.Errorf(`expected %q in bar implicits %v`,
111 t.Errorf(`foo kapt inputs %v != ["a.java", "b.kt"]`, kapt.Inputs)
114 t.Errorf(`foo kotlinc inputs %v != ["a.java", "b.kt"]`, kotlinc.Inputs)
119 t.Errorf(`foo inputs %v != ["a.java"]`, javac.Inputs
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
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...]
  /build/soong/ui/build/
environment_test.go 28 t.Errorf("Expected [TEST2=0], got: %v", got)
37 t.Errorf("Expected [TEST2=0], got: %v", got)
46 t.Errorf("Expected [TEST=0], got: %v", got)
55 t.Errorf("Expected [TEST=0], got: %v", got)
64 t.Errorf("Expected [TEST=1 TEST3=2], got: %v", got)
85 t.Errorf("Environment list does not match")
86 t.Errorf("expected: %v", expected)
87 t.Errorf(" got: %v", got)
  /external/syzkaller/pkg/ifuzz/
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, xedErr)
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/vendor/google.golang.org/grpc/connectivity/
connectivity.go 46 grpclog.Errorf("unknown connectivity state: %d", s)
  /external/syzkaller/pkg/vcs/
akaros.go 32 return nil, fmt.Errorf("not implemented for akaros")
36 return nil, fmt.Errorf("not implemented for akaros")
40 return nil, fmt.Errorf("not implemented for akaros")
44 return nil, fmt.Errorf("not implemented for akaros")
56 return nil, fmt.Errorf("not implemented for akaros")
60 return nil, fmt.Errorf("not implemented for akaros")
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/syzkaller/vendor/google.golang.org/grpc/codes/
codes.go 180 return fmt.Errorf("nil receiver passed to UnmarshalJSON")
185 return fmt.Errorf("invalid code: %q", ci)
196 return fmt.Errorf("invalid code: %q", string(b))
  /external/syzkaller/pkg/config/
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
    [all...]
  /external/golang-protobuf/proto/
map_test.go 31 t.Errorf("maps differ:\ngot %#v\nwant %#v", got, want)
55 b.Errorf("Can't unmarshal ppb.IntMaps: %v", err)
67 b.Errorf("Can't unmarshal ppb.IntMaps: %v", err)
  /external/grpc-grpc/tools/http2_interop/
ping.go 31 return fmt.Errorf("Invalid Payload length %d != %d", f.Header.Length, len(raw))
34 return fmt.Errorf("Invalid Payload length %d", f.Header.Length)
44 return nil, fmt.Errorf("Invalid Payload length %d", len(f.Data))

Completed in 1091 milliseconds

1 2 3 4 5 6 7 8 91011>>