/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | inlined_vector.h | 485 size_type new_capacity = ComputeCapacity(GetInlinedCapacity(), new_size); variable 514 size_type new_capacity = ComputeCapacity(storage_view.capacity, new_size); variable 568 size_type new_capacity = ComputeCapacity(storage_view.capacity, new_size); variable 606 size_type new_capacity = ComputeCapacity(storage_view.capacity, new_size); variable 704 size_type new_capacity = NextCapacity(storage_view.capacity); variable 768 size_type new_capacity = variable 800 size_type new_capacity = storage_view.size; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | small_vector_options_test.cpp | 61 std::size_t new_capacity = v.capacity(); in test_growth_factor_50() local 80 std::size_t new_capacity = v.capacity(); in test_growth_factor_60() local 99 std::size_t new_capacity = v.capacity(); in test_growth_factor_100() local
|
D | vector_options_test.cpp | 73 std::size_t new_capacity = v.capacity(); in test_growth_factor_50() local 92 std::size_t new_capacity = v.capacity(); in test_growth_factor_60() local 111 std::size_t new_capacity = v.capacity(); in test_growth_factor_100() local
|
D | devector_options_test.cpp | 73 std::size_t new_capacity = v.capacity(); in test_growth_factor_50() local 92 std::size_t new_capacity = v.capacity(); in test_growth_factor_60() local 111 std::size_t new_capacity = v.capacity(); in test_growth_factor_100() local
|
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/ |
H A D | packet_arrival_map.cc | 159 int new_capacity = capacity(); in AdjustToSize() local 165 int new_capacity = capacity(); in AdjustToSize() local 174 void PacketArrivalTimeMap::Reallocate(int new_capacity) { in Reallocate()
|
/aosp_15_r20/external/marisa-trie/lib/marisa/ |
H A D | keyset.cc | 125 const std::size_t new_capacity = in append_base_block() local 147 const std::size_t new_capacity = in append_extra_block() local 165 const std::size_t new_capacity = in append_key_block() local
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | memory.c | 81 size_t new_capacity = round_up_po2(new_size, xnn_params.page_size); in resize_buffer() local 263 size_t new_capacity = 0; in xnn_reserve_code_memory() local 305 size_t new_capacity = 0; in xnn_reserve_weights_memory() local
|
H A D | subgraph.c | 75 const size_t new_capacity = max(min(capacity * 2, capacity + 512), capacity + 64); in xnn_subgraph_new_internal_value() local 127 const size_t new_capacity = max(min(capacity * 2, capacity + 512), capacity + 64); in xnn_subgraph_new_node() local 153 … const size_t new_capacity = max(min(capacity * 2, capacity + 512), capacity + max(num_nodes, 64)); in xnn_subgraph_add_nodes() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | devector.hpp | 1168 void reserve(size_type new_capacity) { reserve_back(new_capacity); } in reserve() 1186 void reserve_front(size_type new_capacity) in reserve_front() 1211 void reserve_back(size_type new_capacity) in reserve_back() 2274 const size_type new_capacity = calculate_new_capacity(sz + back_free_capacity()); in resize_front_slow_path() local 2324 const size_type new_capacity = calculate_new_capacity(sz + front_free_capacity()); in resize_back_slow_path() local 2401 size_type new_capacity = calculate_new_capacity(capacity() + 1); in emplace_reallocating_slow_path() local 2777 const size_type new_capacity = calculate_new_capacity(capacity() + n); in insert_range_reallocating_slow_path() local
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/containers/ |
D | circular_deque.h | 588 void reserve(size_type new_capacity) { in reserve() 943 void SetCapacityTo(size_t new_capacity) { in SetCapacityTo() 961 size_t new_capacity = in ExpandCapacityIfNecessary() local 979 size_t new_capacity = in ShrinkCapacityIfNecessary() local
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A D | circular_deque.h | 585 void reserve(size_type new_capacity) { in reserve() 940 void SetCapacityTo(size_t new_capacity) { in SetCapacityTo() 958 size_t new_capacity = in ExpandCapacityIfNecessary() local 976 size_t new_capacity = in ShrinkCapacityIfNecessary() local
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/ |
D | circular_deque.h | 588 void reserve(size_type new_capacity) { in reserve() 943 void SetCapacityTo(size_t new_capacity) { in SetCapacityTo() 961 size_t new_capacity = in ExpandCapacityIfNecessary() local 979 size_t new_capacity = in ShrinkCapacityIfNecessary() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | copy_on_write_buffer.cc | 84 void CopyOnWriteBuffer::EnsureCapacity(size_t new_capacity) { in EnsureCapacity() 116 void CopyOnWriteBuffer::UnshareAndEnsureCapacity(size_t new_capacity) { in UnshareAndEnsureCapacity()
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | circular_deque.h | 582 void reserve(size_type new_capacity) { in reserve() 939 void SetCapacityTo(size_t new_capacity) { in SetCapacityTo() 957 size_t new_capacity = in ExpandCapacityIfNecessary() local 975 size_t new_capacity = in ShrinkCapacityIfNecessary() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/ndjson/ |
D | main.rs | 62 let new_capacity = buffer.available_data() + head_room; in main() localVariable 72 let new_capacity = buffer_growth_factor * buffer.capacity(); in main() localVariable
|
/aosp_15_r20/external/cronet/net/server/ |
H A D | http_connection.cc | 43 int new_capacity = GetCapacity() * kCapacityIncreaseFactor; in IncreaseCapacity() local 82 int new_capacity = GetCapacity() / kCapacityIncreaseFactor; in DidConsume() local
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | container_annotations.h | 47 new_capacity) \ argument 56 new_capacity) argument
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/ |
H A D | container_annotations.h | 47 new_capacity) \ argument 56 new_capacity) argument
|
/aosp_15_r20/system/core/libutils/binder/ |
H A D | VectorImpl.cpp | 332 ssize_t VectorImpl::setCapacity(size_t new_capacity) in setCapacity() 395 size_t new_capacity = 0; in _grow() local 470 const size_t new_capacity = max(kMinVectorCapacity, new_size * 2); in _shrink() local
|
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/vector/ |
H A D | vector.h | 88 std::size_t new_capacity = capacity; in reserve() local 226 void realloc(std::size_t new_capacity) { in realloc()
|
/aosp_15_r20/external/libchrome/base/task/sequence_manager/ |
H A D | lazily_deallocated_deque.h | 169 size_t new_capacity = max_size_ + 1; in MaybeShrinkQueue() local 187 void SetCapacity(size_t new_capacity) { in SetCapacity()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task/sequence_manager/ |
D | lazily_deallocated_deque.h | 172 size_t new_capacity = max_size_ + 1; in MaybeShrinkQueue() local 190 void SetCapacity(size_t new_capacity) { in SetCapacity()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/task/sequence_manager/ |
D | lazily_deallocated_deque.h | 172 size_t new_capacity = max_size_ + 1; in MaybeShrinkQueue() local 190 void SetCapacity(size_t new_capacity) { in SetCapacity()
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | lazily_deallocated_deque.h | 192 size_t new_capacity = max_size_ + 1; in MaybeShrinkQueue() local 209 void SetCapacity(size_t new_capacity) { in SetCapacity()
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_stats.c | 71 unsigned int new_capacity; in get_new_capacity() local 84 unsigned int new_capacity; in igt_stats_ensure_capacity() local
|