Searched refs:unexpected (Results 1 - 25 of 75) sorted by relevance

123

/external/libcxx/test/std/depr/exception.unexpected/unexpected/
H A Dunexpected.pass.cpp10 // test unexpected
24 std::unexpected();
/external/clang/test/Frontend/
H A Dverify.c30 unexpected a; // expected-error@+0 + {{unknown type}}
33 unexpected b; // expected-error@33 1-1 {{unknown type}}
/external/nist-sip/java/gov/nist/core/
H A DLexerCore.java537 this.buffer + " :unexpected EOL",
561 this.buffer + " :unexpected EOL",
568 this.buffer + " : unexpected EOL",
720 this.buffer + "unexpected EOL",
730 this.buffer + "unexpected EOL",
/external/llvm/test/MC/Mips/
H A Dset-at-noat-bad-syntax.s5 # CHECK: error: unexpected token, expected equals sign
11 # CHECK: error: unexpected token, expected dollar sign '$'
14 # CHECK: error: unexpected token, expected identifier or integer
17 # CHECK: error: unexpected token, expected identifier or integer
26 # CHECK: error: unexpected token, expected end of statement
29 # CHECK: error: unexpected token, expected end of statement
H A Dmips-pdr-bad.s9 .ent foo, 5, bar # AMS: :[[@LINE]]:20: error: unexpected token, expected end of statement
14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma
17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma
20 .frame $sp, 8, $ra, foo # ASM: :[[@LINE]]:27: error: unexpected token, expected end of statement
24 .mask 0x80000000 # ASM: :[[@LINE]]:26: error: unexpected token, expected comma
27 .mask 0x80000000, -4, bar # ASM: :[[@LINE]]:29: error: unexpected token, expected end of statement
31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma
34 .fmask 0x80000000, -4, bar # ASM: :[[@LINE]]:30: error: unexpected token, expected end of statement
38 .end _local_foo_bar, foo # ASM: :[[@LINE]]:28: error: unexpected token, expected end of statement
H A Dset-push-pop-directives-bad.s12 # CHECK: :[[@LINE-1]]:19: error: unexpected token, expected end of statement
14 # CHECK: :[[@LINE-1]]:18: error: unexpected token, expected end of statement
H A Dmips_directives_bad.s5 # CHECK: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
15 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected identifier
21 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected identifier
27 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected identifier
37 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
42 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
47 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
52 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
57 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
/external/lldb/test/unittest2/
H A Dutil.py35 unexpected = []
46 unexpected.append(a)
61 unexpected.extend(actual[j:])
63 return missing, unexpected
73 unexpected = []
90 unexpected.append(item)
96 return missing, unexpected
98 # anything left in actual is unexpected
/external/llvm/test/MC/ARM/
H A Ddirective-object_arch-diagnostics.s14 @ CHECK: error: unexpected token
20 @ CHECK: error: unexpected token
H A Ddirective-tlsdescseq-diagnostics.s16 @ CHECK: error: unexpected token
24 @ CHECK: error: unexpected token
H A Dsymbol-variants-errors.s13 @CHECK: error: unexpected token in variant, expected ')'
21 @CHECK: error: unexpected token in variant, expected ')'
H A Ddirective-word-diagnostics.s11 @ CHECK-NOT: error: unexpected token at start of statement
H A Darm-qualifier-diagnostics.s12 @ CHECK-NOT: error: unexpected token in operand
H A Dthumb_set-diagnostics.s40 @ CHECK: error: unexpected token
/external/llvm/test/MC/AsmParser/
H A Dfloating-literals.s61 # CHECK-ERROR: unexpected token in directive
65 # CHECK-ERROR: unexpected token in directive
69 # CHECK-ERROR: unexpected token in directive
73 # CHECK-ERROR: unexpected token in directive
77 # CHECK-ERROR: unexpected token in directive
81 # CHECK-ERROR: unexpected token in directive
H A Ddirective_rept-diagnostics.s20 # CHECK: error: unexpected token in '.rept' directive
38 # CHECK: error: unexpected token in '.rep' directive
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DLazyFieldTest.java117 private void assertNotEqual(Object unexpected, Object actual) { argument
118 assertFalse(unexpected == actual
119 || (unexpected != null && unexpected.equals(actual)));
H A DLazyFieldLiteTest.java129 private void assertNotEqual(Object unexpected, Object actual) { argument
130 assertFalse(unexpected == actual
131 || (unexpected != null && unexpected.equals(actual)));
/external/v8/src/base/
H A Dlogging.h83 int unexpected,
86 if (unexpected == value) {
173 #define CHECK_NE(unexpected, value) CheckNonEqualsHelper(__FILE__, __LINE__, \
174 #unexpected, unexpected, #value, value)
80 CheckNonEqualsHelper(const char* file, int line, const char* unexpected_source, int unexpected, const char* value_source, int value) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedTokenException.cs134 string unexpected = ( TokenNames != null && unexpectedType >= 0 && unexpectedType < TokenNames.Count ) ? TokenNames[unexpectedType] : unexpectedType.ToString();
136 return "MismatchedTokenException(" + unexpected + "!=" + expected + ")";
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc229 return 0; // unexpected end of string
327 Report("WARNING: unexpected format specifier in scanf interceptor: "
469 Report("WARNING: unexpected floating-point arg size" \
484 Report("WARNING: unexpected arg size" \
523 Report("WARNING: unexpected format specifier in printf "
/external/v8/src/
H A Dchecks.cc80 v8::Handle<v8::Value> unexpected,
83 if (unexpected->Equals(value)) {
77 CheckNonEqualsHelper(const char* file, int line, const char* unexpected_source, v8::Handle<v8::Value> unexpected, const char* value_source, v8::Handle<v8::Value> value) argument
/external/bison/examples/calc++/
H A Dcalc++-parser.cc765 // Number of reported tokens (one for the "unexpected", one per
781 determine that there is no unexpected or expected token to
834 YYCASE_(1, YY_("syntax error, unexpected %s"));
835 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
836 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
837 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
838 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
/external/bison/data/
H A Dlalr1.cc879 // 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"));
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedTokenException.cs129 string unexpected = (TokenNames != null && unexpectedType >= 0 && unexpectedType < TokenNames.Count) ? TokenNames[unexpectedType] : unexpectedType.ToString();
131 return "MismatchedTokenException(" + unexpected + "!=" + expected + ")";

Completed in 658 milliseconds

123