Searched defs:failure (Results 1 - 25 of 157) sorted by last modified time

1234567

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_peap.c835 int failure = 0; local
838 &failure);
839 if (failure) {
H A Dtncs.c1194 int *failure)
1197 *failure = 0;
1193 tncs_process_soh(const u8 *soh_tlv, size_t soh_tlv_len, int *failure) argument
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_peap.c835 int failure = 0; local
838 &failure);
839 if (failure) {
H A Dtncs.c1194 int *failure)
1197 *failure = 0;
1193 tncs_process_soh(const u8 *soh_tlv, size_t soh_tlv_len, int *failure) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_peap.c835 int failure = 0; local
838 &failure);
839 if (failure) {
H A Dtncs.c1194 int *failure)
1197 *failure = 0;
1193 tncs_process_soh(const u8 *soh_tlv, size_t soh_tlv_len, int *failure) argument
/external/stlport/src/
H A Dios.cpp33 // class ios_base::failure, a subclass of exception. It's used solely
36 ios_base::failure::failure(const string& s) function in class:ios_base::failure
40 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {}
212 strcpy(buffer, "ios failure: rdstate = 0x");
219 arg = "ios failure";
225 throw failure(arg);
/external/stlport/stlport/stl/
H A D_ios_base.h51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base
53 explicit failure(const string&);
54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
/external/skia/samplecode/
H A DSampleUnpremul.cpp98 SkString failure; variable
100 failure.printf("resource path is required!");
102 failure.printf("Failed to decode %s", fCurrFile.c_str());
104 canvas->drawText(failure.c_str(), failure.size(), 0, height, paint);
/external/skia/tests/
H A DTest.cpp66 const SkString& failure(int i) const { return fFailures[i]; } function in class:LocalReporter
113 fReporter->reportFailed(local.failure(i));
/external/skia/tools/
H A Dskimage_main.cpp112 // 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.
518 // This is a known failure.
520 "failed to decode %s, which is a known failure.", srcPath);
524 // This is a failure, but it is a new file. Mark it as missing, with
532 // If there was a failure, an
543 SkString failure = SkStringPrintf("failed to decode bounds for %s", srcPath); local
548 SkString failure = SkStringPrintf("bounds do not match for %s", srcPath); local
[all...]
/external/skia/dm/
H A DDMTestTask.h18 const char* failure() const { return fFailure.c_str(); } function in class:DM::TestReporter
/external/skia/experimental/Networking/
H A DSkSockets.cpp98 bool failure = false; local
104 while (!h.done && fConnected && !failure) {
119 failure = true;
125 failure = true;
136 SkASSERT((bytesReadInPacket == PACKET_SIZE) && !failure);
142 failure = true;
153 if (failure) {
185 bool failure = false; local
186 while (bytesWrittenInTransfer < size && fConnected && !failure) {
204 failure
[all...]
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/android/
H A Dasync-socket.c607 /* Reports an I/O failure.
611 * failure - Failure (errno) that has occurred.
616 _async_socket_io_failure(AsyncSocket* as, AsyncSocketIO* asio, int failure) argument
620 failure, strerror(failure));
625 errno = failure;
769 /* A callback that is invoked on socket's I/O failure.
777 D("ASocket %s: %s I/O failure: %d -> %s",
781 /* Report the failure. */
789 * 0 on success, or -1 on failure
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc160 // The text used in failure messages to indicate the start of the
235 "printing test failure stack traces.");
571 // failure of the given type and that the failure message contains the
580 "1 fatal failure" :
581 "1 non-fatal failure");
612 // test part results, what type of failure we expect, and what
613 // substring the failure message should contain.
623 // TestPartResultArray contains exactly one failure that has the given
625 // non-fatal failure wil
3528 GoogleTestFailureException(const TestPartResult& 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...]
H A Dgtest_output_test_.cc66 // This function calls a test subroutine, catches the fatal failure it
69 // Calls a subrountine that yields a fatal failure.
72 // Catches the fatal failure and aborts the test.
88 // Tests catching a fatal failure in a subroutine.
90 printf("(expecting a failure that x should be 1)\n");
95 // Tests catching a fatal failure in a nested subroutine.
97 printf("(expecting a failure that x should be 1)\n");
99 // Calls a subrountine that yields a fatal failure.
102 // Catches the fatal failure and aborts the test.
114 printf("(expecting a failure o
816 AddFailure(FailureMode failure) argument
856 AddFailureInOtherThread(FailureMode failure) argument
866 FailureMode* failure = static_cast<FailureMode*>(attr); local
[all...]
H A Dgtest_unittest.cc1486 FAIL() << "Expected fatal failure.";
1490 ADD_FAILURE() << "Expected non-fatal failure.";
1499 static void AddFailure(FailureMode failure) { argument
1500 if (failure == FATAL_FAILURE) {
1540 static void AddFailureInOtherThread(FailureMode failure) { argument
1546 &failure);
1551 FailureMode* failure = static_cast<FailureMode*>(attr); local
1552 AddFailure(*failure);
1579 // work even if the failure is generated in a called function rather than
1585 EXPECT_FATAL_FAILURE(AddFatalFailure(), "Expected fatal failure
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/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);

Completed in 6275 milliseconds

1234567