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

<<11121314151617181920>>

  /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 129 void ExpectLoginFailure(const LoginFailure& failure) {
130 EXPECT_CALL(consumer_, OnLoginFailure(failure))
307 LoginFailure failure = LoginFailure(LoginFailure::OWNER_REQUIRED); local
308 ExpectLoginFailure(failure);
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_web_auth_flow_unittest.cc 26 void(ExperimentalWebAuthFlow::Failure failure));
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.h 93 void UpdateMatchLabelAppearance(bool failure);
206 // 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 221 _log.info("Retrying %d unexpected failure(s) ..." % len(tests_to_retry))
321 for failure in result.failures:
322 if not isinstance(failure, test_failures.FailureCrash):
324 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 102 // Files/subsets that do not have expectations. Not reported as a failure of the test so
187 * Return true if this filename is a known failure, and therefore a failure
202 * @param failureArray Array to add a failure message to on failure.
203 * @param missingArray Array to add missing expectation to on failure.
347 "failed to decode %s, which is a known failure.", srcPath);
359 SkString failure = SkStringPrintf("failed to decode bounds for %s", srcPath); local
360 gDecodeFailures.push_back() = failure;
364 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/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/libraries/nacl_io_test/
example.js 60 // in the test failure summary).

Completed in 1194 milliseconds

<<11121314151617181920>>