/external/strace/ |
CREDITS | 33 Henrik Storner <storner@osiris.ping.dk>
|
/external/webkit/JavaScriptCore/qt/tests/qscriptengine/ |
tst_qscriptengine.cpp | 47 QVERIFY2(engine.evaluate("ping").isValid(), "Script throwing an unhandled exception should return an exception value");
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 57 virtual void ping();
|
/packages/experimental/RpcPerformance/res/layout/ |
main.xml | 250 android:text="Ping media player service:" /> 255 android:text="Ping media" /> 265 android:text="Ping activity service:" /> 270 android:text="Ping activity" />
|
/external/quake/quake/src/QW/ |
qw2do.txt | 51 x- check to see that high fps doesn't overflow network and increase ping
63 x- average ping for the team on +showteamscores, low/avg/high
|
qwchangelog.txt | 117 - added low/avg/high ping values to the showteamscores so an
118 average team ping is calculated
|
/external/quake/quake/src/QW/client/ |
sbar.c | 405 // request new ping times every two second 441 if (teams[j].plow > s->ping) 442 teams[j].plow = s->ping; 443 if (teams[j].phigh < s->ping) 444 teams[j].phigh = s->ping; 445 teams[j].ptotal += s->ping; 909 // request new ping times every two second 988 ping time frags name 1009 // request new ping times every two second 1041 Draw_String ( x , y, "ping pl time frags team name") [all...] |
/external/qemu/slirp/ |
ip_icmp.c | 40 /* The message sent when emulating PING */ 41 /* Be nice and tell them it's just a pseudo-ping packet */ 42 static const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
|
socket.h | 28 * PING reply's */
|
/external/qemu/slirp-android/ |
ip_icmp.c | 41 /* The message sent when emulating PING */ 42 /* Be nice and tell them it's just a pseudo-ping packet */ 43 static const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
|
socket.h | 28 * PING reply's */
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiStatusTest.java | 350 * The ping functions have been borrowed from Radio diagnostic app to 357 Process p = Runtime.getRuntime().exec("ping -c 1 -w 100 " + ipAddress); 374 Process p = Runtime.getRuntime().exec("ping -c 1 -w 100 www.google.com");
|
/external/tcpdump/ |
udp.h | 81 #define MPLS_LSP_PING_PORT 3503 /* draft-ietf-mpls-lsp-ping-02.txt */
|
/external/webkit/WebKit/android/nav/ |
CachedHistory.h | 31 #define NAVIGATION_VISIT_DEPTH 8 // the number of nodes last visited -- used to detect ping-ponging (number should be tuned)
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
htmlattrs.in | 329 ping
|
/external/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 36 connect(timer, SIGNAL(timeout()), SLOT(ping())); 529 void WpaGui::ping() function in class:WpaGui 560 if (ctrlRequest("PING", buf, &len) < 0) { 561 printf("PING failed - trying to reconnect\n");
|
/external/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 68 connect(timer, SIGNAL(timeout()), SLOT(ping())); 575 void WpaGui::ping() function in class:WpaGui 607 if (ctrlRequest("PING", buf, &len) < 0) { 608 printf("PING failed - trying to reconnect\n");
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 36 connect(timer, SIGNAL(timeout()), SLOT(ping())); 527 void WpaGui::ping() function in class:WpaGui 558 if (ctrlRequest("PING", buf, &len) < 0) { 559 printf("PING failed - trying to reconnect\n");
|
/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. */
|
/frameworks/base/services/java/com/android/server/ |
Installer.java | 236 public boolean ping() { method in class:Installer 237 if (execute("ping") < 0) {
|
/external/quake/quake/src/QW/server/ |
sv_main.c | 244 float ping; local 249 ping = 0; 255 ping += frame->ping_time; 261 ping /= count; 263 return ping*1000; 345 int ping; local 360 ping = SV_CalcPing (cl); 363 ping, cl->name, Info_ValueForKey (cl->userinfo, "skin"), top, bottom); 793 if (!strcmp(c, "ping") || ( c[0] == A2A_PING && (c[1] == 0 || c[1] == '\n')) ) [all...] |
/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 ---
|
/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/iproute2/examples/ |
dhcp-client-script | 199 # ping a host 204 if ping -q -c 1 -w 2 $1 ; then
|
/external/iproute2/ |
README.distribution | 50 collected 25,000 "ping" roundtrip times to a "distant" point (time.nist.gov).
|