HomeSort by relevance Sort by last modified time
    Searched refs:receive (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /external/deqp/framework/delibs/decpp/
deSocket.hpp 99 deSocketResult receive (void* buf, int bufSize, int* numRecv) { return deSocket_receive(m_socket, buf, bufSize, numRecv); } function in class:de::Socket
  /external/jmdns/src/javax/jmdns/impl/
SocketListener.java 41 this._jmDNSImpl.getSocket().receive(packet);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpConnector.java 73 // Setup to receive only from the remote address
120 sock.receive(packet);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketImplTest.java 121 protected void receive(DatagramPacket pack) throws IOException { method in class:MockDatagramSocketImpl
MulticastSocketTest.java 247 receivingSocket.receive(rdp);
344 receivingSocket.receive(rdp);
371 receivingSocket.receive(rdp);
384 // Check that we can join on specific interfaces and that we only receive if data is
393 // they cannot send / receive multicast messages.
434 receivingSocket.receive(rdp);
631 receivingSocket.receive(rdp);
745 receivingSocket.receive(rdp);
    [all...]
  /external/deqp/execserver/
xsExecutionServer.cpp 220 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");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 250 * java.io.PipedInputStream#receive(int)
311 public void receive(int oneByte) throws IOException { method in class:PipedInputStreamTest.PipedInputStreamWithPublicReceive
312 super.receive(oneByte);
325 pis.receive(1);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DatagramChannelTest.java 660 // Test for receive(): Behavior Without Server.
664 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
669 this.channel1.receive(null);
677 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
685 this.channel1.receive(dst);
693 * Test method for 'DatagramChannelImpl.receive(ByteBuffer)'
699 assertNull(this.channel1.receive(dst));
708 assertNull(dc.receive(dst));
722 assertNull(dc.receive(dst));
737 assertNull(dc.receive(dst))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar 
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.h 70 * - Receive packets through the LLCP link
158 pphFriNfcLlpcMac_Receive_t receive; member in struct:phFriNfc_LlcpMac_Interface
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 107 status_t receive(void *data, size_t size);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 122 int TCPStream::receive(void *data, size_t len) { function in class:android::gltrace::TCPStream
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 127 int size = sock.receive(partial);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar 
  /external/sepolicy/
access_vectors 354 receive
488 receive
602 receive
608 receive
  /frameworks/rs/api/
rs_io.spec 23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
30 summary: Receive new content from the queue
32 Receive a new set of contents from the queue.
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 39 * 1) A connection-based server, which has a receive buffer of two
41 * After these 2 seconds, all packets that are in the receive buffer
44 * 2) A connection-less mode, which has a receive buffer of two packets.
45 * On LLCP link activation, we try to receive data on a pre-determined
187 int size = socket.receive(dataUnit);
303 packet = socket.receive();
356 // - otherwise, all calls to receive() on the connectionless socket
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 215 public SocketAddress receive(ByteBuffer target) throws IOException { method in class:DatagramChannelImpl
227 // receive real data packet, (not peek)
573 public void receive(DatagramPacket packet) throws IOException { method in class:DatagramChannelImpl.DatagramSocketAdapter
579 super.receive(packet);
581 // DatagramSocket.receive() will implicitly bind if it hasn't been done explicitly.
  /external/libnfc-nxp/inc/
phNfcInterface.h 265 * This callback signals the completion of the asynchronous send or receive
337 pphNfcIF_Transact_t receive; member in struct:phNfc_sLowerIF
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 115 * prevent sock.receive() from blocking forever
191 sock.receive(packet);
  /frameworks/base/core/java/android/net/
SntpClient.java 95 socket.receive(response);
  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 166 socket.receive(replyPacket);
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 221 * "Pipe broken" will be thrown in receive()
234 // Notify callers of receive()
299 * "Pipe broken" will be thrown in receive()
312 // Notify callers of receive()
377 protected synchronized void receive(int oneByte) throws IOException {
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 183 protected void receive(DatagramPacket arg0) throws IOException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl

Completed in 1287 milliseconds

1 23 4 5 6 7