/aosp12/system/core/libappfuse/ |
H A D | FuseBuffer.cc | 40 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 D | SimpleLogBuffer.h | 65 size_t max_size(log_id_t id) REQUIRES_SHARED(logd_lock) { return max_size_[id]; } in max_size() function
|
H A D | SerializedLogBuffer.cpp | 31 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 D | MapInfo.cpp | 49 uint64_t max_size; in InitFileMemoryFromPreviousReadOnlyMap() local 92 uint64_t max_size = 0; in GetFileMemory() local
|
/aosp12/system/nfc/src/nfc/ndef/ |
H A D | ndef_utils.cc | 806 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 D | simg2simg.cpp | 45 int64_t max_size; in main() local
|
/aosp12/system/sepolicy/tests/ |
H A D | sepol_wrap.cpp | 50 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 D | buffer_wrapper.h | 80 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 D | array_wrapper.h | 80 size_type max_size() const { return capacity_; } in max_size() function
|
H A D | string_wrapper.h | 86 size_type max_size() const { return capacity_; } in max_size() function
|
/aosp12/frameworks/native/include/ftl/ |
H A D | small_map.h | 101 size_type max_size() const { return map_.max_size(); } in max_size() function
|
H A D | small_vector.h | 124 DISPATCH(size_type, max_size, const) in DISPATCH() argument
|
/aosp12/system/bt/osi/test/fuzzers/ringbuffer/ |
H A D | fuzz_ringbuffer.cc | 103 size_t max_size = ringbuffer_size(buf); in callArbitraryFunction() local
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | pure_soft_secure_key_storage.cpp | 27 explicit PureSoftSecureStorageMap(uint32_t max_size) : max_size_(max_size) {} in PureSoftSecureStorageMap()
|
H A D | keymaster_enforcement.cpp | 34 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 D | Allocators.h | 229 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 D | logging_splitters_test.cpp | 169 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 D | logging_splitters.h | 57 ptrdiff_t max_size = LOGGER_ENTRY_MAX_PAYLOAD - strlen(tag) - 35; in SplitByLogdChunks() local
|
/aosp12/system/update_engine/payload_generator/ |
H A D | payload_generation_config.cc | 160 uint64_t max_size; in LoadDynamicPartitionMetadata() local
|
/aosp12/art/openjdkjvmti/ |
H A D | jvmti_allocator.h | 106 size_type max_size() const { in max_size() function
|
/aosp12/art/libartbase/base/ |
H A D | scoped_arena_containers.h | 176 size_type max_size() const { in max_size() function
|
H A D | arena_containers.h | 190 size_type max_size() const { in max_size() function
|
/aosp12/build/make/tools/releasetools/ |
H A D | check_partition_sizes.py | 161 def _CheckSumOfPartitionSizes(self, max_size, partition_names, argument
|
/aosp12/bionic/linker/ |
H A D | linked_list_test.cpp | 167 const size_t max_size = 128; in TEST() local
|
/aosp12/system/bt/common/ |
H A D | lru_unittest.cc | 202 int max_size = 0xFFFFF; // 2^20 = 1M in TEST() local
|