/libcore/ojluni/src/main/java/java/net/ |
D | Inet6AddressImpl.java | 247 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()
|
D | SocksSocketImpl.java | 120 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/ |
D | OsTest.java | 251 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/ |
D | ProcessTest.java | 73 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/ |
D | NOTICE | 428 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/ |
D | logging_zh_CN.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging_ja.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging_ko.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging_de.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging_es.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging_fr.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging_it.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging_pt_BR.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging_sv.properties | 17 # You should have received a copy of the GNU General Public License version
|
D | logging_zh_TW.properties | 17 # You should have received a copy of the GNU General Public License version
|
/libcore/ojluni/src/main/resources/ |
D | calendars.properties | 16 # You should have received a copy of the GNU General Public License version
|
D | hijrah-config-umalqura.properties | 16 # You should have received a copy of the GNU General Public License version
|
/libcore/ |
D | LICENSE | 142 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/ |
D | standard-charsets | 17 # You should have received a copy of the GNU General Public License version
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 64 on behalf of whom a Contribution has been received by Licensor and
|