Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 25 of 63) sorted by relevance

123

/aosp12/system/core/libappfuse/
H A DFuseBuffer.cc40 bool CheckHeaderLength(const FuseMessage<T>* self, const char* name, size_t max_size) { in CheckHeaderLength()
88 size_t max_size) { in WriteInternal()
179 bool FuseMessage<T>::WriteWithBody(int fd, size_t max_size, const void* data) const { in WriteWithBody()
/aosp12/system/logging/logd/
H A DSimpleLogBuffer.h65 size_t max_size(log_id_t id) REQUIRES_SHARED(logd_lock) { return max_size_[id]; } in max_size() function
H A DSerializedLogBuffer.cpp31 size_t max_size, uint64_t sequence, log_time realtime, in LogToLogBuffer()
51 void ClearLogsByUid(std::list<SerializedLogChunk>& log_buffer, uid_t uid, size_t max_size, in ClearLogsByUid()
/aosp12/system/unwinding/libunwindstack/
H A DMapInfo.cpp49 uint64_t max_size; in InitFileMemoryFromPreviousReadOnlyMap() local
92 uint64_t max_size = 0; in GetFileMemory() local
/aosp12/system/nfc/src/nfc/ndef/
H A Dndef_utils.cc806 void NDEF_MsgInit(uint8_t* p_msg, uint32_t max_size, uint32_t* p_cur_size) { in NDEF_MsgInit()
822 extern tNDEF_STATUS NDEF_MsgAddRec(uint8_t* p_msg, uint32_t max_size, in NDEF_MsgAddRec()
908 tNDEF_STATUS NDEF_MsgAppendPayload(uint8_t* p_msg, uint32_t max_size, in NDEF_MsgAppendPayload()
990 tNDEF_STATUS NDEF_MsgReplacePayload(uint8_t* p_msg, uint32_t max_size, in NDEF_MsgReplacePayload()
1099 tNDEF_STATUS NDEF_MsgReplaceType(uint8_t* p_msg, uint32_t max_size, in NDEF_MsgReplaceType()
1168 tNDEF_STATUS NDEF_MsgReplaceId(uint8_t* p_msg, uint32_t max_size, in NDEF_MsgReplaceId()
/aosp12/system/core/libsparse/
H A Dsimg2simg.cpp45 int64_t max_size; in main() local
/aosp12/system/sepolicy/tests/
H A Dsepol_wrap.cpp50 int get_genfs(char *out, size_t max_size, void *policydbp, void *genfs_iterp) in get_genfs()
159 int get_type(char *out, size_t max_size, void *policydbp, void *type_iterp) in get_type()
268 static int get_avtab_allow_rule(char *out, size_t max_size, policydb_t *db, in get_avtab_allow_rule()
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dbuffer_wrapper.h80 size_type max_size() const { return capacity_; } in max_size() function
133 size_type max_size() const { return buffer_.capacity(); } in max_size() function
H A Darray_wrapper.h80 size_type max_size() const { return capacity_; } in max_size() function
H A Dstring_wrapper.h86 size_type max_size() const { return capacity_; } in max_size() function
/aosp12/frameworks/native/include/ftl/
H A Dsmall_map.h101 size_type max_size() const { return map_.max_size(); } in max_size() function
H A Dsmall_vector.h124 DISPATCH(size_type, max_size, const) in DISPATCH() argument
/aosp12/system/bt/osi/test/fuzzers/ringbuffer/
H A Dfuzz_ringbuffer.cc103 size_t max_size = ringbuffer_size(buf); in callArbitraryFunction() local
/aosp12/system/keymaster/android_keymaster/
H A Dpure_soft_secure_key_storage.cpp27 explicit PureSoftSecureStorageMap(uint32_t max_size) : max_size_(max_size) {} in PureSoftSecureStorageMap()
H A Dkeymaster_enforcement.cpp34 explicit AccessTimeMap(uint32_t max_size) : max_size_(max_size) {} in AccessTimeMap()
56 explicit AccessCountMap(uint32_t max_size) : max_size_(max_size) {} in AccessCountMap()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h229 size_type max_size() const { return m_AllocatedNum; } in max_size() function
340 size_type max_size() const throw() { return size_t(-1) / sizeof(DataType); } in max_size() function
372 size_type max_size() const throw() { return size_t(-1) / sizeof(void*); } in max_size() function
/aosp12/system/libbase/
H A Dlogging_splitters_test.cpp169 ptrdiff_t max_size = LOGGER_ENTRY_MAX_PAYLOAD - strlen(tag) - 35; in TEST() local
182 ptrdiff_t max_size = LOGGER_ENTRY_MAX_PAYLOAD - tag.size() - 35; in TEST() local
210 ptrdiff_t max_size = LOGGER_ENTRY_MAX_PAYLOAD - tag.size() - 35; in TEST() local
H A Dlogging_splitters.h57 ptrdiff_t max_size = LOGGER_ENTRY_MAX_PAYLOAD - strlen(tag) - 35; in SplitByLogdChunks() local
/aosp12/system/update_engine/payload_generator/
H A Dpayload_generation_config.cc160 uint64_t max_size; in LoadDynamicPartitionMetadata() local
/aosp12/art/openjdkjvmti/
H A Djvmti_allocator.h106 size_type max_size() const { in max_size() function
/aosp12/art/libartbase/base/
H A Dscoped_arena_containers.h176 size_type max_size() const { in max_size() function
H A Darena_containers.h190 size_type max_size() const { in max_size() function
/aosp12/build/make/tools/releasetools/
H A Dcheck_partition_sizes.py161 def _CheckSumOfPartitionSizes(self, max_size, partition_names, argument
/aosp12/bionic/linker/
H A Dlinked_list_test.cpp167 const size_t max_size = 128; in TEST() local
/aosp12/system/bt/common/
H A Dlru_unittest.cc202 int max_size = 0xFFFFF; // 2^20 = 1M in TEST() local

123