Home
last modified time | relevance | path

Searched refs:readCount (Results 1 – 22 of 22) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DRealBufferedSink.java102 for (long readCount; (readCount = source.read(buffer, Segment.SIZE)) != -1; ) { in writeAll()
103 totalBytesRead += readCount; in writeAll()
DBuffer.java956 for (long readCount; (readCount = source.read(this, Segment.SIZE)) != -1; ) {
957 totalBytesRead += readCount;
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1060 ssize_t readCount; in ProcessRoutingNotification() local
1070 readCount = read(sd, buff, sizeof buff); in ProcessRoutingNotification()
1075 if (((char*) &pNLMsg[1] > (buff + readCount)) || // i.e. *pNLMsg extends off end of buffer in ProcessRoutingNotification()
1076 ((char*) pNLMsg + pNLMsg->nlmsg_len > (buff + readCount))) in ProcessRoutingNotification()
1081 readCount -= ((char*) pNLMsg - buff); in ProcessRoutingNotification()
1082 memmove(buff, pNLMsg, readCount); in ProcessRoutingNotification()
1086 readCount += read(sd, buff + readCount, sizeof buff - readCount); in ProcessRoutingNotification()
1106 ssize_t len = readCount - ((char*)pNLMsg - buff); in ProcessRoutingNotification()
1149 ssize_t readCount; in ProcessRoutingNotification() local
1154 readCount = read(sd, buff, sizeof buff); in ProcessRoutingNotification()
[all …]
/external/guava/guava/src/com/google/common/collect/
DHashMultiset.java93 int distinctElements = Serialization.readCount(stream); in readObject()
DLinkedHashMultiset.java105 int distinctElements = Serialization.readCount(stream); in readObject()
DHashMultimap.java134 int distinctKeys = Serialization.readCount(stream); in readObject()
DArrayListMultimap.java160 int distinctKeys = Serialization.readCount(stream); in readObject()
DSerialization.java49 static int readCount(ObjectInputStream stream) throws IOException { in readCount() method in Serialization
DHashBiMap.java660 int size = Serialization.readCount(stream);
DMapMakerInternalMap.java2074 final AtomicInteger readCount = new AtomicInteger(); field in MapMakerInternalMap.Segment
2839 readCount.set(0); in clear()
3049 if ((readCount.incrementAndGet() & DRAIN_THRESHOLD) == 0) { in postReadCleanup()
3082 readCount.set(0); in runLockedCleanup()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheTesting.java290 assertEquals(0, segment.readCount.get());
DLocalCacheTest.java1677 segment.readCount.incrementAndGet(); in testClear()
1689 assertEquals(0, segment.readCount.get()); in testClear()
1712 segment.readCount.incrementAndGet(); in testClear_notification()
1724 assertEquals(0, segment.readCount.get()); in testClear_notification()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2068 final AtomicInteger readCount = new AtomicInteger(); field in LocalCache.Segment
3232 readCount.set(0); in clear()
3413 if ((readCount.incrementAndGet() & DRAIN_THRESHOLD) == 0) { in postReadCleanup()
3447 readCount.set(0); in runLockedCleanup()
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1042 segment.readCount.incrementAndGet(); in testClear()
1053 assertEquals(0, segment.readCount.get()); in testClear()
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
/external/vogar/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...