Home
last modified time | relevance | path

Searched defs:totalSize (Results 1 – 25 of 129) sorted by relevance

123456

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DObjectBuffer.java134 int totalSize = lastChunkEntries + _size; in completeAndClearBuffer() local
151 int totalSize = lastChunkEntries + _size; in completeAndClearBuffer() local
207 protected final void _copyTo(Object resultArray, int totalSize, in _copyTo()
DPrimitiveArrayBuilder.java87 int totalSize = lastChunkEntries + _bufferedEntryCount; in completeAndClearBuffer() local
/external/conscrypt/common/src/test/java/org/conscrypt/
DBufferUtilsTest.java95 int totalSize = arraySum(sizes); in consume() local
122 int totalSize = arraySum(sizes); in copyNoConsume() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
DBufferUtilsTest.java99 int totalSize = arraySum(sizes); in consume() local
126 int totalSize = arraySum(sizes); in copyNoConsume() local
/external/skqp/include/private/
DSkArenaAlloc.h162 uintptr_t totalSize = size + alignedOffset; in allocObject() local
186 uint32_t totalSize = arraySize + overhead; in commonArrayAlloc() local
/external/icu/icu4c/source/tools/toolutil/
Dcollationinfo.cpp31 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes() local
/external/freetype/src/psaux/
Dpsarrst.h60 size_t totalSize; /* total bytes allocated */ member
/external/skia/src/core/
DSkArenaAlloc.h222 uintptr_t totalSize = size + alignedOffset; in allocObject() local
255 uint32_t totalSize = arraySize + overhead; in allocUninitializedArray() local
DSkArenaAlloc.cpp110 const uint32_t totalSize = sizeIncludingFooter + skipOverhead; in allocObjectWithFooter() local
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocation.java43 long totalSize = 0; in getTotalSize() local
/external/mtools/
Dmcat.c47 static size_t bufLen(size_t blocksize, mt_size_t totalSize, mt_off_t address) in bufLen()
/external/perfetto/ui/src/frontend/
Dflamegraph.ts49 totalSize?: string; property
58 private totalSize = -1; property in Flamegraph
/external/exoplayer/tree/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DFakeAdaptiveDataSetTest.java123 double totalSize = 0.0; in computeSegmentSizeMean() local
/external/pdfium/core/fxcrt/
Dstring_data_template.h35 size_t totalSize = nSize.ValueOrDie(); in Create() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryData.java64 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor() local
/external/icu/icu4c/source/common/
Drbbirb.cpp167 int32_t totalSize = headerSize in flattenData() local
Ducnvsel.cpp186 int32_t totalSize = 0; in ucnvsel_open() local
318 int32_t totalSize = in ucnvsel_serialize() local
509 int32_t totalSize = ucnvsel_swap(ds, p, -1, NULL, status); in ucnvsel_openFromSerialized() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDictionaryData.java65 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor() local
/external/brotli/java/org/brotli/dec/
DHuffman.java94 int totalSize = tableSize; in buildHuffmanTable() local
/external/lzma/CPP/Windows/
DFileSystem.cpp86 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize) in MyGetDiskFreeSpace()
/external/skqp/src/gpu/
DGrMemoryPool.cpp188 size_t totalSize = ptrOffset + block->fFreeSize; in validate() local
DGrYUVProvider.cpp55 size_t totalSize(0); in getPlanes() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMultidimensionalCounter.java61 private final int totalSize; field in MultidimensionalCounter
/external/skia/src/gpu/
DGrBlockAllocator.cpp51 size_t GrBlockAllocator::totalSize() const { in totalSize() function in GrBlockAllocator
/external/perfetto/ui/src/controller/
Dheap_profile_controller.ts282 const totalSize = +callsites.columns[sizeIndex].longValues![i]; constant

123456