/aosp12/art/test/633-checker-rtp-getclass/src/ |
H A D | Main.java | 26 public int bar() { in bar() method in Main 30 public int foo() { in foo() method in Main 48 public int bar() { in bar() method in SubMain 52 public int foo() { in foo() method in SubMain 58 public int bar() { in bar() method in SubSubMain 62 public int foo() { in foo() method in SubSubMain
|
/aosp12/frameworks/base/cmds/idmap2/tests/ |
H A D | CommandLineOptionsTests.cpp | 41 bool foo = true; in TEST() local 42 bool bar = false; in TEST() local 59 std::string foo; in TEST() local 60 std::string bar; in TEST() local 74 std::string foo; in TEST() local 92 std::string foo; in TEST() local 93 std::string bar; in TEST() local 117 std::vector<std::string> foo; in TEST() local 118 std::vector<std::string> bar; in TEST() local 165 std::string foo; in TEST() local [all …]
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/ |
H A D | DataSubscriberTest.java | 56 DataSubscriber foo = new DataSubscriber(mMockDataBroker, METRICS_CONFIG_FOO, in testEquals_whenSame_shouldBeEqual() local 58 DataSubscriber bar = new DataSubscriber(mMockDataBroker, METRICS_CONFIG_FOO, in testEquals_whenSame_shouldBeEqual() local 66 DataSubscriber foo = new DataSubscriber(mMockDataBroker, METRICS_CONFIG_FOO, in testEquals_whenDifferent_shouldNotBeEqual() local 68 DataSubscriber bar = new DataSubscriber(mMockDataBroker, METRICS_CONFIG_BAR, in testEquals_whenDifferent_shouldNotBeEqual() local
|
/aosp12/art/test/IMTB/ |
H A D | Interfaces.java | 19 public void bar(); in bar() method 20 public void foo(); in foo() method 23 public void foo(); in foo() method 26 public void foo(); in foo() method
|
/aosp12/art/test/594-invoke-super/src/ |
H A D | Main.java | 27 public void foo() { System.out.println("I am A's foo"); } in foo() method in A 31 public void bar() { System.out.println("I am A's bar"); } in bar() method in A 37 public void foo() { System.out.println("I am B's foo"); } in foo() method in B 45 public void foo() { super.foo(); } in foo() method in X 49 public void foo() { super.foo(); } in foo() method in Y
|
/aosp12/art/test/493-checker-inline-invoke-interface/src/ |
H A D | Main.java | 18 public void foo(); in foo() method 30 public void foo() { in foo() method in Main 45 public static Itf bar() { in bar() method in Main
|
/aosp12/system/tools/hidl/hidl2aidl/test/ |
H A D | ndk_test_compile.cpp | 38 void testIFoo(const std::shared_ptr<aidl::hidl2aidl::test::IFoo>& foo) { in testIFoo() 46 void testIBar(const std::shared_ptr<aidl::hidl2aidl::test::IBar>& bar) { in testIBar() 63 void testIFoo2(const std::shared_ptr<aidl::hidl2aidl::test2::IFoo>& foo) { in testIFoo2()
|
H A D | cpp_test_compile.cpp | 43 void testIFoo(const sp<hidl2aidl::test::IFoo>& foo) { in testIFoo() 64 void testIBar(const sp<hidl2aidl::test::IBar>& bar) { in testIBar() 81 void testIFoo2(const sp<hidl2aidl::test2::IFoo>& foo) { in testIFoo2()
|
/aosp12/art/test/999-redefine-hiddenapi/src-ex/ |
H A D | Test999.java | 20 public void foo() { in foo() method in Test999 24 public int bar = 42; field in Test999
|
/aosp12/art/test/999-redefine-hiddenapi/src-redefine/art/ |
H A D | Test999.java | 20 public void foo() { in foo() method in Test999 24 public int bar = 64; field in Test999
|
/aosp12/art/test/2038-hiddenapi-jvmti-ext/src-ex/ |
H A D | Test2038.java | 20 public void foo() { in foo() method in Test2038 24 public int bar = 42; field in Test2038
|
/aosp12/art/test/300-package-override/src/p2/ |
H A D | DerivedClass.java | 20 …void foo() { System.out.println("DerivedClass overrode package-private method!"); } // This should… in foo() method in DerivedClass 21 public void bar() { System.out.println("This should be visible!"); } in bar() method in DerivedClass
|
/aosp12/art/test/300-package-override/src/p1/ |
H A D | BaseClass.java | 21 void foo() { System.out.println("passed"); } // It should not be possible to override this. in foo() method in BaseClass 22 void bar() { System.out.println("FAILED: This should not be called!"); } in bar() method in BaseClass
|
/aosp12/bionic/tests/libs/ |
H A D | ld_config_test_helper_lib3.cpp | 7 __attribute__((weak)) extern "C" void foo() { in foo() function 13 __attribute__((weak)) extern "C" void bar() { in bar() function
|
/aosp12/art/test/551-checker-clinit/src/ |
H A D | Main.java | 20 public static int foo = 42; field in Main 65 public static int foo = 42; field in Sub 69 public static void bar() { in bar() method in SubSub 72 public static int foo = 42; field in SubSub
|
/aosp12/art/test/174-escaping-instance-of-bad-class/src/ |
H A D | Main.java | 129 public void foo() { in foo() method in Bad 134 public void bar() { in bar() method in Bad 166 public void foo() { in foo() method in BadSuper 181 public void bar() { in bar() method in BadSub
|
/aosp12/art/test/691-hiddenapi-proxy/src-ex/ |
H A D | MyInterface.java | 18 public void bar(Integer i); in bar() method 19 public void foo(Long l); in foo() method
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
H A D | func_invoke_and_crash.cpp | 19 static int foo() { in foo() function 23 static int bar() { in bar() function
|
H A D | test_info_sources.cpp | 21 static int foo() { in foo() function 25 static int bar() { in bar() function
|
/aosp12/art/test/016-intern/src/ |
H A D | Main.java | 23 final String foo = "foo"; in main() local 24 final String bar = "bar"; in main() local
|
/aosp12/art/test/584-checker-div-bool/src/ |
H A D | Main.java | 31 public static int foo(int a) { in foo() method in Main 35 public static int bar() { in bar() method in Main
|
/aosp12/art/test/164-resolution-trampoline-dex-cache/src-ex/ |
H A D | MostDerived.java | 42 public void foo(Class main) { in foo() method in MostDerived 46 public void bar(Class main) { in bar() method in MostDerived
|
/aosp12/art/test/489-current-method-regression/src/ |
H A D | Main.java | 22 public static String foo(int a, int b) { in foo() method in Main 31 public String bar() { in bar() method in Main
|
/aosp12/art/test/005-annotations/src/android/test/anno/ |
H A D | SimplyNoted.java | 30 public int foo() { in foo() method in SimplyNoted 32 int bar = 5; in foo() local
|
/aosp12/art/test/513-array-deopt/src/ |
H A D | Main.java | 18 public static int[] bar(int[] a) { in bar() method in Main 30 public static int[] foo(int[] a) { in foo() method in Main
|