Home
last modified time | relevance | path

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

12

/system/extras/memory_replay/
DFilterTrace.cpp59 static bool ParseOptions(int argc, char** argv, size_t& min_size, size_t& max_size, in ParseOptions()
121 static void ProcessTrace(const std::string_view& trace, size_t min_size, size_t max_size, in ProcessTrace()
177 size_t max_size = std::numeric_limits<size_t>::max(); in main() local
/system/core/libappfuse/
DFuseBuffer.cc42 bool CheckHeaderLength(const FuseMessage<T>* self, const char* name, size_t max_size) { in CheckHeaderLength()
90 size_t max_size) { in WriteInternal()
188 bool FuseMessage<T>::WriteWithBody(int fd, size_t max_size, const void* data) const { in WriteWithBody()
/system/logging/logd/
DSimpleLogBuffer.h65 size_t max_size(log_id_t id) REQUIRES_SHARED(logd_lock) { return max_size_[id]; } in max_size() function
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()
DSerializedLogBufferTest.cpp73 SerializedLogChunk CreateChunk(size_t max_size, const std::vector<TestEntry>& entries, in CreateChunk()
DLogStatistics.cpp287 bool LogStatistics::ShouldPrune(log_id id, unsigned long max_size, in ShouldPrune()
/system/chre/apps/nearby/third_party/nanopb/
Dpb_encode.h40 size_t max_size; /* Limit number of output bytes written (or use SIZE_MAX). */ member
/system/sepolicy/tests/
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()
/system/unwinding/libunwindstack/
DMapInfo.cpp90 uint64_t max_size; in InitFileMemoryFromPreviousReadOnlyMap() local
142 uint64_t max_size = 0; in CreateFileMemory() local
DMemory.cpp120 uint64_t max_size; in PtraceRead() local
298 uint64_t max_size; in Init() local
/system/authgraph/wire/src/
Dfragmentation.rs31 max_size: usize, field
203 max_size: usize, in test_ta_fragmentation_wrapper() field
/system/keymint/boringssl/src/
Drsa.rs91 let max_size = key.size(); in begin_decrypt() localVariable
127 max_size: usize, field
294 max_size: usize, field
Dec.rs160 let max_size = 164; in begin_agree() localVariable
193 max_size: usize, field
356 max_size: usize, field
/system/keymaster/android_keymaster/
Dpure_soft_secure_key_storage.cpp27 explicit PureSoftSecureStorageMap(uint32_t max_size) : max_size_(max_size) {} in PureSoftSecureStorageMap()
Dkeymaster_enforcement.cpp35 explicit AccessTimeMap(uint32_t max_size) : max_size_(max_size) {} in AccessTimeMap()
57 explicit AccessCountMap(uint32_t max_size) : max_size_(max_size) {} in AccessCountMap()
/system/libbase/
Dlogging_splitters_test.cpp172 ptrdiff_t max_size = LOGGER_ENTRY_MAX_PAYLOAD - strlen(tag) - 35; in TEST() local
185 ptrdiff_t max_size = LOGGER_ENTRY_MAX_PAYLOAD - tag.size() - 35; in TEST() local
213 ptrdiff_t max_size = LOGGER_ENTRY_MAX_PAYLOAD - tag.size() - 35; in TEST() local
Dlogging_splitters.h58 ptrdiff_t max_size = LOGGER_ENTRY_MAX_PAYLOAD - strlen(tag) - 35; in SplitByLogdChunks() local
/system/libartpalette/
Dpalette_android.cc265 palette_status_t PaletteDebugStoreGetString(char* result, size_t max_size) { in PaletteDebugStoreGetString()
/system/update_engine/payload_generator/
Dpayload_generation_config.cc177 uint64_t max_size{}; in LoadDynamicPartitionMetadata() local
/system/core/trusty/storage/proxy/
Dstorage.c770 uint64_t max_size = 0; in storage_file_get_max_size() local
841 uint64_t max_size = 0; in determine_max_file_size() local
/system/media/audio/include/system/
Delementwise_op.h169 const size_t min_size = min.size(), max_size = max.size(), in elementwise_clamp() local
/system/extras/simpleperf/
Drecord_file_reader.cpp634 bool RecordFileReader::ReadFileV1Feature(uint64_t& read_pos, uint64_t max_size, FileFeature& file) { in ReadFileV1Feature()
687 bool RecordFileReader::ReadFileV2Feature(uint64_t& read_pos, uint64_t max_size, FileFeature& file) { in ReadFileV2Feature()
/system/keymint/ta/src/
Doperation.rs84 let max_size = match &self.crypto_op { in check_size() localVariable
/system/security/keystore2/src/crypto/
Dlib.rs245 let max_size: usize = EVP_MAX_MD_SIZE.try_into().unwrap(); in hkdf_extract() localVariable
/system/core/fastboot/
Dfastboot.cpp986 std::vector<SparsePtr> resparse_file(sparse_file* s, int64_t max_size) { in resparse_file()
1005 static std::vector<SparsePtr> load_sparse_files(int fd, int64_t max_size) { in load_sparse_files()

12