Home
last modified time | relevance | path

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

1234567

/aosp14/system/core/libutils/
H A DSingleton_test.cpp53 get_fn_t get1 = reinterpret_cast<get_fn_t>(dlsym(handle1, "singletonGetInstanceContents")); in TEST() local
54 ASSERT_TRUE(get1 != nullptr) << dlerror(); in TEST()
65 EXPECT_EQ(12345678U, get1()); in TEST()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
H A DMainActivity.java33 public int get1(boolean condition) { in get1() method in MainActivity
34 return IntermediateClass.get1(condition); in get1()
H A DIntermediateClass.java20 public static int get1(boolean condition) { in get1() method in IntermediateClass
21 return new ClassInSecondaryDex(condition).get1(); in get1()
H A DClassInSecondaryDex.java46 public int get1() { in get1() method in ClassInSecondaryDex
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
H A DActivityTest.java49 assertEquals(10, getActivity().get1(true)); in testExceptionInSecondaryDex()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DMainActivity.java47 int value = new com.android.multidexlegacytestapp.manymethods.Big001().get1() in getValue()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DAbstractService.java130 new com.android.framework.multidexlegacytestservices.manymethods.Big001().get1() + in getValue()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
H A DBig064.java24 public int get1() { in get1() method in Big064
H A DBig065.java24 public int get1() { in get1() method in Big065
H A DBig066.java24 public int get1() { in get1() method in Big066
H A DBig072.java24 public int get1() { in get1() method in Big072
H A DBig073.java24 public int get1() { in get1() method in Big073
H A DBig074.java24 public int get1() { in get1() method in Big074
H A DBig075.java24 public int get1() { in get1() method in Big075
H A DBig076.java24 public int get1() { in get1() method in Big076
H A DBig077.java24 public int get1() { in get1() method in Big077
H A DBig078.java24 public int get1() { in get1() method in Big078
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/manymethods/
H A DBig001.java24 public int get1() { in get1() method in Big001
H A DBig002.java24 public int get1() { in get1() method in Big002
H A DBig003.java24 public int get1() { in get1() method in Big003
H A DBig004.java24 public int get1() { in get1() method in Big004
H A DBig006.java24 public int get1() { in get1() method in Big006
H A DBig007.java24 public int get1() { in get1() method in Big007
H A DBig008.java24 public int get1() { in get1() method in Big008
H A DBig009.java24 public int get1() { in get1() method in Big009

1234567