Home
last modified time | relevance | path

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

12345678910>>...54

/aosp_15_r20/external/eigen/Eigen/src/StlSupport/
H A 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
H A 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
H A 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
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A 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
/aosp_15_r20/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
/aosp_15_r20/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 …]
/aosp_15_r20/external/deqp/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.cpp83 void resize(const UVec2 &newSize) in resize() function in tcu::lnx::VulkanWindowXlib
138 void resize(const UVec2 &newSize) in resize() function in tcu::lnx::VulkanWindowXcb
191 void resize(const UVec2 &newSize) in resize() function in tcu::lnx::VulkanWindowWayland
233 void resize(const UVec2 &) in resize() function
262 void resize(const UVec2 &) override in resize() function
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/
H A DIconTilesViewModel.kt32 fun resize(spec: TileSpec, toIcon: Boolean) in isIconTile() method
43 override fun resize(spec: TileSpec, toIcon: Boolean) = interactor.resize(spec, toIcon) in isIconTile() method in com.android.systemui.qs.panels.ui.viewmodel.IconTilesViewModelImpl
/aosp_15_r20/out/soong/.intermediates/external/renderscript-intrinsics-replacement-toolkit/renderscript_toolkit/android_common/kotlin_headers/
Drenderscript_toolkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__renderscript-intrinsics- ...
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DAutoGrowArray.java79 public void resize(@IntRange(from = 0) int newSize) { in resize() method in AutoGrowArray.ByteArray
188 public void resize(@IntRange(from = 0) int newSize) { in resize() method in AutoGrowArray.IntArray
297 public void resize(@IntRange(from = 0) int newSize) { in resize() method in AutoGrowArray.FloatArray
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A 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
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dlist.tcc139 resize(size_type __new_size) in resize() function in std::list
154 resize(size_type __new_size, const value_type& __x) in resize() function in std::list
169 resize(size_type __new_size, value_type __x) in resize() function in std::list
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dlist.tcc139 resize(size_type __new_size) in resize() function in std::list
154 resize(size_type __new_size, const value_type& __x) in resize() function in std::list
169 resize(size_type __new_size, value_type __x) in resize() function in std::list
/aosp_15_r20/frameworks/rs/toolkit/java/
H A DToolkit.kt970 fun resize( in resize() method
1024 fun resize( in resize() method
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/java/com/google/android/renderscript/
H A DToolkit.kt970 fun resize( in resize() method
1024 fun resize( in resize() method
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dnasty_containers.h123 void resize(size_type sz) { v_.resize(sz); } in resize() function
124 void resize(size_type sz, const value_type& c) { v_.resize(sz, c); } in resize() function
252 void resize(size_type n) { l_.resize(n); } in resize() function
253 void resize(size_type n, const value_type& c) { l_.resize(n, c); } in resize() function
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java73 void onPipMenuStateChangeStart(int menuState, boolean resize, Runnable callback); in onPipMenuStateChangeStart()
408 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
488 void onMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in onMenuStateChangeStart()
/aosp_15_r20/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/engine/
DTorusEngine.kt55 fun resize(width: Int, height: Int) in create() method
/aosp_15_r20/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/container/
Dcontainer.hpp671 struct resize struct
673 typedef void result_type;
676 void operator()(C& c, Arg1 const& arg1) const in operator ()()
682 void operator()(C& c, Arg1 const& arg1, Arg2 const& arg2) const in operator ()()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
H A DPipMenuView.java347 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
353 boolean resize, @AnimationType int animationType) { in hideMenu()
503 private void notifyMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in notifyMenuStateChangeStart()
H A DPhonePipMenuController.java76 void onPipMenuStateChangeStart(int menuState, boolean resize, Runnable callback); in onPipMenuStateChangeStart()
425 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
504 void onMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in onMenuStateChangeStart()

12345678910>>...54