/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
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;
|
eap_mschapv2.c | 25 * success/failure */ 56 enum { CHALLENGE, SUCCESS_REQ, FAILURE_REQ, SUCCESS, FAILURE } state; 115 data->state = FAILURE; 125 data->state = FAILURE; 163 data->state = FAILURE; 206 data->state = FAILURE; 217 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Failure Request Message", 272 "Failure - ignore op %d", resp->op_code); 278 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: Expected Failure " 313 data->state = FAILURE; [all...] |
eap_psk.c | 27 enum { PSK_1, PSK_3, SUCCESS, FAILURE } state; 71 data->state = FAILURE; 83 data->state = FAILURE; 111 data->state = FAILURE; 156 data->state = FAILURE; 258 data->state = FAILURE; 278 data->state = FAILURE; 287 data->state = FAILURE; 291 data->state = FAILURE; 305 data->state = FAILURE; [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
MessengerTest.java | 169 // Used in other process. If the sent msg does not equal to expected, it will throw failure 288 * handled by this thread. If not equals to expected, there will be a failure thrown. 292 failure(new RuntimeException("Message.arg1 is not " + MSG_ARG1 + ", it's " method 297 failure(new RuntimeException("Message.arg2 is not " + MSG_ARG2 + ", it's " method 302 failure(new RuntimeException("Message.replyTo is not me, it's " + msg.replyTo)); method 342 public void failure(RuntimeException failure) { method in class:MessengerTest.MessengerTestHelper 345 mFailure = failure; 367 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.
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/tsp/ |
PKIFailureInfo.java | 48 -- the request cannot be handled due to system failure } 90 * System failure has occured 104 * @return int value of the failure
|
/dalvik/vm/analysis/ |
VerifySubs.h | 55 /* verification failure reporting */ 59 /* log verification failure with optional method info */ 66 /* log verification failure due to resolution trouble */
|
/external/bluetooth/glib/tests/ |
unicode-caseconv.c | 73 fprintf (stderr, "Failure: toupper(%s) == %s, should have been %s\n", 83 fprintf (stderr, "Failure: tolower(%s) == %s, should have been %s\n", 119 fprintf (stderr, "Failure: casefold(%s) == '%s', should have been '%s'\n",
|
/external/fdlibm/ |
changes | 16 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z); 21 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z); 71 3. Compiler failure on non-standard code
|
/external/iptables/libipq/ |
ipq_create_handle.3 | 62 On failure, NULL is returned. 68 On failure, -1 is returned. 70 On failure, a descriptive error message will be available
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_assert.cpp | 39 , (0, "Assertion failure for: %s, at %s:%d", expression, filename, line_number)); 49 fprintf(stderr, "Assertion failure for: %s, at %s:%d\n", expression, filename, line_number); 55 , (0, "Assertion failure for: %s, at %s:%d", expression, filename, line_number));
|
/external/ppp/pppd/plugins/radius/ |
ip_util.c | 26 * Returns: 0 on failure 50 * Returns: 0 on success, -1 when failure 121 * Returns: IP address on success, 0 on failure
|
/external/webkit/LayoutTests/http/tests/appcache/ |
non-html.xhtml | 54 document.getElementById('result').innerHTML = "FAILURE: Did not get the right exception" 64 document.getElementById('result').innerHTML = "FAILURE: Could not load data from cache" 69 document.getElementById('result').innerHTML = "FAILURE: Did not get correct data from cached resource"
|
/external/webkit/WebCore/manual-tests/ |
select_hr.html | 45 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> </p> 54 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 66 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 78 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 96 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 109 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 122 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 142 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 164 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 176 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls.h | 119 * or %NULL on failure. 178 * Returns: 0 on success, -1 on failure 197 * Returns: 0 on success, -1 on failure, 199 * PKCS#11 engine failure, or 200 * TLS_SET_PARAMS_ENGINE_PRV_VERIFY_FAILED (-3) on failure to verify the 211 * Returns: 0 on success, -1 on failure, 213 * PKCS#11 engine failure, or 214 * TLS_SET_PARAMS_ENGINE_PRV_VERIFY_FAILED (-3) on failure to verify the 225 * Returns: 0 on success, -1 on failure 234 * Returns: 0 on success, -1 on failure [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
MessengerTest.java | 75 failure(new RuntimeException( method 80 failure(new RuntimeException( method 85 failure(new RuntimeException( method
|
/external/icu4c/test/intltest/ |
numrgts.cpp | 177 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, const Locale& l, UBool possibleDataError) function in class:NumberFormatRegressionTest 194 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, const char *l, UBool possibleDataError) function in class:NumberFormatRegressionTest 211 NumberFormatRegressionTest::failure(UErrorCode status, const UnicodeString& msg, UBool possibleDataError) function in class:NumberFormatRegressionTest 283 if (!failure(status, "new DecimalFormat", "")) { 313 failure(status, "new DecimalFormatSymbols", ""); 319 failure(status, "new DecimalFormat with symbols", ""); 343 failure(status, "new DecimalFormat", ""); 368 failure(status, "new DecimalFormat", ""); 399 if (failure(status, "NumberFormat::createCurrencyInstance", Locale::getUS(), TRUE)){ 410 failure(status, "nfcommon->parse", Locale::getUS()) [all...] |
msfmrgts.h | 48 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
|
/dalvik/dx/src/junit/framework/ |
TestFailure.java | 37 * Returns a short description of the failure.
|
/dalvik/libcore/junit/src/main/java/junit/framework/ |
TestFailure.java | 37 * Returns a short description of the failure.
|
/dalvik/tests/073-mismatched-field/src/ |
Main.java | 28 System.out.println("Got expected failure");
|
/external/bison/lib/ |
exitfail.c | 0 /* Failure exit status
|
exitfail.h | 0 /* Failure exit status
|
/external/dropbear/libtomcrypt/src/misc/crypt/ |
crypt_argchk.c | 22 fprintf(stderr, "LTC_ARGCHK '%s' failure on line %d of file %s\n",
|
/external/junit/src/junit/framework/ |
TestFailure.java | 37 * Returns a short description of the failure.
|