/aosp_15_r20/external/eigen/Eigen/src/StlSupport/ |
H A D | StdVector.h | 80 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 D | StdDeque.h | 80 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 D | StdList.h | 80 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 D | Tensor.h | 438 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/ |
D | resize.hpp | 41 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
|
D | ublas_wrapper.hpp | 216 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/ |
D | storage.hpp | 206 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 D | tcuLnxVulkanPlatform.cpp | 83 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 D | IconTilesViewModel.kt | 32 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/ |
D | renderscript_toolkit.jar | META-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/ |
D | mtl4_resize.hpp | 70 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/ |
D | socket_option.hpp | 110 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 D | AutoGrowArray.java | 79 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 D | socket_option.hpp | 106 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/ |
D | list.tcc | 139 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/ |
D | list.tcc | 139 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 D | Toolkit.kt | 970 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 D | Toolkit.kt | 970 fun resize( in resize() method 1024 fun resize( in resize() method
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | nasty_containers.h | 123 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 D | PhonePipMenuController.java | 73 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/ |
D | TorusEngine.kt | 55 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/ |
D | vexcl_resize.hpp | 44 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/ |
D | container.hpp | 671 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 D | PipMenuView.java | 347 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 D | PhonePipMenuController.java | 76 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()
|