Home
last modified time | relevance | path

Searched refs:received (Results 1 – 21 of 21) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DInet6AddressImpl.java247 byte[] received = new byte[packet.length]; in icmpEcho()
248 DatagramPacket receivedPacket = new DatagramPacket(received, packet.length); in icmpEcho()
250 .recvfrom(true, fd, received, 0, received.length, 0, receivedPacket, false); in icmpEcho()
255 && received[0] == expectedType in icmpEcho()
256 && received[4] == (byte) (icmpId >> 8) in icmpEcho()
257 && received[5] == (byte) icmpId in icmpEcho()
258 && received[6] == (byte) (seq >> 8) in icmpEcho()
259 && received[7] == (byte) seq) { in icmpEcho()
DSocksSocketImpl.java120 int received = 0; in readSocksReply() local
121 for (int attempts = 0; received < len && attempts < 3; attempts++) { in readSocksReply()
124 …count = ((SocketInputStream)in).read(data, received, len - received, remainingMillis(deadlineMilli… in readSocksReply()
130 received += count; in readSocksReply()
132 return received; in readSocksReply()
/libcore/luni/src/test/java/libcore/io/
DOsTest.java251 int received = Libcore.os.recvfrom(clientFd, buffer, 0, null); in checkByteBufferPositions_sendto_recvfrom()
252 assertTrue(received > 0); in checkByteBufferPositions_sendto_recvfrom()
253 assertEquals(received, buffer.position()); in checkByteBufferPositions_sendto_recvfrom()
257 received = Libcore.os.recvfrom(clientFd, buffer2, 0, null); in checkByteBufferPositions_sendto_recvfrom()
258 assertTrue(received > 0); in checkByteBufferPositions_sendto_recvfrom()
259 assertEquals(received + 8, buffer.position()); in checkByteBufferPositions_sendto_recvfrom()
349 byte[] received = new byte[msg.length + 42]; in checkSendToSocketAddress()
351 assertEquals(len, Libcore.os.recvfrom(recvFd, received, 0, received.length, 0, from)); in checkSendToSocketAddress()
403 byte[] received = new byte[4096]; in checkSocketPing()
405 assertEquals(len, Libcore.os.recvfrom(fd, received, 0, received.length, 0, srcAddress)); in checkSocketPing()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DProcessTest.java73 String received = readAndCloseStream(p.getInputStream()); in test_getOutputStream() local
74 assertEquals(str1 + str2 + str3, received); in test_getOutputStream()
89 String received = readAndCloseStream(p.getInputStream()); in test_getErrorStream() local
90 assertEquals("", received); in test_getErrorStream()
/libcore/ojluni/
DNOTICE428 c) Accompany it with the information you received as to the offer to
430 for noncommercial distribution and only if you received the program in
452 your rights under this License. However, parties who have received copies, or
575 You should have received a copy of the GNU General Public License along
657 You should have received a copy of the GNU General Public License version
683 You should have received a copy of the GNU General Public License version
709 You should have received a copy of the GNU General Public License version
735 You should have received a copy of the GNU General Public License version
761 You should have received a copy of the GNU General Public License version
787 You should have received a copy of the GNU General Public License version
[all …]
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_zh_CN.properties17 # You should have received a copy of the GNU General Public License version
Dlogging_ja.properties17 # You should have received a copy of the GNU General Public License version
Dlogging_ko.properties17 # You should have received a copy of the GNU General Public License version
Dlogging.properties17 # You should have received a copy of the GNU General Public License version
Dlogging_de.properties17 # You should have received a copy of the GNU General Public License version
Dlogging_es.properties17 # You should have received a copy of the GNU General Public License version
Dlogging_fr.properties17 # You should have received a copy of the GNU General Public License version
Dlogging_it.properties17 # You should have received a copy of the GNU General Public License version
Dlogging_pt_BR.properties17 # You should have received a copy of the GNU General Public License version
Dlogging_sv.properties17 # You should have received a copy of the GNU General Public License version
Dlogging_zh_TW.properties17 # You should have received a copy of the GNU General Public License version
/libcore/ojluni/src/main/resources/
Dcalendars.properties16 # You should have received a copy of the GNU General Public License version
Dhijrah-config-umalqura.properties16 # You should have received a copy of the GNU General Public License version
/libcore/
DLICENSE142 c) Accompany it with the information you received as to the offer to
144 for noncommercial distribution and only if you received the program in
166 your rights under this License. However, parties who have received copies, or
289 You should have received a copy of the GNU General Public License along
/libcore/ojluni/src/main/resources/sun/nio/cs/
Dstandard-charsets17 # You should have received a copy of the GNU General Public License version
/libcore/benchmarks/libs/
Dcaliper.jar.txt64 on behalf of whom a Contribution has been received by Licensor and