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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntnls.h 11 /* Some documentation can be found here: http://www.ping.uio.no/~ovehk/nls/ */
  /system/extras/tests/net_test/
net_test.sh 11 # Allow people to run ping.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaPlayerInvokeTest.java 57 // Generate a random number, sends it to the ping test player.
61 mPlayer.setDataSource("test:invoke_mock_media_player.so?url=ping");
  /frameworks/base/core/java/android/net/
DnsPinger.java 43 * Performs a simple DNS "ping" by sending a "server status" query packet to the
80 * arg1 is the ID of the ping, also returned by {@link #pingDnsAsync(InetAddress, int, int)}
90 * Send a new ping via a socket. arg1 is ID, arg2 is timeout, obj is InetAddress to ping
152 // Try to bind but continue ping if bind fails
169 log("Sending a ping " + newActivePing.internalId +
261 * Send a ping. The response will come via a {@link #DNS_PING_RESULT} to the handler
263 * @param dns address of dns server to ping
264 * @param timeout timeout for ping
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certreqd.h 56 virtual HRESULT WINAPI Ping(const wchar_t *pwszAuthority) = 0;
66 HRESULT (WINAPI *Ping)(ICertRequestD *This,const wchar_t *pwszAuthority);
78 #define ICertRequestD_Ping(This,pwszAuthority) (This)->lpVtbl->Ping(This,pwszAuthority)
108 HRESULT (WINAPI *Ping)(ICertRequestD2 *This,const wchar_t *pwszAuthority);
124 #define ICertRequestD2_Ping(This,pwszAuthority) (This)->lpVtbl->Ping(This,pwszAuthority)
  /external/iputils/
ping.c 89 struct sockaddr_in whereto; /* who to ping */
165 perror("ping: error setting QOS sockopts");
227 fprintf(stderr, "ping: wrong value for -M: do, dont, want are valid ones.\n");
232 printf("ping utility, iputils-%s\n", SNAPSHOT);
281 fprintf(stderr, "ping: IDN encoding failed: %s\n", idna_strerror(rc));
289 fprintf(stderr, "ping: unknown host %s\n", target);
300 perror("ping: strdup");
340 fprintf(stderr, "ping: unknown iface %s\n", device);
346 perror("ping: IP_MULTICAST_IF");
350 perror("ping: SO_BINDTODEVICE")
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
test_httpexceptions.py 53 e.template = 'A %(ping)s and <b>%(pong)s</b> message.'
55 assert e.plain({'ping': 'fun', 'pong': 'happy'}) == (
59 e.html({'ping': 'fun', 'pong': 'happy'})
  /external/iproute2/doc/actions/
gact-usage 34 ping -c 20 10.0.0.9
53 ping -c 20 10.0.0.9
68 ping -c 20 10.0.0.9
ifb-README 69 from another machine ping so that you have packets going into the box:
71 [root@jzny action-tests]# ping 10.22
72 PING 10.22 (10.0.0.22): 56 data bytes
77 --- 10.22 ping statistics ---
  /libcore/luni/src/main/java/java/lang/
Process.java 43 * <p>For example, to run {@code /system/bin/ping} to ping {@code android.com}:
46 * .command("/system/bin/ping", "android.com")
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
PacketReflector.java 132 // Save the ping packet we received.
140 // The device should have replied, and buf should now contain a ping response.
143 Log.i(TAG, "Reflecting ping did not result in ping response: " +
156 Log.i(TAG, "Received non-matching packet when expecting ping response.");
161 // Now swap the addresses again and reflect the packet. This sends a ping reply.
  /external/iputils/doc/
iputils.db 12 <ulink url="ping.html">ping, ping6</ulink>.
46 to state of basic networking applets: <command/ping/, <command/traceroute/
47 etc. Though it was known that port of BSD <command/ping/ to Linux
84 <entry>ping</entry>
152 from my side. The decision what variant of <command/ping/ is preferred,
ninfod.sgml 75 <link linkend="ping">
76 <citerefentry><refentrytitle/ping/<manvolnum/8/</citerefentry></link>.
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestMessages.java 53 System.out.println("Server: Received ping message!");
80 System.out.println("Client: Sending ping message..");
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 75 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);
85 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 61 * <li> Ping the usage statistics server, if enabled by the user. This is done here
283 // Ping the usage server and parse the SDK content.
289 // Wait another 30 seconds before starting the ping job. This gives other
290 // startup tasks time to finish since it's not vital to get the usage ping
296 * Creates a job than can ping the usage server.
300 Job job = new Job("Android SDK Ping") { // Job name, visible in progress view
340 stats.ping("adt", adtVersionString); //$NON-NLS-1$
341 stats.ping("eclipse", eclipseVersionString); //$NON-NLS-1$
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 62 // Set ping test timer to be 3 minutes
285 * @return true if the ping test is successful, false otherwise.
293 logv("Start ping test, ping " + host);
294 Process p = Runtime.getRuntime().exec("ping -c 10 -w 100 " + host);
297 // if any of the ping test is successful, return true
302 logv("Ping test Fail: Unknown Host");
304 logv("Ping test Fail: IOException");
306 logv("Ping test Fail: InterruptedException");
310 // ping test timeou
    [all...]
  /external/vboot_reference/tests/
rbtest.conf 26 ping -c 1 localhost || cable=""
  /packages/apps/Settings/tests/src/com/android/settings/vpn2/
VpnTests.java 278 * Verify the vpn connection by checking the VPN state, external IP or ping test
311 Log.v(TAG, "Start ping test, ping " + server);
312 Process p = Runtime.getRuntime().exec("ping -c 10 -w 100 " + server);
315 // if any of the ping test is successful, return true
319 Log.e(TAG, "Ping test Fail: Unknown Host");
321 Log.e(TAG, "Ping test Fail: IOException");
323 Log.e(TAG, "Ping test Fail: InterruptedException");
326 // ping test timeout
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
WebSocketReaderTest.java 50 data.write(ByteString.decodeHex("0a00")); // Empty ping.
60 data.write(ByteString.decodeHex("9a00")); // Empty ping, flag 1 set.
68 data.write(ByteString.decodeHex("aa00")); // Empty ping, flag 2 set.
76 data.write(ByteString.decodeHex("ca00")); // Empty ping, flag 3 set.
330 data.write(ByteString.decodeHex("8900")); // Empty ping
336 data.write(ByteString.decodeHex("890548656c6c6f")); // Ping with "Hello"
  /external/selinux/policycoreutils/sandbox/
test_sandbox.py 36 "Verify that we can't ping within the sandbox"
37 p = Popen(['sandbox', 'ping', '-c 1 ', '127.0.0.1'], stdout=PIPE, stderr=PIPE)
  /packages/apps/InCallUI/src/com/android/incallui/
GlowPadWrapper.java 33 // Parameters for the GlowPadView "ping" animation; see triggerPing().
86 ping(); method
  /development/samples/training/notify-user/res/layout/
activity_main.xml 61 android:text="@string/ping" />
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 42 ## print "ping"
  /external/kernel-headers/original/uapi/linux/
watchdog.h 50 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */

Completed in 614 milliseconds

12 3 4 5 6 7 8 91011>>