/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() 113 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/perfetto/include/perfetto/ext/base/ |
D | container_annotations.h | 26 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument 38 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument 50 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument 52 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
|
/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
|
D | diff_encoder.h | 28 uint64_t new_size) in DiffEncoder()
|
D | patch_reader_unittest.cc | 57 int64_t new_size, in ConstructPatchHeader() 113 int64_t new_size, in InvalidHeaderTestHelper()
|
/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/protobuf/src/google/protobuf/ |
D | repeated_field.cc | 49 int new_size = current_size_ + extend_amount; in InternalExtend() local 91 void RepeatedPtrFieldBase::Reserve(int new_size) { in Reserve()
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_summary_test.cc | 94 for (int new_size = 9; new_size >= 2; --new_size) { in TEST_F() local 114 for (int new_size = 9; new_size >= 2; new_size -= 2) { in TEST_F() local 148 int new_size = std::max(rand.Uniform(size), 2u); in TEST_F() local
|
/external/eigen/Eigen/src/Core/util/ |
D | Memory.h | 188 inline void* aligned_realloc(void *ptr, std::size_t new_size, std::size_t old_size) in aligned_realloc() 238 template<bool Align> inline void* conditional_aligned_realloc(void* ptr, std::size_t new_size, std:… in conditional_aligned_realloc() 346 …GEN_DEVICE_FUNC inline T* conditional_aligned_realloc_new(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new() 390 …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/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/tensorflow/tensorflow/lite/delegates/flex/ |
D | util_test.cc | 35 std::vector<int> new_size; member 52 TfLiteIntArray* new_size) { in ResizeTensor()
|
/external/freetype/src/lzw/ |
D | ftzopen.c | 126 FT_Offset new_size = old_size; in ft_lzwstate_stack_grow() local 159 FT_UInt new_size = old_size; in ft_lzwstate_prefix_grow() local
|
/external/perfetto/src/protozero/ |
D | packed_repeated_fields.cc | 29 size_t new_size = old_size < 65536 ? (old_size * 2) : (old_size * 3 / 2); in GrowSlowpath() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_stack_trace.cc | 26 void VarSizeStackTrace::ResizeBuffer(uptr new_size) { in ResizeBuffer()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | resource_quota_cc.cc | 31 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize()
|
/external/grpc-grpc/src/cpp/common/ |
D | resource_quota_cc.cc | 31 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize()
|
/external/skqp/src/compute/common/vk/ |
D | host_alloc.c | 32 vk_host_realloc(VkAllocationCallbacks const * allocator, void * ptr, size_t new_size) in vk_host_realloc()
|
/external/webp/tests/fuzzer/ |
D | advanced_api_fuzzer.c | 79 size_t new_size = value + 1; in LLVMFuzzerTestOneInput() local
|
/external/sfntly/cpp/src/sample/subtly/ |
D | debug_main.cc | 59 int32_t new_size = TotalFontSize(new_font); in main() local
|
/external/pigweed/pw_bytes/ |
D | byte_builder.cc | 46 void ByteBuilder::resize(size_t new_size) { in resize()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | parsing.cc | 448 size_t new_size, size_t metadata_size_limit) { in handle_metadata_size_limit_exceeded() 491 const size_t new_size = s->metadata_buffer[0].size + GRPC_MDELEM_LENGTH(md); in on_initial_header() local 526 const size_t new_size = s->metadata_buffer[1].size + GRPC_MDELEM_LENGTH(md); in on_trailing_header() local
|
/external/libbrillo/brillo/streams/ |
D | memory_containers.cc | 63 size_t new_size = offset + size_to_write; in Write() local 106 bool StringPtr::Resize(size_t new_size, ErrorPtr* /* error */) { in Resize()
|