/external/chromium_org/ppapi/native_client/tests/ppapi_browser/crash/ |
ppapi_crash.html | 46 // In case the nexe does not crash right away, we will ping it 52 plugin.postMessage('Ping'); 55 plugin.postMessage("Ping");
|
/external/chromium_org/rlz/lib/ |
lib_values.h | 16 // Ping CGI arguments: 43 // Each ping to the server must also contain kProtocolCgiArgument as well. 70 // Financial ping server information.
|
/external/chromium_org/chrome/browser/extensions/updater/ |
extension_downloader_delegate.cc | 26 ManifestFetchData::PingData* ping) {
|
extension_downloader_delegate.h | 48 // the extension update sent a ping. 53 // Whether a ping was sent. 108 ManifestFetchData::PingData* ping);
|
/external/chromium_org/chrome/test/functional/gtalk/ |
test_basic.py | 161 # Type /ping in the mole's input widget. 163 '$Type($FindByTagName($BODY(), "textarea", 0), "/ping")'), 177 # Wait for /ping to appear in the chat history. 180 lambda html: html and '/ping' in html, 181 msg='Timed out waiting for /ping to appear in mole DOM.') 183 # Wait for the echo "Ping!" to appear in the chat history. 186 lambda html: html and 'Ping!' in html, 187 msg='Timed out waiting for "Ping!" reply to appear in mole DOM.') 189 # Request a ping in 7 seconds. 191 '$Type($FindByTagName($BODY(),"textarea",0), "/ping 7")') [all...] |
/external/chromium_org/content/test/data/workers/ |
multi_worker.html | 21 worker.postMessage("ping");
|
worker_common.js | 20 if (evt.data == "ping")
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
checkout_unittests.js | 41 if (options.url.indexOf('/ping') == -1) 42 ok(false, 'Received non-ping ajax request: ' + options.url); 70 if (options.url.indexOf('/ping') == -1) 71 ok(false, 'Received non-ping ajax request: ' + options.url);
|
/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");
|
/external/chromium/net/spdy/ |
spdy_session.h | 106 // Send the SYN frame for |stream_id|. This also sends PING message to check 158 // Enable sending of PING frame with each request. 221 FRIEND_TEST_ALL_PREFIXES(SpdySessionTest, Ping); 299 // Send the PING (preface-PING and trailing-PING) frames. 302 // Send PING if there are no PINGs in flight and we haven't heard from server. 305 // Send a PING after delay. Don't post a PING if there is already 306 // a trailing PING pending [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_ping_manager.cc | 32 // Sends a fire and forget ping. The instances of this class have no 86 // Builds a ping message for the specified update item. 111 // Returns a string representing one ping event xml element for an update item. 162 // Sends a fire and forget ping when the updates are complete. The ping 163 // sender object self-deletes after sending the ping.
|
/frameworks/base/core/java/android/net/ |
DnsPinger.java | 43 * Performs a simple DNS "ping" by sending a "server status" query packet to the 80 * arg1 is the ID of the ping, also returned by {@link #pingDnsAsync(InetAddress, int, int)} 90 * Send a new ping via a socket. arg1 is ID, arg2 is timeout, obj is InetAddress to ping 152 // Try to bind but continue ping if bind fails 169 log("Sending a ping " + newActivePing.internalId + 261 * Send a ping. The response will come via a {@link #DNS_PING_RESULT} to the handler 263 * @param dns address of dns server to ping 264 * @param timeout timeout for ping
|
/external/chromium_org/chrome/browser/safe_browsing/ |
download_feedback_service.cc | 45 // Stores the ping data in the given |download|. 109 const std::string& ping, 119 DownloadFeedbackPings::CreateForDownload(download, ping, response); 131 std::string* ping, 137 *ping = pings->ping_request();
|
/external/iputils/ |
ping.c | 89 struct sockaddr_in whereto; /* who to ping */ 165 perror("ping: error setting QOS sockopts"); 227 fprintf(stderr, "ping: wrong value for -M: do, dont, want are valid ones.\n"); 232 printf("ping utility, iputils-%s\n", SNAPSHOT); 281 fprintf(stderr, "ping: IDN encoding failed: %s\n", idna_strerror(rc)); 289 fprintf(stderr, "ping: unknown host %s\n", target); 300 perror("ping: strdup"); 340 fprintf(stderr, "ping: unknown iface %s\n", device); 346 perror("ping: IP_MULTICAST_IF"); 350 perror("ping: SO_BINDTODEVICE") [all...] |
/external/chromium/chrome/browser/metrics/ |
thread_watcher_unittest.cc | 25 SENT_PING, // Sent ping message to watched thread. 311 // OnCheckResponsiveness has verified the ping-pong mechanism and the watched 320 // Activate would have started ping/pong messaging. Expect atleast one 321 // ping/pong messaging sequence to happen. 330 // Verify watched thread is responding with ping/pong messaging. 362 // Verify watched thread is not responding for ping messages. 379 // Check for WEBKIT thread to perform ping/pong messaging. 385 // Check for IO thread to perform ping/pong messaging. 390 // Verify WEBKIT thread is responding with ping/pong messaging. 399 // Verify IO thread is responding with ping/pong messaging [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
|
/libcore/luni/src/main/java/java/lang/ |
Process.java | 43 * <p>For example, to run {@code /system/bin/ping} to ping {@code android.com}: 46 * .command("/system/bin/ping", "android.com")
|
/external/iputils/doc/ |
iputils.db | 12 <ulink url="ping.html">ping, ping6</ulink>. 46 to state of basic networking applets: <command/ping/, <command/traceroute/ 47 etc. Though it was known that port of BSD <command/ping/ to Linux 84 <entry>ping</entry> 152 from my side. The decision what variant of <command/ping/ is preferred,
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_host.h | 26 // class which sends a ping to a server to validate the verdict. 53 // Callback that is called when the server ping back is
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bubble_controller.h | 35 // Ping me when the bookmark model changes out from under us. 38 // Ping me when other Chrome things change out from under us.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
winping.h | 73 // Attempts to send a ping with the given parameters. 75 PingResult Ping(
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
turnport_unittest.cc | 163 // Send ping from UDP to TURN. 167 conn1->Ping(0); 173 // Send ping from TURN to UDP. 178 conn2->Ping(0); 185 // Send another ping from UDP to TURN. 186 conn1->Ping(0); 208 conn1->Ping(0); 210 conn2->Ping(0);
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
TestMessages.java | 53 System.out.println("Server: Received ping message!"); 80 System.out.println("Client: Sending ping message..");
|
/external/smack/src/org/jivesoftware/smackx/ping/ |
ServerPingTask.java | 17 package org.jivesoftware.smackx.ping; 72 // Ping was successful, wind-up the periodic task again
|
/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);
|