Searched defs:send (Results 1 - 25 of 126) sorted by relevance

123456

/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_send_externs.js14 chrome.send = function(msg, opt_args) {};
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dsend.c10 ssize_t send(int fd, const void* buf, size_t len, int flags) { function
/external/chromium_org/ipc/
H A Dipc_message_utils_impl.h31 const RefSendParam& send) {
32 WriteParam(msg, send);
29 Write( Message* msg, const RefSendParam& send) argument
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSocketStreamHandle.h50 virtual bool send(const WebData&) { return false; } function in class:blink::WebSocketStreamHandle
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMessenger.java23 public void send(Message message) throws RemoteException { method in class:ShadowMessenger
H A DShadowResultReceiver.java19 public void send(int resultCode, android.os.Bundle resultData) { method in class:ShadowResultReceiver
/external/smack/src/com/kenai/jbosh/
H A DHTTPSender.java20 * Interface used to represent code which can send a BOSH XML body over
41 * Create a {@code Callable} instance which can be used to send the
44 * of the returned {@code Callable} should send the request (if it has
49 * @param body request body to send
52 HTTPResponse send(CMSessionParams params, AbstractBody body); method in interface:HTTPSender
H A DApacheHTTPSender.java40 * Apache HttpClient API to send messages to the connection manager.
105 public HTTPResponse send( method in class:ApacheHTTPSender
/external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
H A Dnacl.js22 * Method to send generic byte data to the whispernet wrapper.
23 * @param {string} data Raw data to send to the whispernet wrapper.
25 NaclBridge.prototype.send = function(data) {
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_enc.c133 int dtls1_enc(SSL *s, int send) argument
141 if (send)
183 printf("dtls1_enc(%d)\n", send);
197 if ((bs != 1) && send)
229 if (!send)
246 if ((bs != 1) && !send)
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dtlsasyncdispatchermixin.py29 be called, and when it calls send(), a write operation will be
137 def send(self, writeBuffer): member in class:TLSAsyncDispatcherMixIn
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DPing.java32 void send() { method in class:Ping
/external/openssl/ssl/
H A Dd1_enc.c137 int dtls1_enc(SSL *s, int send) argument
145 if (send)
187 printf("dtls1_enc(%d)\n", send);
201 if ((bs != 1) && send)
238 if (!send)
255 if ((bs != 1) && !send)
H A Ds2_enc.c121 void ssl2_enc(SSL *s, int send) argument
127 if (send)
151 void ssl2_mac(SSL *s, unsigned char *md, int send) argument
158 if (send)
/external/smack/src/org/xbill/DNS/
H A DTCPClient.java42 send(byte [] data) throws IOException { method in class:TCPClient
119 client.send(data);
H A DResolver.java18 * @param port The port to send messages to
78 * @param query The query to send.
82 Message send(Message query) throws IOException; method in interface:Resolver
89 * @param query The query to send
/external/bluetooth/bluedroid/hci/include/
H A Dhci.h69 tHCI_SEND send; member in struct:__anon1157
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmsgutil.py52 # An API for handler to send/receive WebSocket messages.
67 message: unicode text or str binary to send.
68 end: False to send message as a fragment. All messages until the
71 binary: send message as binary frame.
85 InvalidFrameException: when client send invalid frame.
86 UnsupportedFrameException: when client send unsupported frame e.g. some
89 InvalidUTF8Exception: when client send a text frame containing any
177 This class provides both synchronous and asynchronous ways to send
205 def send(self, message): member in class:MessageSender
/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.h32 void set_should_send_fake_response(bool send) { argument
33 should_send_fake_response_ = send;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dmsgutil.py52 # An API for handler to send/receive WebSocket messages.
67 payload_data: unicode text or str binary to send.
69 False to send payload_data as part of a message that is to be
71 binary: send payload_data as binary frame(s).
85 InvalidFrameException: when client send invalid frame.
86 UnsupportedFrameException: when client send unsupported frame e.g. some
89 InvalidUTF8Exception: when client send a text frame containing any
177 This class provides both synchronous and asynchronous ways to send
205 def send(self, message): member in class:MessageSender
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DLeafNode.java177 * For synchronous calls use {@link #send() send()}.
191 * Please note that this is not the same as {@link #send()}, which
197 * For synchronous calls use {@link #send(Item) send(Item))}.
217 * For synchronous calls use {@link #send(Collection) send(Collection))}.
242 public void send() method in class:LeafNode
259 * Please note that this is not the same as {@link #send()}, which
271 public <T extends Item> void send( method in class:LeafNode
294 public <T extends Item> void send(Collection<T> items) method in class:LeafNode
[all...]
/external/chromium_org/components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/
H A DAbstractDataChannel.java65 public abstract void send(ByteBuffer message, MessageType type); method in class:AbstractDataChannel
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.h53 void set_send_mouse_input_when_unfocused(bool send) { argument
54 send_mouse_input_when_unfocused_ = send;
/external/smack/src/org/jivesoftware/smackx/
H A DMultipleRecipientManager.java38 * A MultipleRecipientManager allows to send packets to multiple recipients by making use of
40 * It also allows to send replies to packets that were sent to multiple recipients.
56 * However, if JEP-33 is not supported by the server then the client is going to send
59 * @param connection the connection to use to send the packet.
60 * @param packet the packet to send to the list of recipients.
70 public static void send(Connection connection, Packet packet, List<String> to, List<String> cc, List<String> bcc) method in class:MultipleRecipientManager
72 send(connection, packet, to, cc, bcc, null, null, false);
79 * However, if JEP-33 is not supported by the server then the client is going to send
82 * @param connection the connection to use to send the packet.
83 * @param packet the packet to send t
98 public static void send(Connection connection, Packet packet, List<String> to, List<String> cc, List<String> bcc, method in class:MultipleRecipientManager
[all...]
H A DRosterExchangeManager.java40 * Manages Roster exchanges. A RosterExchangeManager provides a high level access to send
59 * @param con a Connection which is used to send and receive messages.
96 * @param roster the roster to send
99 public void send(Roster roster, String targetUserID) { method in class:RosterExchangeManager
100 // Create a new message to send the roster
113 * @param rosterEntry the roster entry to send
116 public void send(RosterEntry rosterEntry, String targetUserID) { method in class:RosterExchangeManager
117 // Create a new message to send the roster
132 * @param rosterGroup the roster group to send
135 public void send(RosterGrou method in class:RosterExchangeManager
[all...]

Completed in 7648 milliseconds

123456