Home
last modified time | relevance | path

Searched defs:foo2 (Results 1 – 14 of 14) sorted by relevance

/aosp12/art/test/408-move-bug/src/
H A DMain.java28 Main foo2 = create(); in crash() local
48 Main foo2 = create(); in npe() local
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DJavaOnlyImmutableAnnotationTests.java56 Foo foo2 = Foo.CREATOR.createFromParcel(parcel); in testReadWriteJavaOnlyImmutableParcelable() local
119 Foo foo2 = new Foo.Builder() in testBuilder() local
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
H A DNoPublicConstructorTest.java29 public NoPublicConstructorTest(String foo, String foo2) { in NoPublicConstructorTest()
/aosp12/art/test/640-checker-integer-valueof/src/
H A DMain.java31 public static Integer foo2() { in foo2() method in Main
/aosp12/art/test/409-materialized-condition/src/
H A DMain.java42 public static int foo2() { in foo2() method in Main
/aosp12/art/test/534-checker-bce-deoptimization/src/
H A DMain.java45 void foo2(int n, double c, double b[]) { in foo2() method in Main
/aosp12/system/core/libutils/
H A DStrongPointer_test.cpp94 auto foo2 = sp<TypeParam>::fromExisting(foo.get()); in TYPED_TEST() local
H A DRefBase_test.cpp134 Foo* foo2 = new Foo(&isDeleted2); in TEST() local
223 FooFixedAlloc* foo2 = new FooFixedAlloc(&isDeleted2); in TEST() local
/aosp12/system/tools/hidl/test/hidl_test/
H A Dstatic_test.cpp261 Return<void> foo2(const hidl_array<int32_t, 13>&) override { return Void(); } in foo2() function
/aosp12/system/linkerconfig/modules/tests/
H A Dsection_test.cc159 Namespace& foo2 = namespaces.emplace_back("foo2"); in TEST() local
/aosp12/packages/providers/MediaProvider/jni/
H A Dnode_test.cpp433 unique_node_ptr foo2 = CreateNode(parent.get(), "fOo"); in TEST_F() local
459 unique_node_ptr foo2 = CreateNode(parent.get(), "fOo"); in TEST_F() local
/aosp12/art/test/449-checker-bce/src/
H A DMain.java1274 void foo2(int[] array, int start, int end, boolean expectInterpreter) { in foo2() method in Main
/aosp12/art/test/913-heaps/src/art/
H A DTest913.java487 public A foo2; field in Test913.A
/aosp12/art/test/083-compiler-regressions/src/
H A DMain.java374 Foo foo2 = foo.setBar1ReturnThis(sum); in setterTestWithReturnArgUseReturn() local
659 Foo foo2 = foo.wideSetBar1ReturnThis(sum); in wideSetterTestWithReturnArgUseReturn() local