Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/eigen/Eigen/src/StlSupport/
DStdVector.h80 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()
DStdDeque.h80 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()
DStdList.h80 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/base/
Dcontainer_annotations.h26 #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/protobuf/src/google/protobuf/
Drepeated_field.cc47 int new_size = current_size_ + extend_amount; in InternalExtend() local
83 void RepeatedPtrFieldBase::Reserve(int new_size) { in Reserve()
/external/bsdiff/
Dfake_patch_writer.h23 bool Init(size_t new_size) override { in Init()
57 size_t new_size() const { return new_size_; } in new_size() function
Ddiff_encoder.h28 uint64_t new_size) in DiffEncoder()
Dpatch_reader_unittest.cc57 int64_t new_size, in ConstructPatchHeader()
113 int64_t new_size, in InvalidHeaderTestHelper()
/external/jemalloc_new/test/integration/
Dextent.c104 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/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary_test.cc94 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/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_summary_test.cc95 for (int new_size = 9; new_size >= 2; --new_size) { in TEST_F() local
115 for (int new_size = 9; new_size >= 2; new_size -= 2) { in TEST_F() local
149 int new_size = std::max(rand.Uniform(size), 2u); in TEST_F() local
/external/eigen/Eigen/src/Core/util/
DMemory.h188 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/
Dbuffer.cc65 uint32_t new_size; in Allocate() local
92 uint32_t new_size = 0; in AttachHandles() local
/external/tensorflow/tensorflow/lite/delegates/flex/
Dutil_test.cc35 std::vector<int> new_size; member
52 TfLiteIntArray* new_size) { in ResizeTensor()
/external/freetype/src/lzw/
Dftzopen.c126 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/compiler-rt/lib/tsan/rtl/
Dtsan_stack_trace.cc26 void VarSizeStackTrace::ResizeBuffer(uptr new_size) { in ResizeBuffer()
/external/grpc-grpc/src/cpp/common/
Dresource_quota_cc.cc31 ResourceQuota& ResourceQuota::Resize(size_t new_size) { in Resize()
/external/skqp/src/compute/common/vk/
Dhost_alloc.c32 vk_host_realloc(VkAllocationCallbacks const * allocator, void * ptr, size_t new_size) in vk_host_realloc()
/external/skia/src/compute/common/vk/
Dhost_alloc.c32 vk_host_realloc(VkAllocationCallbacks const * allocator, void * ptr, size_t new_size) in vk_host_realloc()
/external/u-boot/fs/ubifs/
Dreplay.c60 loff_t new_size; member
352 loff_t new_size) in insert_node()
596 loff_t new_size = le64_to_cpu(ino->size); in replay_bud() local
608 loff_t new_size = le32_to_cpu(dn->size) + in replay_bud() local
636 loff_t new_size = le64_to_cpu(trun->new_size); in replay_bud() local
/external/libaom/libaom/aom_dsp/
Dbuf_ans.c36 int new_size = c->size * 2; in aom_buf_ans_grow() local
/external/sfntly/cpp/src/sample/subtly/
Ddebug_main.cc59 int32_t new_size = TotalFontSize(new_font); in main() local
Dsubsetter_main.cc77 int32_t new_size = TotalFontSize(new_font); in main() local
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials_metadata.cc34 size_t new_size = 2; in mdelem_list_ensure_capacity() local
/external/libbrillo/brillo/streams/
Dmemory_containers.cc63 size_t new_size = offset + size_to_write; in Write() local
106 bool StringPtr::Resize(size_t new_size, ErrorPtr* /* error */) { in Resize()

12345678910