/external/guava/src/com/google/common/util/concurrent/ |
AbstractService.java | 161 IllegalStateException failure = new IllegalStateException( local 163 notifyFailed(failure); 164 throw failure; 190 IllegalStateException failure = new IllegalStateException( local 192 notifyFailed(failure); 193 throw failure;
|
/external/icu4c/test/intltest/ |
tzregts.cpp | 54 TimeZoneRegressionTest::failure(UErrorCode status, const char* msg) function in class:TimeZoneRegressionTest 90 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; 95 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; 103 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; 111 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; 116 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; 134 failure(status, "z->setStartRule()"); 136 failure(status, "z->setStartRule()"); 145 failure(status, "new GregorianCalendar"); 154 failure(status, "new SimpleDateFormat") [all...] |
dtfmtrtts.cpp | 65 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg) function in class:DateFormatRoundTripTest 76 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg, const UnicodeString& str) function in class:DateFormatRoundTripTest 123 errln("Round trip failure: \"%S\" (%f), \"%S\" (%f)", result[0].getBuffer(), date[1], result[1].getBuffer(), date[2]); 290 errln((UnicodeString)"Failure getting min date for " + origLocale.getName()); 338 failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName()); 389 failure(status, "TimeZone::getOffset"); 408 else if((in0=fmt->getTimeZone().inDaylightTime(d[0], status)) && ! failure(status, "gettingDaylightTime") && 413 fmt->getTimeZone().inDaylightTime(d[1], status) && !failure(status, "gettingDaylightTime")) 421 && !failure(status, "error status [smatch>maxSmatch]") 502 failure(status, "getfieldCal->setTime") [all...] |
tzbdtest.cpp | 126 if (failure(status, "TimeZone::inDaylightTime", TRUE)) return; 131 if (failure(status, "TimeZone::inDaylightTime")) return; 135 if (failure(status, "TimeZone::inDaylightTime")) return; 198 if (failure(status, "TimeZone::inDaylightTime", TRUE)) 211 if (failure(status, "GregorianCalendar::setTime")) return; 217 if (failure(status, "GregorianCalendar::get")) return; 388 if (failure(status, "SimpleTimeZone::inDaylightTime", TRUE)) return; 392 if (failure(status, "SimpleTimeZone::inDaylightTime")) return; 401 if (failure(status, "SimpleTimeZone::inDaylightTime")) return; 457 if (failure(status, "TimeZone::inDaylightTime", TRUE)) return [all...] |
caltest.cpp | 287 if (failure(status, "Calendar::createInstance", TRUE)) return; 292 if (failure(status, "Calendar::createInstance")) return; 295 if (failure(status, "Calendar::setTime")) return; 310 if (failure(status, "Calendar::setTime")) return; 321 if (failure(status, "Calendar::roll")) return; 337 if (failure(status, "Calendar::roll")) return; 398 if (failure(status, "Calendar::getTime")) return; 420 if (failure(status, "Calendar::roll(EDateFields, int32_t, UErrorCode)")) return; 437 if (failure(status, "Calendar::createInstance")) return; 443 if (failure(status, "Calendar::createInstance")) return [all...] |
calregts.h | 87 UBool failure(UErrorCode status, const char* msg);
|
nmfmtrt.h | 70 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
|
calcasts.cpp | 167 if (failure(status, "Calendar::createInstance", TRUE)) return; 299 if (failure(status, "Calendar::createInstance", TRUE)) return; 385 if (failure(status, "Calendar::createInstance", TRUE)) return; 429 if (failure(status, "Calendar::createInstance", TRUE)) return; 478 if (failure(status, "Calendar::createInstance", TRUE)) return; 494 if (failure(status, "Calendar::createInstance", TRUE)) return;
|
callimts.cpp | 100 if (failure(status, "Calendar::createInstance", TRUE)) return; 177 if (failure(status, "Calendar::createInstance", TRUE)) { 304 if (failure(status, "new GregorianCalendar")) { 308 if (failure(status, "GregorianCalendar::setTime")) { 343 if (failure(status, "Calendar set/getTime")) { 397 if (failure(status, "Calendar::add")) {
|
pptest.cpp | 36 ParsePositionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:ParsePositionTest 180 if (failure(status, "NumberFormat::createInstance", TRUE)){
|
/external/stlport/src/ |
ios.cpp | 33 // class ios_base::failure, a subclass of exception. It's used solely 36 ios_base::failure::failure(const string& s) function in class:ios_base::failure 40 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {} 212 strcpy(buffer, "ios failure: rdstate = 0x"); 219 arg = "ios failure"; 225 throw failure(arg);
|
/ndk/sources/cxx-stl/stlport/src/ |
ios.cpp | 33 // class ios_base::failure, a subclass of exception. It's used solely 36 ios_base::failure::failure(const string& s) function in class:ios_base::failure 40 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {} 212 strcpy(buffer, "ios failure: rdstate = 0x"); 219 arg = "ios failure"; 225 throw failure(arg);
|
/cts/tests/tests/os/src/android/os/cts/ |
MessengerTest.java | 172 // Used in other process. If the sent msg does not equal to expected, it will throw failure 291 * handled by this thread. If not equals to expected, there will be a failure thrown. 295 failure(new RuntimeException("Message.arg1 is not " + MSG_ARG1 + ", it's " method 300 failure(new RuntimeException("Message.arg2 is not " + MSG_ARG2 + ", it's " method 305 failure(new RuntimeException("Message.replyTo is not me, it's " + msg.replyTo)); method 345 public void failure(RuntimeException failure) { method in class:MessengerTest.MessengerTestHelper 348 mFailure = failure; 370 mFailure = new RuntimeException("no failure exception set");
|
/dalvik/vm/mterp/x86-atom/ |
OP_NEW_INSTANCE.S | 77 cmp $$0, %eax # check for failure 95 cmp $$0, %eax # check for failure 125 cmp $$0, %edx # check for failure
|
OP_NEW_ARRAY.S | 67 cmp $$0, %eax # check for failure 88 cmp $$0, %eax # check for allocation failure
|
/hardware/libhardware_legacy/power/ |
power.c | 175 goto failure; 187 failure:
|
/cts/tests/tests/jni/libjnitest/ |
macroized_tests.c | 79 failure("expected " printfType " but got " printfType, \ 85 * error string on failure. 93 return failure("could not find StaticFromNative"); 100 return failure("could not find InstanceFromNative"); 108 return failure("could not find InstanceFromNative.theOne"); 115 return failure("could not construct string"); 140 *errorMsg = failure("could not find static test method %s:%s", 155 *errorMsg = failure("could not find instance test method %s:%s", 243 return failure("shouldn't happen"); 346 return failure("shouldn't happen") [all...] |
helper.c | 27 char *failure(const char *format, ...) { function
|
/external/gtest/test/ |
gtest_output_test_.cc | 72 // This function calls a test subroutine, catches the fatal failure it 75 // Calls a subrountine that yields a fatal failure. 78 // Catches the fatal failure and aborts the test. 94 // Tests catching a fatal failure in a subroutine. 96 printf("(expecting a failure that x should be 1)\n"); 101 // Tests catching a fatal failure in a nested subroutine. 103 printf("(expecting a failure that x should be 1)\n"); 105 // Calls a subrountine that yields a fatal failure. 108 // Catches the fatal failure and aborts the test. 120 printf("(expecting a failure on false)\n") 873 FailureMode* failure = static_cast<FailureMode*>(attr); local [all...] |
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 66 // This function calls a test subroutine, catches the fatal failure it 69 // Calls a subrountine that yields a fatal failure. 72 // Catches the fatal failure and aborts the test. 88 // Tests catching a fatal failure in a subroutine. 90 printf("(expecting a failure that x should be 1)\n"); 95 // Tests catching a fatal failure in a nested subroutine. 97 printf("(expecting a failure that x should be 1)\n"); 99 // Calls a subrountine that yields a fatal failure. 102 // Catches the fatal failure and aborts the test. 114 printf("(expecting a failure on false)\n") 866 FailureMode* failure = static_cast<FailureMode*>(attr); local [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
mock_authenticator.h | 75 void OnLoginFailure(const LoginFailure& failure) { 76 consumer_->OnLoginFailure(failure);
|
/external/clang/test/CodeGenCXX/ |
destructors.cpp | 204 goto failure; 207 failure:
|
/external/webkit/Source/JavaScriptCore/jit/ |
SpecializedThunkJIT.h | 81 void appendFailure(const Jump& failure) 83 m_failures.append(failure);
|
/libcore/expectations/ |
icebox.txt | 104 failure: "should fork a dalvikvm, not a JVM",
|
/external/v8/test/mjsunit/ |
binary-op-newspace.js | 31 // Check that a mod where the stub code hits a failure in heap number 47 // Check that an add where the stub code hits a failure in heap number
|