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

1 2

  /external/ping/
Android.mk 4 LOCAL_SRC_FILES:= ping.c
5 LOCAL_MODULE := ping
  /external/webkit/Source/WebKit/chromium/tests/
CCThreadTest.cpp 41 void ping(CCCompletionEvent* completion) function in class:__anon13497::PingPongUsingCondition
56 thread->postTask(createCCThreadTask(&target, &PingPongUsingCondition::ping, &completion));
64 void ping() function in class:__anon13497::PingPongTestUsingTasks
84 thread->postTask(createCCThreadTask(&target, &PingPongTestUsingTasks::ping));
  /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/ddms/app/src/com/android/ddms/
Main.java 86 // the "ping" argument means to check in with the server and exit
88 if (args.length >= 3 && args[0].equals("ping")) {
89 stats.ping(args[1], args[2]);
105 // we're past the point where ddms can be called just to send a ping, so we can
106 // ping for ddms itself.
107 ping(stats, ddmsParentLocation); method
138 private static void ping(SdkStatsService stats, String ddmsParentLocation) { method in class:Main
162 stats.ping("ddms", sRevision); //$NON-NLS-1$
165 // couldn't find the file? don't ping.
167 // couldn't find the file? don't ping
    [all...]
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 47 const char *kPing = "ping";
52 enum TestType {TEST_UNKNOWN, PING};
65 mTest = PING;
92 void ping(const Parcel& request, Parcel *reply);
101 case PING:
102 ping(request, reply);
109 void Player::ping(const Parcel& request, Parcel *reply) function in class:__anon15428::Player
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.h 46 virtual void ping();
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.idl 29 attribute [Reflect] DOMString ping;
HTMLAnchorElement.idl 30 attribute [Reflect] DOMString ping;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockScreen.java 49 private static final int ON_RESUME_PING_DELAY = 500; // delay first ping until the screen is on
82 // Animate the widget if it supports ping()
83 public void ping(); method in interface:LockScreen.UnlockWidgetCommonMethods
142 public void ping() { method in class:LockScreen.SlidingTabMethods
179 public void ping() { method in class:LockScreen.WaveViewMethods
259 public void ping() { method in class:LockScreen.MultiWaveViewMethods
260 mMultiWaveView.ping();
445 mUnlockWidgetMethods.ping();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 47 * <li> Ping the usage statistics server, if enabled by the user. This is done here
130 // Ping the usage server and parse the SDK content.
136 // Wait another 30 seconds before starting the ping job. This gives other
137 // startup tasks time to finish since it's not vital to get the usage ping
143 * Creates a job than can ping the usage server.
147 Job job = new Job("Android SDK Ping") { // Job name, visible in progress view
187 stats.ping("adt", adtVersionString); //$NON-NLS-1$
188 stats.ping("eclipse", eclipseVersionString); //$NON-NLS-1$
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 57 virtual void ping();
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 57 virtual void ping();
  /external/bluetooth/bluez/tools/
l2ping.c 72 static void ping(char *svr) function
131 printf("Ping: %s from %s (data size %d) ...\n", svr, str, size);
256 printf("l2ping - L2CAP ping\n");
259 printf("\t-f Flood ping (delay = 0)\n");
260 printf("\t-r Reverse ping\n");
285 /* Kinda flood ping */
321 ping(argv[optind]);
  /external/iproute2/ip/
ifcfg 142 if ping -q -c 2 -w 4 $peer ; then
  /external/quake/quake/src/QW/server/
sv_main.c 244 float ping; local
249 ping = 0;
255 ping += frame->ping_time;
261 ping /= count;
263 return ping*1000;
345 int ping; local
360 ping = SV_CalcPing (cl);
363 ping, cl->name, Info_ValueForKey (cl->userinfo, "skin"), top, bottom);
793 if (!strcmp(c, "ping") || ( c[0] == A2A_PING && (c[1] == 0 || c[1] == '\n')) )
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 186 threadHandle.ping();
247 // This socket timeout alows us to ping the thread auditor periodically
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 29 /** Utility class to send "ping" usage reports to the server. */
32 /** Minimum interval between ping, in milliseconds. */
41 * Send a "ping" to the Google toolbar server, if enough time has
42 * elapsed since the last ping, and if the user has not opted out.<br>
44 * The ping will not be sent if the user opt out dialog has not been shown yet.
48 * Note: The actual ping (if any) is sent in a <i>non-daemon</i> background thread.
50 * @param app name to report in the ping
51 * @param version to report in the ping
53 public void ping(String app, String version) { method in class:SdkStatsService
58 * Display a dialog to the user providing information about the ping service
    [all...]
  /external/quake/quake/src/QW/client/
sbar.c 405 // request new ping times every two second
441 if (teams[j].plow > s->ping)
442 teams[j].plow = s->ping;
443 if (teams[j].phigh < s->ping)
444 teams[j].phigh = s->ping;
445 teams[j].ptotal += s->ping;
909 // request new ping times every two second
988 ping time frags name
1009 // request new ping times every two second
1041 Draw_String ( x , y, "ping pl time frags team name")
    [all...]
client.h 68 int ping; member in struct:player_info_s
  /external/chromium/chrome/browser/resources/ntp/
apps.js 69 appsPromoLink.ping = appsPromoPing;
82 webStoreEntry.querySelector('a').ping = appsPromoPing;
98 webStoreMiniEntry.querySelector('a').ping = appsPromoPing;
114 appsPromoLink.ping = appsPromoPing;
598 // Ping the PROMO_SEEN histogram only when the promo is maximized, and
685 a.ping = getAppPingUrl(
725 a.ping = getAppPingUrl(
742 a.ping = getAppPingUrl(
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc 511 WinPing ping; local
512 if (!ping.IsValid()) {
519 WinPing::PingResult result = ping.Ping(addr.ip(), size, 0, 1, false);
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 36 connect(timer, SIGNAL(timeout()), SLOT(ping()));
529 void WpaGui::ping() function in class:WpaGui
560 if (ctrlRequest("PING", buf, &len) < 0) {
561 printf("PING failed - trying to reconnect\n");
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 36 connect(timer, SIGNAL(timeout()), SLOT(ping()));
527 void WpaGui::ping() function in class:WpaGui
558 if (ctrlRequest("PING", buf, &len) < 0) {
559 printf("PING failed - trying to reconnect\n");
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
wpagui.ui.h 36 connect(timer, SIGNAL(timeout()), SLOT(ping()));
527 void WpaGui::ping() function in class:WpaGui
558 if (ctrlRequest("PING", buf, &len) < 0) {
559 printf("PING failed - trying to reconnect\n");
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 214 // if the console exist, we ping the emulator to check the connection.
215 if (console.ping() == false) {
300 * Ping the emulator to check if the connection is still alive.
303 private synchronized boolean ping() { method in class:EmulatorConsole

Completed in 1659 milliseconds

1 2