Home
last modified time | relevance | path

Searched defs:totalBytesRead (Results 1 – 5 of 5) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DURLConnectionBenchmark.java72 int totalBytesRead = 0; in timeGet() local
80 int totalBytesRead = 0; in get() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java1232 int totalBytesRead = 0; in test_sendUrgentDataI() local
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectInputStream.java838 private long totalBytesRead = 0; // 0x0 field in ObjectInputStream.PeekInputStream
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java1875 int totalBytesRead = 0; in readShortString() local
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java2637 private long totalBytesRead = 0; field in ObjectInputStream.PeekInputStream