/frameworks/base/docs/html/google/gcm/ |
demo.jd | 156 [enhance] DataNucleus Enhancer completed with success for 0 classes. Timings : input=28 ms, enhance=0 ms, total=28 ms. Consult the log for full details 157 [enhance] DataNucleus Enhancer completed and no classes were enhanced. Consult the log for full details
|
/frameworks/base/media/java/android/media/ |
SoundPool.java | 101 * <p>In our example, when the player has completed the level, the game 374 * Called when a sound has completed loading.
|
/frameworks/base/obex/javax/obex/ |
ClientOperation.java | 361 * @throws IOException if the operation is completed 365 throw new IOException("Operation has completed");
|
ServerOperation.java | 248 * @return <code>true</code> if the operation was completed; 709 * @throws IOException if the operation is completed
|
/frameworks/base/tests/CoreTests/android/core/ |
TestEventHandler.java | 572 /* Now wait for the response to be completed either through endData 593 /* Now wait for the response to be completed either through endData
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
WebViewContentsClientAdapter.java | 766 final AtomicBoolean completed = new AtomicBoolean(false); 769 if (completed.getAndSet(true)) return;
|
/hardware/broadcom/libbt/src/ |
hardware.c | 784 ALOGI("vendor lib fwcfg completed"); 818 ALOGI("vendor lib fwcfg completed"); [all...] |
/hardware/libhardware/include/hardware/ |
audio.h | 238 STREAM_CBK_EVENT_WRITE_READY, /* non blocking write completed */ 239 STREAM_CBK_EVENT_DRAIN_READY /* drain completed */
|
/libcore/luni/src/main/java/java/sql/ |
Statement.java | 245 * command completed successfully and the value is the <i>update 249 * completed successfully but the number of rows affected is
|
/libcore/luni/src/main/java/java/util/concurrent/ |
CopyOnWriteArrayList.java | 39 * update operations. Reads reflect the results of the most recently completed 71 * size by 100 when they have completed. No update operations are lost!
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
HandoverManager.java | 105 Log.d(TAG, "Completed transfer id: " + Integer.toString(transferId)); 109 Log.e(TAG, "Could not find completed transfer id: " + Integer.toString(transferId));
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadThread.java | 303 mInfo.mId + "; already completed"); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
firewire-cdev.h | 128 * struct fw_cdev_event_iso_interrupt - Sent when an iso packet was completed 136 * This event is sent when the controller has completed an &fw_cdev_iso_packet
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
firewire-cdev.h | 128 * struct fw_cdev_event_iso_interrupt - Sent when an iso packet was completed 136 * This event is sent when the controller has completed an &fw_cdev_iso_packet
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
firewire-cdev.h | 128 * struct fw_cdev_event_iso_interrupt - Sent when an iso packet was completed 136 * This event is sent when the controller has completed an &fw_cdev_iso_packet
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiResourceAttributeNode.java | 208 * completed. So if the project has only strings and layouts resources, for example, 413 * @param descriptor the descriptor that the resource values are being completed for,
|
/external/blktrace/btreplay/ |
btreplay.c | 91 * @send_done: Boolean: When true, the sub thread has completed work 92 * @reap_done: Boolean: When true, the rec thread has completed work 163 * n_reclaims_done: Counts number of reclaim threads that have completed. 164 * n_replays_done: Counts number of replay threads that have completed. 1029 * reclaim_ios - Reclaim AIOs completed, recycle IOCBs [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connection.c | [all...] |
/external/chromium_org/net/socket/ |
ssl_client_socket_nss.cc | 380 // The handshake on |nss_fd| may not have completed. 627 // completed synchronously, returns ERR_IO_PENDING, invoking |callback| on 628 // the network task runner once the handshake has completed. Otherwise, 686 // the handshake had completed, as well as bugs in NSS that prevent 726 // Called by NSS once the handshake has completed. [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
UIProvider.java | 69 * the user has added an account, and the first sync has not completed successfully. 93 /** The sync completed successfully */ 95 /** The sync wasn't completed due to a connection error */ 97 /** The sync wasn't completed due to an authentication error */ 99 /** The sync wasn't completed due to a security error */ 101 /** The sync wasn't completed due to a low memory condition */ 103 /** The sync wasn't completed due to an internal error/exception */ [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_sec.c | [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_api.h | 45 #define BTA_PENDING 2 /* API cannot be completed right now */ [all...] |
/external/chromium/chrome/browser/history/ |
history.h | 375 // will be completed and no other calls will be made for that handle. 458 // Permanently removes all completed download from the history system within [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_win.cc | [all...] |
/external/chromium_org/net/proxy/ |
proxy_service.cc | 835 // Callback for when the ProxyResolver request has completed. 839 // Remove this completed PacRequest from the service's pending list. [all...] |