/external/chromium_org/chrome/browser/resources/feedback/js/ |
event_handler.js | 45 * receive its initial feedback info object.
|
/external/chromium_org/chrome/browser/ui/views/ |
about_ipc_dialog.cc | 316 int64 time_to_send = (base::Time::FromInternalValue(data.receive) - 324 base::Time::FromInternalValue(data.receive)).InMilliseconds();
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 533 status_t ARTSPConnection::receive(void *data, size_t size) { function in class:android::ARTSPConnection 567 if (receive(&c, 1) != OK) { 592 if (receive(x, 3) != OK) { 597 if (receive(buffer->data(), buffer->size()) != OK) { 732 if (receive(response->mContent->data(), contentLength) != OK) {
|
ARTPConnection.cpp | 290 err = receive(&*it, true); 293 err = receive(&*it, false); 299 ALOGW("failed to receive RTP/RTCP datagram."); 373 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) { function in class:android::ARTPConnection
|
/external/chromium_org/remoting/webapp/ |
format_iq.js | 387 * @param {string} action String describing action (send/receive). 409 * @param {string} action String describing action (send/receive). 449 * @param {string} action String describing action (send/receive). 479 * @param {string} action String describing action (send/receive). 550 * @param {string} action String describing action (send/receive). 649 action = "receive";
|
/external/chromium/chrome/browser/resources/net_internals/ |
proxyview.js | 42 // Register to receive proxy information as it changes.
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
_stream_hybi.py | 190 logger.log(common.LOGLEVEL_FINE, 'Receive the first 2 octets of a frame') 222 'Receive 8-octet extended payload length') 238 'Receive 2-octet extended payload length') 258 logger.log(common.LOGLEVEL_FINE, 'Receive mask') 267 logger.log(common.LOGLEVEL_FINE, 'Receive payload data') 678 """Receive a WebSocket frame and return its payload as a text in 812 'Didn\'t receive valid ack for closing handshake') 841 """Drains unread data in the receive buffer to avoid sending out TCP 844 remains in the receive buffer of a socket when the socket is closed,
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
bluetooth_custom_bindings.js | 15 // receive events about device discovery and call the event listener that was
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
api.js | 421 * @param {function(string)} callback Function to receive the build info. 440 * @param {function(string)} callback Function to receive the version. 457 * @param {function(Array.<number>)} callback Function to receive the keys. 475 * @param {function(boolean)} callback Function to receive the keys.
|
/external/libsepol/tests/policies/test-expander/ |
alias-base.conf | 304 receive
|
role-base.conf | 304 receive
|
user-base.conf | 304 receive
|
/external/libsepol/tests/policies/test-hooks/ |
cmp_policy.conf | 304 receive
|
small-base.conf | 304 receive
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnection.java | 37 * send and receive data. 472 handler.receive(synStream); 544 ping.receive();
|
SpdyStream.java | 326 this.in.receive(in, length); 382 * this class uses synchronization to safely receive incoming data frames, 411 * receive no more bytes beyond those already in the buffer. 514 void receive(InputStream in, int byteCount) throws IOException { method in class:SpdyStream.SpdyDataInputStream 699 * Returns once the peer is ready to receive {@code count} bytes. 707 SpdyStream.this.wait(); // Wait until we receive a WINDOW_UPDATE.
|
/external/qemu/hw/ |
qdev.c | 372 NetReceive *receive, 380 receive, receive_iov, cleanup, opaque);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
DatagramPacketTest.java | 141 socket.receive(packet);
|
/external/chromium/net/http/ |
http_auth_gssapi_posix.h | 205 gss_ctx_id_t* receive() { return &security_context_; } function in class:net::ScopedSecurityContext
|
/external/chromium_org/net/http/ |
http_auth_gssapi_posix.h | 218 gss_ctx_id_t* receive() { return &security_context_; } function in class:net::ScopedSecurityContext
|
/external/chromium_org/v8/tools/ |
generate-ten-powers.scm | 125 (receive (cut e exact?)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar | |
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpKernel.java | 283 socket.receive(packet);
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/mockspdyserver/ |
MockSpdyServer.java | 190 @Override public void receive(final SpdyStream stream) throws IOException { method in class:MockSpdyServer.SocketHandler
|
/external/v8/tools/ |
generate-ten-powers.scm | 125 (receive (cut e exact?)
|