Home
last modified time | relevance | path

Searched defs:Foo (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DArrayListIterationPerfTest.java38 public class Foo { class in ArrayListIterationPerfTest
46 for (int i = 0; i < 27; ++i) mList.add(new Foo()); in mList.add()
H A DArrayIterationPerfTest.java36 public class Foo { class in ArrayIterationPerfTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/service/
H A DObservableServiceConnectionTest.java56 static class Foo { class in ObservableServiceConnectionTest
59 Foo(int value) { in Foo() method in ObservableServiceConnectionTest.Foo
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DObservableServiceConnectionTest.java53 public static class Foo { class in ObservableServiceConnectionTest
56 Foo(int value) { in Foo() method in ObservableServiceConnectionTest.Foo
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/
H A DTestValues.kt33 val Foo = ElementKey("Foo") regex
/aosp14/system/core/libutils/
H A DRefBase_test.cpp35 class Foo : public RefBase { class
37 Foo(bool* deleted_check) : mDeleted(deleted_check) { in Foo() function in Foo