Searched defs:receive (Results 1 - 19 of 19) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DIncomingStreamHandler.java24 @Override public void receive(SpdyStream stream) throws IOException {
35 void receive(SpdyStream stream) throws IOException; method in interface:IncomingStreamHandler
H A DPing.java37 void receive() { method in class:Ping
H A DSpdyStream.java286 this.source.receive(in, length);
311 * class uses synchronization to safely receive incoming data frames, it is
315 /** Buffer to receive data from the network into. Only accessed by the reader thread. */
329 * receive no more bytes beyond those already in the buffer.
384 void receive(BufferedSource in, long byteCount) throws IOException { method in class:SpdyStream.SpdyDataSource
408 // Fill the receive buffer without holding any locks.
505 waitForIo(); // Wait until we receive a WINDOW_UPDATE for this stream.
/external/skia/src/core/
H A DSkMessageBus.h36 void receive(const Message& m); // SkMessageBus is a friend only to call this.
84 void SkMessageBus<Message>::Inbox::receive(const Message& m) { function in class:SkMessageBus::Inbox
107 bus->fInboxes[i]->receive(m);
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyServer.java91 @Override public void receive(final SpdyStream stream) throws IOException { method in class:SpdyServer
/external/deqp/framework/delibs/decpp/
H A DdeSocket.hpp99 deSocketResult receive (void* buf, int bufSize, int* numRecv) { return deSocket_receive(m_socket, buf, bufSize, numRecv); } function in class:de::Socket
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DNettyHttpClient.java159 receive((HttpResponse) message);
162 receive((HttpContent) message);
173 void receive(HttpResponse response) { method in class:NettyHttpClient.HttpChannel
177 void receive(HttpContent content) { method in class:NettyHttpClient.HttpChannel
/external/deqp/execserver/
H A DxsExecutionServer.cpp220 anyIO = receive() || anyIO;
342 bool ExecutionRequestHandler::receive (void) function in class:xs::ExecutionRequestHandler
349 deSocketResult result = m_socket->receive(&m_sendRecvTmpBuf[0], maxLen, &numRecv);
367 throw ConnectionError("receive() failed");
/external/kernel-headers/original/uapi/linux/
H A Datmlec.h89 unsigned char receive; /* 1= receive vcc, 0 = send vcc */ member in struct:atmlec_ioc
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMac.h158 pphFriNfcLlpcMac_Receive_t receive; member in struct:phFriNfc_LlcpMac_Interface
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
H A DBufferPerformanceBench.java64 * Each benchmark thread maintains three buffers; a receive buffer, a process buffer
67 * - We fill up the receive buffer using the origin, write the request to the process
138 buffers.receive(requestBytes).readAll(NullSink);
149 buffers.receive(requestBytes).readAll(NullSink);
242 public BufferedSource receive(byte[] bytes) throws IOException { method in class:BufferPerformanceBench.BufferSetup
243 return super.receive(bytes, bench.maxReadBytes);
273 * Fills up the receive buffer, hands off to process buffer and returns it for consuming.
274 * Expects receive and process buffers to be empty. Leaves the receive buffer empty and
277 protected Buffer receive(byt method in class:BufferPerformanceBench.BufferState
[all...]
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockWebServer.java830 @Override public void receive(SpdyStream stream) throws IOException { method in class:MockWebServer.SpdySocketHandler
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc481 ExceptionMessage receive; local
485 receive.header.msgh_local_port = self->handler_port_;
486 receive.header.msgh_size = static_cast<mach_msg_size_t>(sizeof(receive));
487 kern_return_t result = mach_msg(&(receive.header),
489 receive.header.msgh_size,
506 if (!receive.exception) {
509 if (receive.header.msgh_id == kShutdownMessage)
522 if (receive.header.msgh_id == kWriteDumpWithExceptionMessage) {
523 thread = receive
[all...]
/external/libnfc-nxp/inc/
H A DphNfcInterface.h265 * This callback signals the completion of the asynchronous send or receive
337 pphNfcIF_Transact_t receive; member in struct:phNfc_sLowerIF
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 9005 milliseconds