/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
wait.h | 132 is not already dead, return (pid_t) 0. If successful, 150 is not already dead, clear *INFOP and return 0. If successful, store
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
Result.java | 150 * Returns whether the status is successful. 153 * @return <code>true</code> if the status is successful.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
MessageBoxLog.java | 40 * indicating whether the operation was successful or not. 42 * When <var>logErrorsOnly</var> is true, if the operation was not successful or errors
|
/system/extras/tests/sdcard/ |
sysutil.h | 63 // @return If successful the number of characters inserted in the 87 // @return If successful the number of characters inserted in the
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 59 and password will be included in the request. If successful, we'll return 62 We return a boolean indicating whether we were successful (true) or not (false). 75 # Authentication was successful - return our hard-coded 90 We return a boolean indicating whether we were successful (true) or not (false). 115 after successful authentication and "invalid credentials" error otherwise.
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_macwm.c | 175 if ((noErr == err) && pTableGammaTemp) /* if successful */ 263 if ((noErr == err) && (8 == (**(**hGD).gdPMap).pixelSize)) /* if successful and on an 8 bit device */ 325 if (pTableGammaNew) /* if successful fill table */ 358 if ((8 == (**(**hGD).gdPMap).pixelSize) && (noErr == err)) /* if successful and on an 8 bit device */ 379 if ((8 == (**(**hGD).gdPMap).pixelSize) && (noErr == err)) /* if successful and on an 8 bit device */
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConn.c | 134 AP_CONNECT_EVENT_FINISHED_OK, /**< Indicates successful completion of request sent to Conn SM */ 328 * TI_OK if successful, TI_NOK otherwise. 591 * Inform AP Connection about successful / unsuccessful completion [all...] |
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
VCardService.java | 252 * @return true when successful. 393 int jobId, boolean successful) { 396 + "Result: %b", jobId, (successful ? "success" : "failure"))); 403 int jobId, boolean successful) { 406 + "Result: %b", jobId, (successful ? "success" : "failure")));
|
/external/bluetooth/bluedroid/stack/include/ |
btm_api.h | [all...] |
goep_fs.h | 272 ** [GOEP_OK if successful] 288 ** [GOEP_OK if successful] 306 ** [GOEP_OK if successful]
|
/frameworks/base/tests/CoreTests/android/core/ |
SSLSocketTest.java | [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
assocSM.c | 147 * TI_OK if successful, TI_NOK otherwise. 193 * TI_OK if successful, TI_NOK otherwise. 326 * TI_OK if successful, TI_NOK otherwise. 366 * TI_OK if successful, TI_NOK otherwise. 402 * TI_OK if successful, TI_NOK otherwise. 451 * TI_OK if successful, TI_NOK otherwise. 604 * TI_OK if successful, TI_NOK otherwise. 738 * TI_OK if successful, TI_NOK otherwise. 786 * TI_OK if successful, TI_NOK otherwise. 823 * TI_OK if successful, TI_NOK otherwise [all...] |
/external/icu4c/test/cintltst/ |
cdattst.c | 171 log_verbose("PASS: formatting successful\n"); 173 log_verbose("PASS: Date Format for US locale successful using udat_format()\n"); 190 log_verbose("PASS: Date Format for french locale successful using udat_format()\n"); 206 log_verbose("PASS: Date Format for italian locale successful uisng udat_format() - wanted %s, got %s\n", x, g); 297 log_verbose("PASS: setLenient() successful\n"); 314 log_verbose("PASS: set2DigitYearStart successful\n"); 323 log_verbose("PASS: set2DigitYearStart successful\n"); 357 log_verbose("PASS: getting and setting calendar successful\n"); 574 log_verbose("PASS: udat_countSymbols() successful\n"); 698 log_verbose("PASS: SetSymbols successful\n") [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 91 // returns true and populates file_size if successful; otherwise, it returns 97 // use in log messages. If successful, returns true and sets *file to a 109 // If successful, returns true and populates dictionary_ with the dictionary 114 // Allocates space for the input buffer. If successful, 124 // If successful, output_file_ will be valid. 137 // into input_buffer_. If successful, returns true and sets *bytes_read 142 // Writes the contents of output to output_file_. If successful, returns
|
/frameworks/base/core/java/android/database/ |
CursorWindow.java | 238 * @return True if successful. 252 * @return True if successful, false if the cursor window is out of memory. 599 * @return True if successful. 616 * @return True if successful. 633 * @return True if successful. 651 * @return True if successful. 667 * @return True if successful.
|
/hardware/invensense/mlsdk/mllite/ |
mlcontrol.c | 199 * @return Zero if the command is successful; an ML error code otherwise. 248 * @return Zero if the command is successful; an ML error code otherwise. 308 * @return Zero if the command is successful; an ML error code otherwise. 362 * @return Zero if the command is successful; an ML error code otherwise. 410 * @return Zero if the command is successful; an ML error code otherwise. 471 * @return Zero if the command is successful; an ML error code otherwise. 651 * @return Zero if the command is successful; an ML error code otherwise.
|
/external/bluetooth/bluedroid/btif/co/ |
bta_fs_co.c | 321 ** if successful, and an error code (tBTA_FS_CO_STATUS) 405 ** [BTA_FS_CO_OK if successful], 629 ** [BTA_FS_CO_OK if successful] 661 ** [BTA_FS_CO_OK if successful] 767 ** [BTA_FS_CO_OK if successful] [all...] |
/external/chromium/chrome/common/ |
automation_messages_internal.h | 238 // bool - true if the resize was successful 535 // - bool: whether the operation was successful. 553 // - bool: whether the operation was successful. 571 // - bool: whether the operation was successful. 682 // The first return value indicates if the request was successful, while 700 // and successful executed. [all...] |
/external/dropbear/libtomcrypt/src/ciphers/ |
noekeon.c | 73 @return CRYPT_OK if successful 110 @return CRYPT_OK if successful 164 @return CRYPT_OK if successful
|
rc5.c | 51 @return CRYPT_OK if successful 126 @return CRYPT_OK if successful 181 @return CRYPT_OK if successful
|
/external/guava/guava/src/com/google/common/cache/ |
CacheStats.java | 43 * for loading to complete (whether successful or not) and then increment {@code missCount}. 126 * weren't cache hits, including requests which resulted in either successful or failed loading 138 * values. This includes both successful load operations, as well as those that threw
|
/external/guava/guava/src/com/google/common/net/ |
HostAndPort.java | 86 * A successful parse does not imply any degree of sanity in this field. 125 * @return if parsing was successful, a populated HostAndPort object. 145 * @return if parsing was successful, a populated HostAndPort object.
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connectionless.c | 176 * \retval NFCSTATUS_SUCCESS Operation successful. 230 * \retval NFCSTATUS_SUCCESS Operation successful. 296 * \retval NFCSTATUS_SUCCESS Operation successful.
|
/external/llvm/tools/bugpoint/ |
OptimizerDriver.cpp | 103 /// and writing the filename into OutputFile if successful. If the 107 /// outs() a single line message indicating whether compilation was successful 234 // Was the child successful?
|
/external/openssh/ |
uidswap.c | 169 /* Verify UID drop was successful */ 299 /* Verify GID drop was successful */ 313 /* Verify UID drop was successful */
|