Home
last modified time | relevance | path

Searched refs:limit_ (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/StatsD/lib/libkll/encoding/
H A Dencoder.cpp30 limit_(reinterpret_cast<unsigned char*>(b) + maxn), in Encoder()
36 assert(buf_ <= limit_); in length()
37 if (buf_ <= limit_) { in length()
H A Dencoder.h44 unsigned char* limit_ = nullptr; variable
/aosp12/art/compiler/utils/
H A Dassembler.h241 CHECK_GE(limit_, contents_); in Capacity()
242 return (limit_ - contents_) + kMinimumGap; in Capacity()
258 uint8_t* limit_; variable
268 uint8_t* limit() const { return limit_; } in limit()
H A Dassembler.cc33 limit_ = ComputeLimit(contents_, kInitialBufferCapacity); in AssemblerBuffer()
88 limit_ = ComputeLimit(contents_, new_capacity); in ExtendCapacity()
/aosp12/art/runtime/gc/space/
H A Dspace.h283 return limit_; in Limit()
293 limit_ = limit; in SetLimit()
331 Space(name, gc_retention_policy), begin_(begin), end_(end), limit_(limit) { in ContinuousSpace()
341 uint8_t* limit_; variable
H A Dmalloc_space.cc227 limit_, in CreateZygoteSpace()
289 limit_ = Begin() + new_capacity; in ClampGrowthLimit()
/aosp12/bootable/recovery/applypatch/
H A Dimgdiff.cpp689 if (entry.method == kCompressDeflated || limit_ > 0) { in InitializeChunks()
785 if (limit_ > 0 && compressed_len > limit_) { in AddZipEntryToChunks()
788 size_t length = std::min(limit_, compressed_len); in AddZipEntryToChunks()
790 chunks_.emplace_back(CHUNK_NORMAL, entry->offset + limit_ * count, &file_content_, length, in AddZipEntryToChunks()
918 if (tgt_image->limit_ == 0) { in CheckAndProcessChunks()
934 CHECK_EQ(tgt_image.limit_, src_image.limit_); in SplitZipModeImageWithLimit()
935 size_t limit = tgt_image.limit_; in SplitZipModeImageWithLimit()
/aosp12/bootable/recovery/applypatch/include/applypatch/
H A Dimgdiff_image.h210 explicit ZipModeImage(bool is_source, size_t limit = 0) : Image(is_source), limit_(limit) {}
286 size_t limit_; variable
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt4978 Landroid/icu/text/StringSearch$Match;->limit_:I