Home | History | Annotate | Download | only in android

Lines Matching refs:Errorf

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)
154 t.Errorf(" prefix: %#v", prefix)
155 t.Errorf(" expected: %#v", testCase.expected)
156 t.Errorf(" got: %#v", out)
191 t.Errorf("incorrect output:")
192 t.Errorf(" key: %#v", testCase.key)
193 t.Errorf(" input: %#v", input)
194 t.Errorf(" expected: %#v", testCase.expected)
195 t.Errorf(" got: %#v", out)
222 t.Errorf("incorrect output:")
223 t.Errorf(" key: %#v", testCase.key)
224 t.Errorf(" input: %#v", input)
225 t.Errorf(" expected: %#v", testCase.expected)
226 t.Errorf(" got: %#v", out)
257 t.Errorf("incorrect output:")
258 t.Errorf(" str: %#v", testCase.str)
259 t.Errorf(" prefixes: %#v", prefixes)
260 t.Errorf(" expected: %#v", testCase.expected)
261 t.Errorf(" got: %#v", out)
274 t.Errorf("incorrect remainder output:")
275 t.Errorf(" input: %#v", input)
276 t.Errorf(" filter: %#v", filter)
277 t.Errorf(" expected: %#v", expected)
278 t.Errorf(" got: %#v", remainder)
283 t.Errorf("incorrect filtered output:")
284 t.Errorf(" input: %#v", input)
285 t.Errorf(" filter: %#v", filter)
286 t.Errorf(" expected: %#v", expected)
287 t.Errorf(" got: %#v", filtered)
297 t.Errorf("incorrect output:")
298 t.Errorf(" input: %#v", input)
299 t.Errorf(" filter: %#v", filter)
300 t.Errorf(" expected: %#v", expected)
301 t.Errorf(" got: %#v", out)
347 t.Errorf("incorrect output:")
348 t.Errorf(" key: %#v", testCase.key)
349 t.Errorf(" input: %#v", testCase.input)
350 t.Errorf(" expected: %#v", testCase.expectedFound)
351 t.Errorf(" got: %#v", found)
354 t.Errorf("incorrect output:")
355 t.Errorf(" key: %#v", testCase.key)
356 t.Errorf(" input: %#v", testCase.input)
357 t.Errorf(" expected: %#v", testCase.expectedOut)
358 t.Errorf(" got: %#v", out)