/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/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/skia/src/core/ |
D | SkBitmapScaler.h | 36 static bool Resize(const SkPixmap& dst, const SkPixmap& src, ResizeMethod method); 42 static bool Resize(SkBitmap* result, const SkPixmap& src, ResizeMethod method,
|
D | SkBitmapScaler.cpp | 208 bool SkBitmapScaler::Resize(const SkPixmap& result, const SkPixmap& source, ResizeMethod method) { in Resize() function in SkBitmapScaler 232 bool SkBitmapScaler::Resize(SkBitmap* resultPtr, const SkPixmap& source, ResizeMethod method, in Resize() function in SkBitmapScaler 247 if (!result.peekPixels(&resultPM) || !Resize(resultPM, source, method)) { in Resize()
|
/external/libchrome/base/ |
D | pickle.cc | 262 Resize(kPayloadUnit); in Pickle() 273 Resize(kPayloadUnit); in Pickle() 301 Resize(other.header_->payload_size); in Pickle() 324 Resize(other.header_->payload_size); in operator =() 364 Resize(capacity_after_header_ * 2 + new_size); in Reserve() 380 void Pickle::Resize(size_t new_capacity) { in Resize() function in base::Pickle 465 Resize(std::max(new_capacity, new_size)); in ClaimUninitializedBytesInternal()
|
/external/gemmlowp/test/ |
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
|
D | benchmark.cc | 98 lhs[k].Resize(gemms[j].rows, gemms[j].depth); in time_for_gemms() 100 rhs[k].Resize(gemms[j].depth, gemms[j].cols); in time_for_gemms() 102 result[k].Resize(gemms[j].rows, gemms[j].cols); in time_for_gemms()
|
/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()
|
D | glx_renderer.h | 36 void Resize(size_t width, size_t height);
|
/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()
|
D | d3d_renderer.h | 39 void Resize(size_t width, size_t height);
|
/external/v8/src/ |
D | identity-map.cc | 47 Resize(capacity_ / kResizeFactor); in DisableIteration() 79 Resize(capacity_ * kResizeFactor); in InsertKey() 95 Resize(capacity_ / kResizeFactor); in DeleteIndex() 255 void IdentityMapBase::Resize(int new_capacity) { in Resize() function in v8::internal::IdentityMapBase
|
D | list-inl.h | 37 if (capacity_ < result_length) Resize(result_length, alloc); in AddAll() 64 Resize(new_capacity, alloc); in ResizeAddInternal() 70 void List<T, P>::Resize(int new_capacity, P alloc) { in Resize() function 165 Resize(capacity_ / 2, alloc); in Trim()
|
/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/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/libmojo/mojo/public/cpp/bindings/lib/ |
D | array_serialization.h | 153 if (!Traits::Resize(*output, input->size())) 211 if (!Traits::Resize(*output, input->size())) 261 if (!Traits::Resize(*output, input->size())) 329 if (!Traits::Resize(*output, input->size())) 391 if (!Traits::Resize(*output, input->size())) 483 if (!Traits::Resize(*output, input->size()))
|
/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/fmtlib/doc/bootstrap/mixins/ |
D | resize.less | 1 // Resize anything
|
/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
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | array_traits_wtf.h | 32 static bool Resize(WTFArray<U>& input, size_t size) {
|
D | array_traits_standard.h | 35 static bool Resize(Array<T>& input, size_t size) {
|
D | array_traits_wtf_vector.h | 39 static bool Resize(WTF::Vector<U>& input, size_t size) {
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_clock.cc | 175 dst->Resize(c, nclk_); in release() 222 dst->Resize(c, nclk_); in ReleaseStore() 300 void SyncClock::Resize(ClockCache *c, uptr nclk) { in Resize() function in __tsan::SyncClock
|