Home
last modified time | relevance | path

Searched defs:storage2 (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dstorage.hpp76 template<class A1, class A2> struct storage2: public storage1<A1> struct
78 typedef storage1<A1> inherited;
80 storage2( A1 a1, A2 a2 ): storage1<A1>( a1 ), a2_( a2 ) {} in storage2() argument
82 template<class V> void accept(V & v) const in accept()
88 A2 a2_;
93 template<class A1, int I> struct storage2< A1, boost::arg<I> >: public storage1<A1> struct
95 typedef storage1<A1> inherited;
97 storage2( A1 a1, boost::arg<I> ): storage1<A1>( a1 ) {} in storage2() function
99 template<class V> void accept(V & v) const in accept()
104 static boost::arg<I> a2_() { return boost::arg<I>(); } in a2_()
[all …]
/aosp_15_r20/art/libartbase/base/
H A Dintrusive_forward_list_test.cc191 std::vector<std::remove_const_t<ValueType>> storage2(ref2.begin(), ref2.end()); in Assign() local
288 std::vector<std::remove_const_t<ValueType>> storage2({ { 7 }, { 2 } }); in InsertAfter2() local
420 std::vector<std::remove_const_t<ValueType>> storage2(ref2.begin(), ref2.end()); in SwapClear() local
630 std::vector<std::remove_const_t<ValueType>> storage2(ref2.begin(), ref2.end()); in Merge() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/tests/src/com/android/settingslib/datastore/
H A DSharedPreferencesStorageTest.kt64 val storage2 = in <lambda>() constant
H A DBackupRestoreStorageManagerTest.kt49 private val storage2 = mock<ObservableBackupRestoreStorage> { on { name } doReturn "1" } in <lambda>() constant
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowStorageManagerTest.java68 StorageVolume storage2 = volumeList.get(1); in getStorageVolumesHaveDifferentUUID() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_test.cc1196 quiche::QuicheMemSliceStorage storage2( in TEST_P() local
1246 quiche::QuicheMemSliceStorage storage2( in TEST_P() local
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/
DStorageEntryTest.java115 final StorageEntry storage2 = mock(StorageEntry.class); in compareTo_defaultInternalStorage_shouldBeAtTopMost() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c970 aes_word_t storage1[AES_NOHW_BLOCK_WORDS], storage2[AES_NOHW_BLOCK_WORDS]; in aes_nohw_setup_key_192() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/aes/
H A Daes_nohw.c971 aes_word_t storage1[AES_NOHW_BLOCK_WORDS], storage2[AES_NOHW_BLOCK_WORDS]; in aes_nohw_setup_key_192() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/aes/
H A Daes_nohw.c971 aes_word_t storage1[AES_NOHW_BLOCK_WORDS], storage2[AES_NOHW_BLOCK_WORDS]; in aes_nohw_setup_key_192() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c970 aes_word_t storage1[AES_NOHW_BLOCK_WORDS], storage2[AES_NOHW_BLOCK_WORDS]; in aes_nohw_setup_key_192() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_stream_test.cc2027 quiche::QuicheMemSliceStorage storage2( in TEST_P() local