Home
last modified time | relevance | path

Searched refs:get2 (Results 1 – 25 of 167) sorted by relevance

1234567

/aosp14/system/core/libutils/
H A DSingleton_test.cpp55 get_fn_t get2 = reinterpret_cast<get_fn_t>(dlsym(handle2, "singletonGetInstanceContents")); in TEST() local
56 ASSERT_TRUE(get2 != nullptr) << dlerror(); in TEST()
66 EXPECT_EQ(12345678U, get2()); in TEST()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
H A DMainActivity.java37 public int get2(boolean condition) { in get2() method in MainActivity
38 return IntermediateClass.get2(condition); in get2()
H A DIntermediateClass.java24 public static int get2(boolean condition) { in get2() method in IntermediateClass
25 return new ClassInSecondaryDex(condition).get2(); in get2()
H A DClassInSecondaryDex.java64 public int get2() { in get2() method in ClassInSecondaryDex
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
H A DActivityTest.java50 assertEquals(11, getActivity().get2(true)); in testExceptionInSecondaryDex()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DMainActivity.java48 + new com.android.multidexlegacytestapp.manymethods.Big002().get2() in getValue()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DAbstractService.java131 new com.android.framework.multidexlegacytestservices.manymethods.Big002().get2() + in getValue()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
H A DBig064.java28 public int get2() { in get2() method in Big064
H A DBig065.java28 public int get2() { in get2() method in Big065
H A DBig066.java28 public int get2() { in get2() method in Big066
H A DBig072.java28 public int get2() { in get2() method in Big072
H A DBig073.java28 public int get2() { in get2() method in Big073
H A DBig074.java28 public int get2() { in get2() method in Big074
H A DBig075.java28 public int get2() { in get2() method in Big075
H A DBig076.java28 public int get2() { in get2() method in Big076
H A DBig077.java28 public int get2() { in get2() method in Big077
H A DBig078.java28 public int get2() { in get2() method in Big078
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/manymethods/
H A DBig001.java28 public int get2() { in get2() method in Big001
H A DBig002.java28 public int get2() { in get2() method in Big002
H A DBig003.java28 public int get2() { in get2() method in Big003
H A DBig004.java28 public int get2() { in get2() method in Big004
H A DBig006.java28 public int get2() { in get2() method in Big006
H A DBig007.java28 public int get2() { in get2() method in Big007
H A DBig008.java28 public int get2() { in get2() method in Big008
H A DBig009.java28 public int get2() { in get2() method in Big009

1234567