Home
last modified time | relevance | path

Searched refs:segmentSize (Results 1 – 18 of 18) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DSegmentedByteString.java190 int segmentSize = directory[s] - segmentOffset; in rangeEquals() local
191 int stepSize = Math.min(byteCount, segmentOffset + segmentSize - offset); in rangeEquals()
207 int segmentSize = directory[s] - segmentOffset; in rangeEquals() local
208 int stepSize = Math.min(byteCount, segmentOffset + segmentSize - offset); in rangeEquals()
242 int segmentSize = nextSegmentOffset - segmentOffset; in hashCode() local
243 for (int i = segmentPos, limit = segmentPos + segmentSize; i < limit; i++) { in hashCode()
/external/gptfdisk/
Dgpt.cc2122 uint64_t start, firstBlock, lastBlock, segmentSize, selectedSize = 0, selectedSegment = 0; in FindFirstInLargest() local
2129 segmentSize = lastBlock - firstBlock + UINT32_C(1); in FindFirstInLargest()
2130 if (segmentSize > selectedSize) { in FindFirstInLargest()
2131 selectedSize = segmentSize; in FindFirstInLargest()
2191 uint64_t segmentSize; // size of segment in blocks in FindFreeBlocks() local
2200 segmentSize = lastBlock - firstBlock + UINT64_C(1); in FindFreeBlocks()
2201 if (segmentSize > *largestSegment) { in FindFreeBlocks()
2202 *largestSegment = segmentSize; in FindFreeBlocks()
2204 totalFound += segmentSize; in FindFreeBlocks()
Dbasicmbr.cc1059 uint64_t segmentSize; // size of segment in blocks in MakeBiggestPart() local
1069 segmentSize = lastBlock - firstBlock + UINT64_C(1); in MakeBiggestPart()
1070 if (segmentSize > selectedSize) { in MakeBiggestPart()
1071 selectedSize = segmentSize; in MakeBiggestPart()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheTesting.java312 static int segmentSize(Segment<?, ?> segment) {
433 assertEquals("Segments must be empty by now", 0, segmentSize(segment));
472 assertEquals(0, segmentSize(segment));
DLocalCacheTest.java275 int concurrencyLevel, int initialCapacity, int segmentSize) { in checkInitialCapacity() argument
279 assertEquals(segmentSize, map.segments[i].table.length()); in checkInitialCapacity()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c1966 SizeT segmentSize = get_shm_size ( arg0 ); in ML_() local
1980 segmentSize += VKI_SHMLBA - VKI_PAGE_SIZE; in ML_()
1982 tmp = VG_(am_get_advisory_client_simple)(0, segmentSize, &ok); in ML_()
1991 else if (!ML_(valid_client_addr)(arg1, segmentSize, tid, "shmat")) in ML_()
2001 SizeT segmentSize = VG_PGROUNDUP(get_shm_size(arg0)); in ML_() local
2002 if ( segmentSize > 0 ) { in ML_()
2018 d = VG_(am_notify_client_shmat)( res, segmentSize, prot ); in ML_()
2022 VG_TRACK( new_mem_mmap, res, segmentSize, True, True, False, in ML_()
2026 (ULong)VG_PGROUNDUP(segmentSize), in ML_()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java241 int segmentSize = 1; in MapMakerInternalMap() local
242 while (segmentSize < segmentCapacity) { in MapMakerInternalMap()
243 segmentSize <<= 1; in MapMakerInternalMap()
255 createSegment(segmentSize, maximumSegmentSize); in MapMakerInternalMap()
260 createSegment(segmentSize, MapMaker.UNSET_INT); in MapMakerInternalMap()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java288 int segmentSize = 1; in LocalCache() local
289 while (segmentSize < segmentCapacity) { in LocalCache()
290 segmentSize <<= 1; in LocalCache()
302 createSegment(segmentSize, maxSegmentWeight, builder.getStatsCounterSupplier().get()); in LocalCache()
307 createSegment(segmentSize, UNSET_INT, builder.getStatsCounterSupplier().get()); in LocalCache()
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java179 int concurrencyLevel, int initialCapacity, int segmentSize) { in checkInitialCapacity() argument
183 assertEquals(segmentSize, map.segments[i].table.length()); in checkInitialCapacity()
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...
/external/guice/extensions/struts2/lib/
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...