Searched defs:new_size (Results  1 – 16 of 16) sorted by relevance
| /system/logging/logd/ | 
| D | SerializedData.h | 32     void Resize(size_t new_size) {  in Resize()
 | 
| /system/core/fs_mgr/libsnapshot/ | 
| D | snapshot_metadata_updater.cpp | 76         auto new_size = partition_update->new_partition_info().size();  in ShrinkPartitions()  local246         auto new_size = partition_update->new_partition_info().size();  in GrowPartitions()  local
 
 | 
| /system/extras/ioshark/ | 
| D | compile_ioshark.h | 51 files_db_update_size(void *node, u_int64_t new_size)  in files_db_update_size()
 | 
| D | ioshark_bench.h | 68 files_db_update_size(void *node, u_int64_t new_size)  in files_db_update_size()
 | 
| /system/core/property_service/libpropertyinfoserializer/ | 
| D | trie_node_arena.h | 80       auto new_size = (current_data_pointer_ + aligned_size + data_.size()) * 2;  in AllocateData()  local
 | 
| /system/libufdt/ | 
| D | ufdt_prop_dict.c | 104   int new_size = dict->mem_size * 2;  in _ufdt_prop_dict_enlarge_if_needed()  local
 | 
| D | ufdt_convert.c | 72     int new_size = tree->mem_size_fdtps * 2;  in ufdt_add_fdt()  local
 | 
| /system/update_engine/payload_generator/ | 
| D | block_mapping.cc | 143                         size_t new_size,  in MapPartitionBlocks()
 | 
| /system/security/diced/open_dice/src/ | 
| D | retry.rs | 66                 let new_size = buffer.len() * 2;  in retry_with_bigger_buffer()  localVariable
 | 
| /system/keymaster/android_keymaster/ | 
| D | serializable.cpp | 76         size_t new_size = buffer_size_ + size - available_write();  in reserve()  local
 | 
| /system/nfc/src/nfa/ee/ | 
| D | nfa_ee_act.cc | 484       uint8_t new_size = (uint8_t)(pp - p_start);  in nfa_ee_add_aid_route_to_ecb()  local540       uint8_t new_size = (uint8_t)(pp - p_start);  in nfa_ee_add_sys_code_route_to_ecb()  local
 1212   uint16_t new_size;  in nfa_ee_api_add_aid()  local
 1394       uint16_t new_size = nfa_ee_total_lmrt_size();  in nfa_ee_api_add_sys_code()  local
 1423       uint16_t new_size =  in nfa_ee_api_add_sys_code()  local
 2603 void nfa_ee_check_set_routing(uint16_t new_size, int* p_max_len, uint8_t* p,  in nfa_ee_check_set_routing()
 
 | 
| /system/logging/liblog/ | 
| D | pmsg_reader.cpp | 154 static void* realloc_or_free(void* ptr, size_t new_size) {  in realloc_or_free()
 | 
| /system/update_engine/scripts/ | 
| D | payload_info_unittest.py | 88   def __init__(self, partition_name, operations, old_size, new_size):  argument
 | 
| /system/core/libutils/ | 
| D | VectorImpl.cpp | 384     size_t new_size;  in _grow()  local463     size_t new_size;  in _shrink()  local
 
 | 
| /system/extras/simpleperf/ | 
| D | record.cpp | 392   size_t new_size = size() - old_name_len + new_name_len;  in SetCommandName()  local722   uint32_t new_size = size() + add_size_in_callchain;  in ReplaceRegAndStackWithCallChain()  local
 784   size_t new_size =  in UpdateUserCallChain()  local
 790 void SampleRecord::BuildBinaryWithNewCallChain(uint32_t new_size,  in BuildBinaryWithNewCallChain()
 
 | 
| /system/core/fs_mgr/liblp/ | 
| D | builder.cpp | 649                                                   uint64_t new_size, bool force_check) {  in ValidatePartitionSizeChange()
 |