/libcore/ojluni/src/main/java/java/io/ |
D | PipedReader.java | 174 synchronized void receive(int c) throws IOException { in receive() method in PipedReader 215 synchronized void receive(char c[], int off, int len) throws IOException { in receive() method in PipedReader
|
D | PipedInputStream.java | 207 protected synchronized void receive(int b) throws IOException { in receive() method in PipedInputStream 232 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 | 153 DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_connectToSelf() local 189 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_echoServer() local 238 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_connectDisconnectConnectThenSendRecv() local 265 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_connectDisconnectThenSendRecv() local 293 final DatagramPacket receive = new DatagramPacket(new byte[20], 20); in testConnect_connectTwice() local 429 protected void receive(DatagramPacket arg0) throws IOException { in receive() method in DatagramSocketTest.TestDatagramSocketImpl 939 DatagramPacket receive = new DatagramPacket(recvBuffer, recvBuffer.length); in testReceiveOversizePacket() local
|
D | DatagramSocketImplTest.java | 121 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 216 public void receive(DatagramPacket p) throws IOException { in receive() method in DatagramSocketAdaptor
|
D | DatagramChannelImpl.java | 334 public SocketAddress receive(ByteBuffer dst) throws IOException { in receive() method in DatagramChannelImpl 397 private int receive(FileDescriptor fd, ByteBuffer dst) in receive() method in DatagramChannelImpl
|
/libcore/ojluni/src/main/java/java/net/ |
D | DatagramSocketImpl.java | 138 protected abstract void receive(DatagramPacket p) throws IOException; in receive() method in DatagramSocketImpl
|
D | AbstractPlainDatagramSocketImpl.java | 145 protected synchronized void receive(DatagramPacket p) in receive() method in AbstractPlainDatagramSocketImpl
|
D | DatagramSocket.java | 729 public synchronized void receive(DatagramPacket p) throws IOException { in receive() method in DatagramSocket
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | MockDatagramChannel.java | 59 public SocketAddress receive(ByteBuffer arg0) throws IOException { in receive() method in MockDatagramChannel
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | DatagramChannel.java | 395 public abstract SocketAddress receive(ByteBuffer dst) throws IOException; in receive() method in DatagramChannel
|
/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/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
|