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

1 23 4 5 6 7 8

  /external/llvm/test/MC/SystemZ/
tokens.s 24 #CHECK: error: unexpected token in address
28 #CHECK: error: unexpected token in argument list
  /ndk/sources/cxx-stl/gabi++/src/
terminate.cc 42 // The default std::unexpected() implementation will delegate to
124 _GABIXX_NORETURN void unexpected() { function in namespace:std
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_handlers.cpp 40 // unexpected handler should not return
46 unexpected() function in namespace:std
  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 60 * Asserts that {@code actual} is not equal {@code unexpected}, according
64 String message, Object unexpected, Object actual) {
65 if (equal(unexpected, actual)) {
66 failEqual(message, unexpected);
74 public static void assertNotEqual(Object unexpected, Object actual) {
75 assertNotEqual(null, unexpected, actual);
520 private static void failEqual(String message, Object unexpected) {
521 failWithMessage(message, "expected not to be:<" + unexpected + ">");
  /external/linux-tools-perf/src/tools/perf/util/
pmu-bison.c 929 about the unexpected token YYTOKEN for the state stack whose top is
948 /* Number of reported tokens (one for the "unexpected", one per
964 that there is no unexpected or expected token to report. In that
1021 YYCASE_(1, YY_("syntax error, unexpected %s"));
1022 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1023 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1024 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1025 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
    [all...]
parse-events-bison.c     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedTokenException.cs 129 string unexpected = (TokenNames != null && unexpectedType >= 0 && unexpectedType < TokenNames.Count) ? TokenNames[unexpectedType] : unexpectedType.ToString();
131 return "MismatchedTokenException(" + unexpected + "!=" + expected + ")";
  /packages/apps/ContactsCommon/TestCommon/
Android.mk 23 # "Class ref in pre-verified class resolved to unexpected implementation"
  /external/junit/src/org/junit/
Assert.java 604 * @param unexpected
607 * the object to compare to <code>unexpected</code>
609 static public void assertNotSame(String message, Object unexpected,
611 if (unexpected == actual)
620 * @param unexpected
623 * the object to compare to <code>unexpected</code>
625 static public void assertNotSame(Object unexpected, Object actual) {
626 assertNotSame(null, unexpected, actual);
  /external/mesa3d/src/mesa/swrast/
s_chan.h 107 #error unexpected CHAN_BITS size
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 134 void _STLP_CALL unexpected() { function in namespace:std
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 134 void _STLP_CALL unexpected() { function in namespace:std
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 1196 throw unexpected(t, condition); method
1208 throw unexpected(t, condition); method
1214 throw unexpected(t, condition); method
1220 throw unexpected(t, condition); method
1227 throw unexpected(t, condition); method
1231 throw unexpected(t, condition); method
1248 throw unexpected(t, condition); method
1256 throw unexpected(t, condition); method
1261 throw unexpected(t, condition); method
1281 throw unexpected(t, condition); method
1329 private static ParseException unexpected(String token, String context) { method in class:PluralRules
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 1186 throw unexpected(t, condition); method
1198 throw unexpected(t, condition); method
1204 throw unexpected(t, condition); method
1210 throw unexpected(t, condition); method
1217 throw unexpected(t, condition); method
1221 throw unexpected(t, condition); method
1238 throw unexpected(t, condition); method
1246 throw unexpected(t, condition); method
1251 throw unexpected(t, condition); method
1271 throw unexpected(t, condition); method
1319 private static ParseException unexpected(String token, String context) { method in class:PluralRules
    [all...]
  /external/bison/data/
glr.c     [all...]
  /external/llvm/test/MC/ARM/
eh-directive-movsp-diagnostics.s 28 @ CHECK: error: unexpected .movsp directive
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 77 return "<unexpected: "+trappedException.token+
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 63 return "<unexpected: "+this.trappedException.token+
  /external/lldb/examples/test/
usage-pre-post-flight 37 Session logs for test failures/errors/unexpected successes will go into directory '2012-04-16-11_34_08'
  /external/v8/test/mjsunit/regress/
regress-1062422.js 28 // 1062422 Ensure that accessors can handle unexpected receivers.
  /external/v8/test/webkit/
dfg-arguments-unexpected-escape.js 25 "Tests aliased uses of 'arguments' that have an unexpected escape."
unexpected-constant-crash.js 25 "This test checks that the regexp and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case."
  /external/v8/test/mjsunit/
stack-traces.js 128 function testTrace(name, fun, expected, unexpected) {
137 if (unexpected) {
138 for (var i = 0; i < unexpected.length; i++) {
139 assertEquals(e.stack.indexOf(unexpected[i]), -1,
140 name + " contains unexpected[" + i + "]");
  /external/google-breakpad/src/testing/gtest/test/
gtest_catch_exceptions_test.py 115 self.assert_('unexpected' not in EX_BINARY_OUTPUT,
173 self.assert_('unexpected' not in EX_BINARY_OUTPUT,
219 self.assert_('unexpected' not in uncaught_exceptions_ex_binary_output)
  /external/gtest/test/
gtest_catch_exceptions_test.py 128 self.assert_('unexpected' not in EX_BINARY_OUTPUT,
186 self.assert_('unexpected' not in EX_BINARY_OUTPUT,
233 self.assert_('unexpected' not in uncaught_exceptions_ex_binary_output)

Completed in 1957 milliseconds

1 23 4 5 6 7 8