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

1234

/external/libcxx/test/depr/exception.unexpected/unexpected/
H A DAndroid.mk17 test_makefile := external/libcxx/test/depr/exception.unexpected/unexpected/Android.mk
19 test_name := depr/exception.unexpected/unexpected/unexpected
20 test_src := unexpected.pass.cpp
H A Dunexpected.pass.cpp10 // test unexpected
24 std::unexpected();
/external/libcxx/test/depr/exception.unexpected/set.unexpected/
H A DAndroid.mk17 test_makefile := external/libcxx/test/depr/exception.unexpected/set.unexpected/Android.mk
19 test_name := depr/exception.unexpected/set.unexpected/set_unexpected
23 test_name := depr/exception.unexpected/set.unexpected/get_unexpected
/external/libcxx/test/depr/exception.unexpected/unexpected.handler/
H A DAndroid.mk17 test_makefile := external/libcxx/test/depr/exception.unexpected/unexpected.handler/Android.mk
19 test_name := depr/exception.unexpected/unexpected.handler/unexpected_handler
/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/libcxx/test/depr/exception.unexpected/
H A DAndroid.mk17 test_makefile := external/libcxx/test/depr/exception.unexpected/Android.mk
19 test_name := depr/exception.unexpected/nothing_to_do
/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/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 Dldr-pseudo-parse-errors.s7 @ CHECK: error: unexpected token in operand
H A Darm-qualifier-diagnostics.s12 @ CHECK-NOT: error: unexpected token in operand
/external/llvm/test/MC/Mips/
H A Dmips_directives_bad.s5 # CHECK: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in directive
15 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option directive
21 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option directive
27 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option directive
37 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic0 directive
42 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic0 directive
47 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic0 directive
52 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic2 directive
57 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token in .option pic2 directive
H A Dmips-abi-bad.s10 # CHECK :mips-abi-bad.s:5:15: error: unexpected token in statement
/external/chromium_org/device/bluetooth/
H A Dbluetooth_discovery_manager_mac.h27 // to BluetoothDiscoveryManagerMac::StopDiscovery or an unexpected reason,
29 // |unexpected| will be true.
30 virtual void DiscoveryStopped(bool unexpected) = 0;
/external/stlport/stlport/stl/config/
H A D_intel.h68 void _STLP_CALL unexpected();
/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/chromium_org/native_client_sdk/src/build_tools/
H A Dverify_ppapi.py35 def __init__(self, lib_path, expected, unexpected):
37 self.unexpected = unexpected
44 if unexpected:
46 for filename in sorted(unexpected):
158 # unexpected filenames, though.
161 if not e.unexpected:
/external/chromium_org/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/chromium_org/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/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 "

Completed in 462 milliseconds

1234