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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/tools/pounder21/test_scripts/
ping_nfs_server 3 # Ping NFS server 100 times
27 ping -c 100 -s 1024 "$NFS_SERVER"
  /external/toolchain-utils/binary_search_tool/common/
boot_test.sh 18 ping -c 3 -W 3 ${BISECT_REMOTE}
interactive_test.sh 19 ping -c 3 -W 3 ${BISECT_REMOTE}
  /external/walt/ios/WALT/
SettingsController.h 20 - (IBAction)ping:(id)sender;
  /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/stress/ns-tools/
check_icmpv4_connectivity 63 ping -I $src_ifname -c 1 $dst_ipv4addr -w 1 > /dev/null 2>&1
  /external/ltp/testcases/network/multicast/mc_opts/
mc_opts 46 tst_resm TINFO "Running ping with bad values"
47 ping -T 777 224.0.0.1 > /dev/null 2>&1 && \
50 tst_resm TINFO "Running ping on a invalid interface!"
51 ping -I 3.3.3.3 224.0.0.1 > /dev/null 2>&1 && \
52 tst_brkm TFAIL "ping on bogus interface should fail"
  /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/tools/rtcbot/test/
ping_pong.js 10 test.assert(typeof bot.ping === 'function', 'Bot does not exposes ping.');
12 bot.ping(gotAnswer);
  /external/vboot_reference/tests/
rbtest.conf 26 ping -c 1 localhost || cable=""
  /external/ltp/testcases/network/tcp_cmds/ping/
ping01.sh 18 # PURPOSE: To test the basic functionality of the `ping` command.
38 PING_CMD=ping${TST_IPV6}
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
  /frameworks/base/tests/AmSlam/src/test/amslam/subreceivers/
gen.py 40 MANIFEST_ADD = """ <receiver android:name=".subreceivers.PingReceiver{0:03d}" android:exported="false" android:process=":ping{0:03d}" />\n"""
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Spdy3ConnectionTest.java 102 peer.acceptFrame(); // PING
103 peer.sendFrame().ping(true, 1, 0);
110 connection.ping().roundTripTime(); // Ensure that inFinished has been received.
117 peer.acceptFrame(); // PING
119 peer.sendFrame().ping(true, 1, 0);
126 connection.ping().roundTripTime(); // Ensure that the SYN_REPLY has been received.
133 MockSpdyPeer.InFrame ping = peer.takeFrame(); local
134 assertEquals(TYPE_PING, ping.type);
204 peer.sendFrame().ping(false, 2, 0);
205 peer.acceptFrame(); // PING
212 MockSpdyPeer.InFrame ping = peer.takeFrame(); local
227 Ping ping = connection.ping(); local
    [all...]
  /external/iputils/
iputils.spec 6 Summary: The ping program for checking to see if network hosts are alive.
19 The iputils package contains ping, a basic networking tool. The ping
41 install -cp ping ${RPM_BUILD_ROOT}%{_bindir}/
56 install -cp doc/ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
60 ln -s ping.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/ping6.8.gz
76 %attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping
77 #%attr(4755,root,root) %{_bindir}/ping
Android.mk 13 LOCAL_MODULE := ping
14 LOCAL_SRC_FILES := ping.c ping_common.c
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 37 Job pingJob = new Job("Android SDK Ping") {
47 ping(stats, toolsPath);
55 private static void ping(SdkStatsService stats, String toolsLocation) { method in class:MonitorStartup
79 stats.ping("ddms", revision); //$NON-NLS-1$
82 // couldn't find the file? don't ping.
84 // couldn't find the file? don't ping.
  /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' %
  /external/autotest/utils/
probe_bluetooth_duts.sh 34 # ping test
35 ping -q -w 10 -c1 "${dut}" > /dev/null 2>&1
52 # ping test
53 ping -q -w 10 -c1 "${chameleon}" > /dev/null 2>&1
105 echo "Dut ping board"
119 echo "Chameleon ping label chameleond rn42"
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/event/
subsystem-enable.tc 18 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
toplevel-enable.tc 17 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
  /external/ltp/testcases/network/multicast/mc_cmds/
mc_cmds 67 tst_resm TINFO "Ping all-host-groups over specified interface"
68 ping -c2 -I $(tst_ipaddr) 224.0.0.1 > ping_out.log
70 tst_resm TINFO "Trying to ping with $(tst_iface)"\
72 ping -c2 -I $(tst_iface) 224.0.0.1 > ping_out.log || \
73 tst_brkm TFAIL "No response from MC hosts to ping -c2 "\
80 tst_brkm TFAIL "Local host did not respond to ping -c2 "\
  /external/ltp/testcases/network/tcp_cmds/ipneigh/
ipneigh01.sh 27 tst_check_cmds ip arp grep ping$TST_IPV6
44 ping$TST_IPV6 -q -c1 $rhost > /dev/null

Completed in 733 milliseconds

1 2 3 4 5 6 7 8 91011>>