/external/icu4c/test/intltest/ |
miscdtfm.cpp | 43 DateFormatMiscTests::failure(UErrorCode status, const char* msg) function in class:DateFormatMiscTests 116 failure(status, "new SimpleDateFormat"); 124 if(failure(status, "new SimpleDateFormat")) return; 129 failure(status, "resultFormatter->format"); 159 if(failure(status, "new DateFormatSymbols")) return; 161 if(failure(status, "new SimpleDateFormat")) return; 166 failure(status, "df->toLocalizedPattern"); 176 failure(status, "df->toLocalizedPattern"); 191 if(failure(status, "new DateFormatSymbols")) return; 193 if(failure(status, "new SimpleDateFormat")) return [all...] |
msfmrgts.cpp | 60 MessageFormatRegressionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:MessageFormatRegressionTest 92 failure(status, "couldn't create MessageFormat"); 97 failure(status, "messageFormat->applyPattern"); 106 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format")) 112 failure(status, "messageFormatter->applyPattern"); 125 if( tempBuffer != "Message without param" || failure(status, "messageFormat->format")) 131 if (tempBuffer != "Message without param" || failure(status, "messageFormat->format")) 156 failure(status, "new MessageFormat"); 180 failure(status, "new MessageFormat"); 187 failure(status, "messageFormat->applyPattern") [all...] |
/dalvik/vm/analysis/ |
CodeVerify.c | 719 VerifyError failure = VERIFY_ERROR_NONE; local 774 lookupClassByDescriptor(meth, descriptor, &failure); 775 if (!VERIFY_OK(failure)) 932 VerifyError failure = VERIFY_ERROR_NONE; local 934 lookupClassByDescriptor(meth, descriptor, &failure); 935 assert(VERIFY_OK(failure)); 1018 * Returns the resolved method on success, NULL on failure (with *pFailure 3483 VerifyError failure = VERIFY_ERROR_NONE; local [all...] |
/dalvik/tests/082-inline-execute/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tests/083-jit-regressions/ |
info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/dalvik/tools/ |
dexcheck | 28 failure=0 40 echo " Failure in $file: $errout" 41 failure=1 45 exit $failure
|
/external/junit/src/junit/swingui/ |
DefaultFailureDetailView.java | 18 * A view that shows a stack trace of a failure 24 * A ListModel representing the scanned failure stack trace. 88 public void showFailure(TestFailure failure) { 89 getModel().setTrace(BaseTestRunner.getFilteredTrace(failure.trace()));
|
/external/webkit/LayoutTests/http/tests/appcache/ |
empty-manifest.html | 4 <div id="result">FAILURE</div>
|
manifest-containing-itself.html | 4 <div id="result">FAILURE</div>
|
manifest-with-empty-file.html | 3 <div id="result">FAILURE</div>
|
/external/webkit/WebCore/manual-tests/ |
onsearch-enter.html | 5 <div id="result">FAILURE</div>
|
reset-initiatedDrag.html | 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=9466">Bugzilla bug 9466</a> Assertion failure when dragging an image from the document into Safari's address bar</p> 19 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 20 In step 1, Safari will quit unexpectedly due to an assertion failure. Alternatively,
|
subview-click-assertion.html | 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=9984">Bugzilla bug 9984</a> ASSERTION FAILURE: _private->mouseDownEvent != nil (WebKit/WebView/WebHTMLView.m:4863 -[WebHTMLView(WebInternal) _delegateDragSourceActionMask])</p> 18 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 19 An assertion failure will occur.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
TestHandlerThread.java | 72 public void failure(RuntimeException failure) { method in class:TestHandlerThread 75 mFailure = failure; 90 mFailure = new RuntimeException("no failure exception set");
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
ITestRunListener.java | 32 FAILURE 72 * Reports the failure of a individual test case. 75 * @param status failure type 77 * @param trace stack trace of failure
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
access-via-redirect.html | 4 <p id="result">FAILURE</p> 27 document.getElementById('result').innerHTML = "FAILURE: Start of redirect chain is in cache." 32 document.getElementById('result').innerHTML = "FAILURE: Could not load main resource from cache."
|
/external/gtest/test/ |
gtest_throw_on_failure_test_.cc | 32 // Tests Google Test's throw-on-failure mode with exceptions disabled. 36 // with non-zero in the throw-on-failure mode or 0 otherwise. 45 // properly and set the thrown-on-failure mode. Therefore, we don't 49 // In the throw-on-failure mode with exceptions disabled, this 53 // When not in the throw-on-failure mode, the control will reach
|
gtest-test-part_test.cc | 25 r2_(TPRT_NONFATAL_FAILURE, "foo/bar.cc", -1, "Failure!"), 26 r3_(TPRT_FATAL_FAILURE, NULL, -1, "Failure!") {} 88 : r1_(TPRT_NONFATAL_FAILURE, "foo/bar.cc", -1, "Failure 1"), 89 r2_(TPRT_FATAL_FAILURE, "foo/bar.cc", -1, "Failure 2") {} 106 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); 116 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); 117 EXPECT_STREQ("Failure 2", results.GetTestPartResult(1).message());
|
/frameworks/base/services/java/com/android/server/ |
SystemServer.java | 135 Slog.e(TAG, "Failure starting Account Manager", e); 205 Slog.e("System", "Failure starting core service", e); 222 Slog.e(TAG, "Failure starting DevicePolicyService", e); 230 Slog.e(TAG, "Failure starting StatusBarService", e); 238 Slog.e(TAG, "Failure starting Clipboard Service", e); 246 Slog.e(TAG, "Failure starting Input Manager Service", e); 253 Slog.e(TAG, "Failure starting NetStat Service", e); 261 Slog.e(TAG, "Failure starting NetworkManagement Service", e); 269 Slog.e(TAG, "Failure starting Connectivity Service", e); 278 Slog.e(TAG, "Failure starting ThrottleService", e) [all...] |
/external/clearsilver/util/ |
ulocks.h | 30 * NERR_IO on failure 44 * NERR_IO on failure 67 * NERR_LOCK on failure 93 * NERR_LOCK on failure 115 * NERR_LOCK on failure 126 * NERR_LOCK on failure 137 * NERR_LOCK on failure 161 * NERR_LOCK on failure 173 * NERR_LOCK on failure 185 * NERR_LOCK on failure [all...] |
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_mutex.cpp | 52 * @return Returns the Error whether it is success or failure 53 *incase of failure it will return what is the specific error 79 * @return Returns the Error whether it is success or failure 80 *incase of failure it will return what is the specific error 98 * @return Returns the Error whether it is success or failure 99 *incase of failure it will return what is the specific error 125 * @return Returns the Error whether it is success or failure 126 *incase of failure it will return what is the specific error 145 * @return Returns the Error whether it is success or failure 146 *incase of failure it will return what is the specific erro [all...] |
/external/wpa_supplicant/ |
bignum.c | 34 * Returns: Pointer to allocated bignum or %NULL on failure 79 * Returns: 0 on success, -1 on failure 103 * Returns: 0 on success, -1 on failure 119 * Returns: 0 on success, -1 on failure 131 * Returns: 0 on success, -1 on failure 144 * Returns: 0 on success, -1 on failure 162 * Returns: 0 on success, -1 on failure 180 * Returns: 0 on success, -1 on failure 199 * Returns: 0 on success, -1 on failure 219 * Returns: 0 on success, -1 on failure [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_gtc.c | 22 enum { CONTINUE, SUCCESS, FAILURE } state; 71 data->state = FAILURE; 119 data->state = FAILURE; 131 data->state = FAILURE; 145 data->state = FAILURE; 152 data->state = FAILURE; 163 data->state = FAILURE; 179 data->state = FAILURE; 185 wpa_printf(MSG_DEBUG, "EAP-GTC: Done - Failure"); 186 data->state = FAILURE; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
bignum.c | 34 * Returns: Pointer to allocated bignum or %NULL on failure 79 * Returns: 0 on success, -1 on failure 103 * Returns: 0 on success, -1 on failure 119 * Returns: 0 on success, -1 on failure 131 * Returns: 0 on success, -1 on failure 144 * Returns: 0 on success, -1 on failure 162 * Returns: 0 on success, -1 on failure 180 * Returns: 0 on success, -1 on failure 199 * Returns: 0 on success, -1 on failure 219 * Returns: 0 on success, -1 on failure [all...] |
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
ErrorManager.java | 31 * The error code indicating a failure that does not fit in any of the 37 * The error code indicating a failure when writing to an output stream. 42 * The error code indicating a failure when flushing an output stream. 47 * The error code indicating a failure when closing an output stream. 52 * The error code indicating a failure when opening an output stream. 57 * The error code indicating a failure when formatting the error messages.
|