Home
last modified time | relevance | path

Searched defs:received (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DProcessTest.java72 String received = readAndCloseStream(p.getInputStream()); in test_getOutputStream() local
88 String received = readAndCloseStream(p.getInputStream()); in test_getErrorStream() local
/libcore/ojluni/src/main/java/sun/net/www/http/
DHttpCapture.java131 public synchronized void received(int c) throws IOException { in received() method in HttpCapture
/libcore/ojluni/src/main/java/java/net/
DSocksSocketImpl.java120 int received = 0; in readSocksReply() local
/libcore/luni/src/test/java/libcore/io/
DOsTest.java490 int received = Libcore.os.recvfrom(serverFd, buffer, 0, srcAddress); in test_recvfrom_concurrentShutdown() local