/external/qemu/android/ |
sync-utils.h | 40 * Initialized SyncSocket descriptor on success, or NULL on failure. 51 * Initialized SyncSocket descriptor on success, or NULL on failure. 78 * 0 on success, or -1 on failure. 89 * 0 on success, or -1 on failure. 100 * 0 on success, or -1 on failure. 111 * 0 on success, or -1 on failure. 127 * Number of bytes read on success, or -1 on failure. 146 * Number of bytes read on success, or -1 on failure. 162 * Number of bytes written on success,or -1 on failure. 181 * Number of bytes written on success, or -1 on failure [all...] |
/external/chromium/testing/gtest/test/ |
gtest_throw_on_failure_test_.cc | 32 // Tests Google Test's throw-on-failure mode with exceptions disabled. 36 // with non-zero in the throw-on-failure mode or 0 otherwise. 45 // properly and set the thrown-on-failure mode. Therefore, we don't 49 // In the throw-on-failure mode with exceptions disabled, this 53 // When not in the throw-on-failure mode, the control will reach
|
gtest_stress_test.cc | 166 FAIL() << "Fatal failure in some other thread. " 167 << "(This failure is expected.)"; 169 ADD_FAILURE() << "Non-fatal failure in some other thread. " 170 << "(This failure is expected.)"; 180 // We should only have one failure (the one from 192 // We should only have one failure (the one from 200 // fatal failure, only another one does. 211 // We need to add a failure, because main() checks that there are failures. 213 ADD_FAILURE() << "This is an expected non-fatal failure."; 218 // fatal failure, only another one does [all...] |
/external/gtest/test/ |
gtest_throw_on_failure_test_.cc | 32 // Tests Google Test's throw-on-failure mode with exceptions disabled. 36 // with non-zero in the throw-on-failure mode or 0 otherwise. 45 // properly and set the thrown-on-failure mode. Therefore, we don't 49 // In the throw-on-failure mode with exceptions disabled, this 53 // When not in the throw-on-failure mode, the control will reach
|
gtest-test-part_test.cc | 25 r2_(TPRT_NONFATAL_FAILURE, "foo/bar.cc", -1, "Failure!"), 26 r3_(TPRT_FATAL_FAILURE, NULL, -1, "Failure!") {} 88 : r1_(TPRT_NONFATAL_FAILURE, "foo/bar.cc", -1, "Failure 1"), 89 r2_(TPRT_FATAL_FAILURE, "foo/bar.cc", -1, "Failure 2") {} 106 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); 116 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); 117 EXPECT_STREQ("Failure 2", results.GetTestPartResult(1).message());
|
/external/protobuf/gtest/test/ |
gtest_throw_on_failure_test_.cc | 32 // Tests Google Test's throw-on-failure mode with exceptions disabled. 36 // with non-zero in the throw-on-failure mode or 0 otherwise. 45 // properly and set the thrown-on-failure mode. Therefore, we don't 49 // In the throw-on-failure mode with exceptions disabled, this 53 // When not in the throw-on-failure mode, the control will reach
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
ITestRunListener.java | 46 FAILURE 65 * Reports the failure of a individual test case. 69 * @param status failure type 71 * @param trace stack trace of failure 89 * @param errorMessage {@link String} describing reason for run failure.
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p6.cpp | 16 // deduction failure: T=int from first, T=long from second 27 // deduction failure: deduced T=long from first argument, T=int from second 46 // overload failure 57 // deduction failure: overload has template => undeduced context 76 // deduction failure: overload has multiple matches => undeduced context 82 // deduction failure: overload has template => undeduced context 92 // overload failure
|
/external/icu4c/i18n/unicode/ |
dtptngen.h | 53 * @param status Output param set to success/failure code on exit, 54 * which must not indicate a failure before the function call. 62 * @param status Output param set to success/failure code on exit, 63 * which must not indicate a failure before the function call. 70 * @param status Output param set to success/failure code on exit, 71 * which must not indicate a failure before the function call. 112 * @param status Output param set to success/failure code on exit, 113 * which must not indicate a failure before the function call. 127 * @param status Output param set to success/failure code on exit, 128 * which must not indicate a failure before the function call [all...] |
/external/icu4c/test/intltest/ |
itutil.cpp | 179 errln("MyErrorCode destructor detected failure despite success"); 187 errln("MyErrorCode destructor failed to detect failure"); 228 errln("LocalPointer constructor or NULL test failure"); 233 errln("LocalPointer access failure"); 238 errln("LocalPointer adoptInstead(U+FFFC) failure"); 242 errln("LocalPointer orphan() failure"); 248 errln("LocalPointer adoptInstead(empty) failure"); 260 errln("LocalArray access failure"); 266 errln("LocalArray adoptInstead() failure"); 292 errln("LocalUConverterSelectorPointer failure"); [all...] |
/external/wpa_supplicant/ |
bignum.c | 34 * Returns: Pointer to allocated bignum or %NULL on failure 79 * Returns: 0 on success, -1 on failure 103 * Returns: 0 on success, -1 on failure 119 * Returns: 0 on success, -1 on failure 131 * Returns: 0 on success, -1 on failure 144 * Returns: 0 on success, -1 on failure 162 * Returns: 0 on success, -1 on failure 180 * Returns: 0 on success, -1 on failure 199 * Returns: 0 on success, -1 on failure 219 * Returns: 0 on success, -1 on failure [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_gtc.c | 22 enum { CONTINUE, SUCCESS, FAILURE } state; 71 data->state = FAILURE; 119 data->state = FAILURE; 131 data->state = FAILURE; 145 data->state = FAILURE; 152 data->state = FAILURE; 163 data->state = FAILURE; 179 data->state = FAILURE; 185 wpa_printf(MSG_DEBUG, "EAP-GTC: Done - Failure"); 186 data->state = FAILURE; [all...] |
eap_md5.c | 26 enum { CONTINUE, SUCCESS, FAILURE } state; 57 data->state = FAILURE; 66 data->state = FAILURE; 115 data->state = FAILURE; 134 wpa_printf(MSG_DEBUG, "EAP-MD5: Done - Failure"); 135 data->state = FAILURE;
|
eap_vendor_test.c | 26 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; 39 case FAILURE: 40 return "FAILURE"; 128 eap_vendor_test_state(data, FAILURE); 133 eap_vendor_test_state(data, FAILURE); 135 eap_vendor_test_state(data, FAILURE);
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
bignum.c | 34 * Returns: Pointer to allocated bignum or %NULL on failure 79 * Returns: 0 on success, -1 on failure 103 * Returns: 0 on success, -1 on failure 119 * Returns: 0 on success, -1 on failure 131 * Returns: 0 on success, -1 on failure 144 * Returns: 0 on success, -1 on failure 162 * Returns: 0 on success, -1 on failure 180 * Returns: 0 on success, -1 on failure 199 * Returns: 0 on success, -1 on failure 219 * Returns: 0 on success, -1 on failure [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_gtc.c | 22 enum { CONTINUE, SUCCESS, FAILURE } state; 71 data->state = FAILURE; 119 data->state = FAILURE; 131 data->state = FAILURE; 145 data->state = FAILURE; 152 data->state = FAILURE; 163 data->state = FAILURE; 179 data->state = FAILURE; 185 wpa_printf(MSG_DEBUG, "EAP-GTC: Done - Failure"); 186 data->state = FAILURE; [all...] |
eap_server_md5.c | 27 enum { CONTINUE, SUCCESS, FAILURE } state; 58 data->state = FAILURE; 67 data->state = FAILURE; 116 data->state = FAILURE; 135 wpa_printf(MSG_DEBUG, "EAP-MD5: Done - Failure"); 136 data->state = FAILURE;
|
eap_server_vendor_test.c | 26 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; 39 case FAILURE: 40 return "FAILURE"; 128 eap_vendor_test_state(data, FAILURE); 133 eap_vendor_test_state(data, FAILURE); 135 eap_vendor_test_state(data, FAILURE);
|
/external/wpa_supplicant_8/src/tls/ |
bignum.c | 34 * Returns: Pointer to allocated bignum or %NULL on failure 79 * Returns: 0 on success, -1 on failure 103 * Returns: 0 on success, -1 on failure 119 * Returns: 0 on success, -1 on failure 131 * Returns: 0 on success, -1 on failure 144 * Returns: 0 on success, -1 on failure 162 * Returns: 0 on success, -1 on failure 180 * Returns: 0 on success, -1 on failure 199 * Returns: 0 on success, -1 on failure 219 * Returns: 0 on success, -1 on failure [all...] |
/dalvik/vm/analysis/ |
CodeVerify.cpp | 782 VerifyError failure = VERIFY_ERROR_NONE; local 838 lookupClassByDescriptor(meth, descriptor, &failure); 839 if (!VERIFY_OK(failure)) 996 VerifyError failure = VERIFY_ERROR_NONE; local 3899 VerifyError failure = VERIFY_ERROR_NONE; local [all...] |
/dalvik/tests/046-reflect/ |
expected.txt | 58 got expected long->int failure 59 got expected long->int failure 60 got expected string->int failure 61 got expected int->short failure 72 got expected double->long failure 84 got expected set-final failure
|
/external/oprofile/libutil/ |
op_fileio.h | 29 * Returns file handle or %NULL on failure. 39 * Failure to open is fatal. 70 * Failure is fatal. 80 * Failure is fatal. 92 * Failure is fatal. 104 * Failure is fatal.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/Script/ |
script-001.js | 62 Jit failure! 64 Jit Pass1 Failure! 76 Jit failure! 78 Jit Pass1 Failure! 111 Jit failure! 113 Jit Pass1 Failure!
|
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
FwdLockFile.h | 34 * @retval -1 Failure. 44 * @retval -1 Failure. 56 * @retval -1 Failure. 68 * @retval ((off64_t)-1) Failure. 79 * @retval -1 Failure. 90 * @retval -1 Failure.
|
/libcore/luni/src/main/java/java/util/logging/ |
ErrorManager.java | 29 * The error code indicating a failure that does not fit in any of the 35 * The error code indicating a failure when writing to an output stream. 40 * The error code indicating a failure when flushing an output stream. 45 * The error code indicating a failure when closing an output stream. 50 * The error code indicating a failure when opening an output stream. 55 * The error code indicating a failure when formatting the error messages.
|