HomeSort by relevance Sort by last modified time
    Searched full:pings (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa_unittest.mm 14 // Keep track of bookmark pings.
17 int pings;
23 pings++;
54 EXPECT_EQ(0, pingCount.get()->pings);
57 EXPECT_EQ(1, pingCount.get()->pings);
59 EXPECT_EQ(2, pingCount.get()->pings);
62 EXPECT_EQ(3, pingCount.get()->pings);
65 EXPECT_EQ(4, pingCount.get()->pings);
  /external/bluetooth/bluez/tools/
l2ping.8 54 seconds between pings.
  /sdk/eclipse/
dictionary.txt 188 pings
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 50 // The number of pings that must fail to respond before we become unwritable.
57 // pings fail to have a response.
64 // If we haven't sent that many pings, then we can't have failed that many.
664 std::string pings; local
669 pings.append(buf).append(" ");
672 pings << ", rtt=" << rtt << ", now=" << now;
676 // Since we don't know how many pings the other side has attempted, the best
689 // Before becoming unwritable, we allow for a fixed number of pings to fail
787 std::string pings; local
792 pings.append(buf).append(" ")
    [all...]
rawtransport.h 38 // it cannot do pings to determine connectivity, so it only uses a single port
port.h 289 STATE_READABLE = 0, // we have received pings recently
290 STATE_READ_TIMEOUT = 1 // we haven't received pings in a while
  /external/chromium/chrome/browser/rlz/
rlz.h 37 // loaded or initialized and the pings don't ocurr.
  /external/chromium/net/spdy/
spdy_session.h 302 // Send PING if there are no PINGs in flight and we haven't heard from server.
504 // Count of all pings on the wire, for which we have not gotten a response.
547 // wasteful preface pings (when we just got some data).
558 // we could adjust it to send fewer pings perhaps.
565 // wait state for responses to our last data frame(s) without further pings.
spdy_session.cc 524 // Some servers don't like too many pings, so we limit our current sending to
527 // may change over time as servers change their responses to pings.
    [all...]
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.h 43 // Callback for pings related to launching apps on the NTP.
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.h 107 // Pings the service to send us it's current notion of the enabled state.
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 32 /// Set to true when the thread pings, periodically reset to false by the auditor
  /external/chromium/chrome/browser/cocoa/
keystone_glue.h 110 // with Keystone, and set up periodic activity pings.
keystone_glue.mm 508 // Set up hourly activity pings.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 195 * Pings the usage start server.
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 138 // Check if there are any extra pings in flight.
  /frameworks/base/core/java/android/net/
DnsPinger.java 79 * Async response packet for dns pings.
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 60 * takes over and verifies if the link is good by doing ARP pings to
75 * ARP pings are useful for link validation but can still get through
    [all...]
  /external/quake/quake/src/QW/client/
sbar.c 942 // draw pings
1014 SZ_Print (&cls.netchan.message, "pings");
1275 // draw pings
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 96 * Pings the usage stats server, as long as the prefs contain the opt-in boolean
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 888 // pings, that delta plus whether the app has been active).
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 26 // The URL prefix for pings that record app launches by URL.
29 // The URL prefix for pings that record app launches by ID.
    [all...]
  /external/webkit/Source/WebKit/gtk/po/
fr.po 710 msgid "Whether <a ping> should be able to send pings"
711 msgstr "Indique si <a ping> doit pouvoir envoyer des pings"
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java     [all...]

Completed in 1040 milliseconds

1 2