/external/webkit/WebKit/mac/Plugins/ |
WebPluginsPrivate.h | 29 // WebPluginWillPresentNativeUserInterfaceNotification is sent by plugins to notify the WebKit client
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
radiotap.h | 215 #define IEEE80211_RADIOTAP_F_CFP 0x01 /* sent/received 218 #define IEEE80211_RADIOTAP_F_SHORTPRE 0x02 /* sent/received 222 #define IEEE80211_RADIOTAP_F_WEP 0x04 /* sent/received 225 #define IEEE80211_RADIOTAP_F_FRAG 0x08 /* sent/received
|
/frameworks/base/core/java/android/content/ |
IntentSender.java | 44 * sent there and nowhere else. 91 * @param IntentSender The IntentSender this operation was sent through. 92 * @param intent The original Intent that was sent. 152 * is no longer allowing more intents to be sent through it.
|
/packages/apps/IM/src/com/android/im/ |
IChatSession.aidl | 74 * Leaves this ChatSession if there isn't any message sent or received in it.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleWait.java | 25 * Handle the "wait" chunk (WAIT). These are sent up when the client is
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoReceiveSmsPermissionTest.java | 74 assertTrue("Sms not sent successfully, test environment problem?", 100 * A receiver that tracks if message was sent and received 114 handleResultCode(getResultCode(), "sent");
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MessengerService.java | 63 * the client where callbacks should be sent. 75 * Command to service to set a new value. This can be sent to the 76 * service to supply a new value, and will be sent by the service to
|
/development/tools/axl/ |
chewie.py | 52 # thread, queued, opened, send, sent, reading, read, uri, server, y 158 thread, queued, opened, send, sent, reading, read, uri, server, y = val 160 arrow = pylab.Arrow(send, y, sent - send, 0)
|
/external/apache-http/src/org/apache/http/protocol/ |
package.html | 52 before a message is sent and after it has been received. 67 <td>prepares headers before a request is sent</td> 72 <td>prepares headers before a response is sent</td>
|
/external/bluetooth/bluez/tools/ |
csr_bcsp.c | 155 int timeout = 0, sent = 0; local 200 sent = 1; 205 if (sent && receive_packet.channel == 5 &&
|
/external/iproute2/man/man8/ |
tc-tbf.8 | 36 case, data is on average dequeued at the configured rate but may be sent much faster at millisecond 54 calculates the token deficit, and throttles until the first packet in the queue can be sent. 64 on HZ as 1/HZ. For perfect shaping, only a single packet can get sent per jiffy - for HZ=100, this means 100
|
/external/libpcap/ |
sll.h | 47 * LINUX_SLL_HOST packet was sent to us 50 * LINUX_SLL_OTHERHOST packet was sent to somebody else 51 * LINUX_SLL_OUTGOING packet was sent *by* us;
|
/external/ppp/pppd/include/net/ |
slcompress.h | 47 * is different from the others in that its value is sent, not the 53 * ack is more than 65535, an uncompressed packet is sent.) 122 u_char last_xmit; /* last sent conn. id */
|
vjcompress.h | 47 * is different from the others in that its value is sent, not the 53 * ack is more than 65535, an uncompressed packet is sent.) 121 u_char last_xmit; /* last sent conn. id */
|
/external/quake/quake/src/QW/client/ |
docs.txt | 7 messages sent from the client to the server will include a servercount, and if the
63 which is why none of the information is sent in the initial S2C_CONNECTION message.
67 Before the client can begin playing in the server, the following information must be sent:
|
/external/tcpdump/ |
sctpHeader.h | 146 struct sctpInitiation initAckISent; /* the INIT-ACK that I sent to my peer */ 151 /* at the end is tacked on the INIT chunk sent in 200 * following is sent
|
sll.h | 47 * LINUX_SLL_HOST packet was sent to us 50 * LINUX_SLL_OTHERHOST packet was sent to somebody else 51 * LINUX_SLL_OUTGOING packet was sent *by* us;
|
/external/webkit/WebCore/platform/ |
PlatformKeyboardEvent.h | 71 // KeyDown is sent by platforms such as Mac OS X, gtk and Qt, and has information about both physical pressed key, and its translation. 75 // KeyUp is sent by all platforms. 78 // These events are sent by platforms such as Windows and wxWidgets. RawKeyDown only has information about a physical key, and Char
|
/external/webkit/WebKit/gtk/webkit/ |
webkitnetworkrequest.cpp | 38 * about a request that will be sent, or has been sent. Inside it you 251 * actually sent to the server) where explicitly documented.
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_i.h | 59 * A state machine is needed because a number of variant forms must be sent in 105 * and is then included with each event sent to the subscriber. 113 struct wps_event_ *current_event; /* non-NULL if being sent (not in q)
|
/frameworks/base/core/java/android/net/ |
LocalSocket.java | 245 * is one deep. The file descriptors will be sent with the next write 256 * Retrieves a set of file descriptors that a peer has sent through 257 * an ancillary message. This method retrieves the most recent set sent,
|
/frameworks/base/core/java/android/webkit/ |
StreamLoader.java | 84 * This method is called when the headers are about to be sent to the 88 * @param headers Map of HTTP headers that will be sent to the loader. 171 * If an error occurs reading the stream, then an error is sent to the
|
/frameworks/base/obex/javax/obex/ |
Authenticator.java | 53 * password in this object is not sent in the authentication response. Instead, 56 * method and passed through the MD5 hash algorithm. The resulting value is sent 73 * challenge sent via the authentication challenge, apply the MD5 hash
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
spid.h | 75 #define STATUS_ENABLE 0x1 /* 1/0 Status sent/not sent to host after read/write */ 76 #define INTR_WITH_STATUS 0x2 /* 0/1 Do-not / do-interrupt if status is sent */
|
/packages/apps/IM/src/com/android/im/imps/ |
Primitive.java | 21 * A primitive is the basic packet sent between the IMPS server and the IMPS 221 * Indicates a primitive is sent within a session. 226 * Indicates a primitive is sent without a session.
|