Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 25 of 119) sorted by relevance

12345

/external/eigen/Eigen/src/StlSupport/
DStdVector.h77 void resize(size_type new_size) in resize() function
82 void resize(size_type new_size, const value_type& x) in resize() function
99 void resize(size_type new_size, const value_type& x) in resize() function
105 void resize(size_type new_size, const value_type& x) in resize() function
115 void resize(size_type new_size, const value_type& x) in resize() function
DStdDeque.h88 void resize(size_type new_size) in resize() function
93 void resize(size_type new_size, const value_type& x) in resize() function
111 void resize(size_type new_size, const value_type& x) in resize() function
121 void resize(size_type new_size, const value_type& x) in resize() function
DStdList.h88 void resize(size_type new_size) in resize() function
91 void resize(size_type new_size, const value_type& x) in resize() function
/external/libbrillo/brillo/
Dsecure_blob.cc20 void SecureBlob::resize(size_type count) { in resize() function in brillo::SecureBlob
27 void SecureBlob::resize(size_type count, const value_type& value) { in resize() function in brillo::SecureBlob
/external/opencv3/modules/cudawarping/src/
Dresize.cpp47 void cv::cuda::resize(InputArray, OutputArray, Size, double, double, int, Stream&) { throw_no_cuda(… in resize() function in cv::cuda
57 void cv::cuda::resize(InputArray _src, OutputArray _dst, Size dsize, double fx, double fy, int inte… in resize() function in cv::cuda
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_option.hpp106 void resize(const Protocol&, std::size_t s) in resize() function in asio::detail::socket_option::boolean
197 void resize(const Protocol&, std::size_t s) in resize() function in asio::detail::socket_option::integer
290 void resize(const Protocol&, std::size_t s) in resize() function in asio::detail::socket_option::linger
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.cpp31 void Window::resize (const tcu::UVec2&) in resize() function in vk::wsi::Window
/external/v8/test/webkit/
Dresize-array-assign.js26 function resize(X) { function
/external/eigen/Eigen/src/Core/
DDenseBase.h217 void resize(Index newSize) in resize() function
227 void resize(Index nbRows, Index nbCols) in resize() function
DTranspositions.h102 inline void resize(int newSize) in resize() function
/external/llvm/include/llvm/ADT/
DIndexedMap.h60 void resize(typename StorageT::size_type s) { in resize() function
DPackedVector.h108 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } in resize() function
/external/skia/src/images/
DSkPageFlipper.cpp32 void SkPageFlipper::resize(int width, int height) { in resize() function in SkPageFlipper
/external/skia/src/views/
DSkWindow.cpp57 void SkWindow::resize(const SkImageInfo& info) { in resize() function in SkWindow
65 void SkWindow::resize(int width, int height) { in resize() function in SkWindow
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_List.h46 void resize(size_t count) { in resize() function
/external/opencv3/modules/flann/include/opencv2/flann/
Ddynamic_bitset.h119 void resize(size_t sz) in resize() function
/external/libcxx/test/support/
Dnasty_containers.hpp121 void resize(size_type sz) { v_.resize(sz); } in resize() function in nasty_vector
122 void resize(size_type sz, const value_type& c) { v_.resize(sz, c); } in resize() function in nasty_vector
240 void resize(size_type sz) { l_.resize(); } in resize() function in nasty_list
241 void resize(size_type sz, const value_type& c) { l_.resize(c); } in resize() function in nasty_list
/external/deqp/framework/opengl/
DgluObjectWrapper.cpp101 void ObjectVector::resize (size_t newSize) in resize() function in glu::ObjectVector
/external/icu/icu4c/source/common/
Dcmemory.h415 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize() function
590 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize() function
/external/regex-re2/util/
Dsparse_set.h91 void resize(int new_max_size) { in resize() function
/external/skia/src/gpu/gl/
DGrGLVertexArray.h30 void resize(int newCount) { in resize() function
/external/deqp/framework/delibs/decpp/
DdeRingBuffer.hpp95 void RingBuffer<T>::resize (int newSize) in resize() function in de::RingBuffer
/external/libvterm/include/
Dvterm.h174 int (*resize)(int rows, int cols, void *user); member
196 int (*resize)(int rows, int cols, VTermPos *delta, void *user); member
243 int (*resize)(int rows, int cols, void *user); member
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp60 void resize (const UVec2& newSize) in resize() function in tcu::win32::VulkanWindow
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_endpoint.hpp137 void resize(std::size_t new_size) in resize() function in asio::ip::basic_endpoint

12345