/external/bluetooth/bluedroid/stack/smp/ |
smp_utils.c | 71 smp_build_pairing_fail, /* 0x05: pairing failure */ 115 UINT8 failure = SMP_PAIR_INTERNAL_ERR; local 135 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); 154 UINT8 failure = SMP_RSP_TIMEOUT; local 165 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); 419 UINT8_TO_STREAM (p, p_cb->failure); 628 ** Description send pairing failure to an unexpected pairing request during
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
BuildResults.java | 47 String failure; field in class:BuildResults 279 * Return the failure message which may happened on this scenario 282 * @return The failure message or <code>null</null> if the scenario passed. 285 return this.failure; 449 * Set the build failure. 451 void setFailure(String failure) { 452 this.failure = failure; 583 // Write extra infos (summary, failure and comment)
|
/external/icu/icu4c/source/test/intltest/ |
caltest.cpp | 29 dataerrln("%s:%d: Test failure. status=%s", __FILE__, __LINE__, u_errorName(status)); \ 31 errln("%s:%d: Test failure. status=%s", __FILE__, __LINE__, u_errorName(status)); \ 34 #define TEST_ASSERT(expr) {if ((expr)==FALSE) {errln("%s:%d: Test failure \n", __FILE__, __LINE__);};} 377 if (failure(status, "Calendar::createInstance", TRUE)) return; 382 if (failure(status, "Calendar::createInstance")) return; 385 if (failure(status, "Calendar::setTime")) return; 400 if (failure(status, "Calendar::setTime")) return; 411 if (failure(status, "Calendar::roll")) return; 427 if (failure(status, "Calendar::roll")) return; 488 if (failure(status, "Calendar::getTime")) return [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
calregts.cpp | 113 CalendarRegressionTest::failure(UErrorCode status, const char* msg) function in class:CalendarRegressionTest 136 failure(status, "Calendar::createInstance(status)"); 140 failure(status, "cal->getTime"); 159 failure(status, "new GregorianCalendar"); 164 failure(status, "cal->get"); 166 failure(status, "cal->get"); 182 failure(status, "new GregorianCalendar"); 188 failure(status, "cal1->add"); 201 failure(status, "cal->get"); 203 failure(status, "cal->get") [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
WallpaperCropActivity.java | 575 boolean failure = false; 593 failure = true; 595 return !failure; 612 failure = true; 631 failure = true; 645 failure = true; 721 failure = true; [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
WallpaperCropActivity.java | 582 boolean failure = false; 600 failure = true; 602 return !failure; 619 failure = true; 638 failure = true; 652 failure = true; 728 failure = true; [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
settings_format_browsertest.js | 62 * Generates a failure message. During tear down of the test, the accumulation 63 * of pending messages triggers a test failure. 65 * @param {!Element} element The element that triggered the failure.
|
/external/chromium_org/chrome/browser/service_process/ |
service_process_control.cc | 95 base::Closure failure = failure_task; local 99 if (!failure.is_null()) 100 connect_failure_tasks_.push_back(failure);
|
/external/stlport/stlport/stl/ |
_ios_base.h | 51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 53 explicit failure(const string&); 54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 52 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 54 explicit failure(const string&); 55 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 53 explicit failure(const string&); 54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 53 explicit failure(const string&); 54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 53 explicit failure(const string&); 54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 52 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 54 explicit failure(const string&); 55 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ios_base.h | 52 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 54 explicit failure(const string&); 55 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
extended_authenticator.cc | 341 LoginFailure failure(LoginFailure::COULD_NOT_MOUNT_CRYPTOHOME); 342 old_consumer_->OnLoginFailure(failure); 378 LoginFailure failure(LoginFailure::UNLOCK_FAILED); 379 old_consumer_->OnLoginFailure(failure);
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
utilities.js | 175 var failure = {success: false, messages: [message]}; 177 failure.messages.push(this.getDescription_('expected: ', expected)); 178 failure.messages.push(this.getDescription_('actual: ', actual)); 180 test.steps.push(failure);
|
/external/chromium_org/components/password_manager/core/browser/ |
password_manager.cc | 233 void PasswordManager::RecordFailure(ProvisionalSaveFailure failure, 237 "PasswordManager.ProvisionalSaveFailure", failure, MAX_FAILURE_VALUE); 244 failure, 249 switch (failure) {
|
/external/chromium_org/testing/gtest/test/ |
gtest_output_test_.cc | 70 // This function calls a test subroutine, catches the fatal failure it 73 // Calls a subrountine that yields a fatal failure. 76 // Catches the fatal failure and aborts the test. 116 // Tests catching a fatal failure in a subroutine. 118 printf("(expecting a failure that x should be 1)\n"); 123 // Tests catching a fatal failure in a nested subroutine. 125 printf("(expecting a failure that x should be 1)\n"); 127 // Calls a subrountine that yields a fatal failure. 130 // Catches the fatal failure and aborts the test. 142 printf("(expecting a failure on false)\n") [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
function_sequence.js | 14 * @param {function} failureCallback callback to invoke on failure. 45 * @param {function} failureCallback new callback to call on failure.
|
/external/gtest/test/ |
gtest_output_test_.cc | 70 // This function calls a test subroutine, catches the fatal failure it 73 // Calls a subrountine that yields a fatal failure. 76 // Catches the fatal failure and aborts the test. 116 // Tests catching a fatal failure in a subroutine. 118 printf("(expecting a failure that x should be 1)\n"); 123 // Tests catching a fatal failure in a nested subroutine. 125 printf("(expecting a failure that x should be 1)\n"); 127 // Calls a subrountine that yields a fatal failure. 130 // Catches the fatal failure and aborts the test. 142 printf("(expecting a failure on false)\n") [all...] |
/external/stlport/src/ |
sparc_atomic.s | 21 bne 0b ! Retry upon failure
|
sparc_atomic64.s | 18 bne 1b ! Retry upon failure
|
/ndk/build/core/ |
definitions-tests.mk | 24 # register a failure: 29 # If not, this will print an error message and increment the failure
|
/ndk/sources/cxx-stl/stlport/src/ |
sparc_atomic.s | 21 bne 0b ! Retry upon failure
|