HomeSort by relevance Sort by last modified time
    Searched full:failure (Results 976 - 1000 of 3254) sorted by null

<<31323334353637383940>>

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 89 // Anything besides yes or no is a failure.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 83 * @return <code>true</code> if success, <code>false</code> if failure or cancellation.
110 * @return <code>true</code> if success, <code>false</code> if failure.
122 * @return <code>true</code> if success, <code>false</code> if failure.
367 * Returns the amount read on success, -1 on failure.
  /system/core/include/android/
log.h 113 * Log an assertion failure and SIGTRAP the process to have a chance
  /system/core/libctest/
ctest.c 73 fprintf(stderr, "FAILURE! %d of %d tests failed. Failures:\n",
  /system/core/sh/
mystring.c 107 * failure.
  /system/extras/tests/bionic/libc/bionic/
test_mutex.c 44 #define assert(cond) do { if ( !(cond) ) panic( "%s:%d: assertion failure: %s\n", __FILE__, __LINE__, #cond ); } while (0)
  /system/extras/tests/fstest/
README 68 file that does not match any rule is a failure.
  /system/extras/tests/timetest/
timetest.c 18 fprintf(stderr,"clock failure\n");
  /system/vold/
Volume.cpp 548 * Failure handling - try to restore everything back the way it was
552 SLOGE("Failed to restore bindmount after failure! - Storage will appear offline!");
557 SLOGE("Failed to restore tmpfs after failure! - Storage will appear offline!");
562 SLOGE("Failed to republish mount after failure! - Storage will appear offline!");
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrv.h 157 * upper layer Failure Event CB.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/ELP_Controller/
ElpCtrl.c 80 failureEventCB_t fFail; /* upper layer failure event callback.
543 DESCRIPTION: Registers a failure event callback for Hw available
546 - fCb - the failure event callback function.\n
547 - hCb - handle to the object passed to the failure event callback function.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.c 217 ("FIND failure, bssid: %X-%X-%X-%X-%X-%X\n\n", mac->addr[0], mac->addr[1], mac->addr[2], mac->addr[3], mac->addr[4], mac->addr[5]));
317 ("INSERT failure, no free entry!, numOfSites=%d, removing site index=%d,\n \
380 WLAN_REPORT_ERROR(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("REMOVAL failure, site is NULL\n\n"));
386 WLAN_REPORT_ERROR(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("REMOVAL failure, site table is empty\n\n"));
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
env_tst.c 87 -EINVAL - failure
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrv.h 156 * upper layer Failure Event CB.
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
broadcastKeyNone.c 78 * TI_STATUS - 0 on success, any other value on failure.
mainKeysSm.c 324 /* report failure but don't stop... */
337 /* report failure but don't stop... */
344 /* report failure but don't stop... */
351 /* report failure but don't stop... */
unicastKeyNone.c 75 * TI_STATUS - 0 on success, any other value on failure.
  /external/libpcap/
pcap.3 241 is returned on failure.
391 is returned on failure, in which case
573 reads the next packet and returns a success/failure indication:
701 but it returns 0 on success and \-1 on failure.
771 is returned on failure, in which case
807 is returned on failure,
1097 is returned on failure;
1105 is returned on failure.
1115 is returned on failure.
1119 name. NULL is returned on failure
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c 91 * Returns: 0 on success, or -1 on failure
404 SM_STATE(EAP, FAILURE)
406 SM_ENTRY(EAP, FAILURE);
598 SM_ENTER_GLOBAL(EAP, FAILURE);
727 SM_ENTER(EAP, FAILURE);
942 wpa_printf(MSG_DEBUG, "EAP: Building EAP-Failure (id=%d)", id);
1096 "FAILURE");
1116 "found from database -> FAILURE");
1123 "identity request loop -> FAILURE");
1148 "FAILURE");
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.c 150 * TI_OK on success, TI_NOK on failure.
185 * TI_OK on success, TI_NOK on failure.
264 * TI_OK on success, TI_NOK on failure.
376 * TI_OK on success, TI_NOK on failure.
472 * TI_OK on success, TI_NOK on failure.
675 * TI_OK on success, TI_NOK on failure.
725 * TI_OK on success, TI_NOK on failure.
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.c 149 * TI_OK on success, TI_NOK on failure.
184 * TI_OK on success, TI_NOK on failure.
262 * TI_OK on success, TI_NOK on failure.
374 * TI_OK on success, TI_NOK on failure.
470 * TI_OK on success, TI_NOK on failure.
645 * TI_OK on success, TI_NOK on failure.
694 * TI_OK on success, TI_NOK on failure.
917 * TI_OK on success, TI_NOK on failure.
943 * TI_OK on success, TI_NOK on failure.
    [all...]
  /bionic/libc/bionic/
stubs.c 206 * passwd structure (sets errno to ENOENT on failure)
231 * group structure (sets errno to ENOENT on failure)
  /dalvik/docs/
verifier.html 42 <li>3rd party app failure analysis. We have no way to control the
112 exact instruction that failed, and the reason for the failure.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
FutureTask.java 120 * upon failure of the computation.
121 * @param t the cause of failure
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
MethodTest.java 851 assertTrue("Byte invalid failure: " + methods[i],
866 assertTrue("Short invalid failure: " + methods[i],
881 assertTrue("Integer invalid failure: " + methods[i],
895 assertTrue("Long invalid failure: " + methods[i],
    [all...]

Completed in 2111 milliseconds

<<31323334353637383940>>