HomeSort by relevance Sort by last modified time
    Searched defs:receive (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResBunch.java 30 void receive(ResourceTable.Visitor visitor) { method in class:ResBunch
32 resBundle.receive(visitor);
ResourceTable.java 24 void receive(Visitor visitor); method in interface:ResourceTable
RoutingResourceTable.java 56 public void receive(Visitor visitor) { method in class:RoutingResourceTable
58 resourceTable.receive(visitor);
ResBundle.java 21 public void receive(ResourceTable.Visitor visitor) { method in class:ResBundle
  /external/skia/include/private/
SkMessageBus.h 39 void receive(const Message& m); // SkMessageBus is a friend only to call this.
86 void SkMessageBus<Message>::Inbox::receive(const Message& m) { function in class:SkMessageBus::Inbox
110 bus->fInboxes[i]->receive(m);
  /external/skqp/include/private/
SkMessageBus.h 39 void receive(const Message& m); // SkMessageBus is a friend only to call this.
86 void SkMessageBus<Message>::Inbox::receive(const Message& m) { function in class:SkMessageBus::Inbox
110 bus->fInboxes[i]->receive(m);
  /external/swiftshader/src/Common/
Socket.cpp 86 int Socket::receive(char *buffer, int length) function in class:sw::Socket
  /libcore/ojluni/src/main/java/java/io/
PipedOutputStream.java 122 sink.receive(b);
149 sink.receive(b, off, len);
PipedWriter.java 124 sink.receive(c);
150 sink.receive(cbuf, off, len);
  /external/ltp/testcases/open_posix_testsuite/stress/mqueues/
multi_send_rev_2.c 56 int *receive(void *ID) function
61 printf("Enter into receive[%d] \n", ThreadID);
68 printf("[%d] receive '%s' in thread receive[%d]. \n", i + 1,
71 printf("receive[%d] quit ...\n", ThreadID);
111 pthread_create(&rev[i], NULL, (void *)receive,
multi_send_rev_1.c 60 int *receive(void *info) function
68 printf("Enter into receive [%d], mq = %d \n", recv_info.ThreadID,
76 printf("[%d] receive '%s' in thread receive recv [%d]. \n",
124 pthread_create(&rev[i], NULL, (void *)receive,
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Ping.java 37 void receive() { method in class:Ping
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_stream_socket.hpp 410 /// Receive some data on the socket.
412 * This function is used to receive data on the stream socket. The function
424 * @note The receive operation may not receive all of the requested number of
429 * To receive into a single data buffer use the @ref buffer function as
432 * socket.receive(asio::buffer(data, size));
439 std::size_t receive(const MutableBufferSequence& buffers) function in class:asio::basic_stream_socket
442 std::size_t s = this->get_service().receive(
444 asio::detail::throw_error(ec, "receive");
448 /// Receive some data on the socket
479 std::size_t receive(const MutableBufferSequence& buffers, function in class:asio::basic_stream_socket
508 std::size_t receive(const MutableBufferSequence& buffers, function in class:asio::basic_stream_socket
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/
DatagramChannel.java 44 * send} and {@link #receive receive} methods to be used. A datagram channel may be
47 * every send and receive operation. A datagram channel must be connected in
71 * <td> The size of the socket receive buffer </td>
303 * <p> The channel's socket is configured so that it can receive datagrams
353 * java.net.DatagramSocket#receive receive} method of the {@link
398 public abstract SocketAddress receive(ByteBuffer dst) throws IOException; method in class:DatagramChannel
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeLlcpConnectionlessSocket.java 60 public LlcpPacket receive() throws IOException { method in class:NativeLlcpConnectionlessSocket
NativeLlcpSocket.java 69 public int receive(byte[] recvBuff) throws IOException { method in class:NativeLlcpSocket
NativeP2pDevice.java 36 public byte[] receive() { method in class:NativeP2pDevice
  /device/generic/goldfish/wifi/ipv6proxy/
socket.cpp 127 Result Socket::receive(Message* receivingMessage) { function in class:Socket
132 return Result::error("Attempt to receive on a socket that isn't bound");
155 return Result::error("Attempt to receive on a socket that isn't bound");
  /external/deqp/framework/delibs/decpp/
deSocket.hpp 99 deSocketResult receive (void* buf, size_t bufSize, size_t* numRecv) { return deSocket_receive(m_socket, buf, bufSize, numRecv); } function in class:de::Socket
  /external/libchrome/crypto/
scoped_capi_types.h 68 CAPIHandle* receive() { function in class:crypto::ScopedCAPIHandle
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service_base.hpp 239 // Receive some data from the peer. Returns the number of bytes received.
241 size_t receive(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
253 size_t receive(base_implementation_type& impl, const null_buffers&, function in class:asio::detail::reactive_socket_service_base
262 // Start an asynchronous receive. The buffer for the data being received
317 // Receive some data with associated flags. Returns the number of bytes
347 // Start an asynchronous receive. The buffer for the data being received
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
ResourceTestUtil.java 22 resourceTable.receive(new ResourceTable.Visitor() {
  /frameworks/native/libs/vr/libpdx/private/pdx/
client.h 221 const bool receive = (receive_buffer && receive_length); local
225 receive ? &receive_vector : nullptr, receive ? 1 : 0);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockDatagramChannel.java 60 public SocketAddress receive(ByteBuffer arg0) throws IOException { method in class:MockDatagramChannel
  /packages/apps/Nfc/tests/src/com/android/nfc/
MockLlcpSocket.java 55 public int receive(byte[] receiveBuffer) throws IOException { method in class:MockLlcpSocket

Completed in 152 milliseconds

1 2 3 4 5 6