Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DSeekableInMemoryByteChannelTest.java43 int readCount = c.read(readBuffer); in shouldReadContentsProperly() local
57 int readCount = c.read(readBuffer); in shouldReadContentsWhenBiggerBufferSupplied() local
72 int readCount = c.read(readBuffer); in shouldReadDataFromSetPosition() local
87 int readCount = c.read(readBuffer); in shouldSignalEOFWhenPositionAtTheEnd() local
/external/guava/guava/src/com/google/common/collect/
DSerialization.java49 static int readCount(ObjectInputStream stream) throws IOException { in readCount() method in Serialization
DMapMakerInternalMap.java2074 final AtomicInteger readCount = new AtomicInteger(); field in MapMakerInternalMap.Segment
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1060 ssize_t readCount; in ProcessRoutingNotification() local
1149 ssize_t readCount; in ProcessRoutingNotification() local
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2070 final AtomicInteger readCount = new AtomicInteger(); field in LocalCache.Segment