HomeSort by relevance Sort by last modified time
    Searched full:sends (Results 76 - 100 of 2282) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/net/tools/quic/
quic_reliable_server_stream.h 38 // Sends a basic 200 response using SendHeaders for the headers and WriteData
41 // Sends a basic 500 response using SendHeaders for the headers and WriteData
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
MessageConnection.java 46 * Sends a message to the other end of the connection.
51 * Sends a message to the other end of the connection using
  /external/qemu/docs/
ANDROID-QEMUD-SERVICES.TXT 57 1/ Client sends "power:light:brightness:<lightname>:<val>", where
69 2/ Client sends "set_led_state:<color-rgb>:<on-ms>:<off-ms>" where
79 3/ Client sends "vibrator:<timeout>", where <timeout> is a decimal value.
95 1/ Clients initially sends "list-sensors" and receives a single string
105 2/ Client sends "set-delay:<delay-ms>", where <delay-ms> is a decimal
109 3/ Client sends "wake", the service must immediately send back "wake" as
112 4/ Client sends "set:<sensor-name>:<flag>", where <sensor-name> is the
166 1/ Clients sends the 'list' command
  /frameworks/base/core/java/android/util/
LogPrinter.java 20 * Implementation of a {@link android.util.Printer} that sends its output
29 * Create a new Printer that sends to the log with the given priority
  /external/chromium_org/chrome/test/chromedriver/test/
webserver.py 11 """Sends a HTTP response. Used with TestWebServer."""
17 """Sends OK response with body."""
22 """Sends OK response with the given file as the body."""
27 """Sends headers for OK response."""
34 """Sends response for the given HTTP error code."""
38 """Just sends the body, no headers."""
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TouchCommon.java 85 * Sends (synchronously) a single click to an absolute screen coordinates.
107 * Sends (synchronously) a single click to the View at the specified coordinates.
121 * Sends (synchronously) a single click to the center of the View.
128 * Sends (synchronously) a single click on the specified relative coordinates inside
151 * Sends (synchronously) a long press to an absolute screen coordinates.
179 * Sends (synchronously) a long press to the View at the specified coordinates.
  /external/chromium/chrome/browser/chromeos/
external_metrics_unittest.cc 78 // Sends a few valid messages. Once in a while, collects them and checks the
90 // Sends a crash message.
96 // Sends a message that's too large.
107 // Sends a malformed message (first string is not null-terminated).
118 // Sends a malformed message (second string is not null-terminated).
  /external/chromium_org/chrome/browser/chromeos/
external_metrics_unittest.cc 79 // Sends a few valid messages. Once in a while, collects them and checks the
91 // Sends a crash message.
97 // Sends a message that's too large.
108 // Sends a malformed message (first string is not null-terminated).
119 // Sends a malformed message (second string is not null-terminated).
  /external/apache-http/src/org/apache/http/
HttpServerConnection.java 72 * Sends the response line and headers of a response over this connection.
81 * Sends the response entity of a response over this connection.
90 * Sends all pending buffered data over this connection.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterChain.java 46 * OutputStream that this object sends its output to.
70 * Get the writer that this writer sends its output to.
79 * Get the OutputStream that this writer sends its output to.
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_ci.c 41 ** Description This function sends an event to indicate server cache open
70 ** Description This function sends an event to BTA indicating the phone has
111 ** Description This function sends an event to BTA indicating the phone has
  /external/bluetooth/bluedroid/bta/include/
bta_pan_ci.h 41 ** Description This function sends an event to PAN indicating the phone is
56 ** Description This function sends an event to PAN indicating the phone
90 ** zero copy. The function sends an event to PAN containing
  /external/chromium_org/chrome/browser/extensions/api/storage/
syncable_settings_storage.h 67 // Sends the changes from |result| to sync if it's enabled.
70 // Sends all local settings to sync (synced settings assumed to be empty).
104 // Object which sends changes to sync.
  /external/chromium_org/chrome/common/
spellcheck_messages.h 65 // Sends text-check results from the Spelling service when the service finishes
81 // Sends when NSSpellChecker finishes checking text received by a preceding
105 // the input text, it sends a SpellingCheckMsg_RespondSpellingService with
  /external/chromium_org/jingle/notifier/listener/
xmpp_push_client_unittest.cc 102 // Make sure nothing blows up when the XMPP push client sends a
115 // Make sure nothing blows up when the XMPP push client sends a ping.
126 // Make sure nothing blows up when the XMPP push client sends a
  /external/chromium_org/ui/views/controls/
native_control.h 52 // Invoked when the native control sends a WM_NOTIFY message to its parent
55 // Invoked when the native control sends a WM_COMMAND message to its parent
64 // Invoked when the native control sends a WM_DESTORY message to its parent.
  /frameworks/native/services/surfaceflinger/
MessageQueue.h 107 // sends INVALIDATE message at next VSYNC
109 // sends REFRESH message at next VSYNC
111 // sends TRANSACTION message immediately
  /external/chromium/chrome/browser/
background_page_tracker.h 23 // loaded, and sends out a notification.
87 // Sends out a notification that the list of background pages has changed.
upgrade_detector.h 56 // Sends out a notification and starts a one shot timer to wait until
60 // The function that sends out a notification (after a certain time has
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.cc 117 // Sends a JSON response to the remote debugger using |response| as content,
152 // Composes a Chrome Developer Tools Protocol JSON response and sends it
172 // Sends the corresponding message to the remote debugger.
184 // Sends the corresponding message to the remote debugger.
193 // by posting the DevToolsAgentMsg_Attach message and sends a response
237 // by posting the DevToolsAgentMsg_Detach message and sends a response
265 // Sends a V8 debugger command to the target tab V8 debugger.
306 // Sends the immediate "evaluate Javascript" command to the V8 debugger.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.h 62 // Sends an error response to the given message back to the user.
67 // Sends the given message to the appropriate destination.
  /external/chromium_org/chrome/browser/history/
delete_directive_handler.h 23 // DeleteDirectiveHandler sends delete directives created locally to sync
45 // Sends the given |delete_directive| to SyncChangeProcessor (if it exists).
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.h 33 // Sends out a notification and starts a one shot timer to wait until
40 // The function that sends out a notification (after a certain time has
  /external/chromium_org/chrome/renderer/extensions/
content_watcher.h 28 // ExtensionMsg_WatchPages) and the set that match on each WebFrame, and sends a
49 // they've changed sends ExtensionHostMsg_OnWatchedPageChange back to the
  /external/chromium_org/chrome_frame/
bho.h 99 // mshtml sends an IOleCommandTarget::Exec of OLECMDID_HTTPEQUIV
101 // It also sends contents of the meta tag as an argument. IEFrame

Completed in 498 milliseconds

1 2 34 5 6 7 8 91011>>