/libcore/ojluni/src/main/java/java/io/ |
D | PipedReader.java | 170 synchronized void receive(int c) throws IOException { in receive() method in PipedReader 208 synchronized void receive(char c[], int off, int len) throws IOException { in receive() method in PipedReader
|
D | PipedInputStream.java | 203 protected synchronized void receive(int b) throws IOException { in receive() method in PipedInputStream 228 synchronized void receive(byte b[], int off, int len) throws IOException { in receive() method in PipedInputStream
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | DatagramSocketTest.java | 177 DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_connectToSelf() local 212 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_echoServer() local 255 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_connectDisconnectConnectThenSendRecv() local 278 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_connectDisconnectThenSendRecv() local 303 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_connectTwice() local 449 protected void receive(DatagramPacket arg0) throws IOException { in receive() method in DatagramSocketTest.TestDatagramSocketImpl 966 DatagramPacket receive = new DatagramPacket(recvBuffer, recvBuffer.length); in testReceiveOversizePacket() local
|
D | DatagramSocketImplTest.java | 128 protected void receive(DatagramPacket pack) throws IOException { in receive() method in MockDatagramSocketImpl
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | DatagramSocketAdaptor.java | 174 private SocketAddress receive(ByteBuffer bb) throws IOException { in receive() method in DatagramSocketAdaptor 207 public void receive(DatagramPacket p) throws IOException { in receive() method in DatagramSocketAdaptor
|
D | DatagramChannelImpl.java | 361 public SocketAddress receive(ByteBuffer dst) throws IOException { in receive() method in DatagramChannelImpl 422 private int receive(FileDescriptor fd, ByteBuffer dst) in receive() method in DatagramChannelImpl
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | DatagramChannel.java | 398 public abstract SocketAddress receive(ByteBuffer dst) throws IOException; in receive() method in DatagramChannel
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | MockDatagramChannel.java | 60 public SocketAddress receive(ByteBuffer arg0) throws IOException { in receive() method in MockDatagramChannel
|
/libcore/ojluni/src/main/java/java/net/ |
D | DatagramSocketImpl.java | 158 protected abstract void receive(DatagramPacket p) throws IOException; in receive() method in DatagramSocketImpl
|
D | AbstractPlainDatagramSocketImpl.java | 162 protected synchronized void receive(DatagramPacket p) in receive() method in AbstractPlainDatagramSocketImpl
|
D | DatagramSocket.java | 756 public synchronized void receive(DatagramPacket p) throws IOException { in receive() method in DatagramSocket
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldDatagramSocketImplFactoryTest.java | 183 protected void receive(DatagramPacket arg0) throws IOException { in receive() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | DatagramSocket.annotated.java | 68 public synchronized void receive(java.net.DatagramPacket p) throws java.io.IOException { throw new … in receive() method in DatagramSocket
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | PipedInputStreamTest.java | 311 public void receive(int oneByte) throws IOException { in receive() method in PipedInputStreamTest.PipedInputStreamWithPublicReceive
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | DatagramSocket.java | 119 public synchronized void receive(java.net.DatagramPacket p) throws java.io.IOException { in receive() method in DatagramSocket
|