/system/core/include/cutils/ |
event_tag_map.h | 32 * Returns NULL on failure.
|
misc.h | 27 * Returns 0 on failure.
|
/system/core/libcutils/ |
socket_local.h | 34 * @return 0 on success or -1 on failure
|
/system/extras/tests/bionic/libc/ |
README.TXT | 14 with a status code of 0 in case of success, and 1 in case of failure.
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
proc_stat.c | 74 len += (len<count)?sprintf(page+len,"-------------- STA Health Failure Statistics ---------------\n"):0; 77 len += (len<count)?sprintf(page+len,"No scan complete failure = %d\n",pHealthMonitor->recoveryTriggersNumber[ NO_SCAN_COMPLETE_FAILURE ]):0; 78 len += (len<count)?sprintf(page+len,"Mailbox failure = %d\n",pHealthMonitor->recoveryTriggersNumber[ MBOX_FAILURE ]):0; 79 len += (len<count)?sprintf(page+len,"HW awake failure = %d\n",pHealthMonitor->recoveryTriggersNumber[ HW_AWAKE_FAILURE ]):0;
|
/system/wlan/ti/wilink_6_1/utils/ |
stack.c | 65 * \return 0 - on success, -1 - on failure\n 109 * \return 0 - on success, -1 - on failure\n 127 * \return 0 - on success, -1 - on failure\n 150 * \return 0 - on success, -1 - on failure\n
|
/external/dropbear/ |
svr-auth.c | 91 * checking, and handle success or failure */ 138 /* username is invalid/no shell/etc - send failure */ 139 TRACE(("sending checkusername failure")) 192 * returns DROPBEAR_SUCCESS on valid username, DROPBEAR_FAILURE on failure */ 286 /* Send a failure message to the client, in responds to a userauth_request. 288 * incrfail is whether to count this failure in the failure count (which
|
/external/qemu/memcheck/ |
memcheck_util.h | 147 * Allocation request failure is reported by zeroing 'libc_pid' filed in the 151 * where to record failure. 156 * Free request failure is reported by zeroing 'libc_pid' filed in the free 160 * to record failure. 165 * Query request failure is reported by zeroing 'libc_pid' filed in the query 169 * to record failure. 221 * other failures. If a failure is returned from this routine content of info
|
/hardware/ti/omap3/dspbridge/inc/ |
DSPStream.h | 79 * DSP_EFAIL: General failure to allocate buffer. 96 * DSP_EFAIL: Failure to Close the Stream 113 * DSP_EFAIL: Failure to free the data buffers 203 * DSP_EFAIL: General failure. 229 * DSP_EFAIL: Failure to Prepare a buffer 296 * DSP_EFAIL: Failure to select a stream. 318 * DSP_EFAIL: Failure to UnPrepare a buffer
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPStream.h | 81 * DSP_EFAIL: General failure to allocate buffer. 98 * DSP_EFAIL: Failure to Close the Stream 115 * DSP_EFAIL: Failure to free the data buffers 205 * DSP_EFAIL: General failure. 231 * DSP_EFAIL: Failure to Prepare a buffer 298 * DSP_EFAIL: Failure to select a stream. 320 * DSP_EFAIL: Failure to UnPrepare a buffer
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
nrfsm.c | 104 * OK on success, NOK on failure 161 * OK on success, NOK on failure 208 * OK on success, NOK on failure 263 * OK on success, NOK on failure, 1 on pending in queue 335 * OK on success, NOK on failure 371 * OK on success, NOK on failure 401 * OK on success, NOK on failure
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
ZipInputStream.java | 131 Exception failure = null; local 135 failure = e; 155 if (failure == null) { // otherwise we're already going to throw 156 failure = e; 165 if (failure != null) { 166 if (failure instanceof IOException) { 167 throw (IOException) failure; 168 } else if (failure instanceof RuntimeException) { 169 throw (RuntimeException) failure; 172 error.initCause(failure); [all...] |
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 97 printf("\nEnum interfaces failure:");
135 printf("\nTest interfaces failure:");
194 printf("\n--- AdbGetInterfaceName failure %u", GetLastError());
217 printf("\n--- AdbGetUsbDeviceDescriptor failure %u", GetLastError());
234 printf("\n--- AdbGetUsbConfigurationDescriptor failure %u", GetLastError());
244 printf("\n--- AdbGetSerialNumber failure %u", GetLastError());
261 printf("\n--- AdbGetUsbInterfaceDescriptor failure %u", GetLastError());
277 printf("\n--- AdbGetEndpointInformation(%u) failure %u", pipe, GetLastError());
292 printf("\n--- AdbGetDefaultBulkReadEndpointInformation failure %u", GetLastError());
306 printf("\n--- AdbGetDefaultBulkWriteEndpointInformation failure %u", GetLastError()); [all...] |
/external/icu4c/i18n/unicode/ |
dtitvinf.h | 180 * @param status output param set to success/failure code on exit 190 * @param status output param set to success/failure code on exit 273 * @param status output param set to success/failure code on exit 287 * @param status output param set to success/failure code on exit 315 * @param status output param set to success/failure code on exit 379 * @param status output param set to success/failure code on exit 393 * @param status output param set to success/failure code on exit 464 * @param status output param set to success/failure code on exit 485 * @param status output param set to success/failure code on exit 498 * @param status output param set to success/failure code on exi [all...] |
udatpg.h | 108 * failure before the function call. 118 * failure before the function call. 137 * failure before the function call. 163 * failure before the function call. 189 * failure before the function call. 218 * failure before the function call. 247 * failure before the function call. 418 * failure before the function call. 435 * failure before the function call 448 * failure before the function call [all...] |
/external/wpa_supplicant/ |
aes_wrap.c | 42 * Returns: 0 on success, -1 on failure 101 * Returns: 0 on success, -1 on failure (e.g., integrity verification failed) 178 * Returns: 0 on success, -1 on failure 247 * Returns: 0 on success, -1 on failure 266 * Returns: 0 on success, -1 on failure 288 * Returns: 0 on success, -1 on failure 338 * Returns: 0 on success, -1 on failure 395 * Returns: 0 on success, -1 on failure, -2 if tag does not match 455 * Returns: 0 on success, -1 on failure 488 * Returns: 0 on success, -1 on failure [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
aes_wrap.c | 37 * Returns: 0 on success, -1 on failure 98 * Returns: 0 on success, -1 on failure (e.g., integrity verification failed) 177 * Returns: 0 on success, -1 on failure 250 * Returns: 0 on success, -1 on failure 270 * Returns: 0 on success, -1 on failure 293 * Returns: 0 on success, -1 on failure 343 * Returns: 0 on success, -1 on failure 406 * Returns: 0 on success, -1 on failure, -2 if tag does not match 473 * Returns: 0 on success, -1 on failure 506 * Returns: 0 on success, -1 on failure [all...] |
/external/apache-http/src/org/apache/commons/codec/net/ |
QCodec.java | 183 * thrown if a failure condition is encountered during the encoding process. 204 * thrown if a failure condition is encountered during the encoding process. 223 * A decoder exception is thrown if a failure condition is encountered during the decode process. 244 * thrown if a failure condition is encountered during the encoding process. 268 * A decoder exception is thrown if a failure condition is encountered during the decode process.
|
/external/icu4c/test/cintltst/ |
cmsgtst.c | 133 log_data_err("ERROR: failure in message format on testcase %d: %s (Are you missing data?)\n", i, myErrorName(status) ); 165 log_data_err("ERROR: failure in message format on testcase %d: %s (Are you missing data?)\n", i, myErrorName(status) ); 211 log_err("ERROR: failure in message format on testcase %d: %s\n", i, u_errorName(status) ); 289 log_data_err("Error: failure in message format on test#1: %s (Are you missing data?)\n", myErrorName(status)); 320 log_data_err("Error: failure in message format on test#2 : %s (Are you missing data?)\n", myErrorName(status)); 345 log_data_err("Error: failure in message format on test#3 : %s (Are you missing data?)\n", myErrorName(status)); 392 log_err("Error: failure in get millis: %s\n", myErrorName(status) ); 417 log_err("ERROR: failure in message format test#4: %s\n", myErrorName(status)); 493 log_err("Error: failure in get millis: %s\n", myErrorName(status) ); 511 log_data_err("ERROR: failure in message format test#4: %s (Are you missing data?)\n", myErrorName(status)) [all...] |
/external/icu4c/test/intltest/ |
fldset.h | 64 * @return the number of valid parsed fields on success, or a negative number on failure. 74 * @return the number of valid parsed fields on success, or a negative number on failure. 84 * @return the number of valid parsed fields on success, or a negative number on failure. 101 * @param status error status - set to error for failure. 112 * @param status error status - set to error for failure.
|
/external/openssl/crypto/ec/ |
ec_err.c | 189 {ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE),"d2i ecpkparameters failure"}, 191 {ERR_REASON(EC_R_EC_GROUP_NEW_BY_NAME_FAILURE),"ec group new by name failure"}, 193 {ERR_REASON(EC_R_GROUP2PKPARAMETERS_FAILURE),"group2pkparameters failure"}, 194 {ERR_REASON(EC_R_I2D_ECPKPARAMETERS_FAILURE),"i2d ecpkparameters failure"}, 214 {ERR_REASON(EC_R_PKPARAMETERS2GROUP_FAILURE),"pkparameters2group failure"},
|
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
PowerSrvSM.h | 120 TFailureEventCb failureEventCB; /**< Failure event callback */ 122 TI_HANDLE hFailureEventObj; /**< Failure event object (supplied to the above callback) */ 270 * \brief Registers a failure event callback for power save error notifications (timer expiry).\n 275 * - failureEventCB - the failure event callback function. 276 * - hFailureEventObj - handle to the object passed to the failure event callback function.
|
ScanSrv.h | 109 * upper layer Failure Event CB. 155 * be called on failure, but rather an invalid 295 * \brief Registers a failure event callback for scan error notifications. 299 * \param failureEventCB - the failure event callback function.\n 300 * \param hFailureEventObj - handle to the object passed to the failure event callback function.\n
|
/hardware/ti/wlan/wl1271/utils/ |
fsm.c | 87 * TI_OK on success, TI_NOK on failure 144 * TI_OK on success, TI_NOK on failure 189 * TI_OK on success, TI_NOK on failure 241 * TI_OK on success, TI_NOK on failure 297 * TI_OK on success, TI_NOK on failure
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/ |
PowerSrvSM.h | 120 failureEventCB_t failureEventCB; /**< Failure event callback */ 122 TI_HANDLE hFailureEventObj; /**< Failure event object (supplied to the above callback) */ 269 * \brief Registers a failure event callback for power save error notifications (timer expiry).\n 274 * - failureEventCB - the failure event callback function. 275 * - hFailureEventObj - handle to the object passed to the failure event callback function.
|