HomeSort by relevance Sort by last modified time
    Searched full:ping (Results 51 - 75 of 167) sorted by null

1 23 4 5 6 7

  /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/quake/quake/src/QW/
qwrlnote.txt 37 - infokey(self, "ip") and infokey(self, "ping") return expected values as
38 strings (use stof for ping).
170 - added low/avg/high ping values to the showteamscores so an
171 average team ping is calculated
  /frameworks/base/cmds/installd/
installd.c 107 { "ping", 0, do_ping },
  /packages/apps/Email/src/com/android/exchange/
CalendarSyncAdapterService.java 94 * The missing piece at this point is integration with the push/ping mechanism in EAS; this will
ContactsSyncAdapterService.java 91 * The missing piece at this point is integration with the push/ping mechanism in EAS; this will
SyncManager.java 136 // A ping (EAS push signal) was received
169 // Ready for ping
171 // Service already running (can't ping)
173 // Service waiting after I/O error (can't ping)
    [all...]
  /packages/apps/Settings/res/layout/
wifi_status_test.xml 104 <!-- Ping stats -->
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 646 * Ping a IP address.
653 Process p = Runtime.getRuntime().exec("ping -c 1 " + ipAddress);
668 * Ping a host name
672 Process p = Runtime.getRuntime().exec("ping -c 1 www.google.com");
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 226 // if the console exist, we ping the emulator to check the connection.
227 if (console.ping() == false) {
290 * Ping the emulator to check if the connection is still alive.
293 private synchronized boolean ping() { method in class:EmulatorConsole
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 118 " [-P<pid file>] [-g<global ctrl>] [-G<ping interval>] "
244 return wpa_ctrl_command(ctrl, "PING");
1201 { "ping", wpa_cli_cmd_ping,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 348 // Ping the usage server and parse the SDK content.
357 // Once the ping job is finished, start the SDK parser
366 // Wait 2 seconds before starting the ping job. This leaves some time to the
    [all...]
  /external/quake/quake/src/WinQuake/
sv_user.cpp 444 // read ping time
566 else if (Q_strncasecmp(s, "ping", 4) == 0)
  /external/iptables/extensions/
libip6t_icmp6.c 36 /* Alias */ { "ping", 128, 0, 0xFF },
libipt_icmp.c 55 /* Alias */ { "ping", 8, 0, 0xFF },
  /external/iptables/libipq/
libipq.3 56 will cause any locally generated ICMP packets (e.g. ping output) to
  /external/netcat/scripts/
webproxy 84 # ping client machine and get its bare IP address
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 143 (next=xlate(p, "NG" , "N")) || // ping P IH NG
  /external/wpa_supplicant/
wpa_ctrl.h 85 * @cmd: Command; usually, ASCII text, e.g., "PING"
wpa_cli.c 285 return wpa_ctrl_command(ctrl, "PING");
1060 { "ping", wpa_cli_cmd_ping },
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.h 112 * @cmd: Command; usually, ASCII text, e.g., "PING"
  /packages/apps/Email/src/com/android/exchange/adapter/
Tags.java 45 public static final int PING = 0x0D;
349 public static final int PING_PAGE = PING << PAGE_SHIFT;
    [all...]
  /system/core/include/private/
android_filesystem_config.h 171 { 02755, AID_ROOT, AID_NET_RAW, "system/bin/ping" },
  /external/quake/quake/src/QW/server/
sv_ccmds.c 66 Con_Printf ("Sending a ping.\n");
405 Con_Printf (" address rate ping drop\n");
438 Con_Printf ("frags userid address name rate ping drop qport\n");

Completed in 109 milliseconds

1 23 4 5 6 7