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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 209 * 27.4.2.1.1 Class ios_base::failure
211 class failure : public exception class in class:ios_base
217 failure(const string& __str) throw();
222 ~failure() throw();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 209 * 27.4.2.1.1 Class ios_base::failure
211 class failure : public exception class in class:ios_base
217 failure(const string& __str) throw();
222 ~failure() throw();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 209 * 27.4.2.1.1 Class ios_base::failure
211 class failure : public exception class in class:ios_base
217 failure(const string& __str) throw();
222 ~failure() throw();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ios_base.h 207 * 27.4.2.1.1 Class ios_base::failure
209 class failure : public exception class in class:ios_base
215 failure(const string& __str) throw();
220 ~failure() throw();
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.h 90 void UpdateMatchLabelAppearance(bool failure);
206 // Cache whether the match count label is showing failure or not so that
  /external/chromium/testing/gtest/test/
gtest_catch_exceptions_test.py 116 'This failure belongs in this test only if '
171 'This failure belongs in this test only if '
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 133 void ExpectLoginFailure(const LoginFailure& failure) {
134 EXPECT_CALL(consumer_, OnLoginFailure(failure))
292 LoginFailure failure = LoginFailure(LoginFailure::OWNER_REQUIRED); local
293 ExpectLoginFailure(failure);
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.h 96 void UpdateMatchLabelAppearance(bool failure);
209 // Cache whether the match count label is showing failure or not so that
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 590 var failure = document.createElement('div');
591 failure.className = 'failure';
592 failure.innerText = 'Test failed.';
593 messagesWrap.appendChild(failure);
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 206 void RestartCache(bool failure);
212 // on failure.
237 // Performs basic checks on the index file. Returns false on failure.
  /external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test.py 116 'This failure belongs in this test only if '
174 'This failure belongs in this test only if '
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 228 _log.info("Retrying %d unexpected failure(s) ..." % len(tests_to_retry))
330 for failure in result.failures:
331 if not isinstance(failure, test_failures.FailureCrash):
333 crashed_processes.append([test, failure.process_name, failure.pid])
  /external/chromium_org/third_party/icu/source/test/intltest/
caltztst.cpp 27 UBool CalendarTimeZoneTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:CalendarTimeZoneTest
  /external/chromium_org/third_party/tlslite/tlslite/integration/
TLSTwistedProtocolWrapper.py 4 from twisted.python.failure import Failure
48 from twisted.python.failure import Failure
138 self.connectionLost(Failure(e))
150 self.connectionLost(Failure(e))
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 17 auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 2{{ignored: substitution failure}}
19 auto end(T &&t) -> decltype(t.end()) { return t.end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}
23 expected-note 2{{candidate template ignored: substitution failure [with T = }}
25 auto end(T &&t) -> decltype(t.alt_end()) { return t.alt_end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}
  /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/gtest/test/
gtest_catch_exceptions_test.py 116 'This failure belongs in this test only if '
171 'This failure belongs in this test only if '
  /external/icu4c/test/intltest/
caltztst.cpp 27 UBool CalendarTimeZoneTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:CalendarTimeZoneTest
  /external/okhttp/src/main/java/com/squareup/okhttp/
Response.java 165 void onFailure(Failure failure);
  /external/skia/tools/
skimage_main.cpp 112 // Files/subsets that do not have expectations. Not reported as a failure of the test so
263 * @param failureArray Array to add a failure message to on failure.
264 * @param missingArray Array to add failure message to when missing image
266 * @param ignoreArray Array to add failure message to when the image does not match
267 * the expectation, but this is a failure we can ignore.
516 // This is a known failure.
518 "failed to decode %s, which is a known failure.", srcPath);
522 // This is a failure, but it is a new file. Mark it as missing, with
530 // If there was a failure, and either there was no expectations file, o
541 SkString failure = SkStringPrintf("failed to decode bounds for %s", srcPath); local
546 SkString failure = SkStringPrintf("bounds do not match for %s", srcPath); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test.py 116 'This failure belongs in this test only if '
174 'This failure belongs in this test only if '
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 42 def create_failure(test, time, failure):
45 info._failure = failure
67 self._print_error(stream, 'failure', self._failure)
73 """Print information from a failure or error to the supplied stream."""
225 expected string should have the value "0.000". All error and failure
237 # Likewise, replace all failure and error messages by a simple "Foobar"
239 got = re.sub(r'(?s)<failure (.*?)>.*?</failure>', r'<failure \1>Foobar</failure>', got
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
function_parallel.js 14 * @param {function(string)} failureCallback Callback to invoke on failure.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
example.js 60 // in the test failure summary).
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
example.js 75 // in the test failure summary).

Completed in 1306 milliseconds

<<11121314151617181920>>