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

12 3 4 5 6 7 8 910

  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 8 * Stores a state every time an "active" event is sent, up to 20 items.
  /external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
background.js 25 // Keep the sendResponse channel open, so a response can be sent
  /external/chromium_org/chrome/browser/safe_browsing/
two_phase_uploader.h 43 typedef base::Callback<void(int64 sent, int64 total)> ProgressCallback;
54 // The first phase request will be sent to |base_url|, with |metadata|
  /external/chromium_org/google_apis/gcm/base/
mcs_util.cc 242 uint64 sent = local
243 reinterpret_cast<const mcs_proto::DataMessageStanza*>(&protobuf)->sent();
244 DCHECK(sent);
248 (sent + ttl) * base::Time::kMicrosecondsPerSecond);
  /external/chromium_org/ipc/
ipc_logging.cc 250 Time::FromInternalValue(data.sent)).InSecondsF();
253 Time::FromInternalValue(data.sent)).InSecondsF();
263 Time::FromInternalValue(data.sent).ToDoubleT(),
305 data->sent = message.sent_time();
  /external/libmtp/examples/
pathutils.c 116 int progress (const uint64_t sent, const uint64_t total, void const * const data)
118 int percent = (sent*100)/total;
120 printf("Progress: %I64u of %I64u (%d%%)\r", sent, total, percent);
122 printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent);
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 16 * a) A |pageLoaded| message is sent when the page has been loaded. This is
19 * are sent to this background script as |apiCall| messages. These
21 * c) The injected script scrapes passwords. They are sent to this background
190 * Handler for 'initDesktopFlow' signal sent from the main script.
306 * Handler for 'setGaiaUrl' signal sent from the main script.
313 * Handler for 'setBlockInsecureContent' signal sent from the main script.
320 * Handler for 'resetAuth' signal sent from the main script.
328 * Handler for 'authStarted' signal sent from the main script.
336 * Handler for 'getScrapedPasswords' request sent from the main script.
348 * Handler for 'apiResponse' signal sent from the main script. Passes on th
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.c 692 * Gak, He sent me a duplicate str
954 /* Gak, He sent me a duplicate str seq number */
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 256 size_t sent = socket->Send(onconnect_data_.c_str(), onconnect_data_.length()); local
257 ASSERT(sent == onconnect_data_.length());
258 UNUSED(sent);
267 int sent = socket->Send(buffer, len); local
268 ASSERT(sent == len);
269 UNUSED2(sent, len);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 118 size_t sent = 0; local
244 (char *)buffer + sent,
248 (char *)buffer + sent,
276 sent += static_cast<ssize_t>((period_size));
280 } while ((mHandle->handle||(mHandle->rxHandle && mParent->mVoipStreamCount)) && sent < bytes);
282 return sent;
  /external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c 619 accept_rs->app_fd = -1; //the fd is closed after sent to app
640 APPL_TRACE_DEBUG("on_rfc_connect_ind, connect signal sent, slot id:%d, rfc scn:%d, server:%d",
836 int sent = send(fd, (UINT8 *)(p_buf + 1) + p_buf->offset, p_buf->len, MSG_DONTWAIT); local
837 if(sent == p_buf->len)
840 if(sent > 0 && sent < p_buf->len)
842 //sent partial
843 APPL_TRACE_ERROR("send partial, sent:%d, p_buf->len:%d", sent, p_buf->len);
844 p_buf->offset += sent;
863 int sent = send_data_to_app(rs->fd, p_buf); local
965 int sent = send_data_to_app(rs->fd, p_buf); local
    [all...]
  /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)
  /device/generic/goldfish/qemu-props/
Android.mk 22 # to setup various system properties sent by the emulator program.
  /external/chromium_org/v8/test/mjsunit/
array-push7.js 16 // Test that Object.observe() notification events are properly sent from
  /external/chromium_org/chrome/browser/resources/hotword_helper/
optin_client.js 21 * Commands sent from this injected content scripts to the page.
31 * Commands sent from the page to this content script.
  /external/smack/src/org/jivesoftware/smackx/carbons/
Carbon.java 36 * <b>smack.properties</b> file for the elements <b>sent</b> and
53 * get the direction (sent or received) of the carbon.
97 sent enum constant in enum:Carbon.Direction
116 throw new Exception("sent/received must contain exactly one <forwarded> tag");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 385 sent = self.sslobj.write(line)
386 if sent == bytes:
388 line = line[sent:]
389 bytes = bytes - sent
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 385 sent = self.sslobj.write(line)
386 if sent == bytes:
388 line = line[sent:]
389 bytes = bytes - sent
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 581 PRInt32 sent; local
620 sent = ssl3_SendRecord(ss, msg->epoch, msg->type,
624 if (sent != msg->len) {
626 if (sent != -1) {
697 sent = ssl3_SendRecord(ss, msg->epoch, msg->type,
701 if (sent != (fragment_len + 12)) {
703 if (sent != -1) {
730 /* Flush the data in the pendingBuf and update the max message sent
739 PRInt32 sent; local
741 sent = ssl_SendSavedWriteData(ss)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiTrafficPoller.java 174 long sent, received; local
189 sent = mTxPkts - preTxPkts;
191 if (sent > 0) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
testutils.h 354 size_t sent = 0; local
355 while (sent < send_buffer_.size()) {
356 int result = socket_->Send(&send_buffer_[sent],
357 send_buffer_.size() - sent);
359 sent += result;
364 size_t new_size = send_buffer_.size() - sent;
365 memmove(&send_buffer_[0], &send_buffer_[sent], new_size);
  /external/chromium_org/third_party/webrtc/base/
testutils.h 337 size_t sent = 0; local
338 while (sent < send_buffer_.size()) {
339 int result = socket_->Send(&send_buffer_[sent],
340 send_buffer_.size() - sent);
342 sent += result;
347 size_t new_size = send_buffer_.size() - sent;
348 memmove(&send_buffer_[0], &send_buffer_[sent], new_size);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 71 /** Default checking period for SMS sent without user permission. */
74 /** Default number of SMS sent in checking period without user permission. */
98 /** Premium SMS permission for a new package (ask user when first premium SMS sent). */
101 /** Default premium SMS permission (ask user for each premium SMS sent). */
626 private boolean isUnderLimit(ArrayList<Long> sent, int smsWaiting) {
630 if (VDBG) log("SMS send size=" + sent.size() + " time=" + ct);
632 while (!sent.isEmpty() && sent.get(0) < beginCheckPeriod) {
633 sent.remove(0);
636 if ((sent.size() + smsWaiting) <= mMaxAllowed)
    [all...]
  /external/chromium_org/remoting/webapp/
clipboard.js 54 // Clear the store of items sent and received. Those items now relate to a
59 // Do a paste operation, but make sure the resulting clipboard data isn't sent
62 // items to be sent to the host.
97 // sent to and fro indefinitely.
121 // The plugin's JSON layer will correctly convert only UTF-8 data sent from
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xos_r.h 416 struct servent sent; member in struct:__anon44849
431 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \
433 ((sp).sent.s_name = (sp).s_name), \
435 ((sp).sent.s_proto = (sp).s_proto), \
436 ((sp).sptr = &(sp).sent), \
476 struct servent sent; member in struct:__anon44851
484 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf))
491 struct servent sent; member in struct:__anon44853
502 ((getservbyname_r((s),(p),&(sp).sent,&(sp).sdata) == -1) ? NULL : &(sp).sent) )
    [all...]

Completed in 3661 milliseconds

12 3 4 5 6 7 8 910