/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_tls_common.c | 188 * Returns: 0 on success, -1 on failure 252 * Returns: Pointer to allocated key on success or %NULL on failure 428 * is available, -1 on failure 488 * Returns: ret (0 or 1) on success, -1 on failure 566 * is available, or -1 on failure 574 * function is 0, 2, or -1. In case of failure, the message is likely a TLS 661 * Returns: Pointer to the allocated ACK frame or %NULL on failure 683 * Returns: 0 on success, -1 on failure 729 * Returns: Pointer to payload after TLS flags and length or %NULL on failure 741 * setting these to indicate completion (either success or failure) based o [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | 167 log_data_err("FAILURE! ucnv_openAllNames() -> %s\n", myErrorName(err)); 180 log_err("FAILURE! uenum_next(allNamesEnum...) set an error: %s\n", u_errorName(err)); 191 log_err("FAILURE! uenum_reset(allNamesEnum, &err); doesn't work\n"); 217 log_data_err("FAILURE! ucnv_countAliases(\"utf-8\") -> %s\n", myErrorName(err)); 219 log_err("FAILURE! ucnv_countAliases(\"utf-8\") -> %d aliases\n", count); 225 log_err("FAILURE! ucnv_getAlias(\"utf-8\", 0) -> %s\n", myErrorName(err)); 227 log_err("FAILURE! ucnv_getAlias(\"utf-8\", 0) -> %s instead of UTF-8\n", alias); 233 log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> %s\n", aliasNum, myErrorName(err)); 236 log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> alias %s insanely long, corrupt?!\n", aliasNum, alias); 248 log_err("FAILURE! ucnv_getAliases(\"utf-8\") -> %s\n", myErrorName(err)) [all...] |
ucsdetst.c | 140 log_err("Detection failure for UTF-8: got no matches.\n"); 179 log_err("Encoding detection failure for UTF-16BE: got no matches.\n"); 187 log_err("Encoding detection failure for UTF-16BE: got %s\n", name); 199 log_err("Encoding detection failure for UTF-16LE: got no matches.\n"); 208 log_err("Enconding detection failure for UTF-16LE: got %s\n", name); 484 log_err("Encoding detection failure for IBM424_rtl: got no matches.\n"); 490 log_data_err("Encoding detection failure for IBM424_rtl: got %s. (Are you missing data?)\n", name); 497 log_err("Encoding detection failure for IBM424_ltr: got no matches.\n"); 503 log_data_err("Encoding detection failure for IBM424_ltr: got %s. (Are you missing data?)\n", name); 562 log_err("Encoding detection failure for IBM420_rtl: got no matches.\n") [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 114 * time. The list is fairly short, and the consequences of failure 199 * RuntimeException on failure. 361 int failure; local 364 failure = 0; 372 failure++; 378 if (failure == REGISTER_MAP_METHODS.length) { 387 (REGISTER_MAP_METHODS.length - failure) + " of " + 390 if (failure > 0) { 391 Log.i(TAG, " First failure: " + failed); 430 Log.w(TAG, "Failure preloading resources", e) [all...] |
/external/v8/src/ |
top.cc | 582 Failure* Top::StackOverflow() { 596 return Failure::Exception(); 600 Failure* Top::TerminateExecution() { 602 return Failure::Exception(); 606 Failure* Top::Throw(Object* exception, MessageLocation* location) { 608 return Failure::Exception(); 612 Failure* Top::ReThrow(Object* exception, MessageLocation* location) { 615 return Failure::Exception(); 619 Failure* Top::ThrowIllegalOperation() { 747 bool is_out_of_memory = exception == Failure::OutOfMemoryException() [all...] |
objects-inl.h | 405 && Failure::cast(this)->type() == Failure::RETRY_AFTER_GC; 411 && Failure::cast(this)->IsOutOfMemoryException(); 416 return this == Failure::Exception(); 684 return Failure::Exception(); 796 Failure::Type Failure::type() const { 801 bool Failure::IsInternalError() const { 806 bool Failure::IsOutOfMemoryException() const { 811 int Failure::requested() const [all...] |
stub-cache.h | 411 void set_failure(Failure* failure) { failure_ = failure; } 431 Failure** failure); 459 Failure* failure_;
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 195 * failure (0), or returns a dbus error message with more information 289 * failure (0), or returns a dbus error message with more information 335 * failure (0) 857 * failure (0) 938 * failure (0) 1052 * failure (0) 1080 * failure (0) 1101 * failure (0) [all...] |
/external/icu4c/i18n/unicode/ |
msgfmt.h | 328 * pattern cannot be parsed, set to failure code. 339 * pattern cannot be parsed, set to failure code. 352 * pattern cannot be parsed, set to failure code. 414 * pattern cannot be parsed, set to failure code. 426 * pattern cannot be parsed, set to failure code. 500 * @param status output param set to success/failure code. 515 * @param status output param set to success/failure code. 530 * @param status output param set to success/failure code. 546 * @param status output param set to success/failure code. 575 * pattern cannot be parsed, set to failure code [all...] |
/external/freetype/src/raster/ |
ftraster.c | 280 #ifndef FAILURE 281 #define FAILURE 1 693 /* SUCCESS on success. FAILURE in case of overflow or of incoherent */ 710 return FAILURE; [all...] |
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/ |
JDiffClassDescriptionTest.java | 32 JDiffClassDescriptionTest.this.fail("Saw unexpected test failure: " + name + " failure type: " + type); 47 JDiffClassDescriptionTest.this.fail("Saw second test failure: " + name + " failure type: " + type); 53 JDiffClassDescriptionTest.this.fail("Saw unexpected test failure: " + name + " failure type: " + type);
|
/dalvik/tests/046-reflect/src/ |
Main.java | 207 System.out.println(" got expected long->int failure"); 214 System.out.println(" got expected long->int failure"); 221 System.out.println(" got expected string->int failure"); 229 System.out.println(" got expected int->short failure"); 247 System.out.println(" got expected double->long failure"); 277 System.out.println(" got expected set-final failure\n");
|
/external/icu4c/test/intltest/ |
callimts.cpp | 100 if (failure(status, "Calendar::createInstance")) return; 175 if (failure(status, "Calendar::createInstance")) { 302 if (failure(status, "new GregorianCalendar")) { 306 if (failure(status, "GregorianCalendar::setTime")) { 341 if (failure(status, "Calendar set/getTime")) { 395 if (failure(status, "Calendar::add")) {
|
/external/skia/include/images/ |
SkImageDecoder.h | 185 in bitmap. Return true for success or false on failure. 195 of the decoded file. On failure it is ignored. 205 result in bitmap. Return true for success or false on failure. 215 of the decoded buffer. On failure it is ignored. 225 in bitmap. Return true for success or false on failure. 235 of the decoded stream. On failure it is ignored.
|
/frameworks/base/core/jni/ |
android_bluetooth_common.cpp | 610 goto failure; 615 goto failure; 627 goto failure; 646 failure: 668 goto failure; 685 failure:
|
android_server_BluetoothEventLoop.cpp | 654 LOGE("failure setting up Event Loop!"); 891 goto failure; 906 goto failure; [all...] |
/bionic/libc/include/ |
netdb.h | 144 #define EAI_AGAIN 2 /* temporary failure in name resolution */ 146 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ 148 #define EAI_MEMORY 6 /* memory allocation failure */
|
/dalvik/vm/native/ |
sun_misc_Unsafe.c | 87 // Note: android_atomic_cmpxchg() returns 0 on success, not failure. 107 // Note: android_atomic_cmpxchg() returns 0 on success, not failure. 128 // Note: android_atomic_cmpxchg() returns 0 on success, not failure.
|
/external/dbus/dbus/ |
dbus-server-debug-pipe.c | 129 * @returns a new server, or #NULL on failure. 332 * @param server_p location to store a new DBusServer, or #NULL on failure. 333 * @param error location to store rationale for failure on bad address
|
/external/e2fsprogs/lib/ext2fs/ |
tst_badblocks.c | 151 printf("FAILURE!\n"); 162 printf("FAILURE!\n"); 254 printf("Expected test failure didn't happen!\n");
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
pvdl_config_file.h | 47 LoadConfigStatus_CriticalError = -1, // object creation failure, open file failure 48 LoadConfigStatus_NonCriticalError = -2 // read failure, url mismatch, headers unavailable
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_failures.py | 38 the list of failures. "Best fits" means we use the worst type of failure. 71 """Abstract base class that defines the failure interface.""" 75 """Returns a string describing the failure in more detail."""
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
MacServices.c | 55 RETURN: handle to MacServices Object, NULL on failure . 168 WLAN_OS_REPORT(("\n.....PowerSRV_init configuration failure \n")); 190 WLAN_OS_REPORT(("\n.....PowerSRV_config failure \n"));
|
PowerSrv_API.h | 255 * \brief Registers a failure event callback for scan error notifications. 260 * - failureEventCB - the failure event callback function. 261 * - hFailureEventObj - handle to the object passed to the failure event callback function.
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
mainSecSm.c | 266 /* report failure but don't stop... */ 273 /* report failure but don't stop... */ 280 /* report failure but don't stop... */
|