HomeSort by relevance Sort by last modified time
    Searched full:failure (Results 351 - 375 of 5226) sorted by null

<<11121314151617181920>>

  /external/chromium/testing/gtest/include/gtest/
gtest-spi.h 42 // This helper class can be used to mock out Google Test failure reporting
47 // failure is reported. It can either intercept only failures that are
93 // TestPartResultArray contains exactly one failure that has the given
95 // non-fatal failure will be generated.
117 // statement will cause exactly one fatal Google Test failure with 'substr'
118 // being part of the failure message.
131 // - You cannot stream a failure message to this macro.
174 // statement will cause exactly one non-fatal Google Test failure with 'substr'
175 // being part of the failure message.
188 // - You cannot stream a failure message to this macro
    [all...]
  /external/gtest/include/gtest/
gtest-spi.h 42 // This helper class can be used to mock out Google Test failure reporting
47 // failure is reported. It can either intercept only failures that are
93 // TestPartResultArray contains exactly one failure that has the given
95 // non-fatal failure will be generated.
117 // statement will cause exactly one fatal Google Test failure with 'substr'
118 // being part of the failure message.
131 // - You cannot stream a failure message to this macro.
174 // statement will cause exactly one non-fatal Google Test failure with 'substr'
175 // being part of the failure message.
188 // - You cannot stream a failure message to this macro
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 42 // This helper class can be used to mock out Google Test failure reporting
47 // failure is reported. It can either intercept only failures that are
93 // TestPartResultArray contains exactly one failure that has the given
95 // non-fatal failure will be generated.
117 // statement will cause exactly one fatal Google Test failure with 'substr'
118 // being part of the failure message.
131 // - You cannot stream a failure message to this macro.
174 // statement will cause exactly one non-fatal Google Test failure with 'substr'
175 // being part of the failure message.
188 // - You cannot stream a failure message to this macro
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 42 // This helper class can be used to mock out Google Test failure reporting
47 // failure is reported. It can either intercept only failures that are
93 // TestPartResultArray contains exactly one failure that has the given
95 // non-fatal failure will be generated.
117 // statement will cause exactly one fatal Google Test failure with 'substr'
118 // being part of the failure message.
131 // - You cannot stream a failure message to this macro.
174 // statement will cause exactly one non-fatal Google Test failure with 'substr'
175 // being part of the failure message.
188 // - You cannot stream a failure message to this macro
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_peap.c 43 PHASE2_TLV, SUCCESS_REQ, FAILURE_REQ, SUCCESS, FAILURE
90 case FAILURE:
91 return "FAILURE";
137 if (data->state == FAILURE || data->state == FAILURE_REQ) {
138 eap_peap_state(data, FAILURE);
154 if (data->state == FAILURE || data->state == FAILURE_REQ ||
156 eap_peap_state(data, FAILURE);
222 eap_peap_state(data, FAILURE);
672 eap_peap_state(data, FAILURE);
689 eap_peap_state(data, FAILURE);
867 int failure = 0; local
    [all...]
eap_sake.c 23 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
51 case FAILURE:
52 return "FAILURE";
143 data->state = FAILURE;
171 data->state = FAILURE;
182 data->state = FAILURE;
212 data->state = FAILURE;
226 data->state = FAILURE;
361 data->state = FAILURE;
376 eap_sake_state(data, FAILURE);
    [all...]
eap_ttls.c 46 PHASE2_MSCHAPV2_RESP, PHASE_FINISHED, SUCCESS, FAILURE
79 case FAILURE:
80 return "FAILURE";
436 eap_ttls_state(data, FAILURE);
656 eap_ttls_state(data, FAILURE);
664 eap_ttls_state(data, FAILURE);
690 eap_ttls_state(data, FAILURE);
698 eap_ttls_state(data, FAILURE);
707 eap_ttls_state(data, FAILURE);
715 eap_ttls_state(data, FAILURE);
    [all...]
eap_tls.c 28 enum { START, CONTINUE, SUCCESS, FAILURE } state;
42 case FAILURE:
43 return "FAILURE";
98 eap_tls_state(data, FAILURE);
178 eap_tls_state(data, FAILURE);
189 eap_tls_state(data, FAILURE);
196 return data->state == SUCCESS || data->state == FAILURE;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 44 PHASE2_TLV, SUCCESS_REQ, FAILURE_REQ, SUCCESS, FAILURE
91 case FAILURE:
92 return "FAILURE";
138 if (data->state == FAILURE || data->state == FAILURE_REQ) {
139 eap_peap_state(data, FAILURE);
155 if (data->state == FAILURE || data->state == FAILURE_REQ ||
157 eap_peap_state(data, FAILURE);
223 eap_peap_state(data, FAILURE);
675 eap_peap_state(data, FAILURE);
692 eap_peap_state(data, FAILURE);
870 int failure = 0; local
    [all...]
eap_server_sake.c 24 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
52 case FAILURE:
53 return "FAILURE";
144 data->state = FAILURE;
172 data->state = FAILURE;
183 data->state = FAILURE;
213 data->state = FAILURE;
227 data->state = FAILURE;
362 data->state = FAILURE;
377 eap_sake_state(data, FAILURE);
    [all...]
eap_server_ttls.c 46 PHASE2_MSCHAPV2_RESP, PHASE_FINISHED, SUCCESS, FAILURE
79 case FAILURE:
80 return "FAILURE";
436 eap_ttls_state(data, FAILURE);
634 eap_ttls_state(data, FAILURE);
642 eap_ttls_state(data, FAILURE);
668 eap_ttls_state(data, FAILURE);
676 eap_ttls_state(data, FAILURE);
685 eap_ttls_state(data, FAILURE);
693 eap_ttls_state(data, FAILURE);
    [all...]
eap_server_mschapv2.c 26 * success/failure */
57 enum { CHALLENGE, SUCCESS_REQ, FAILURE_REQ, SUCCESS, FAILURE } state;
116 data->state = FAILURE;
126 data->state = FAILURE;
164 data->state = FAILURE;
207 data->state = FAILURE;
218 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Failure Request Message",
273 "Failure - ignore op %d", resp->op_code);
279 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: Expected Failure "
315 data->state = FAILURE;
    [all...]
eap_server_tls.c 28 enum { START, CONTINUE, SUCCESS, FAILURE } state;
42 case FAILURE:
43 return "FAILURE";
98 eap_tls_state(data, FAILURE);
178 eap_tls_state(data, FAILURE);
189 eap_tls_state(data, FAILURE);
196 return data->state == SUCCESS || data->state == FAILURE;
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 76 * Returns DRM_NO_ERROR for success, DRM_ERROR_UNKNOWN for failure
87 * Returns DRM_NO_ERROR for success, DRM_ERROR_UNKNOWN for failure
96 * Returns DRM_NO_ERROR for success, DRM_ERROR_UNKNOWN for failure
130 * Returns DRM_NO_ERROR for success, DRM_ERROR_UNKNOWN for failure
197 * Returns DRM_NO_ERROR for success, DRM_ERROR_UNKNOWN for failure
213 * Returns DRM_NO_ERROR for success, DRM_ERROR_UNKNOWN for failure
248 * Returns DRM_NO_ERROR for success, DRM_ERROR_UNKNOWN for failure
259 * Returns DRM_NO_ERROR for success, DRM_ERROR_UNKNOWN for failure
273 * Returns DRM_NO_ERROR for success, DRM_ERROR_UNKNOWN for failure
328 * DRM_ERROR_CANNOT_HANDLE for failure and DRM_NO_ERROR for succes
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_contextmenu.cpp 99 * @return @c EINA_TRUE on success, @c EINA_FALSE on failure
119 * @return the list of the items on success or @c 0 on failure
137 * @return the pointer to the new item on success or @c 0 on failure
164 * @return @c EINA_TRUE on success or @c EINA_FALSE on failure
203 * @return type of the item on success or @c EWK_ACTION_TYPE on failure
218 * @return @c EINA_TRUE on success, or @c EINA_FALSE on failure
233 * @return an action of the item on success or @c EWK_CONTEXT_MENU_ITEM_TAG_NO_ACTION on failure
248 * @return @c EINA_TRUE on success, or @c EINA_FALSE on failure
263 * @return a title of the item on success, or @c 0 on failure
278 * @return a new title of the item on success or @c 0 on failure
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_result_writer.py 49 for failure in failures:
50 # FIXME: Instead of this long 'if' block, each failure class might
52 if isinstance(failure, (test_failures.FailureMissingResult,
56 elif isinstance(failure, test_failures.FailureMissingImage):
59 elif isinstance(failure, test_failures.FailureMissingImageHash):
62 elif isinstance(failure, test_failures.FailureImageHashMismatch):
69 imagehash_mismatch_failure = failure
70 elif isinstance(failure, (test_failures.FailureAudioMismatch,
73 elif isinstance(failure, test_failures.FailureCrash):
74 if failure.is_reftest
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
gtest-test-part_test.cc 51 r2_(TestPartResult::kNonFatalFailure, "foo/bar.cc", -1, "Failure!"),
52 r3_(TestPartResult::kFatalFailure, NULL, -1, "Failure!") {}
162 : r1_(TestPartResult::kNonFatalFailure, "foo/bar.cc", -1, "Failure 1"),
163 r2_(TestPartResult::kFatalFailure, "foo/bar.cc", -1, "Failure 2") {}
180 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message());
190 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message());
191 EXPECT_STREQ("Failure 2", results.GetTestPartResult(1).message());
  /development/host/windows/usb/api/
adb_interface.h 68 @return true on success, false on failure. If false is returned
83 @return true on success, false on failure. If false is returned
101 @return Handle to the opened endpoint object or NULL on failure.
125 @return true on success, false on failure. If false is returned
137 @return true on success, false on failure. If false is returned
146 @return true on success, false on failure. If false is returned
156 @return true on success, false on failure. If false is returned
adb_legacy_interface.h 79 @return true on success, false on failure. If false is returned
93 @return true on success, false on failure. If false is returned
111 @return Handle to the opened endpoint object or NULL on failure.
135 @return Handle to the opened endpoint object or NULL on failure.
151 @return 'true' on success, 'false' on failure. If 'false' is returned
161 @return 'true' on success, 'false' on failure. If 'false' is returned
171 @return 'true' on success, 'false' on failure. If 'false' is returned
  /external/oprofile/libop/tests/
alloc_counter_tests.c 37 /* 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/protobuf/gtest/test/
gtest-test-part_test.cc 50 r2_(TestPartResult::kNonFatalFailure, "foo/bar.cc", -1, "Failure!"),
51 r3_(TestPartResult::kFatalFailure, NULL, -1, "Failure!") {}
113 : r1_(TestPartResult::kNonFatalFailure, "foo/bar.cc", -1, "Failure 1"),
114 r2_(TestPartResult::kFatalFailure, "foo/bar.cc", -1, "Failure 2") {}
131 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message());
141 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message());
142 EXPECT_STREQ("Failure 2", results.GetTestPartResult(1).message());
  /external/wpa_supplicant/
tls.h 108 * or %NULL on failure.
167 * Returns: 0 on success, -1 on failure
186 * Returns: 0 on success, -1 on failure,
188 * PKCS#11 engine failure, or
189 * TLS_SET_PARAMS_ENGINE_PRV_VERIFY_FAILED (-3) on failure to verify the
199 * Returns: 0 on success, -1 on failure,
201 * PKCS#11 engine failure, or
202 * TLS_SET_PARAMS_ENGINE_PRV_VERIFY_FAILED (-3) on failure to verify the
213 * Returns: 0 on success, -1 on failure
222 * Returns: 0 on success, -1 on failure
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 172 // Used in other process. If the sent msg does not equal to expected, it will throw failure
291 * handled by this thread. If not equals to expected, there will be a failure thrown.
295 failure(new RuntimeException("Message.arg1 is not " + MSG_ARG1 + ", it's " method
300 failure(new RuntimeException("Message.arg2 is not " + MSG_ARG2 + ", it's " method
305 failure(new RuntimeException("Message.replyTo is not me, it's " + msg.replyTo)); method
345 public void failure(RuntimeException failure) { method in class:MessengerTest.MessengerTestHelper
348 mFailure = failure;
370 mFailure = new RuntimeException("no failure exception set");
  /external/icu4c/tools/toolutil/
ucbuf.h 55 * indicates a failure on entry, the function will immediately return.
67 * indicates a failure on entry, the function will immediately return.
78 * indicates a failure on entry, the function will immediately return.
90 * indicates a failure on entry, the function will immediately return.
102 * indicates a failure on entry, the function will immediately return.
115 * indicates a failure on entry, the function will immediately return.
126 * indicates a failure on entry, the function will immediately return.
159 * indicates a failure on entry, the function will immediately return.
178 * indicates a failure on entry, the function will immediately return.

Completed in 724 milliseconds

<<11121314151617181920>>