/external/ping/ |
Android.mk | 6 LOCAL_SRC_FILES:= ping.c 7 LOCAL_MODULE := ping
|
ping.c | 69 /* PING COMMON */ 141 "ping: patterns must be specified as hex digits.\n"); 176 fprintf(stderr, "ping: bad number of packets to transmit.\n"); 192 fprintf(stderr, "ping: bad timing interval.\n"); 199 fprintf(stderr, "ping: bad timing interval.\n"); 204 fprintf(stderr, "ping: bad timing interval.\n"); 213 fprintf(stderr, "ping: bad wait time.\n"); 220 fprintf(stderr, "ping: bad preload value, should be 1..%d\n", mx_dup_ck); 226 fprintf(stderr, "ping: cannot set preload to value > 3\n"); 233 fprintf(stderr, "ping: bad sndbuf value.\n") [all...] |
/frameworks/base/media/tests/players/ |
invoke_mock_media_player.cpp | 46 const char *kPing = "ping"; 51 enum TestType {TEST_UNKNOWN, PING}; 64 mTest = PING; 87 void ping(const Parcel& request, Parcel *reply); 96 case PING: 97 ping(request, reply); 104 void Player::ping(const Parcel& request, Parcel *reply) function in class:__anon7445::Player
|
/sdk/ddms/app/src/com/android/ddms/ |
Main.java | 82 // the "ping" argument means to check in with the server and exit 84 if (args.length >= 3 && args[0].equals("ping")) { 85 SdkStatsService.ping(args[1], args[2], null); 95 // we're past the point where ddms can be called just to send a ping, so we can 96 // ping for ddms itself. 97 ping(ddmsParentLocation); 119 public static void ping(String ddmsParentLocation) { method in class:Main 131 SdkStatsService.ping("ddms", sRevision, null); //$NON-NLS-1$ 134 // couldn't find the file? don't ping. 136 // couldn't find the file? don't ping [all...] |
/external/bluetooth/bluez/tools/ |
l2ping.8 | 57 Kind of flood ping. Use with care! It reduces the delay time between packets 61 Reverse ping (gnip?). Send echo response instead of echo request.
|
l2ping.c | 72 static void ping(char *svr) function 131 printf("Ping: %s from %s (data size %d) ...\n", svr, str, size); 254 printf("l2ping - L2CAP ping\n"); 257 printf("\t-f Flood ping (delay = 0)\n"); 258 printf("\t-r Reverse ping\n"); 283 /* Kinda flood ping */ 319 ping(argv[optind]);
|
/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");
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
AbstractSyncParser.java | 152 // If we were pushing (i.e. auto-start), now we'll become ping-triggered 175 // If there are changes, and we were bounced from push/ping, try again 179 userLog("Changes found to ping loop mailbox ", mMailbox.mDisplayName, ": will ping."); 194 userLog("Aborting account syncs due to mailbox change to ping...");
|
PingParser.java | 27 * Parse the result of a Ping command. 74 mService.userLog("Ping completed, status = ", status);
|
/sdk/sdkstats/src/com/android/sdkstats/ |
SdkStatsService.java | 50 /** Utility class to send "ping" usage reports to the server. */ 53 /** Minimum interval between ping, in milliseconds. */ 107 * Send a "ping" to the Google toolbar server, if enough time has 108 * elapsed since the last ping, and if the user has not opted out. 110 * Note: UI operations (if any) are synchronous, but the actual ping 113 * @param app name to report in the ping 114 * @param version to report in the ping 118 public static void ping(final String app, final String version, final Display display) { method in class:SdkStatsService 189 * @param app name to report in the ping 190 * @param version to report in the ping [all...] |
/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 ---
|
mirred-usage | 88 on our host ping -c 2 127.0.0.1 90 Ping would fail since all packets are heading out eth0 98 stack (i.e ping would work).
|
/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);
|
/external/iptables/extensions/ |
libip6t_owner.man | 4 chain, and even this some packets (such as ICMPv6 ping responses) may
|
libipt_owner.man | 4 chain, and even this some packets (such as ICMP ping responses) may
|
/external/netcat/scripts/ |
iscan | 15 # ping 'em once and see if they *are* running identd
|
alta | 18 # ping 'em once, to get the routing warm
|
/external/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 46 virtual void ping();
|
/sdk/eclipse/scripts/ |
build_server.sh | 12 # - make dx, ddms, ping 13 # - create symlinks (for eclipse code reorg, for ddms, ping) 64 echo "*** Building: make $MAKE_OPT dx ping ddms jarutils androidprefs layoutlib_api ninepatch sdklib sdkuilib" 65 make $MAKE_OPT dx ping ddms jarutils androidprefs layoutlib_api layoutlib_utils ninepatch sdklib sdkuilib
|
/external/webkit/JavaScriptCore/qt/tests/qscriptvalue/ |
tst_qscriptvalue.cpp | 305 QScriptValue nstring("ping"); 316 QTest::newRow("native string") << nstring << QString("ping"); 408 QScriptValue ping = engine.evaluate("( function() {return 'ping';} )"); local 417 QVERIFY(ping.isValid()); 418 QVERIFY(ping.isFunction()); 419 result = ping.call(); 421 QCOMPARE(result.toString(), QString::fromUtf8("ping"));
|
/sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/ |
AboutPage.java | 105 // couldn't find the file? don't ping.
107 // couldn't find the file? don't ping.
|
/sdk/traceview/src/com/android/traceview/ |
MainWindow.java | 152 // couldn't find the file? don't ping. 154 // couldn't find the file? don't ping. 165 // ping the usage server 169 SdkStatsService.ping(PING_NAME, revision, null);
|
/packages/apps/Email/src/com/android/exchange/ |
EasSyncService.java | 123 static private final String PING_COMMAND = "Ping"; 144 * the ping exception out. The maximum I use is 17 minutes, which is really an empirical 148 * If we ever have to drop the ping timeout, we'll never increase it again. There's no point 170 // Fallbacks (in minutes) for ping loop failures 195 // The ping time (in seconds) 197 // The longest successful ping heartbeat 306 if (query.startsWith("Cmd=Ping")) { 307 userLog("Reset, aborting Ping"); [all...] |
/packages/apps/IM/src/com/android/im/imps/ |
TcpCirChannel.java | 273 ImpsLog.log(mUser + " >> TCP CIR: PING"); 276 sendData("PING \r\n"); 279 ImpsLog.log("Failed to send PING, try to reconnect");
|