Home
last modified time | relevance | path

Searched defs:pi3 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dsp_array_cast_test.cpp44 boost::shared_ptr<int[2]> pi3 = boost::static_pointer_cast<int[2]>( pv ); in static_cast_test() local
147 boost::shared_ptr<int[6]> pi3 = boost::reinterpret_pointer_cast<int[6]>( pi2 ); in reinterpret_cast_test() local
169 boost::shared_ptr<int[1]> pi3 = boost::reinterpret_pointer_cast<int[1]>( pi2 ); in reinterpret_cast_test() local
Dlsp_array_cast_test.cpp44 boost::local_shared_ptr<int[2]> pi3 = boost::static_pointer_cast<int[2]>( pv ); in static_cast_test() local
147 boost::local_shared_ptr<int[6]> pi3 = boost::reinterpret_pointer_cast<int[6]>( pi2 ); in reinterpret_cast_test() local
169 boost::local_shared_ptr<int[1]> pi3 = boost::reinterpret_pointer_cast<int[1]>( pi2 ); in reinterpret_cast_test() local
Dshared_ptr_test.cpp517 boost::shared_ptr<void> pi3(pi); in copy_constructor() local
574 boost::shared_ptr<void> pi3(pi); in copy_constructor() local
2560 boost::shared_ptr<int> pi3(new int); in test() local
Dweak_ptr_test.cpp1280 boost::shared_ptr<int> pi3(new int); in test() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapperTest.kt101 val pi3 = getPendingIntent(action3) in actionPendingIntentCancelled_actionDisabled() constant
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DPendingIntentTest.java1063 final PendingIntent pi3 = PendingIntent.getBroadcast(mContext, 0, i, in testCancelListener_cancelCurrent() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_futures.cpp131 boost::promise<int> pi3; in BOOST_AUTO_TEST_CASE() local