HomeSort by relevance Sort by last modified time
    Searched full:ping (Results 101 - 125 of 541) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/core/include/system/
camera.h 157 * Ping camera service to see if camera hardware is released.
159 * When any camera method returns error, the client can use ping command
  /cts/tests/tests/security/src/android/security/cts/
NativeCodeTest.java 62 assertTrue("Device is vulnerable to CVE-2015-3636, a vulnerability in the ping "
  /external/antlr/antlr-3.4/runtime/Python/tests/
t012lexerXML.py 132 ## print "ping"
  /external/bison/runtime-po/
nb.po 28 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 152 // to send one more ping, whose processing will be blocked by delivery of
  /external/iproute2/
README.distribution 50 collected 25,000 "ping" roundtrip times to a "distant" point (time.nist.gov).
  /external/iproute2/ip/
ifcfg 142 if ping -q -c 2 -w 4 $peer ; then
  /external/iproute2/netem/
README.distribution 52 collected 25,000 "ping" roundtrip times to a "distant" point (time.nist.gov).
  /external/iptables/extensions/
libip6t_icmp6.c 38 /* Alias */ { "ping", 128, 0, 0xFF },
  /external/iputils/doc/
index.out 1 \BOOKMARK [1]{0.1.1}{ping}{}
  /external/mdnsresponder/mDNSPosix/
nss_ReadMe.txt 33 For most purposes, 'ping myhostname.local' will tell you if mdns is
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Http2.java 67 static final byte FLAG_ACK = 0x1; // Used for settings and ping.
329 handler.ping(ack, payload1, payload2);
518 @Override public synchronized void ping(boolean ack, int payload1, int payload2) method in class:Http2.Writer
714 "PING",
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Http2FrameLoggerTest.java 65 assertEquals("<< 0x00000000 8 PING ACK",
  /external/selinux/policycoreutils/restorecond/
user.c 74 /* A Ping signal on the com.burtonini.dbus.Signal interface */
  /external/strace/
CREDITS.in 39 Henrik Storner storner@osiris.ping.dk
  /frameworks/base/core/java/com/android/internal/os/
InstallerConnection.java 213 if (execute("ping") >= 0) {
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 729 Process p = Runtime.getRuntime().exec("ping -c 10 -w 100 " + host);
736 Log.e(LOG_TAG, "Ping test Failed: Unknown Host");
738 Log.e(LOG_TAG, "Ping test Failed: IOException");
740 Log.e(LOG_TAG, "Ping test Failed: InterruptedException");
  /frameworks/base/docs/html/training/efficient-downloads/
regular_updates.jd 43 <p>Compared to polling, where your app must regularly ping the server to query for new data, this event-driven model allows your app to create a new connection only when it knows there is data to download.</p>
  /frameworks/base/docs/html/training/notify-user/
expanded.jd 147 .setContentText(getString(R.string.ping))
  /packages/apps/Exchange/src/com/android/exchange/service/
CalendarSyncAdapterService.java 113 // Push only means this sync request should only refresh the ping (either because
ContactsSyncAdapterService.java 116 // Push only means this sync request should only refresh the ping (either because
EmailSyncAdapterService.java 111 // Push only means this sync request should only refresh the ping (either because
  /packages/apps/Settings/res/layout/
wifi_status_test.xml 104 <!-- Ping stats -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 80 // Note that the actual ping is performed in MonitorStartup
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
VpnTest.java 273 // Construct a ping packet.
296 assertEquals("Expected reply after sending ping", 1, ret);

Completed in 199 milliseconds

1 2 3 45 6 7 8 91011>>