Home
last modified time | relevance | path

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

12345

/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/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/skia/src/core/
DSkBitmapScaler.h36 static bool Resize(const SkPixmap& dst, const SkPixmap& src, ResizeMethod method);
42 static bool Resize(SkBitmap* result, const SkPixmap& src, ResizeMethod method,
DSkBitmapScaler.cpp208 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/
Dpickle.cc262 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/
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
Dbenchmark.cc98 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/
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()
Dglx_renderer.h36 void Resize(size_t width, size_t height);
/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()
Dd3d_renderer.h39 void Resize(size_t width, size_t height);
/external/v8/src/
Didentity-map.cc47 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
Dlist-inl.h37 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/
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/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/libmojo/mojo/public/cpp/bindings/lib/
Darray_serialization.h153 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/
Dexpect21 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/
Dresize.less1 // Resize anything
/external/webrtc/webrtc/base/
Dbytebuffer.cc188 Resize(Length() + len); in ReserveWriteBuffer()
195 void ByteBuffer::Resize(size_t size) { in Resize() function in rtc::ByteBuffer
/external/libmojo/mojo/public/cpp/bindings/
Darray_traits_wtf.h32 static bool Resize(WTFArray<U>& input, size_t size) {
Darray_traits_standard.h35 static bool Resize(Array<T>& input, size_t size) {
Darray_traits_wtf_vector.h39 static bool Resize(WTF::Vector<U>& input, size_t size) {
/external/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cc175 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

12345