Home
last modified time | relevance | path

Searched refs:TotalSize (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/nfc/src/fuzzers/
H A Dfuzz_utils.cc43 size_t TotalSize = 0; in PackPackets() local
62 TotalSize += (s + 1); in PackPackets()
65 return TotalSize; in PackPackets()
/aosp12/frameworks/base/tools/aapt2/io/
H A DIo.h64 virtual size_t TotalSize() const = 0;
H A DBigBufferStream.h45 size_t TotalSize() const override;
H A DStringStream.h48 size_t TotalSize() const override;
H A DBigBufferStream.cpp75 size_t BigBufferInputStream::TotalSize() const { in TotalSize() function in aapt::io::BigBufferInputStream
H A DStringStream.cpp50 size_t StringInputStream::TotalSize() const { in TotalSize() function in aapt::io::StringInputStream
H A DData.h38 virtual size_t TotalSize() const override { in TotalSize() function
/aosp12/art/runtime/
H A Dmapping_table.h31 uint32_t TotalSize() const PURE { in TotalSize() function
/aosp12/frameworks/base/tools/aapt2/format/
H A DContainer.cpp114 const ::google::protobuf::uint64 data_size = in->TotalSize(); in AddResFileEntry()
/aosp12/system/nvram/hal/tests/
H A Dnvram_hal_test.cc203 TEST(NVRAMModuleTest, TotalSize) { in TEST() argument