HomeSort by relevance Sort by last modified time
    Searched refs:sent (Results 151 - 175 of 234) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
interframe.js 119 * parameter in order to be sent.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
mathjax.js 106 * @param {string} data The command to be sent to the content script.
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 13 * 1. Processing requests for cards dismissals that are not yet sent to the
137 * (1) never sent 'nextPollSeconds' for the group or
151 * Pending (not yet successfully sent) dismissal for a received notification.
578 // 'nextPollSeconds' may be sent even for groups that don't contain
    [all...]
  /external/chromium_org/chrome/browser/resources/hangout_services/
thunk.js 158 // is used so that if the page is closed before that message is sent, the
  /external/chromium_org/chrome/renderer/resources/extensions/
web_request_internal_custom_bindings.js 65 // info is sent to the callback.
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 285 common.logMessage("sent bytes: " + sentBytes);
  /external/chromium_org/remoting/webapp/
host_it2me_native_messaging.js 171 // A "hello" request is sent immediately after the native messaging host
log_to_server.js 155 * but the statistics are not sent to the log server.
third_party_token_fetcher.js 107 // Check that 'state' contains the same XSRF token we sent in the request.
format_iq.js 671 * Return a pretty-formatted string for the IQ stanza being sent.
677 * @return {string} Pretty version of XML stanza being sent. A raw dump of the
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.cc 161 // Signal sent when TurnEntry is destroyed.
293 // For TCP and TLS AllcateRequest will be sent by OnSocketConnect.
396 int sent = entry->Send(data, size, payload, options); local
397 if (sent <= 0) {
467 // Signal needs both resolved and unresolved address. After signal is sent
508 // We will send SignalPortError asynchronously as this can be sent during
792 // If we failed to authenticate even after we sent our credentials, fail hard.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_dispatcher.js 105 * No other messages relating to the failed operation should be sent.
  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyboard.js 461 * Handles key-down event that is sent by kb-key-base.
525 * Handles key-out event that is sent by kb-shift-key.
658 * Handles key-up event that is sent by kb-key-base.
750 * Handles key-longpress event that is sent by kb-key-base.
  /external/lldb/test/pexpect-2.4/examples/
cgishell.cgi 113 sent = conn.send('\n'.join(response))
114 if sent < len (response):
115 if verbose: print "Sent is too short. Some data was cut off."
  /external/oprofile/events/i386/atom/
events 41 event:0x62 counters:0,1 um:agent minimum:6000 name:BUS_DRDY_CLOCKS : Bus cycles when data is sent on the bus
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java 2849 ByteBuffer[] sent = new ByteBuffer[2]; local
2889 ByteBuffer[] sent = new ByteBuffer[2]; local
    [all...]
DatagramChannelTest.java 2389 ByteBuffer sent = ByteBuffer.allocate(1024); local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 26 was sent to the printers in August, 1987.
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctputil.c 682 if (chk->sent == SCTP_DATAGRAM_RESEND) {
684 } else if (chk->sent < SCTP_DATAGRAM_RESEND) {
752 (chk->sent < SCTP_DATAGRAM_RESEND)) {
1128 * count (streamoutcnt) but first check if we sent to any of
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 1959 BOOLEAN sent = FALSE; local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 371 * anyone that we sent to in case we get a different ICMP that tells
403 * resend since we sent to big of chunk
406 if (chk->sent != SCTP_DATAGRAM_RESEND)
408 chk->sent = SCTP_DATAGRAM_RESEND;
411 chk->sent = SCTP_DATAGRAM_RESEND;
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
enroller.js 95 // For U2F_V2, the challenge sent to the gnubby is modified to be the
538 // For U2F_V2, the challenge sent to the gnubby is modified to be the hash
  /external/chromium_org/ppapi/tests/
test_websocket.cc 1538 uint32_t sent; local
    [all...]
  /external/libmtp/src/
libmtp.h 419 * is easy to calculate by dividing <code>sent</code> by
421 * @param sent the number of bytes sent so far
427 typedef int (* LIBMTP_progressfunc_t) (uint64_t const sent, uint64_t const total,
    [all...]
  /external/oprofile/events/i386/nehalem/
events 52 event:0x4C counters:0,1,2,3 um:one minimum:6000 name:LOAD_HIT_PRE : Counts load operations sent to the L1 data cache while a previous SSE prefetch instruction to the same cache line has started prefetching but has not yet finished.
80 event:0xB8 counters:0,1,2,3 um:snoop_response minimum:6000 name:SNOOP_RESPONSE : Counts HIT snoop response sent by this thread in response to a snoop request.

Completed in 2992 milliseconds

1 2 3 4 5 67 8 910