Home
last modified time | relevance | path

Searched refs:Resize (Results 1 – 25 of 151) sorted by relevance

1234567

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h72 Resize(); in Matrix()
94 Resize(num_rows, num_columns); in CopyFrom()
101 Resize(1, num_rows); in CopyFromColumn()
109 void Resize(size_t num_rows, size_t num_columns) { in Resize() function
113 Resize(); in Resize()
136 Resize(num_columns_, num_rows_); in Transpose()
277 Resize(num_rows_, rhs.num_columns_); in Multiply()
305 void Resize() { in Resize() function
/external/gemmlowp/test/
Dbenchmark_all_sizes.cc64 Matrix(int rows, int cols) : Map(nullptr, 0, 0, 0) { Resize(rows, cols); } in Matrix()
69 Resize(other.rows_, other.cols_); in operator =()
79 void Resize(int rows, int cols) { in Resize() function in gemmlowp::Matrix
118 lhs.Resize(rows, depth); in benchmark_8bit()
119 rhs.Resize(depth, cols); in benchmark_8bit()
120 result.Resize(rows, cols); in benchmark_8bit()
170 lhs.Resize(rows, depth); in benchmark_8bit_to_32bit()
171 rhs.Resize(depth, cols); in benchmark_8bit_to_32bit()
172 result.Resize(rows, cols); in benchmark_8bit_to_32bit()
Dtest.h62 Matrix(int rows, int cols) : Map(nullptr, 0, 0, 0) { Resize(rows, cols); } in Matrix()
67 Resize(other.rows_, other.cols_);
77 void Resize(int rows, int cols) { in Resize() function
/external/libchrome/base/
Dpickle.cc223 Resize(kPayloadUnit); in Pickle()
234 Resize(kPayloadUnit); in Pickle()
262 Resize(other.header_->payload_size); in Pickle()
284 Resize(other.header_->payload_size); in operator =()
320 Resize(capacity_after_header_ * 2 + new_size); in Reserve()
336 void Pickle::Resize(size_t new_capacity) { in Resize() function in base::Pickle
417 Resize(std::max(new_capacity, new_size)); in ClaimUninitializedBytesInternal()
/external/libbrillo/brillo/streams/
Dmemory_containers_unittest.cc29 MOCK_METHOD2(Resize, bool(size_t, ErrorPtr*));
144 EXPECT_CALL(container_, Resize(130, _)).WillOnce(Return(true)); in TEST_F()
159 EXPECT_CALL(container_, Resize(160, _)).WillOnce(Return(true)); in TEST_F()
178 EXPECT_CALL(container_, Resize(160, _)) in TEST_F()
199 EXPECT_CALL(container_, Resize(160, _)).WillOnce(Return(true)); in TEST_F()
Dmemory_containers.cc64 if (GetSize() < new_size && !Resize(new_size, error)) in Write()
84 bool ContiguousReadOnlyBufferBase::Resize(size_t /* new_size */, in Resize() function in brillo::data_container::ContiguousReadOnlyBufferBase
106 bool StringPtr::Resize(size_t new_size, ErrorPtr* /* error */) { in Resize() function in brillo::data_container::StringPtr
Dmemory_containers.h54 virtual bool Resize(size_t new_size, ErrorPtr* error) = 0;
114 bool Resize(size_t new_size, ErrorPtr* error) override;
158 bool Resize(size_t new_size, ErrorPtr* /* error */) override { in Resize() function
245 bool Resize(size_t new_size, ErrorPtr* error) override;
/external/tensorflow/tensorflow/core/lib/gtl/
Dstl_util.h63 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
73 static void Resize(string_type* s, size_t new_size) {
85 gtl_internal::ResizeUninitializedTraits<string>::Resize(s, new_size);
Dflatset.h94 void reserve(size_t N) { rep_.Resize(std::max(N, size())); } in reserve()
95 void rehash(size_t N) { rep_.Resize(std::max(N, size())); } in rehash()
96 void resize(size_t N) { rep_.Resize(std::max(N, size())); } in resize()
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker_test.cc66 picker.Resize(10); in TEST()
75 picker.Resize(10); in TEST()
83 picker.Resize(5); in TEST()
85 picker.Resize(2); in TEST()
87 picker.Resize(1); in TEST()
Dweighted_picker.cc156 Resize(N); in SetWeightsFromArray()
178 Resize(num_elements() + 1); in Append()
182 void WeightedPicker::Resize(int new_size) { in Resize() function in tensorflow::random::WeightedPicker
/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc89 Resize(width_, height_); in Init()
119 void GlxRenderer::Resize(size_t width, size_t height) { in Resize() function in webrtc::test::GlxRenderer
150 Resize(static_cast<size_t>(frame.width()), in RenderFrame()
/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc127 Resize(width_, height_); in Init()
162 void D3dRenderer::Resize(size_t width, size_t height) { in Resize() function in webrtc::test::D3dRenderer
198 Resize(static_cast<size_t>(frame.width()), in RenderFrame()
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_search_decoder.cc98 TfLiteStatus Resize(TfLiteContext* context, in Resize() function
130 TF_LITE_ENSURE_OK(context, Resize(context, {p_num, 2}, indices)); in StoreAllDecodedSequences()
133 TF_LITE_ENSURE_OK(context, Resize(context, {p_num}, values)); in StoreAllDecodedSequences()
136 TF_LITE_ENSURE_OK(context, Resize(context, {2}, decoded_shape)); in StoreAllDecodedSequences()
/external/v8/src/zone/
Dzone-list-inl.h35 Resize(result_length, ZoneAllocationPolicy(zone)); in AddAll()
61 Resize(new_capacity, alloc); in ResizeAddInternal()
66 void ZoneList<T>::Resize(int new_capacity, ZoneAllocationPolicy alloc) { in Resize() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Darray_serialization.h152 if (!Traits::Resize(*output, input->size()))
207 if (!Traits::Resize(*output, input->size()))
254 if (!Traits::Resize(*output, input->size()))
315 if (!Traits::Resize(*output, input->size()))
372 if (!Traits::Resize(*output, input->size()))
453 if (!Traits::Resize(*output, input->size()))
/external/icu/icu4c/source/i18n/
Dcollationkeys.h46 if (appended_ < capacity_ || Resize(1, appended_)) { in Append()
73 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/external/v8/src/compiler/
Dnode-cache.cc32 bool NodeCache<Key, Hash, Pred>::Resize(Zone* zone) { in Resize() function in v8::internal::compiler::NodeCache
91 if (!Resize(zone)) break; // Don't grow past the maximum size. in Find()
/external/tensorflow/tensorflow/lite/kernels/
Dsparse_to_dense.cc44 TfLiteStatus Resize(TfLiteContext* context, const TfLiteTensor* output_shape, in Resize() function
136 return Resize<int32_t>(context, output_shape, output); in ResizeOutputShape()
138 return Resize<int64_t>(context, output_shape, output); in ResizeOutputShape()
Dlsh_projection.cc73 TfLiteStatus Resize(TfLiteContext* context, TfLiteNode* node) { in Resize() function
196 static TfLiteRegistration r = {nullptr, nullptr, lsh_projection::Resize, in Register_LSH_PROJECTION()
/external/tensorflow/tensorflow/stream_executor/
Ddnn.cc242 tensor_.mutable_dimensions()->Resize(ndims + 2, 0); in BatchDescriptor()
384 tensor_.mutable_dimensions()->Resize(ndims + 2, 0); in FilterDescriptor()
456 proto_.mutable_paddings()->Resize(ndims, 0); in ConvolutionDescriptor()
457 proto_.mutable_strides()->Resize(ndims, 1); in ConvolutionDescriptor()
458 proto_.mutable_dilations()->Resize(ndims, 1); in ConvolutionDescriptor()
/external/v8/src/
Didentity-map.cc76 Resize(capacity_ * kResizeFactor); in InsertKey()
92 Resize(capacity_ / kResizeFactor); in DeleteIndex()
259 void IdentityMapBase::Resize(int new_capacity) { in Resize() function in v8::internal::IdentityMapBase
/external/e2fsprogs/tests/f_resize_inode/
Dexpect21 Resize inode not valid. Recreate? yes
49 Resize inode not valid. Recreate? yes
77 Resize inode not valid. Recreate? yes
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dlsh_projection.cc73 TfLiteStatus Resize(TfLiteContext* context, TfLiteNode* node) { in Resize() function
196 static TfLiteRegistration r = {nullptr, nullptr, lsh_projection::Resize, in Register_LSH_PROJECTION()
/external/webrtc/webrtc/base/
Dbytebuffer.cc188 Resize(Length() + len); in ReserveWriteBuffer()
195 void ByteBuffer::Resize(size_t size) { in Resize() function in rtc::ByteBuffer

1234567