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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java 75 failure(new RuntimeException( method
80 failure(new RuntimeException( method
85 failure(new RuntimeException( method
IdleHandlerTest.java 77 failure(new RuntimeException(
113 failure(new RuntimeException(
148 failure(new RuntimeException(
184 failure(new RuntimeException(
  /external/bison/lib/
sigaction.c 129 set errno and return -1 on failure. */
172 goto failure;
186 goto failure;
192 goto failure;
199 failure:
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 63 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
65 Expected: 1%(stack)s]]></failure>
71 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
73 Expected: 1%(stack)s]]></failure>
74 <failure message="Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
76 Expected: 2%(stack)s]]></failure>
82 <failure message="Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
84 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
89 <failure message="Failed&#x0A;Invalid characters in brackets []" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
91 Invalid characters in brackets []%(stack)s]]></failure>
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_flow.h 26 virtual bool HandleLoginFailure(const LoginFailure& failure) OVERRIDE;
locally_managed_user_login_flow.h 27 virtual bool HandleLoginFailure(const LoginFailure& failure) OVERRIDE;
locally_managed_user_creation_flow.cc 66 const LoginFailure& failure) {
67 if (failure.reason() == LoginFailure::COULD_NOT_MOUNT_CRYPTOHOME)
  /external/chromium_org/third_party/icu/source/test/intltest/
msfmrgts.h 49 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
dtfmtrtts.h 76 UBool failure(UErrorCode status, const char* msg);
77 UBool failure(UErrorCode status, const char* msg, const UnicodeString& str);
  /external/gtest/test/
gtest_xml_output_unittest.py 63 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
65 Expected: 1%(stack)s]]></failure>
71 <failure message="Value of: 2&#x0A;Expected: 1" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
73 Expected: 1%(stack)s]]></failure>
74 <failure message="Value of: 3&#x0A;Expected: 2" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
76 Expected: 2%(stack)s]]></failure>
82 <failure message="Failed&#x0A;XML output: &lt;?xml encoding=&quot;utf-8&quot;&gt;&lt;top&gt;&lt;![CDATA[cdata text]]&gt;&lt;/top&gt;" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
84 XML output: <?xml encoding="utf-8"><top><![CDATA[cdata text]]>]]&gt;<![CDATA[</top>%(stack)s]]></failure>
89 <failure message="Failed&#x0A;Invalid characters in brackets []" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
91 Invalid characters in brackets []%(stack)s]]></failure>
    [all...]
  /external/icu4c/test/intltest/
msfmrgts.h 49 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
dtfmtrtts.h 76 UBool failure(UErrorCode status, const char* msg);
77 UBool failure(UErrorCode status, const char* msg, const UnicodeString& str);
  /external/junit/src/org/junit/runner/notification/
RunNotifier.java 44 fireTestFailure(new Failure(Description.TEST_MECHANISM, e));
94 * @param failure the description of the test that failed and the exception thrown
96 public void fireTestFailure(final Failure failure) {
100 each.testFailure(failure);
109 * @param failure
113 public void fireTestAssumptionFailed(final Failure failure) {
117 each.testAssumptionFailure(failure);
  /external/wpa_supplicant_8/src/eap_server/
tncs.h 41 int *failure);
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 60 void LoginPerformer::OnLoginFailure(const LoginFailure& failure) {
62 UMA_HISTOGRAM_ENUMERATION("Login.FailureReason", failure.reason(),
65 DVLOG(1) << "failure.reason " << failure.reason();
66 DVLOG(1) << "failure.error.state " << failure.error().state();
68 last_login_failure_ = failure;
72 if (failure.reason() == LoginFailure::NETWORK_AUTH_FAILED &&
73 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) {
74 captcha_token_ = failure.error().captcha().token
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.h 41 enum Failure {
53 virtual void OnGaiaFlowFailure(Failure failure,
76 virtual void OnAuthFlowFailure(WebAuthFlow::Failure failure) OVERRIDE;
  /external/chromium_org/chrome/test/functional/ispy/server/
update_mask_handler.py 44 # Short-circuit if the failure does not exist.
48 {'error': 'Could not update mask because failure does not exist.'}))
50 # Get the failure namedtuple (which also computes the diff).
51 failure = self.ispy.GetFailure(test_run, expectation)
55 image_tools.ConvertDiffToMask(failure.diff))
56 # Now that there is no diff for the two images, remove the failure.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_results.py 69 for failure in self.failures:
70 if type(failure) in failure_classes:
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 128 RuntimeException failure = null; local
304 failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
308 failure = re;
315 if (failure != null)
317 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
320 new Object [] {failure.toString (), IAppConstants.APP_BUG_REPORT_LINK},
321 failure);
324 throw failure;
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 159 RuntimeException failure = null; local
278 failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
282 failure = re;
289 if (failure != null)
291 if (Exceptions.unexpectedFailure (failure, EXPECTED_FAILURES))
294 new Object [] {failure.toString (), IAppConstants.APP_BUG_REPORT_LINK},
295 failure);
298 throw failure;
  /external/openssh/contrib/redhat/
sshd.init 33 failure $"Configuration file or keys are invalid"
50 $SSHD $OPTIONS && success || failure
  /external/protobuf/gtest/test/
gtest_environment_test.cc 54 // generate a non-fatal failure, generate a fatal failure, or
61 ADD_FAILURE() << "Expected non-fatal failure in global set-up.";
64 FAIL() << "Expected fatal failure in global set-up.";
71 // Generates a non-fatal failure.
74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
84 // We call this function to set the type of failure SetUp() should
120 // The 'failure' parameter specifies the type of failure that should
122 int RunAllTests(MyEnvironment* env, FailureType failure) {
    [all...]
  /frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
SuiteAssignmentPrinter.java 22 import org.junit.runner.notification.Failure;
88 public void testFailure(Failure failure) throws Exception {
93 public void testAssumptionFailure(Failure failure) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
clear.pass.cpp 40 catch (std::ios::failure&)
49 catch (std::ios::failure&)
setstate.pass.cpp 40 catch (std::ios::failure&)
49 catch (std::ios::failure&)

Completed in 580 milliseconds

1 2 34 5 6 7 8 91011>>