Searched defs:readCount (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSerialization.java49 static int readCount(ObjectInputStream stream) throws IOException { method in class:Serialization
83 * prior call to {@link #readCount}.
128 * of distinct elements is determined by a prior call to {@link #readCount}.
177 * of distinct keys is determined by a prior call to {@link #readCount}.
H A DMapMakerInternalMap.java2124 final AtomicInteger readCount = new AtomicInteger(); field in class:MapMakerInternalMap.Segment
2874 readCount.set(0);
3094 if ((readCount.incrementAndGet() & DRAIN_THRESHOLD) == 0) {
3127 readCount.set(0);
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1036 ssize_t readCount; local
1046 readCount = read(sd, buff, sizeof buff);
1051 if (((char*) &pNLMsg[1] > (buff + readCount)) || // i.e. *pNLMsg extends off end of buffer
1052 ((char*) pNLMsg + pNLMsg->nlmsg_len > (buff + readCount)))
1057 readCount -= ((char*) pNLMsg - buff);
1058 memmove(buff, pNLMsg, readCount);
1062 readCount += read(sd, buff + readCount, sizeof buff - readCount);
1063 continue; // spin around and revalidate with new readCount
1125 ssize_t readCount; local
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2118 final AtomicInteger readCount = new AtomicInteger(); field in class:LocalCache.Segment
3254 readCount.set(0);
3446 if ((readCount.incrementAndGet() & DRAIN_THRESHOLD) == 0) {
3480 readCount.set(0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 234 milliseconds