Searched refs:resize (Results 1 - 25 of 198) sorted by relevance

12345678

/system/update_engine/payload_generator/
H A Dbzip.cc38 out->resize(buf_size);
56 out->resize(data_size);
62 out->resize(buf_size);
H A Dextent_utils.h42 ret.resize(ret.size() + extent.num_blocks(), kSparseHole);
/system/tpm/tpm_manager/server/
H A Dopenssl_crypto_util_impl.cc27 random_data->resize(num_bytes);
/system/core/libappfuse/
H A DEpollController.cc28 events_.resize(event_count);
34 events_.resize(result);
/system/core/libmemunreachable/
H A DBinder.cpp46 refs.resize(size);
56 refs.resize(size);
/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp115 foo.aaa.resize(5);
139 foo[0].aaa.resize(5);
149 foo[1].aaa.resize(3);
169 foo.resize(2);
175 foo[0].aaa.resize(5);
185 foo[1].aaa.resize(3);
192 fooExpectedOutput.resize(2);
206 in.addresses.resize(3);
207 expectedOut.addresses.resize(3);
229 in.resize(
[all...]
/system/core/adb/
H A Dtransport_usb.cpp80 p->payload.resize(len);
86 p->payload.resize(rc);
89 p->payload.resize(p->msg.data_length);
135 p->payload.resize(p->msg.data_length);
H A Djdwp_service.cpp476 data.resize(s->get_max_payload());
478 data.resize(len);
516 data.resize(1024);
517 data.resize(jdwp_process_list_msg(&data[0], data.size()));
549 data.resize(s->get_max_payload());
550 data.resize(jdwp_process_list_msg(&data[0], data.size()));
/system/core/libunwindstack/tests/
H A DMemoryOfflineTest.cpp61 buf.resize(2 * data.size());
63 buf.resize(data.size());
/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_node_arena.h81 data_.resize(new_size, '\0');
96 result.resize(current_data_pointer_);
/system/update_engine/common/
H A Dfake_boot_control.h80 is_bootable_.resize(num_slots_, false);
81 devices_.resize(num_slots_);
/system/nvram/hal/tests/
H A Dscoped_nvram_device.cc108 space_index_list->resize(max_spaces);
115 space_index_list->resize(list_size);
133 control_list->resize(kMaxControls);
140 control_list->resize(list_size);
202 data->resize(num_bytes_to_read);
210 data->resize(bytes_read);
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dl2cap_packet.cc56 built_l2cap_packet->l2cap_packet_.resize(kL2capHeaderLength);
177 current_sdu.resize(kSduStandardHeaderLength);
195 current_sdu.resize(kSduStandardHeaderLength);
220 current_sdu.resize(kSduFirstHeaderLength);
228 current_sdu.resize(kSduStandardHeaderLength);
H A Dtest_channel_transport.cc105 command_name_raw.resize(command_name_size);
126 arg.resize(arg_size);
/system/core/libziparchive/
H A Dzip_archive_stream_entry.cc73 data_.resize(kBufSize);
98 data_.resize(bytes);
174 out_.resize(kBufSize);
175 in_.resize(kBufSize);
239 out_.resize(out_.size() - z_stream_.avail_out);
/system/netd/tests/dns_responder/
H A Ddns_responder_client.cpp34 mappings->resize(num_hosts * domains.size());
69 dns->resize(num_servers);
70 servers->resize(num_servers);
/system/bt/include/hardware/avrcp/
H A Davrcp_common.h170 void resize(size_t new_size) { function in class:bluetooth::avrcp::AttributeEntry
173 value_.resize(new_size);
198 name_.resize(MAX_FIELD_LEN);
234 name_.resize(MAX_FIELD_LEN);
267 name_.resize(MAX_FIELD_LEN);
271 val.resize(MAX_FIELD_LEN);
/system/netd/server/
H A DResolverStats.h67 out->resize(ofs + STATS_COUNT);
108 stats->resize(size / STATS_COUNT);
/system/tools/aidl/tests/
H A Daidl_test_client_file_descriptors.cpp76 buf.resize(length);
143 array.resize(2);
/system/tpm/trunks/
H A Dtrunks_binder_proxy.cc79 command_proto_data.resize(command_proto.ByteSize());
100 command_proto_data.resize(command_proto.ByteSize());
/system/bt/vendor_libs/linux/interface/
H A Dh4_protocol.cc96 tpkt.resize(max_plen);
/system/chre/util/include/chre/util/
H A Dfixed_size_vector.h160 * destructed and the vector is shrunk. A resize operation cannot be performed
162 * and a resize to kCapacity if assertions are disabled. All iterators and
167 void resize(size_t newSize);
/system/connectivity/wificond/net/
H A Dnl80211_attribute.cpp44 data_.resize(NLA_HDRLEN + NLA_ALIGN(payload_length), 0);
115 data_.resize(our_len_without_padding);
123 data_.resize(NLA_ALIGN(total_len_without_padding), 0);
193 data_.resize(data_.size() + NLA_HDRLEN, 0);
/system/update_engine/payload_consumer/
H A Dcached_file_descriptor.h35 cache_.resize(cache_size);
/system/core/base/
H A Dutf8.cpp71 utf8->resize(chars_required);
117 utf16->resize(chars_required);

Completed in 4305 milliseconds

12345678