/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiStatusTest.java | 355 * The ping functions have been borrowed from Radio diagnostic app to 362 Process p = Runtime.getRuntime().exec("ping -c 1 -w 100 " + ipAddress); 379 Process p = Runtime.getRuntime().exec("ping -c 1 -w 100 www.google.com");
|
/external/iputils/doc/ |
traceroute6.sgml | 42 <citerefentry><refentrytitle/ping/<manvolnum/8/</citerefentry>.
|
rdisc.sgml | 180 <link linkend="ping"> 181 <citerefentry><refentrytitle/ping/<manvolnum/8/</citerefentry></link>.
|
/external/llvm/test/CodeGen/X86/ |
sse1.ll | 38 ; is not. We used to ping pong between splitting the vselect for the v4i
|
/external/replicaisland/src/com/replica/replicaisland/ |
ChangeComponentsComponent.java | 54 // if we've activated and are not set to ping pong, the contents of
|
/external/skia/bench/ |
GrMemoryPoolBench.cpp | 52 // we allocate. We start allocate-biased and ping-pong to delete-biased
|
/external/tcpdump/ |
udp.h | 83 #define MPLS_LSP_PING_PORT 3503 /* draft-ietf-mpls-lsp-ping-02.txt */
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 77 virtual void ping();
|
/frameworks/base/services/core/java/com/android/server/ |
MountServiceIdler.java | 92 * Schedule the idle job that will ping the mount service
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasFullSyncOperation.java | 114 // Push only means this sync request should only refresh the ping (either because 228 // sync. Do NOT treat this as a sync error for ping backoff purposes. 238 // Do NOT treat as a sync error for ping backoff purposes. 284 // want to use doOperation(). That would stop and restart the ping between each operation,
|
/system/extras/tests/net_test/ |
README | 57 utilities such as ping[6], traceroute[6], and wget.
|
ping6_test.py | 112 # We only support ping for now. 133 # We only support ping for now. 226 self.assertGreater(len(data), 7, "Not enough data for ping packet") 355 # Checks that an ICMP error containing a ping packet that matches the ID 359 # We can only test this using IPv6 unreachables and IPv4 ping sockets, 641 # Send a multicast ping and check we get at least one duplicate.
|
/docs/source.android.com/src/devices/tech/security/selinux/ |
validate.jd | 56 avc: denied { connectto } for pid=2671 comm="ping" path="/dev/socket/dnsproxyd" 70 <li> The <code>comm="ping"</code> at the top gives you an additional hint about what was being
|
/external/dnsmasq/src/ |
config.h | 30 #define PING_WAIT 3 /* wait for ping address-in-use test */ 31 #define PING_CACHE_TIME 30 /* Ping test assumed to be valid this long. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizard.java | 91 // Workaround: Store a new ping id if one doesn't exist, regardless of 101 // the existence of a ping id to see whether we've already considered the
|
/external/iproute2/doc/actions/ |
actions-general | 196 Now lets run a ping -f from 10.0.0.21 to this host; stop the ping after 200 [root@jzny hadi]# ping -f 10.0.0.22 201 PING 10.0.0.22 (10.0.0.22): 56 data bytes 203 --- 10.0.0.22 ping statistics ---
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasServerConnection.java | 117 // Bookkeeping for interrupting a request. This is primarily for use by Ping (there's currently 343 final boolean isPingCommand = cmd.equals("Ping"); 379 // network activity related to the Ping command on some networks with some servers.
|
/external/dnsmasq/ |
FAQ | 111 "ping" will get a lookup failure, appending a dot to the end of the 112 hostname will fix things. (ie "ping myhost" fails, but "ping 385 ICMP echo request (ping). If a reply is received, then dnsmasq 429 is required to do an ICMP "ping" check on newly allocated 431 --no-ping and omit the NET_RAW capability.
|
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 115 " [-G<ping interval>] [command..]\n" 210 return wpa_ctrl_command(ctrl, "PING"); 1019 { "ping", hostapd_cli_cmd_ping }, 1171 if (ctrl_conn && _wpa_ctrl_command(ctrl_conn, "PING", 0)) { 1266 if (wpa_ctrl_request(ctrl, "PING", 4, buf, &len, 1269 printf("hostapd did not reply to PING " [all...] |
/frameworks/native/cmds/dumpstate/ |
dumpstate.c | 457 run_command("PING GATEWAY", 10, "ping", "-c", "3", "-i", ".5", network, NULL); 460 run_command("PING DNS1", 10, "ping", "-c", "3", "-i", ".5", network, NULL); 463 run_command("PING DNS2", 10, "ping", "-c", "3", "-i", ".5", network, NULL);
|
/prebuilts/devtools/tools/lib/ |
sdkstats.jar | |
/external/iproute2/examples/ |
dhcp-client-script | 199 # ping a host 204 if ping -q -c 1 -w 2 $1 ; then
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
UDPMessageProcessor.java | 186 threadHandle.ping(); 247 // This socket timeout alows us to ping the thread auditor periodically
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
HeadersTest.java | 158 .add("ping: pong ") // Value whitespace is trimmed. 162 assertEquals(Arrays.asList("pong"), headers.values("ping"));
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_cli.sgml | 23 <arg>-G <replaceable>ping interval</replaceable></arg> 174 <term>-G ping interval</term>
|