Home
last modified time | relevance | path

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

12345

/external/eigen/Eigen/src/StlSupport/
DStdVector.h80 void resize(size_type new_size) in resize() function
85 void resize(size_type new_size, const value_type& x) in resize() function
102 void resize(size_type new_size, const value_type& x) in resize() function
108 void resize(size_type new_size, const value_type& x) in resize() function
118 void resize(size_type new_size, const value_type& x) in resize() function
DStdDeque.h80 void resize(size_type new_size) in resize() function
85 void resize(size_type new_size, const value_type& x) in resize() function
103 void resize(size_type new_size, const value_type& x) in resize() function
113 void resize(size_type new_size, const value_type& x) in resize() function
DStdList.h80 void resize(size_type new_size) in resize() function
83 void resize(size_type new_size, const value_type& x) in resize() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensor.h423 void resize(Index firstDimension, IndexTypes... otherDimensions) in resize() function
432 EIGEN_DEVICE_FUNC void resize(const array<Index, NumIndices>& dimensions) in resize() function
450 EIGEN_DEVICE_FUNC void resize(const DSizes<Index, NumIndices>& dimensions) { in resize() function
459 void resize() in resize() function
470 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void resize(CustomDimension& dimensions) in resize() function
479 void resize(const Sizes<Indices...>& dimensions) { in resize() function
489 void resize(const Sizes<V1, V2, V3, V4, V5>& dimensions) { 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/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.cpp31 void Window::resize (const tcu::UVec2&) in resize() function in vk::wsi::Window
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp65 void resize (const UVec2& newSize) in resize() function in tcu::lnx::VulkanWindowXlib
108 void resize (const UVec2& newSize) in resize() function in tcu::lnx::VulkanWindowXcb
149 void resize (const UVec2& newSize) in resize() function in tcu::lnx::VulkanWindowWayland
/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/skia/tools/sk_app/
DGLWindowContext.cpp88 void GLWindowContext::resize(int w, int h) { in resize() function in sk_app::GLWindowContext
/external/skqp/tools/sk_app/
DGLWindowContext.cpp88 void GLWindowContext::resize(int w, int h) { in resize() function in sk_app::GLWindowContext
/external/llvm/include/llvm/ADT/
DIndexedMap.h60 void resize(typename StorageT::size_type s) { in resize() function
/external/tensorflow/tensorflow/contrib/lite/examples/label_image/
Dbitmap_helpers_impl.h37 void resize(T* out, uint8_t* in, int image_height, int image_width, in resize() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIndexedMap.h62 void resize(typename StorageT::size_type s) { in resize() function
/external/eigen/Eigen/src/Core/
DTranspositions.h74 inline void resize(Index newSize) in resize() function
DDenseBase.h241 void resize(Index newSize) in resize() function
252 void resize(Index rows, Index cols) in resize() function
/external/deqp/framework/opengl/
DgluObjectWrapper.cpp101 void ObjectVector::resize (size_t newSize) in resize() function in glu::ObjectVector
/external/skqp/tools/sk_app/android/
DRasterWindowContext_android.cpp68 void RasterWindowContext_android::resize(int w, int h) { in resize() function in __anonc446b2b80111::RasterWindowContext_android
/external/skia/tools/sk_app/android/
DRasterWindowContext_android.cpp68 void RasterWindowContext_android::resize(int w, int h) { in resize() function in __anon718141410111::RasterWindowContext_android
/external/eigen/unsupported/Eigen/CXX11/src/util/
DMaxSizeVector.h58 void resize(size_t n) { in resize() function
/external/skia/tools/sk_app/win/
DRasterWindowContext_win.cpp54 void RasterWindowContext_win::resize(int w, int h) { in resize() function in __anonac0dc11b0111::RasterWindowContext_win
/external/skqp/tools/sk_app/win/
DRasterWindowContext_win.cpp54 void RasterWindowContext_win::resize(int w, int h) { in resize() function in __anon97b0ab920111::RasterWindowContext_win
/external/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp54 void RasterWindowContext_xlib::resize(int w, int h) { in resize() function in __anon289f6dc70111::RasterWindowContext_xlib
/external/skqp/tools/sk_app/unix/
DRasterWindowContext_unix.cpp54 void RasterWindowContext_xlib::resize(int w, int h) { in resize() function in __anon88a6d1fe0111::RasterWindowContext_xlib
/external/skqp/src/gpu/gl/
DGrGLVertexArray.h30 void resize(int newCount) { in resize() function
/external/skia/src/gpu/gl/
DGrGLVertexArray.h30 void resize(int newCount) { in resize() function

12345