Home
last modified time | relevance | path

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

12345678910>>...16

/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
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/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dresize.hpp41 static void resize( StateOut &x1 , const StateIn &x2 ) in resize() function
52 static void resize( StateOut &x1 , const StateIn &x2 ) in resize() function
61 void resize( StateOut &x1 , const StateIn &x2 ) in resize() function
101 static void resize( FusionSeq &x1 , const FusionSeq &x2 ) in resize() function
Dublas_wrapper.hpp216 static void resize( boost::numeric::ublas::matrix< T , L , A > &m1 , in resize() function
239 static void resize( boost::numeric::ublas::matrix< T , L , A > &m , in resize() function
265 static void resize( const boost::numeric::ublas::vector< T_V , A_V > &v, in resize() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensor.h438 void resize(Index firstDimension, IndexTypes... otherDimensions) in resize() function
447 EIGEN_DEVICE_FUNC void resize(const array<Index, NumIndices>& dimensions) in resize() function
465 EIGEN_DEVICE_FUNC void resize(const DSizes<Index, NumIndices>& dimensions) { in resize() function
474 void resize() in resize() function
483 void resize(const Eigen::IndexList<FirstType, OtherTypes...>& dimensions) { in resize() function
497 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void resize(CustomDimension& dimensions) in resize() function
506 void resize(const Sizes<Indices...>& dimensions) { in resize() function
516 void resize(const Sizes<V1, V2, V3, V4, V5>& dimensions) { in resize() function
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mtl4/
Dmtl4_resize.hpp70 static void resize( mtl::dense_vector< Value , Parameters > &v1 , in resize() function
92 static void resize( mtl::dense2D< Value , MatrixParameters > &m , in resize() function
115 static void resize( mtl::compressed2D< Value , MatrixParameters > &m , in resize() function
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/vexcl/
Dvexcl_resize.hpp44 static void resize( vex::vector< T > &x1 , const vex::vector< T > &x2 ) in resize() function
72 static void resize( vex::multivector< T , N > &x1 , const vex::multivector< T , N > &x2 ) in resize() function
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp87 void resize(const UVec2 &newSize) in resize() function in tcu::lnx::VulkanWindowXlib
142 void resize(const UVec2 &newSize) in resize() function in tcu::lnx::VulkanWindowXcb
195 void resize(const UVec2 &newSize) in resize() function in tcu::lnx::VulkanWindowWayland
237 void resize(const UVec2 &) in resize() function
266 void resize(const UVec2 &) override in resize() function
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dresize_uninitialized_test.cc31 void resize(size_t) { resize_call_count += 1; } in resize() function
44 void resize(size_t) { resize_call_count += 1; } in resize() function
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/eigen/
Deigen_resize.hpp84 static void resize( Eigen::MatrixBase< Derived > &m1 , const Eigen::MatrixBase< Derived > &m2 ) in resize() function
94 static void resize( Eigen::ArrayBase< Derived > &v1 , const Eigen::ArrayBase< Derived > &v2 ) in resize() function
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dsocket_option.hpp110 void resize(const Protocol&, std::size_t s) in resize() function in boost::asio::detail::socket_option::boolean
201 void resize(const Protocol&, std::size_t s) in resize() function in boost::asio::detail::socket_option::integer
298 void resize(const Protocol&, std::size_t s) in resize() function in boost::asio::detail::socket_option::linger
/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/sdv/vsomeip/third_party/boost/numeric/odeint/examples/2d_lattice/
Dvector_vector_resize.hpp53 static void resize( state_type &x1 , const state_type &x2 ) in resize() function
86 bool resize( const State &x ) in resize() function
/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/
DJsonPath.kt134 private fun resize() { in prettyString() method
/external/angle/util/ios/
DIOSWindow.mm40 bool IOSWindow::resize(int width, int height) function
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp54 void resize(const UVec2 &newSize) in resize() function in tcu::osx::VulkanWindow
115 void resize(const UVec2 &) in resize() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.cpp43 void Window::resize(const tcu::UVec2 &) in resize() function in vk::wsi::Window
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dstorage.hpp206 void resize (size_type size) { in resize() function in boost::numeric::ublas::unbounded_array
210 void resize (size_type size, value_type init) { in resize() function in boost::numeric::ublas::unbounded_array
402 void resize (size_type size) { in resize() function in boost::numeric::ublas::bounded_array
407 void resize (size_type size, value_type init) { in resize() function in boost::numeric::ublas::bounded_array
637 void resize (size_type size) { in resize() function in boost::numeric::ublas::array_adaptor
641 void resize (size_type size, value_type init) { in resize() function in boost::numeric::ublas::array_adaptor
645 void resize (size_type size, pointer data) { in resize() function in boost::numeric::ublas::array_adaptor
649 void resize (size_type size, pointer data, value_type init) { in resize() function in boost::numeric::ublas::array_adaptor
654 BOOST_UBLAS_INLINE void resize (T (&data)[N]) { in resize() function in boost::numeric::ublas::array_adaptor
659 BOOST_UBLAS_INLINE void resize (T (&data)[N], value_type init) { in resize() function in boost::numeric::ublas::array_adaptor
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc34 void resize(size_t) { resize_call_count += 1; } in resize() function
53 void resize(size_t) { resize_call_count += 1; } in resize() function
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc34 void resize(size_t) { resize_call_count += 1; } in resize() function
53 void resize(size_t) { resize_call_count += 1; } in resize() function
/external/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc34 void resize(size_t) { resize_call_count += 1; } in resize() function
53 void resize(size_t) { resize_call_count += 1; } in resize() function
/external/cronet/tot/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc34 void resize(size_t) { resize_call_count += 1; } in resize() function
53 void resize(size_t) { resize_call_count += 1; } in resize() function
/external/cronet/stable/third_party/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc34 void resize(size_t) { resize_call_count += 1; } in resize() function
53 void resize(size_t) { resize_call_count += 1; } in resize() function
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/viennacl/
Dviennacl_resize.hpp43 static void resize( viennacl::vector< T > &x1 , const viennacl::vector< T > &x2 ) in resize() function

12345678910>>...16