/external/okhttp/okio/okio/src/main/java/okio/ |
D | RealBufferedSink.java | 102 for (long readCount; (readCount = source.read(buffer, Segment.SIZE)) != -1; ) { in writeAll() 103 totalBytesRead += readCount; in writeAll()
|
D | Buffer.java | 956 for (long readCount; (readCount = source.read(this, Segment.SIZE)) != -1; ) { 957 totalBytesRead += readCount;
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSPosix.c | 1060 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/ |
D | HashMultiset.java | 93 int distinctElements = Serialization.readCount(stream); in readObject()
|
D | LinkedHashMultiset.java | 105 int distinctElements = Serialization.readCount(stream); in readObject()
|
D | HashMultimap.java | 134 int distinctKeys = Serialization.readCount(stream); in readObject()
|
D | ArrayListMultimap.java | 160 int distinctKeys = Serialization.readCount(stream); in readObject()
|
D | Serialization.java | 49 static int readCount(ObjectInputStream stream) throws IOException { in readCount() method in Serialization
|
D | HashBiMap.java | 660 int size = Serialization.readCount(stream);
|
D | MapMakerInternalMap.java | 2074 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/ |
D | CacheTesting.java | 290 assertEquals(0, segment.readCount.get());
|
D | LocalCacheTest.java | 1677 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/ |
D | org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.lucene_1.9.1.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 2068 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/ |
D | MapMakerInternalMapTest.java | 1042 segment.readCount.incrementAndGet(); in testClear() 1053 assertEquals(0, segment.readCount.get()); in testClear()
|
/external/libphonenumber/demo/war/WEB-INF/lib/ |
D | commons-io-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/lib/main/ |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |
/external/vogar/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |