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

1 2 3 4 5 6 7 8

  /external/libcxx/test/std/depr/exception.unexpected/unexpected/
unexpected.pass.cpp 10 // test unexpected
24 std::unexpected();
  /ndk/sources/cxx-stl/gabi++/tests/
unexpected_01.cpp 11 std::unexpected(); // it is OK to throw exception from std::unexpected()
unexpected_03.cpp 12 std::unexpected();
unexpected_02.cpp 17 std::unexpected();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected/
unexpected.pass.cpp 10 // test unexpected
24 std::unexpected();
  /external/clang/test/Frontend/
verify.c 30 unexpected a; // expected-error@+0 + {{unknown type}}
33 unexpected b; // expected-error@33 1-1 {{unknown type}}
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 537 this.buffer + " :unexpected EOL",
561 this.buffer + " :unexpected EOL",
568 this.buffer + " : unexpected EOL",
666 buffer + ": Unexpected token at " + lookAhead(0),
720 this.buffer + "unexpected EOL",
730 this.buffer + "unexpected EOL",
  /external/llvm/test/MC/Mips/
set-at-noat-bad-syntax.s 5 # 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
mips-pdr-bad.s 9 .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
set-push-pop-directives-bad.s 12 # CHECK: :[[@LINE-1]]:19: error: unexpected token, expected end of statement
14 # CHECK: :[[@LINE-1]]:18: error: unexpected token, expected end of statement
  /external/lldb/test/unittest2/
util.py 35 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/
directive-object_arch-diagnostics.s 14 @ CHECK: error: unexpected token
20 @ CHECK: error: unexpected token
directive-tlsdescseq-diagnostics.s 16 @ CHECK: error: unexpected token
24 @ CHECK: error: unexpected token
symbol-variants-errors.s 13 @CHECK: error: unexpected token in variant, expected ')'
21 @CHECK: error: unexpected token in variant, expected ')'
directive-word-diagnostics.s 11 @ CHECK-NOT: error: unexpected token at start of statement
arm-qualifier-diagnostics.s 12 @ CHECK-NOT: error: unexpected token in operand
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /external/llvm/test/MC/AsmParser/
floating-literals.s 61 # 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
util.py 31 unexpected = []
42 unexpected.append(a)
57 unexpected.extend(actual[j:])
59 return missing, unexpected
70 unexpected = []
87 unexpected.append(item)
93 return missing, unexpected
95 # anything left in actual is unexpected
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
util.py 31 unexpected = []
42 unexpected.append(a)
57 unexpected.extend(actual[j:])
59 return missing, unexpected
70 unexpected = []
87 unexpected.append(item)
93 return missing, unexpected
95 # anything left in actual is unexpected

Completed in 2641 milliseconds

1 2 3 4 5 6 7 8