HomeSort by relevance Sort by last modified time
    Searched refs:unexpected (Results 126 - 150 of 1008) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/misc/swig/stdio/
file_test.go 17 t.Error("read unexpected characters")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18393.go 24 // ERROR "syntax error: unexpected newline, expecting type"
issue18747.go 26 if foo // ERROR "unexpected newline, expecting { after if clause"
issue20789.go 13 func([<-chan<-[func u){go // ERROR "unexpected u", ERROR "must be function call
  /build/blueprint/
glob_test.go 30 t.Error("unexpected error", err)
41 t.Error("unexpected error", err)
50 t.Error("unexpected error", err)
context_test.go 108 t.Errorf("unexpected parse errors:")
117 t.Errorf("unexpected dep errors:")
173 t.Errorf("unexpected parse errors:")
182 t.Errorf("unexpected dep errors:")
206 t.Fatalf("unexpected walkDeps behaviour: %s\ndown should be: CFG", outputDown)
209 t.Fatalf("unexpected walkDeps behaviour: %s\nup should be: GFC", outputUp)
231 t.Errorf("unexpected parse errors:")
240 t.Errorf("unexpected dep errors:")
259 t.Errorf("unexpected %q dependencies, got %q expected %q",
ninja_strings_test.go 84 err: "unexpected end of string after '$'",
96 err: "unexpected end of string in variable name",
135 t.Errorf("unexpected error:")
153 t.Fatalf("unexpected error: %s", err)
  /prebuilts/go/darwin-x86/test/
stringrange.go 28 fmt.Printf("unexpected offset %d not %d\n", i, offset)
32 fmt.Printf("unexpected rune %d from DecodeRuneInString: %x not %x\n", i, r, expect[cnum])
36 fmt.Printf("unexpected rune %d from range: %x not %x\n", i, r, expect[cnum])
  /prebuilts/go/linux-x86/test/
stringrange.go 28 fmt.Printf("unexpected offset %d not %d\n", i, offset)
32 fmt.Printf("unexpected rune %d from DecodeRuneInString: %x not %x\n", i, r, expect[cnum])
36 fmt.Printf("unexpected rune %d from range: %x not %x\n", i, r, expect[cnum])
  /external/pdfium/third_party/libtiff/
tif_fax3.h 336 unexpected("WhiteTable", a0); \
358 unexpected("BlackTable", a0); \
485 unexpected("VL", a0); \
500 unexpected("EOL", a0); \
506 unexpected("MainTable", a0); \
509 unexpected("BlackTable", a0); \
512 unexpected("WhiteTable", a0); \
  /external/autotest/server/site_tests/kernel_BootMessagesServer/
kernel_BootMessagesServer.py 182 unexpected = utils.check_raw_dmesg(
185 if unexpected:
187 for line in unexpected:
188 logging.error('UNEXPECTED DMESG: %s' % line)
191 raise error.TestFail("Unexpected dmesg warnings and/or errors.")
  /external/python/cpython3/Lib/test/
test_compare.py 102 def unexpected(*args): function in function:ComparisonTest.test_other_delegation
103 self.fail('Unexpected operator method called')
105 __ne__ = unexpected
108 setattr(C, other, unexpected)
  /prebuilts/build-tools/common/bison/
lalr1.cc 879 // Number of reported tokens (one for the "unexpected", one per
895 determine that there is no unexpected or expected token to
948 YYCASE_(1, YY_("syntax error, unexpected %s"));
949 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
950 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
951 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
952 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
    [all...]
  /development/scripts/gdb/
dalvik.gdb 19 # hits an unexpected breakpoint
49 set to stop the program when an unexpected SIGSEGV signal is
  /development/tools/findunused/
removeunusedresources 48 echo WARNING unexpected result for $LINE
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedTokenException.cs 134 string unexpected = ( TokenNames != null && unexpectedType >= 0 && unexpectedType < TokenNames.Count ) ? TokenNames[unexpectedType] : unexpectedType.ToString();
136 return "MismatchedTokenException(" + unexpected + "!=" + expected + ")";
  /external/llvm/test/MC/Mips/
cpload-bad.s 27 # ASM: :[[@LINE-1]]:21: error: unexpected token, expected end of statement
mips-abi-bad.s 12 # CHECK: :[[@LINE-1]]:15: error: unexpected token, expected end of statement
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.c 59 #error unexpected platform in os_sysinfo.c
173 #error unexpected platform in os_sysinfo.c
  /external/valgrind/tests/
filter_libc 39 # Some glibc versions complain about unexpected futex syscall errors.
40 s/The futex facility returned an unexpected error code.//;
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7560.go 39 t.Errorf("unexpected fields in C.misaligned:\n")
  /prebuilts/go/darwin-x86/src/net/http/cgi/
child_test.go 47 t.Fatalf("unexpected nil Header")
59 t.Errorf("unexpected nil Trailer")
105 t.Fatalf("unexpected nil URL")
127 t.Fatalf("unexpected nil URL")
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8139.go 7 // Issue 8139. The x.(T) assertions used to write 1 (unexpected)
issue9862_run.go 25 println("go run issue9862.go gave unexpected error; want symbol too large:\n", outstr)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue7560.go 39 t.Errorf("unexpected fields in C.misaligned:\n")

Completed in 511 milliseconds

1 2 3 4 56 7 8 91011>>