Home
last modified time | relevance | path

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

1234567

/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()
/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/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/openthread/tests/unit/
Dtest_heap.cpp51 const size_t totalSize = heap.GetFreeSize(); in TestAllocateSingle() local
95 const size_t totalSize = heap.GetFreeSize(); in TestAllocateRandomly() local
/external/pigweed/pw_transfer/ts/
Dtransfer.ts159 const totalSize = this.data.length; constant
358 const totalSize = constant
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/
DRecursiveSizeOpener.java53 long totalSize = 0; in open() local
/external/skia/src/base/
DSkArenaAlloc.h221 uintptr_t totalSize = size + alignedOffset; in allocObject() local
255 uint32_t totalSize = arraySize + overhead; in allocUninitializedArray() local
/external/freetype/src/psaux/
Dpsarrst.h59 size_t totalSize; /* total bytes allocated */ member
/external/icu/icu4c/source/tools/toolutil/
Dcollationinfo.cpp31 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes() local
/external/cronet/third_party/icu/source/tools/toolutil/
Dcollationinfo.cpp31 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes() local
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocation.java43 long totalSize = 0; in getTotalSize() local
/external/armnn/samples/common/include/Audio/
DDataStructures.hpp87 size_t totalSize() in totalSize() function in Array2d
/external/armnn/profiling/client/src/
DSendCounterPacket.cpp82 const uint32_t totalSize = headerSize + bodySize + payloadSize; in SendStreamMetaDataPacket() local
801 …uint32_t totalSize = arm::pipe::numeric_cast<uint32_t>(counterDirectoryPacketSize * uint32_t_size); in SendCounterDirectoryPacket() local
839 uint32_t totalSize = headerSize + bodySize; in SendPeriodicCounterCapturePacket() local
888 uint32_t totalSize = headerSize + bodySize; in SendPeriodicCounterSelectionPacket() local
/external/perfetto/ui/src/frontend/
Dflamegraph.ts49 totalSize?: string; property
58 private totalSize = -1; property in Flamegraph
/external/pdfium/core/fxcrt/
Dstring_data_template.cpp39 size_t totalSize = nSize.ValueOrDie(); in Create() local
/external/mtools/
Dmcat.c44 static size_t bufLen(size_t blocksize, mt_off_t totalSize, mt_off_t address) in bufLen()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DFakeAdaptiveDataSetTest.java123 double totalSize = 0.0; in computeSegmentSizeMean() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DFakeAdaptiveDataSetTest.java123 double totalSize = 0.0; in computeSegmentSizeMean() local
/external/cronet/third_party/icu/source/common/
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
Drbbirb.cpp167 int32_t totalSize = headerSize in flattenData() local
/external/icu/icu4c/source/common/
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
Drbbirb.cpp167 int32_t totalSize = headerSize in flattenData() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/breakiter/
DDictionaryData.java65 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
DDictionaryData.java64 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor() local
/external/brotli/java/org/brotli/dec/
DHuffman.java94 int totalSize = tableSize; in buildHuffmanTable() local

1234567