Searched defs:ping (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/chromium/tests/
H A DCCThreadTest.cpp41 void ping(CCCompletionEvent* completion) function in class:__anon14779::PingPongUsingCondition
56 thread->postTask(createCCThreadTask(&target, &PingPongUsingCondition::ping, &completion));
64 void ping() function in class:__anon14779::PingPongTestUsingTasks
84 thread->postTask(createCCThreadTask(&target, &PingPongTestUsingTasks::ping));
/external/nist-sip/java/gov/nist/core/
H A DThreadAuditor.java9 * - 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 interva
118 public synchronized void ping(ThreadHandle threadHandle) { method in class:ThreadAuditor
[all...]
/external/kernel-headers/original/linux/
H A Dwatchdog.h48 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */
66 * @ping: The routine that sends a keepalive ping to the watchdog device.
83 int (*ping)(struct watchdog_device *); member in struct:watchdog_ops
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.cpp666 QScriptValue nstring("ping");
677 QTest::newRow("native string") << nstring << QString("ping");
769 QScriptValue ping = engine.evaluate("( function() {return 'ping';} )"); local
778 QVERIFY(ping.isValid());
779 QVERIFY(ping.isFunction());
780 result = ping.call();
782 QCOMPARE(result.toString(), QString::fromUtf8("ping"));
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h36 connect(timer, SIGNAL(timeout()), SLOT(ping()));
527 void WpaGui::ping() function in class:WpaGui
/external/chromium/third_party/libjingle/source/talk/base/
H A Dphysicalsocketserver.cc407 WinPing ping; local
408 if (!ping.IsValid()) {
415 WinPing::PingResult result = ping.Ping(addr.ip(), size, 0, 1, false);
H A Dwin32socketserver.cc511 WinPing ping; local
512 if (!ping.IsValid()) {
519 WinPing::PingResult result = ping.Ping(addr.ip(), size, 0, 1, false);
/external/quake/quake/src/QW/server/
H A Dsv_main.c244 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')) )
H A Dpr_cmds.c1568 else if (!strcmp(key, "ping")) {
1569 int ping = SV_CalcPing (&svs.clients[e1-1]); local
1570 sprintf(ov, "%d", ping);
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp167 connect(timer, SIGNAL(timeout()), SLOT(ping()));
744 void WpaGui::ping() function in class:WpaGui
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp159 connect(timer, SIGNAL(timeout()), SLOT(ping()));
767 void WpaGui::ping() function in class:WpaGui
/external/quake/quake/src/QW/client/
H A Dclient.h68 int ping; member in struct:player_info_s

Completed in 392 milliseconds