HomeSort by relevance Sort by last modified time
    Searched refs:failure (Results 276 - 300 of 682) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
module.pxd 21 # with an exception set on failure.
31 # top-level package, or NULL with an exception set on failure
51 # the reloaded module, or NULL with an exception set on failure
60 # with an exception set on failure. Note: This function does not
112 # contains NULL for the name field; failure to provide the
115 # extend the internal table. In the event of failure, no modules
  /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/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 292 void PasswordManager::RecordFailure(ProvisionalSaveFailure failure,
296 "PasswordManager.ProvisionalSaveFailure", failure, MAX_FAILURE_VALUE);
303 failure,
308 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.
121 // Tests catching a fatal failure in a subroutine.
123 printf("(expecting a failure that x should be 1)\n");
128 // Tests catching a fatal failure in a nested subroutine.
130 printf("(expecting a failure that x should be 1)\n");
132 // Calls a subrountine that yields a fatal failure.
135 // Catches the fatal failure and aborts the test.
147 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
sparc_atomic64.s 18 bne 1b ! Retry upon failure
  /ndk/sources/third_party/googletest/googletest/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...]
  /system/core/logd/tests/
logd_test.cpp 307 bool failure = number_of_buckets <= launch; local
308 if (!failure) {
313 failure = max_dgram_qlen < dgram_qlen[l];
316 // We can get failure if at any time liblog_benchmarks has been run
320 if (failure) {
325 // Fake a failure, but without the failure code
519 // are more than double what is expected. Doubling will not prevent failure
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 118 CalendarRegressionTest::failure(UErrorCode status, const char* msg) function in class:CalendarRegressionTest
141 failure(status, "Calendar::createInstance(status)");
145 failure(status, "cal->getTime");
164 failure(status, "new GregorianCalendar");
169 failure(status, "cal->get");
171 failure(status, "cal->get");
187 failure(status, "new GregorianCalendar");
193 failure(status, "cal1->add");
215 failure(status, "new GregorianCalendar");
221 failure(status, "->add(UCAL_MONTH,8)")
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 118 CalendarRegressionTest::failure(UErrorCode status, const char* msg) function in class:CalendarRegressionTest
141 failure(status, "Calendar::createInstance(status)");
145 failure(status, "cal->getTime");
164 failure(status, "new GregorianCalendar");
169 failure(status, "cal->get");
171 failure(status, "cal->get");
187 failure(status, "new GregorianCalendar");
193 failure(status, "cal1->add");
215 failure(status, "new GregorianCalendar");
221 failure(status, "->add(UCAL_MONTH,8)")
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 793 void ExistingUserController::OnAuthFailure(const AuthFailure& failure) {
798 std::string error = failure.GetErrorString();
806 ->HandleLoginFailure(failure)) {
811 if (failure.reason() == AuthFailure::OWNER_REQUIRED) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.h 204 virtual void OnGaiaFlowFailure(GaiaWebAuthFlow::Failure failure,
343 virtual void OnAuthFlowFailure(WebAuthFlow::Failure failure) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbyfactory.js 44 * check. (A non-zero status indicates failure.)

Completed in 1298 milliseconds

<<11121314151617181920>>