HomeSort by relevance Sort by last modified time
    Searched full:ping (Results 1 - 25 of 1565) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libmojo/mojo/public/interfaces/bindings/tests/
ping_service.mojom 5 [JavaPackage="org.chromium.mojo.bindings.test.mojom.ping"]
9 Ping() => ();
  /external/iputils/doc/
index.db 3 <!ENTITY ping SYSTEM "ping.sgml">
17 &ping;
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
cgo.go 29 ping := make(chan bool)
34 case done := <-ping:
36 ping <- true
39 ping <- true
69 ping <- false
71 case <-ping:
78 ping <- true
80 case <-ping:
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
cgo.go 29 ping := make(chan bool)
34 case done := <-ping:
36 ping <- true
39 ping <- true
69 ping <- false
71 case <-ping:
78 ping <- true
80 case <-ping:
  /external/webrtc/webrtc/base/
win32_unittest.cc 40 WinPing ping; local
41 ASSERT_TRUE(ping.IsValid());
43 // Test valid ping cases.
44 WinPing::PingResult result = ping.Ping(IPAddress(INADDR_LOOPBACK), 20, 50, 1,
48 WinPing::PingResult v6result = ping.Ping(IPAddress(in6addr_loopback), 20,
54 ASSERT_EQ(WinPing::PING_INVALID_PARAMS, ping.Ping(
56 ASSERT_EQ(WinPing::PING_INVALID_PARAMS, ping.Ping
    [all...]
  /external/ltp/testcases/network/tcp_cmds/ping/
ping02.sh 27 PING=ping${TST_IPV6}
29 tst_check_cmds $PING
36 tst_resm TINFO "flood $PING: ICMP packets filled with pattern '$pat'"
40 EXPECT_PASS $PING -c $COUNT -f -s $psize $ipaddr -p "$pat" \>/dev/null
  /external/toolchain-utils/cros_utils/
machines.py 12 """Checks to see if a machine is responding to 'ping'.
20 Boolean indicating whether machine is responding to ping or not.
23 cmd = 'ping -c 1 -w 3 %s' % machine
  /external/webrtc/webrtc/tools/rtcbot/test/
ping_pong.js 10 test.assert(typeof bot.ping === 'function', 'Bot does not exposes ping.');
12 bot.ping(gotAnswer);
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DataIdleTestHelper.java 27 private final static String PING_FAIL_STRING = "ping: unknown host";
37 * Ping a series of popular servers to check for Internet connection.
39 * @return true if the device is able to ping the test servers.
46 CLog.d("Start ping test, ping %s", host);
47 String res = mDevice.executeShellCommand("ping -c 10 -w 100 " + host);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_openpty.py 16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
  /external/python/cpython3/Lib/test/
test_openpty.py 17 os.write(slave, b'Ping!')
18 self.assertEqual(os.read(master, 1024), b'Ping!')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_openpty.py 16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_openpty.py 16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_openpty.py 16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_openpty.py 16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
  /cts/tests/tests/media/src/android/media/cts/
ConnectionStatus.java 79 * Perform ping test.
81 * @param server Server to ping
87 Log.e(TAG, "Null or empty server name to ping.");
95 // -c: ping 5 times, -w: limit to 20 seconds
96 Process p = Runtime.getRuntime().exec("ping -c 5 -w 20 " + server);
118 Log.e(TAG, "ping not run: Unknown Host");
121 // e.g. if ping is not on the device
122 Log.e(TAG, "ping not found: IOException");
125 Log.e(TAG, "ping failed: InterruptedException");
130 // ping test timeou
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabDataRoamingTest.py 40 PING_DURATION = 5 # Number of packets to ping
42 TIME_TO_WAIT_BEFORE_PING = 10 # Time(sec) to wait before ping
132 self.ad.log.info("PING SUCCESS")
136 "Test Fail: Phone {} can not ping {} with Data Roaming On"
144 "Test Fail: Phone {} can ping {} with Data Roaming Off"
163 self.ad.log.info("PING SUCCESS")
167 "Test Fail: Phone {} can not ping {} with Data Roaming On"
175 "Test Fail: Phone {} can ping {} with Data Roaming Off"
200 2. Turn on data roaming, and check if Ping succeeds
201 3. Turn off data roaming, and check if Ping fail
    [all...]
  /external/iputils/
RELNOTES 24 ping,ping6: Check outgoing device only if specified.
30 ping,tracepath doc: Fix missing end tags.
39 ping,rdisc: Optimize checksumming.
42 ping,rdisc: Use macro to get odd byte when checksumming.
47 ping,ping6: Allow printing usage without permission errors.
48 ping,ping6: Fix cap_t leakage.
49 arping,ping,ping6: Do not ideologically check return value from cap_free,cap_{set,get}_flag().
65 ping: Exit on SO_BINDTODEVICE failure.
66 ping: Warn if kernel has selected source address from other interface.
67 ping: Clarify difference between -I device and -I addr
    [all...]
  /external/nos/host/generic/nugget/proto/nugget/app/protoapi/
control.proto 7 PING = 1;
  /external/webrtc/webrtc/libjingle/xmpp/
pingtask.cc 55 // Received a ping response of some sort (don't care what it is).
61 // If the ping timed out, signal.
67 // Send a ping if it's time.
77 // Wake ourselves up when it's time to send another ping or when the ping
87 // Get the task manager to run this task so we can send a ping or signal or
88 // process a ping response.
  /development/samples/training/notify-user/res/values/
strings.xml 25 <string name="notification">Ping Notification</string>
26 <string name="label">Ping Me</string>
29 <string name="ping">Ping!</string>
35 <string name="ping_text">Set Seconds Until Ping</string>
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Ping.java 22 * A locally-originated ping.
24 public final class Ping {
29 Ping() {
50 * Returns the round trip time for this ping in nanoseconds, waiting for the
60 * Returns the round trip time for this ping in nanoseconds, or -1 if the
  /external/autotest/client/common_lib/cros/network/
ping_runner.py 54 """Implement ping functionality for MacOS hosts."""
59 @param ping_config PingConfig object describing the ping test for which
61 @return list of parameters to ping.
81 # The last argument is the IP address to ping.
88 """Extract the ping results from stdout.
90 @param ping_output string stdout from a ping/ping6 command.
92 stdout from ping command looks like:
94 PING 8.8.8.8 (8.8.8.8): 56 data bytes
99 --- 8.8.8.8 ping statistics ---
115 to support both ping and ping6 commands
327 def ping(self, ping_config): member in class:PingRunner
    [all...]
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 9 * - Threads register with the auditor at startup and "ping" the auditor every so often.
11 * auditor reports if the threads are healthy or if any of them failed to ping and are
15 * the thread can periodically ping the auditor.
27 /// How often are threads supposed to ping
48 /// Called by the auditor thread to check the ping status of the thread
53 /// Called by the auditor thread to reset the ping status of the thread
63 // Helper function to allow threads to ping using this handle
64 public void ping() { method in class:ThreadAuditor.ThreadHandle
65 threadAuditor.ping(this);
68 // Helper function to allow threads to get the ping interval directly from this handl
118 public synchronized void ping(ThreadHandle threadHandle) { method in class:ThreadAuditor
    [all...]
  /external/autotest/server/site_tests/brillo_PingTest/
brillo_PingTest.py 23 """Ping an Internet host."""
35 @param ping_host: The Internet host to ping.
51 def ping(): function in function:brillo_PingTest.run_once
52 cmd = 'ping -q -c %s -W %s %s' % (ping_count, ping_timeout,
57 ping()
60 'Failed to ping %s in %d seconds on all %d attempts' %

Completed in 1273 milliseconds

1 2 3 4 5 6 7 8 91011>>