/external/eigen/Eigen/src/StlSupport/ |
D | StdVector.h | 80 void resize(size_type new_size) in resize() 85 void resize(size_type new_size, const value_type& x) in resize() 97 void insert(const_iterator position, size_type new_size, const value_type& x) in insert() 102 void resize(size_type new_size, const value_type& x) in resize() 108 void resize(size_type new_size, const value_type& x) in resize() 118 void resize(size_type new_size, const value_type& x) in resize()
|
D | StdDeque.h | 80 void resize(size_type new_size) in resize() 85 void resize(size_type new_size, const value_type& x) in resize() 99 void insert(const_iterator position, size_type new_size, const value_type& x) in insert() 103 void resize(size_type new_size, const value_type& x) in resize()
|
D | StdList.h | 80 void resize(size_type new_size) in resize() 83 void resize(size_type new_size, const value_type& x) in resize() 98 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
|
/external/pigweed/pw_allocator/ |
D | block_allocator_testing.cc | 121 size_t new_size = 1; in ResizeNull() local 130 size_t new_size = kLargeInnerSize; in ResizeLargeSame() local 140 size_t new_size = kSmallInnerSize; in ResizeLargeSmaller() local 151 size_t new_size = kLargeInnerSize * 2; in ResizeLargeLarger() local 162 size_t new_size = kLargeInnerSize * 2; in ResizeLargeLargerFailure() local 171 size_t new_size = kSmallInnerSize; in ResizeSmallSame() local 181 size_t new_size = kSmallInnerSize / 2; in ResizeSmallSmaller() local 192 size_t new_size = kSmallInnerSize * 2; in ResizeSmallLarger() local 203 size_t new_size = kSmallInnerSize * 2 + kDefaultBlockOverhead; in ResizeSmallLargerFailure() local
|
D | fallback_allocator_test.cc | 102 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local 120 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local 138 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local 157 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local
|
/external/perfetto/include/perfetto/ext/base/ |
D | container_annotations.h | 28 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument 40 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument 52 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument 54 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/ |
D | stl_util.h | 52 inline void STLStringResizeUninitialized(std::string* s, size_t new_size) { in STLStringResizeUninitialized() 59 size_t new_size) { in STLStringResizeUninitializedAmortized()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | stl_util.h | 52 inline void STLStringResizeUninitialized(std::string* s, size_t new_size) { in STLStringResizeUninitialized() 59 size_t new_size) { in STLStringResizeUninitializedAmortized()
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/ |
D | stl_util.h | 52 inline void STLStringResizeUninitialized(std::string* s, size_t new_size) { in STLStringResizeUninitialized() 59 size_t new_size) { in STLStringResizeUninitializedAmortized()
|
/external/flatbuffers/include/flatbuffers/ |
D | allocator.h | 42 size_t new_size, size_t in_use_back, in reallocate_downward() 58 size_t new_size, size_t in_use_back, in memcpy_downward()
|
/external/bsdiff/ |
D | fake_patch_writer.h | 23 bool Init(size_t new_size) override { in Init() 57 size_t new_size() const { return new_size_; } in new_size() function
|
/external/pytorch/torch/csrc/inductor/ |
D | resize_storage_bytes.cpp | 14 static void resize_storage_bytes_(const Tensor& variable, SymInt new_size) { in resize_storage_bytes_() 32 SymInt new_size) { in resize_storage_bytes__functionalize()
|
/external/icing/icing/absl_ports/ |
D | str_cat.cc | 128 std::string::size_type new_size = old_size + a.length(); in StrAppend() local 137 std::string::size_type new_size = old_size + a.length() + b.length(); in StrAppend() local 148 std::string::size_type new_size = in StrAppend() local 161 std::string::size_type new_size = in StrAppend() local
|
/external/jemalloc_new/test/integration/ |
D | extent.c | 104 size_t old_size, new_size, sz; in test_manual_hook_auto_arena() local 141 size_t old_size, new_size, sz; in test_manual_hook_body() local 227 size_t new_size, sz; in TEST_BEGIN() local
|
/external/tensorflow/tensorflow/lite/ |
D | signature_runner.cc | 54 const char* input_name, const std::vector<int>& new_size) { in ResizeInputTensor() 64 const char* input_name, const std::vector<int>& new_size) { in ResizeInputTensorStrict()
|
/external/pigweed/pw_allocator/public/pw_allocator/ |
D | allocator.h | 193 bool Resize(void* ptr, size_t new_size) { in Resize() 200 bool Resize(void* ptr, Layout layout, size_t new_size) { in Resize() 240 void* Reallocate(void* ptr, Layout old_layout, size_t new_size) { in Reallocate()
|
/external/protobuf/src/google/protobuf/ |
D | repeated_ptr_field.cc | 52 int new_size = current_size_ + extend_amount; in InternalExtend() local 95 void RepeatedPtrFieldBase::Reserve(int new_size) { in Reserve()
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | repeated_ptr_field.cc | 52 int new_size = current_size_ + extend_amount; in InternalExtend() local 95 void RepeatedPtrFieldBase::Reserve(int new_size) { in Reserve()
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | repeated_ptr_field.cc | 52 int new_size = current_size_ + extend_amount; in InternalExtend() local 95 void RepeatedPtrFieldBase::Reserve(int new_size) { in Reserve()
|
/external/eigen/Eigen/src/Core/util/ |
D | Memory.h | 215 inline void* aligned_realloc(void *ptr, std::size_t new_size, std::size_t old_size) in aligned_realloc() 268 template<bool Align> inline void* conditional_aligned_realloc(void* ptr, std::size_t new_size, std:… in conditional_aligned_realloc() 376 …GEN_DEVICE_FUNC inline T* conditional_aligned_realloc_new(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new() 420 …ool Align> inline T* conditional_aligned_realloc_new_auto(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new_auto()
|
/external/tink/cc/util/ |
D | buffer.cc | 50 util::Status set_size(int new_size) override { in set_size() 87 util::Status set_size(int new_size) override { in set_size()
|
/external/webrtc/modules/remote_bitrate_estimator/ |
D | packet_arrival_map.cc | 42 int64_t new_size = end_sequence_number() - sequence_number; in AddPacket() local 157 void PacketArrivalTimeMap::AdjustToSize(int new_size) { in AdjustToSize()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | buffer.cc | 65 uint32_t new_size; in Allocate() local 92 uint32_t new_size = 0; in AttachHandles() local
|
/external/freetype/src/lzw/ |
D | ftzopen.c | 126 FT_Offset new_size = old_size; in ft_lzwstate_stack_grow() local 164 FT_UInt new_size = old_size; in ft_lzwstate_prefix_grow() local
|
/external/pytorch/torch/csrc/api/src/data/samplers/ |
D | distributed.cpp | 45 void DistributedRandomSampler::reset(std::optional<size_t> new_size) { in reset() 131 void DistributedSequentialSampler::reset(std::optional<size_t> new_size) { in reset()
|