HomeSort by relevance Sort by last modified time
    Searched refs:replies (Results 1 - 11 of 11) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 52 * of sent JDWP commands and received replies for these commands:
189 * through connection and returns replies.
197 private Hashtable<Integer, ReplyPacket> replies; field in class:PacketDispatcher.CommandsSynchronyzer
204 replies = new Hashtable<Integer, ReplyPacket>();
246 // put the reply in replies queue
247 synchronized (replies) {
248 replies.put(new Integer(replyPacket.getId()),
315 synchronized (replies) {
316 currentReply = (ReplyPacket) replies.remove(Id);
408 synchronized (replies) {
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTest.java 87 final Address[] replies = Address.fromHeader(replyToList); local
95 message.setReplyTo(replies);
129 final Address[] replies = Address.fromHeader(replyToList); local
137 message.setReplyTo(replies);
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 30 #define MAX_MSEARCH 20 /* max simultaneous M-SEARCH replies ongoing */
368 * M-SEARCH replies
463 int replies; local
465 replies = dl_list_len(&sm->msearch_replies);
467 "outstanding)", replies);
468 if (replies >= MAX_MSEARCH) {
470 "M-SEARCH replies");
  /external/ppp/pppd/
auth.c 1475 int replies = 0; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
interframe.js 12 * replies. When a reply is received, it will automatically contain the ID of
36 * The message used to set the ID of a child frame so that it can send replies
196 * @param {number|string} id The ID you want to receive in replies from
  /external/ipsec-tools/
setup.c 173 int replies = 0; local
182 for (p = NULL; replies < 2 && (p = pfkey_recv(key)) != NULL; free(p)) {
189 replies += !p->sadb_msg_seq;
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-unicode-handling.js 26 'Test for proper handling of Unicode RegExps and <a href="http://bugzilla.webkit.org/show_bug.cgi?id=7445">bug 7445</a>: Gmail puts wrong subject in replies.'
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 152 int no_reply; // don't send asynchronous replies to client
155 struct reply_state *replies; // corresponding (active) reply list member in struct:request_state
237 struct reply_state *next; // If there are multiple unsent replies
321 // Now, if this request_state is not subordinate to some other primary, close file descriptor and discard replies
329 while (req->replies) // free pending replies
331 reply_state *ptr = req->replies;
332 req->replies = req->replies->next;
390 reply_state **ptr = &r->replies;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
extension_bridge.js 112 * port that can be used to send replies.
  /external/chromium_org/remoting/webapp/
host_daemon_facade.js 116 * Messaging port, adding |onDone| to the list of pending replies.
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 583 int replies = 0; local
    [all...]

Completed in 716 milliseconds