/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/ |
H A D | JavaOnlyImmutableAnnotationTests.java | 56 Foo foo2 = Foo.CREATOR.createFromParcel(parcel); in testReadWriteJavaOnlyImmutableParcelable() local 58 assertThat(foo.a, is(foo2.a)); in testReadWriteJavaOnlyImmutableParcelable() 59 assertThat(foo.b.s, is(foo2.b.s)); in testReadWriteJavaOnlyImmutableParcelable() 61 assertThat(foo.c.get(0).s, is(foo2.c.get(0).s)); in testReadWriteJavaOnlyImmutableParcelable() 67 assertThat(foo.e[i].s, is(foo2.e[i].s)); in testReadWriteJavaOnlyImmutableParcelable() 70 assertThat(foo.u.getNum(), is(foo2.u.getNum())); in testReadWriteJavaOnlyImmutableParcelable() 119 Foo foo2 = new Foo.Builder() in testBuilder() local 128 assertThat(foo.a, is(foo2.a)); in testBuilder() 129 assertThat(foo.b.s, is(foo2.b.s)); in testBuilder() 131 assertThat(foo.c.get(0).s, is(foo2.c.get(0).s)); in testBuilder() [all …]
|
/aosp12/art/test/408-move-bug/src/ |
H A D | Main.java | 28 Main foo2 = create(); in crash() local 38 foo2.field = b; in crash() 48 Main foo2 = create(); in npe() local 52 foo2.field = b; in npe()
|
/aosp12/art/test/640-checker-integer-valueof/src/ |
H A D | Main.java | 31 public static Integer foo2() { in foo2() method in Main 54 assertEqual("-42", foo2()); in main()
|
/aosp12/system/core/libutils/ |
H A D | RefBase_test.cpp | 134 Foo* foo2 = new Foo(&isDeleted2); in TEST() local 136 sp<Foo> sp2(foo2); in TEST() 223 FooFixedAlloc* foo2 = new FooFixedAlloc(&isDeleted2); in TEST() local 225 ASSERT_EQ(foo, foo2); // Not technically a legal comparison, but ... in TEST() 226 sp<FooFixedAlloc> sp2(foo2); in TEST()
|
H A D | StrongPointer_test.cpp | 94 auto foo2 = sp<TypeParam>::fromExisting(foo.get()); in TYPED_TEST() local 99 foo2 = nullptr; in TYPED_TEST()
|
/aosp12/art/test/534-checker-bce-deoptimization/src/ |
H A D | Main.java | 41 foo2(k + 1000, t, b); in foo1() 45 void foo2(int n, double c, double b[]) { in foo2() method in Main
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | node_test.cpp | 433 unique_node_ptr foo2 = CreateNode(parent.get(), "fOo"); in TEST_F() local 451 test_fn("foo", foo1.get(), foo2.get()); in TEST_F() 459 unique_node_ptr foo2 = CreateNode(parent.get(), "fOo"); in TEST_F() local 484 ASSERT_EQ(std::min(foo1.get(), foo2.get()), match_all[0]); in TEST_F() 485 ASSERT_EQ(std::max(foo1.get(), foo2.get()), match_all[1]); in TEST_F() 488 ASSERT_EQ(std::min(foo1.get(), foo2.get()), node_first); in TEST_F() 490 ASSERT_EQ(std::min(foo1.get(), foo2.get()), match_first[0]); in TEST_F()
|
/aosp12/art/test/409-materialized-condition/src/ |
H A D | Main.java | 42 public static int foo2() { in foo2() method in Main 104 res = foo2(); in main()
|
/aosp12/art/test/409-materialized-condition/ |
H A D | expected-stdout.txt | 4 foo2
|
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/ |
H A D | NoPublicConstructorTest.java | 29 public NoPublicConstructorTest(String foo, String foo2) { in NoPublicConstructorTest() argument
|
/aosp12/art/test/913-heaps/src/art/ |
H A D | Test913.java | 383 doFollowReferencesTestImpl(a.foo2, stopAfter, followSet, null, v, "3@1001"); in doFollowReferencesTestNonRoot() 394 doFollowReferencesTestImpl(a.foo2, stopAfter, followSet, a, v, "3@1001"); in doFollowReferencesTestRoot() 442 aInst.foo2 = bInst; in createTree() 487 public A foo2; field in Test913.A 492 foo2 = b; in A()
|
/aosp12/system/linkerconfig/modules/tests/ |
H A D | section_test.cc | 159 Namespace& foo2 = namespaces.emplace_back("foo2"); in TEST() local 160 foo2.AddProvides(std::vector{"libfoo.so"}); in TEST()
|
/aosp12/hardware/interfaces/tests/expression/1.0/ |
H A D | IExpressionExt.hal | 40 foo2(SixteenColors array);
|
H A D | IExpression.hal | 219 foo2(int32_t[5 + 8] array);
|
/aosp12/frameworks/minikin/doc/ |
H A D | minikin_style.md | 8 dir2/foo2.h, order your includes as follows:
|
/aosp12/art/test/449-checker-bce/src/ |
H A D | Main.java | 1274 void foo2(int[] array, int start, int end, boolean expectInterpreter) { in foo2() method in Main 1645 main.foo2(new int[10], 0, 9, false); in testUnknownBounds() 1653 main.foo2(new int[10], 0, 10, true); in testUnknownBounds()
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | ResourceParser_test.cpp | 163 ASSERT_TRUE(TestParse(R"(<string name="foo2">" This is what I think "</string>)")); in TEST_F() 180 EXPECT_TRUE(TestParse(R"(<string name="foo2">\u0020\Hello\u0020</string>)")); in TEST_F() 230 EXPECT_TRUE(TestParse(R"(<string name="foo2" translatable="true">Translate</string>)")); in TEST_F() 1359 ASSERT_THAT(test::GetValue<Reference>(&table_, "id/foo2"), NotNull()); in TEST_F() 1391 output = test::GetValue<String>(&table_, "string/foo2");
|
/aosp12/system/tools/hidl/test/hidl_test/ |
H A D | static_test.cpp | 261 Return<void> foo2(const hidl_array<int32_t, 13>&) override { return Void(); } in foo2() function
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | README.md | 116 <child>foo2</child> 222 <part value="foo2" slots="yes" test="no" hashable="yes"/> 231 <child>foo2</child>
|
/aosp12/art/test/083-compiler-regressions/src/ |
H A D | Main.java | 374 Foo foo2 = foo.setBar1ReturnThis(sum); in setterTestWithReturnArgUseReturn() local 375 sum += foo2.getBar0(); in setterTestWithReturnArgUseReturn() 376 foo = foo2.setBar2ReturnThis(1,sum); in setterTestWithReturnArgUseReturn() 378 foo2 = foo.setBar3ReturnThis(1,2,sum); in setterTestWithReturnArgUseReturn() 379 sum += foo2.getBar0(); in setterTestWithReturnArgUseReturn() 380 foo = foo2.setBar4ReturnThis(1,2,3,sum); in setterTestWithReturnArgUseReturn() 659 Foo foo2 = foo.wideSetBar1ReturnThis(sum); in wideSetterTestWithReturnArgUseReturn() local 660 sum += foo2.wideGetBar0(); in wideSetterTestWithReturnArgUseReturn() 661 foo = foo2.wideSetBar2ReturnThis(1,sum); in wideSetterTestWithReturnArgUseReturn() 663 foo2 = foo.wideSetBar3ReturnThis(1,2,sum); in wideSetterTestWithReturnArgUseReturn() [all …]
|