/system/core/toolbox/ |
rm.c | 16 /* return -1 on failure, with errno set to the first error */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/ |
Core_AdaptTx.c | 79 RETURN: OK on success, NOK on failure 104 RETURN: OK on success, NOK on failure 133 RETURN: OK on success, NOK on failure 162 RETURN: OK on success, NOK on failure
|
/bootable/bootloader/legacy/ |
fastboot_protocol.txt | 37 of the response (if present) provide a textual failure message 59 b. FAIL -> display the remaining 60 bytes (if present) as a failure 94 Client: "FAILunknown command" indicate failure
|
/cts/tools/vm-tests/ |
vm-tests.html | 116 <td>Functional failure</td> 124 <td>Verifier failure</td> 137 nature of the problem is. The test case is considered a failure,
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/ |
DefaultHandler2.java | 113 * @exception IOException Probably indicating a failure to create 151 * @exception IOException Probably indicating a failure to create 179 * @exception IOException Probably indicating a failure to create
|
/dalvik/libdex/ |
DexClass.c | 41 * returns an "okay" flag (that is, false == failure). */ 54 * returns an "okay" flag (that is, false == failure). 75 * returns an "okay" flag (that is, false == failure).
|
DexClass.h | 61 * returns an "okay" flag (that is, false == failure). */ 67 * returns an "okay" flag (that is, false == failure). 81 * returns an "okay" flag (that is, false == failure).
|
/dalvik/vm/mterp/x86-atom/ |
OP_NEW_INSTANCE.S | 77 cmp $$0, %eax # check for failure 95 cmp $$0, %eax # check for failure 125 cmp $$0, %edx # check for failure
|
/development/host/windows/usb/winusb/ |
adb_winusb_endpoint_object.h | 92 @return A handle to IO completion object or NULL on failure. If NULL is
111 @return true on success, false on failure. If false is returned
138 @return true on success, false on failure. If false is returned
|
/external/elfutils/tests/ |
update2.c | 99 printf ("failure in elf_update(NULL): %s\n", elf_errmsg (-1)); 117 printf ("failure in elf_update(WRITE): %s\n", elf_errmsg (-1)); 138 printf ("failure in elf_end: %s\n", elf_errmsg (-1));
|
update3.c | 148 printf ("failure in elf_update(NULL): %s\n", elf_errmsg (-1)); 166 printf ("failure in elf_update(WRITE): %s\n", elf_errmsg (-1)); 193 printf ("failure in elf_end: %s\n", elf_errmsg (-1));
|
/external/gtest/samples/ |
sample3_unittest.cc | 53 // another test's failure. If one test depends on info produced by 56 // The macros for indicating the success/failure of a test 59 // each failure belongs to). Technically, these macros invoke a
|
/external/icu4c/test/intltest/ |
dtfmtrtts.cpp | 63 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg) function in class:DateFormatRoundTripTest 74 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg, const UnicodeString& str) function in class:DateFormatRoundTripTest 118 errln("Round trip failure: \"%S\" (%f), \"%S\" (%f)", result[0].getBuffer(), date[1], result[1].getBuffer(), date[2]); 129 failure(status, "Calendar::createInstance"); 283 errln((UnicodeString)"Failure getting min date for " + origLocale.getName()); 331 failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName()); 380 && fmt->getTimeZone().inDaylightTime(d[0], status) && ! failure(status, "TimeZone::inDST()")) { 393 else if((in0=fmt->getTimeZone().inDaylightTime(d[0], status)) && ! failure(status, "gettingDaylightTime") && 398 fmt->getTimeZone().inDaylightTime(d[1], status) && !failure(status, "gettingDaylightTime")) 406 && !failure(status, "error status [smatch>maxSmatch]" [all...] |
/external/openssl/crypto/pkcs7/ |
pkcs7err.c | 113 {ERR_REASON(PKCS7_R_DIGEST_FAILURE) ,"digest failure"}, 124 {ERR_REASON(PKCS7_R_NO_MULTIPART_BODY_FAILURE),"no multipart body failure"}, 139 {ERR_REASON(PKCS7_R_SIGNATURE_FAILURE) ,"signature failure"},
|
/external/openssl/crypto/x509/ |
x509_txt.c | 90 return("certificate signature failure"); 92 return("CRL signature failure"); 140 return("application verification failure");
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
regress-208496-001.js | 49 var actual = '(TEST FAILURE)'; 113 var a = '(TEST FAILURE)'; 114 var b = '(TEST FAILURE)';
|
/external/webkit/WebCore/loader/appcache/ |
ApplicationCacheGroup.h | 163 Failure, 173 // the course of action in case of this failure (i.e. call the ChromeClient callback or run the failure steps).
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
wpabuf.c | 64 * Returns: Buffer to the allocated wpabuf or %NULL on failure 136 * Returns: wpabuf with concatenated a + b data or %NULL on failure 173 * Returns: wpabuf padded to len octets or %NULL on failure
|
/frameworks/base/core/java/android/os/ |
Handler.java | 243 * message queue. Returns false on failure, usually because the 262 * message queue. Returns false on failure, usually because the 284 * message queue. Returns false on failure, usually because the 308 * message queue. Returns false on failure, usually because the 331 * message queue. Returns false on failure, usually because the 362 * message queue. Returns false on failure, usually because the 374 * message queue. Returns false on failure, usually because the 388 * message queue. Returns false on failure, usually because the 403 * message queue. Returns false on failure, usually because the 419 * message queue. Returns false on failure, usually because th [all...] |
/frameworks/base/libs/rs/ |
rsLocklessFifo.cpp | 45 LOGE("LocklessFifo allocation failure"); 210 LOGE("LocklessFifo mutex init failure"); 216 LOGE("LocklessFifo condition init failure");
|
/frameworks/base/media/libmedia/ |
MediaScanner.cpp | 167 if (exceptionCheck && exceptionCheck(exceptionEnv)) goto failure; 177 if (exceptionCheck && exceptionCheck(exceptionEnv)) goto failure; 184 failure:
|
/frameworks/base/media/libstagefright/ |
StagefrightMediaScanner.cpp | 126 if (!client->addStringTag(key, val)) goto failure; 136 if (!client->addStringTag("duration", buffer)) goto failure; 142 failure:
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/Export_Inc/ |
CmdQueue_api.h | 96 * \return TI_OK on success or TI_NOK on failure 178 * \return TI_OK on success or TI_NOK on failure 199 * \return TI_OK on success or TI_NOK on failure
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
osApi.h | 186 * \return Pointer to the allocated memory on success ; NULL on failure (there isn't enough memory available) 202 * \return Pointer to the allocated memory on success ; NULL on failure (there isn't enough memory available) 295 * \return Pointer to the allocated memory on success ; NULL on failure (there isn't enough memory available) 311 * \return Pointer to the allocated memory on success ; NULL on failure (there isn't enough memory available) 370 * \return Handle to timer object on success ; NULL on failure 480 * \return Handle of the created mutex/spin lock object on Success ; NULL on Failure (not enough memory available or problems to initializing the mutex) 548 * \return Pointer to Signal Object on Success ; NULL on Failure 563 * \return TI_OK (0) on Success ; TI_NOK (1) on Failure 576 * \return TI_OK (0) on Success ; TI_NOK (1) on Failure 589 * \return TI_OK (0) on Success ; TI_NOK (1) on Failure [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
broadcastKeySM.c | 79 * TI_STATUS - 0 on success, any other value on failure. 132 * TI_STATUS - 0 on success, any other value on failure. 175 * TI_STATUS - 0 on success, any other value on failure.
|