HomeSort by relevance Sort by last modified time
    Searched refs:failure (Results 76 - 100 of 141) sorted by null

1 2 34 5 6

  /external/stlport/src/
sparc_atomic64.s 18 bne 1b ! Retry upon failure
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 654 LOGE("failure setting up Event Loop!");
891 goto failure;
906 goto failure;
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 650 RuntimeException failure = null; local
769 failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1201933.js 29 // failure during lazy compilation.
  /external/icu4c/test/intltest/
tztest.cpp 159 if (failure(status, "new GregorianCalendar")) return;
166 if (failure(status, "GregorianCalendar::getTime")) return;
177 if (failure(status, "new GregorianCalendar")) return;
215 failure(status, "TestRuleAPI");
226 if (failure(ec, "TimeZone::inDaylightTime")) return;
232 if (failure(ec, "TimeZone::inDaylightTime")) return;
240 if (failure(ec, "TimeZone::inDaylightTime")) return;
257 if (failure(status, "TimeZone::inDaylightTime")) return;
262 if (failure(status, "TimeZone::inDaylightTime")) return;
270 if (failure(status, "TimeZone::inDaylightTime")) return
    [all...]
caltest.cpp 279 if (failure(status, "Calendar::createInstance")) return;
284 if (failure(status, "Calendar::createInstance")) return;
287 if (failure(status, "Calendar::setTime")) return;
302 if (failure(status, "Calendar::setTime")) return;
312 if (failure(status, "Calendar::roll")) return;
327 if (failure(status, "Calendar::roll")) return;
388 if (failure(status, "Calendar::getTime")) return;
418 if (failure(status, "Calendar::createInstance")) return;
424 if (failure(status, "Calendar::createInstance")) return;
428 if (failure(status, "Calendar::createInstance")) return
    [all...]
caltztst.cpp 27 UBool CalendarTimeZoneTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:CalendarTimeZoneTest
dtfmttst.cpp 885 errln((UnicodeString)"FAIL: Expected parse failure");
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 353 RuntimeException failure = null; local
580 failure = re; // should be EMMARuntimeException only if there are no errors above
605 if (failure != null) // 'failure' takes precedence over any possible exit hook's problems
607 throw wrapFailure (failure);
    [all...]
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.h 90 void generateIncrementIndex(Jump* failure = 0);
WRECGenerator.cpp 86 void Generator::generateIncrementIndex(Jump* failure)
89 if (failure)
90 *failure = branch32(Equal, length, index);
345 // check if there are any ranges or matches below lo. If not, just jl to failure -
346 // if there is anything else to check, check that first, if it falls through jmp to failure.
627 // Failure
  /dalvik/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/dropbear/
common-channel.c 95 /* Create a new channel entry, send a reply confirm or failure */
778 goto failure;
794 goto failure;
804 goto failure;
816 TRACE(("inithandler returned failure %d", ret))
817 goto failure;
826 failure:
827 TRACE(("recv_msg_channel_open failure"))
836 /* Send a failure message */
862 /* Send a channel open failure message, with a corresponding reaso
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 485 final AtomicReference<Throwable> failure = new AtomicReference<Throwable>(); local
501 failure.set(e);
517 assertNull(failure.get());
  /external/v8/src/
stub-cache.h 411 void set_failure(Failure* failure) { failure_ = failure; }
431 Failure** failure);
459 Failure* failure_;
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 491 UBool failure = false;
492 U8_APPEND(utf8Buffer, offset, 4, c, failure)
493 ASSERT(!failure);
503 UBool failure = false;
504 U16_APPEND(utf16Buffer, offset, 2, c, failure)
505 ASSERT(!failure);
    [all...]
  /external/emma/lib/
emma_ant.jar 
  /external/dbus/dbus/
dbus-sha.c 870 goto failure;
879 goto failure;
888 goto failure;
897 failure:
  /external/v8/src/arm/
stub-cache-arm.cc 630 set_failure(Failure::cast(probe));
701 Failure** failure) {
1334 Failure* failure = Failure::InternalError(); local
1491 Failure* failure = Failure::InternalError(); local
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 1007 Failure* failure = Failure::InternalError(); local
1165 Failure* failure = Failure::InternalError(); local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 309 * Previous VM provider setting so we can return to it in case of failure.
337 * True if we had full or partial failure setting forwarding numbers and so need to roll them
463 // Set this flag so if we get a failure we revert to previous provider
598 boolean failure = false;
608 failure = true;
612 failure = true;
632 failure = true;
636 if (failure) {
637 if (DBG) log("Failure in return from voicemail provider");
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 1760 Failure* failure = Failure::InternalError(); local
1920 Failure* failure = Failure::InternalError(); local
    [all...]
  /external/v8/test/mjsunit/
string-index.js 44 assertEquals("undefined", typeof(foo[-1]), "known failure in SpiderMonkey 1.5");
substr.js 102 // Keep creating strings to to force allocation failure on substring creation.
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
TimeUnitTest.java 238 catch(IllegalMonitorStateException failure) {

Completed in 580 milliseconds

1 2 34 5 6