/external/webkit/WebCore/manual-tests/ |
arrow-key-events.html | 3 Redundant keydown, keypress, keyup events sent for arrow keys.</p>
|
/external/webkit/WebKit/chromium/public/ |
WebSharedWorker.h | 66 // Invoked once the connect event has been sent so the caller can free this object.
|
WebSocketStreamHandleClient.h | 49 // Called when |amountSent| bytes are sent.
|
/frameworks/base/core/java/android/view/ |
IWindow.aidl | 42 * command. Any response from the receiver must be sent through the
|
/frameworks/base/obex/javax/obex/ |
BaseStream.java | 51 * Verifies that additional information may be sent. In other words, the
|
/frameworks/base/telephony/java/android/telephony/ |
CellLocation.java | 38 * a broadcast will be sent to everyone registered with {@link
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaDataConnectionTracker.java | 488 long sent, received; 502 sent = txPkts - preTxPkts; 505 if ( sent > 0 && received > 0 ) { 508 } else if (sent > 0 && received == 0) { 510 sentSinceLastRecv += sent; 515 } else if (sent == 0 && received > 0) { 518 } else if (sent == 0 && received == 0) { 532 // Packets sent without ack exceeded threshold. 545 if (DBG) log("Sent " + String.valueOf(sentSinceLastRecv) + [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/ |
msgtrace.h | 2 * Trace messages sent over HBUS
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
tiwlnif.h | 63 eSecurityStateAuthenticating, /* Authentication request is sent*/
|
/hardware/ti/wlan/wl1271/utils/ |
GenSM.h | 76 TI_UINT32 uEvent; /**< Last event sent */
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexSession.java | 44 * means one file has been sent. For inbounds share, it means one file has
|
BluetoothShare.java | 59 * Broadcast Action: this is sent by the Bluetooth Share component to 66 * This is sent by the Bluetooth Share component to indicate there is an 72 * This is sent by the Bluetooth Share component to indicate there is an 79 * sent/received.
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPhotoLoader.java | 50 * Type of message sent by the UI thread to itself to indicate that some photos 56 * Type of message sent by the loader thread to indicate that some photos have 97 * Handler for messages sent to the UI thread. 133 * it is displayed immediately. Otherwise a request is sent to load the photo
|
/packages/apps/Email/src/com/android/email/mail/ |
Store.java | 235 * Some protocols require that a sent message be copied (uploaded) into the Sent folder 238 * @return true if the store requires an upload into "sent", false if this happens automatically 239 * for any sent message.
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
AbstractSyncAdapter.java | 48 // Create the data for local changes that need to be sent up to the server
|
/packages/apps/IM/samples/PluginDemo/src/com/android/im/plugin/demo/ |
DemoPresenceMapping.java | 60 // need to be sent to the server. If we do need other values to the server,
|
/packages/apps/IM/src/com/android/im/engine/ |
SmsService.java | 88 * sent.
|
/packages/apps/Phone/src/com/android/phone/ |
CdmaDisplayInfo.java | 26 * Helper class for displaying the DisplayInfo sent by CDMA network.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
XmlErrorHandler.java | 44 * Sent when an XML error is detected.
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
tiwlnif.h | 63 eSecurityStateAuthenticating, /* Authentication request is sent*/
|
/system/wlan/ti/wilink_6_1/utils/ |
GenSM.h | 76 TI_UINT32 uEvent; /**< Last event sent */
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardViewMediator.java | 467 * Handles SET_HIDDEN message sent by setHidden() [all...] |
/bootable/bootloader/legacy/ |
fastboot_protocol.txt | 50 until the client has sent or received the number of bytes indicated 102 * Commands are ascii strings and sent without the quotes (which are
|
/dalvik/libcore/luni/src/main/java/java/net/ |
MulticastSocket.java | 70 * packets are sent or received. 160 * Gets the time-to-live (TTL) for multicast packets sent on this socket. 172 * Gets the time-to-live (TTL) for multicast packets sent on this socket. 335 * policy before it may be sent. 517 * Sets the time-to-live (TTL) for multicast packets sent on this socket. 521 * the default time-to-live field value for packets sent on this 535 * Sets the time-to-live (TTL) for multicast packets sent on this socket. 539 * the default time-to-live field value for packets sent on this
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ |
ProcessTest.java | 120 // assertTrue("Data returned did not match data sent. Received: '" 121 // + recvd + "' sent: '" + org + "'", recvd.equals(org));
|