/external/iputils/doc/ |
index.db | 3 <!ENTITY ping SYSTEM "ping.sgml"> 17 &ping;
|
ping.sgml | 1 <refentry id="ping"> 4 <refentrytitle>ping</refentrytitle> 10 <refname>ping, ping6</refname> 16 <command>ping</command> 41 <command/ping/ uses the ICMP protocol's mandatory ECHO_REQUEST 48 <command/ping6/ is IPv6 version of <command/ping/, and can also send Node Information Queries (RFC4620). 59 Audible ping. 65 Adaptive ping. Interpacket interval adapts to round-trip time, so that 80 Do not allow <command/ping/ to change source address of probes. 81 The address is bound to one selected when <command/ping/ starts [all...] |
/packages/apps/Exchange/src/com/android/exchange/service/ |
PingTask.java | 30 * Thread management class for Ping operations. 47 /** Start the ping loop. */ 52 /** Abort the ping loop (used when another operation interrupts the ping). */ 57 /** Restart the ping loop (used when a ping request happens during a ping). */ 64 LogUtils.i(TAG, "Ping task starting for %d", mOperation.getAccountId()); 72 // If we get any sort of exception here, treat it like the ping returned a connection 74 LogUtils.e(TAG, e, "Ping exception for account %d", mOperation.getAccountId()) [all...] |
PingSyncSynchronizer.java | 43 * "Ping" refers to a hanging POST or GET that is used to receive push notifications. Ping is 47 * - Only one operation (ping or other active sync operation) may run at a time. 48 * - For shorthand, this class uses "sync" to mean "non-ping operation"; most such operations are 55 * - If the running thing is a ping task: interrupt it. 59 * - If there are no waiting syncs and this account is configured for push: start a ping. 62 * WHEN A PING TASK ENDS: 63 * - A ping task loops until either it's interrupted by a sync (in which case, there will be one or 64 * more waiting syncs when the ping terminates), or encounters an error. 66 * - If there are waiting syncs, but the ping terminated with an error: TODO: How to handle [all...] |
/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!')
|
/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...] |
Android.mk | 4 LOCAL_SRC_FILES:= ping.c ping_common.c 5 LOCAL_MODULE := ping
|
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
|
ping_common.c | 83 perror("ping: cap_get_proc"); 89 perror("ping: cap_init"); 106 perror("ping: cap_set_proc"); 111 perror("ping: prctl"); 121 perror("ping: prctl"); 132 perror("ping: setuid"); 146 perror("ping: cap_get_proc"); 160 perror("ping: cap_set_proc"); 189 perror("ping: cap_set_proc"); 195 perror("ping: setuid") [all...] |
/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/spdy/ |
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
|
SpdyConnection.java | 92 private Map<Integer, Ping> pings; 369 * Sends a ping frame to the peer. Use the returned object to await the 370 * ping's response and observe its round trip time. 372 public Ping ping() throws IOException { method in class:SpdyConnection 373 Ping ping = new Ping(); local 382 pings.put(pingId, ping); 384 writePing(false, pingId, 0x4f4b6f6b /* ASCII "OKok" */, ping); 727 @Override public void ping(boolean reply, int payload1, int payload2) { method in class:SpdyConnection.Reader 729 Ping ping = removePing(payload1); local [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...] |
/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.
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
PingParser.java | 28 * Parse the result of a Ping command. 45 /** Indicates that the ping request was missing required parameters. */ 47 /** Indicates that the ping request was malformed. */ 49 /** Indicates that the ping request specified a bad heartbeat (too small or too big). */ 51 /** Indicates that the ping requested more folders than the server will permit. */ 68 * @return The status for this ping. 89 * @return The maximum number of folders we may ping, or {@link #NO_VALUE} if no maximum was 114 * Checks whether a status code implies we ought to send another ping immediately. 115 * @param pingStatus The ping status value we wish to check. 116 * @return Whether we should send another ping immediately [all...] |
/external/toybox/toys/pending/ |
ping.c | 0 /* ping.c - check network connectivity 7 USE_PING(NEWTOY(ping, "<1>1t#<0>255c#<0s#<0>65535I:W#<0w#<0q46[-46]", TOYFLAG_ROOTONLY|TOYFLAG_USR|TOYFLAG_BIN)) 9 config PING 10 bool "ping" 13 usage: ping [OPTIONS] HOST
|
/frameworks/base/media/tests/players/ |
invoke_mock_media_player.cpp | 48 const char *kPing = "ping"; 53 enum TestType {TEST_UNKNOWN, PING}; 67 mTest = PING; 98 void ping(const Parcel& request, Parcel *reply); 107 case PING: 108 ping(request, reply); 115 void Player::ping(const Parcel& request, Parcel *reply) function in class:__anon22716::Player
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
Spdy3ConnectionTest.java | 100 peer.acceptFrame(); // PING 101 peer.sendFrame().ping(true, 1, 0); 108 connection.ping().roundTripTime(); // Ensure that inFinished has been received. 115 peer.acceptFrame(); // PING 117 peer.sendFrame().ping(true, 1, 0); 124 connection.ping().roundTripTime(); // Ensure that the SYN_REPLY has been received. 131 MockSpdyPeer.InFrame ping = peer.takeFrame(); local 132 assertEquals(TYPE_PING, ping.type); 199 peer.sendFrame().ping(false, 2, 0); 200 peer.acceptFrame(); // PING 207 MockSpdyPeer.InFrame ping = peer.takeFrame(); local 222 Ping ping = connection.ping(); local [all...] |
Http2ConnectionTest.java | 60 peer.sendFrame().ping(false, 2, 3); 61 peer.acceptFrame(); // PING 68 MockSpdyPeer.InFrame ping = peer.takeFrame(); local 69 assertEquals(TYPE_PING, ping.type); 70 assertEquals(0, ping.streamId); 71 assertEquals(2, ping.payload1); 72 assertEquals(3, ping.payload2); 73 assertTrue(ping.ack); 80 peer.acceptFrame(); // PING 81 peer.sendFrame().ping(true, 1, 5) 86 Ping ping = connection.ping(); local [all...] |
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasPing.java | 49 * Performs an Exchange Ping, which is the command for receiving push notifications. 63 * of time (in seconds) that the server should wait before responding to the ping request. 88 * should be the same as ping heartbeat but in practice is a few seconds longer to allow for 101 LogUtils.d(TAG, "initial ping duration " + mPingDuration + " account " + getAccountId()); 145 return "Ping"; 183 throw new IOException("Empty ping response"); 195 // our re-ping behavior, which is handled by the caller. 199 LogUtils.i(TAG, "Ping expired for account %d", accountId); 200 // On successful expiration, we can increase our ping duration 204 LogUtils.i(TAG, "Ping found changed folders for account %d", accountId) [all...] |
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
PingTest.java | 38 * Checks that the device has kernel support for the IPv6 ping socket. This allows ping6 to work 44 * <li>6d0bfe2 net: ipv6: Add IPv6 support to the ping socket. 45 * <li>c26d6b4 ping: always initialize ->sin6_scope_id and ->sin6_flowinfo 48 * <li>cf970c0 ping: prevent NULL pointer dereference on write to msg_name 87 * Creates an IPv6 ping socket and sets a receive timeout of 100ms. 96 * Sends a ping packet to a random port on the specified address on the specified socket. 153 * Sends NUM_PACKETS random ping packets to ::1 and checks the replies. 156 // Generate a random ping packet and send it to localhost.
|
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/ |
WebSocketRecorder.java | 64 events.add(new Ping(buffer)); 104 assertEquals(new Ping(payload), nextEvent()); 153 private static class Ping { 156 private Ping(Buffer buffer) { 161 return "Ping[" + buffer + "]"; 169 if (obj instanceof Ping) { 170 Ping other = (Ping) obj;
|
/external/valgrind/none/tests/ |
mq.c | 51 if (mq_send(mqdw, "PING", 4, 0) < 0) 67 if (len != 4 || memcmp(buffer, "PING", 4) != 0)
|
/frameworks/base/core/java/android/hardware/ |
ICameraServiceProxy.aidl | 27 * Ping the service proxy to update the valid users for the camera service.
|