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

1234

/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/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/org/junit/runner/notification/
H A DRunListener.java16 * public void testFailure(Failure failure) {
67 * @param failure describes the test that failed and the exception that was thrown
69 public void testFailure(Failure failure) throws Exception { argument
76 * @param failure
80 public void testAssumptionFailure(Failure failure) { argument
H A DRunNotifier.java94 * @param failure the description of the test that failed and the exception thrown
96 public void fireTestFailure(final Failure failure) { argument
100 each.testFailure(failure);
109 * @param failure
113 public void fireTestAssumptionFailed(final Failure failure) { argument
117 each.testAssumptionFailure(failure);
/external/libppp/src/
H A Dauth.h40 auth_func failure; member in struct:authinfo::__anon8009
55 #define auth_Failure(a) (*(a)->fn.failure)(a)
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_api.c226 UINT8 failure = SMP_PASSKEY_ENTRY_FAIL; local
255 /* send pairing failure */
256 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
282 UINT8 failure = SMP_OOB_FAIL; local
294 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
/external/elfutils/libdwfl/
H A Dargp-std.c117 inline void failure (Dwfl *dwfl, int errnum, const char *msg) function
129 failure (dwfl, errnum, msg);
259 failure (dwfl, result, _("cannot find kernel modules"));
/external/junit/src/org/junit/internal/
H A DTextListener.java37 public void testFailure(Failure failure) { argument
64 getWriter().println("There was " + failures.size() + " failure:");
/external/junit/src/org/junit/runner/
H A DResult.java85 public void testFailure(Failure failure) throws Exception { argument
86 fFailures.add(failure);
95 public void testAssumptionFailure(Failure failure) { argument
/external/openssh/
H A Dttymodes.c354 int failure = 0; local
376 failure = -1;
391 if (failure != -1 &&
401 if (failure != -1 &&
484 if (failure == -1)
/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/compiler-rt/lib/
H A Datomic.c178 void *desired, int success, int failure) {
181 *(type*)desired, success, failure)
268 int success, int failure) {\
271 success, failure);\
177 __atomic_compare_exchange_c(int size, void *ptr, void *expected, void *desired, int success, int failure) argument
/external/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/junit/src/org/junit/experimental/max/
H A DMaxHistory.java22 * <li>Last failure timestamp
119 public void testFailure(Failure failure) throws Exception { argument
120 putTestFailureTimestamp(failure.getDescription(), overallStart);
/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);

Completed in 567 milliseconds

1234