Searched defs:failure (Results 1 - 25 of 67) sorted by relevance

123

/external/mesa3d/src/glsl/glcpp/tests/
H A D027-define-chain-obj-to-func.c1 #define failure() success macro
2 #define foo failure()
H A D055-define-chain-obj-to-func-parens-in-text.c1 #define failure() success macro
2 #define foo failure
/external/junit/src/junit/runner/
H A DFailureDetailView.java8 * A view to show a details about a failure
18 public void showFailure(TestFailure failure); argument
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dsaslmechanism.cc52 SaslMechanism::HandleSaslFailure(const XmlElement * failure) { argument
/external/dbus/bus/
H A Dtest-launch-helper.c34 die (const char *failure) argument
36 fprintf (stderr, "Unit test failed: %s\n", failure);
H A Dtest-main.c36 die (const char *failure) argument
38 fprintf (stderr, "Unit test failed: %s\n", failure);
H A Dtest-system.c34 die (const char *failure) argument
36 fprintf (stderr, "Unit test failed: %s\n", failure);
/external/dbus/dbus/
H A Ddbus-test.c33 die (const char *failure) argument
35 fprintf (stderr, "Unit test failed: %s\n", failure);
/external/junit/src/junit/swingui/
H A DTestRunView.java24 * Reveals the given failure
26 public void revealFailure(Test failure); argument
H A DTestHierarchyRunView.java49 public void revealFailure(Test failure) { argument
53 int index= model.findTest(failure, (Test)model.getRoot(), vpath);
H A DDefaultFailureDetailView.java18 * A view that shows a stack trace of a failure
24 * A ListModel representing the scanned failure stack trace.
88 public void showFailure(TestFailure failure) { argument
89 getModel().setTrace(BaseTestRunner.getFilteredTrace(failure.trace()));
H A DFailureRunView.java43 fFailureIcon= TestRunner.getIconResource(getClass(), "icons/failure.gif");
52 TestFailure failure= (TestFailure)value;
53 String text= failure.failedTest().toString();
54 String msg= failure.exceptionMessage();
58 if (failure.isFailure()) {
95 TestFailure failure= (TestFailure)model.getElementAt(index);
96 return failure.failedTest();
109 public void revealFailure(Test failure) { argument
/external/gtest/test/
H A Dgtest_environment_test.cc54 // 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) { argument
[all...]
/external/protobuf/gtest/test/
H A Dgtest_environment_test.cc54 // 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) { argument
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest_environment_test.cc58 // generate a non-fatal failure, generate a fatal failure, or
65 ADD_FAILURE() << "Expected non-fatal failure in global set-up.";
68 FAIL() << "Expected fatal failure in global set-up.";
75 // Generates a non-fatal failure.
78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
88 // We call this function to set the type of failure SetUp() should
124 // The 'failure' parameter specifies the type of failure that should
126 int RunAllTests(MyEnvironment* env, FailureType failure) { argument
[all...]
/external/icu4c/test/intltest/
H A Dcaltztst.cpp27 UBool CalendarTimeZoneTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:CalendarTimeZoneTest
H A Dmiscdtfm.cpp43 DateFormatMiscTests::failure(UErrorCode status, const char* msg) function in class:DateFormatMiscTests
127 if(failure(status, "new SimpleDateFormat")) return;
132 failure(status, "resultFormatter->format");
162 if(failure(status, "new DateFormatSymbols")) return;
164 if(failure(status, "new SimpleDateFormat")) return;
169 failure(status, "df->toLocalizedPattern");
179 failure(status, "df->toLocalizedPattern");
194 if(failure(status, "new DateFormatSymbols")) return;
196 if(failure(status, "new SimpleDateFormat")) return;
202 failure(statu
[all...]
H A Dpptest.cpp36 ParsePositionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:ParsePositionTest
180 if (failure(status, "NumberFormat::createInstance", TRUE)){
/external/oprofile/libop/tests/
H A Dalloc_counter_tests.c37 /* expected failure for this test */
38 enum failure_type failure; member in struct:allocated_counter
163 if (it->failure == fail_to_find_event)
174 if (it->failure == fail_to_alloc_counter)
192 if (it->failure != no_failure) {
194 printf("test should fail with a failure type %d but succeed "
195 "for events:\n", it->failure);
/external/webkit/Source/JavaScriptCore/jit/
H A DSpecializedThunkJIT.h81 void appendFailure(const Jump& failure) argument
83 m_failures.append(failure);
/external/chromium/chrome/browser/chromeos/login/
H A Dgoogle_authenticator_unittest.cc335 LoginFailure failure = local
339 EXPECT_CALL(consumer, OnLoginFailure(failure))
422 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(auth_error); local
425 EXPECT_CALL(consumer, OnLoginFailure(failure))
582 // A failure case, but we still want the test to finish gracefully.
622 // A failure case, but we still want the test to finish gracefully.
671 // A failure case, but we still want the test to finish gracefully.
H A Dlogin_performer.cc60 void LoginPerformer::OnLoginFailure(const LoginFailure& failure) { argument
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
[all...]
H A Dmock_authenticator.h75 void OnLoginFailure(const LoginFailure& failure) { argument
76 consumer_->OnLoginFailure(failure);
H A Dparallel_authenticator_unittest.cc172 void ExpectLoginFailure(const LoginFailure& failure) { argument
173 EXPECT_CALL(consumer_, OnLoginFailure(failure))
525 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error); local
526 state_.release()->PresetOnlineLoginStatus(result_, failure);
527 ExpectLoginFailure(failure);
558 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error); local
559 state_.release()->PresetOnlineLoginStatus(result_, failure);
560 ExpectLoginFailure(failure);
596 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error); local
597 state_.release()->PresetOnlineLoginStatus(result_, failure);
642 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error); local
669 LoginFailure failure = local
[all...]
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java253 final BuildException failure = getFailure ();
255 if (failure != null)
256 throw failure;
273 final BuildException failure = getFailure ();
275 if (failure != null)
276 throw failure;
424 private void setFailure (final BuildException failure) argument
426 if (m_settingsFailure == null) m_settingsFailure = failure; // record the first one only

Completed in 352 milliseconds

123