Home
last modified time | relevance | path

Searched defs:sp2 (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libutils/
H A DStrongPointer_test.cpp60 sp<TypeParam> sp2 = std::move(sp1); in TYPED_TEST() local
70 sp<TypeParam> sp2 = std::move(sp1); in TYPED_TEST() local
H A DRefBase_test.cpp97 sp<Foo> sp2 = std::move(sp1); in TEST() local
108 sp<Foo> sp2 = std::move(sp1); in TEST() local
136 sp<Foo> sp2(foo2); in TEST() local
226 sp<FooFixedAlloc> sp2(foo2); in TEST() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1501 SharedPreferences sp2 = mContext.getSharedPreferences( in testRemapWidgetFiles_crossMapping() local