/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | matrix.h | 72 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/ |
D | benchmark_all_sizes.cc | 64 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()
|
D | test.h | 62 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/ |
D | pickle.cc | 223 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/ |
D | memory_containers_unittest.cc | 29 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()
|
D | memory_containers.cc | 64 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
|
D | memory_containers.h | 54 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/ |
D | stl_util.h | 63 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);
|
D | flatset.h | 94 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/ |
D | weighted_picker_test.cc | 66 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()
|
D | weighted_picker.cc | 156 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/ |
D | glx_renderer.cc | 89 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/ |
D | d3d_renderer.cc | 127 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/ |
D | ctc_beam_search_decoder.cc | 98 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/ |
D | zone-list-inl.h | 35 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/ |
D | array_serialization.h | 152 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/ |
D | collationkeys.h | 46 if (appended_ < capacity_ || Resize(1, appended_)) { in Append() 73 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
|
/external/v8/src/compiler/ |
D | node-cache.cc | 32 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/ |
D | sparse_to_dense.cc | 44 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()
|
D | lsh_projection.cc | 73 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/ |
D | dnn.cc | 242 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/ |
D | identity-map.cc | 76 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/ |
D | expect | 21 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/ |
D | lsh_projection.cc | 73 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/ |
D | bytebuffer.cc | 188 Resize(Length() + len); in ReserveWriteBuffer() 195 void ByteBuffer::Resize(size_t size) { in Resize() function in rtc::ByteBuffer
|