Home
last modified time | relevance | path

Searched refs:Foo (Results 1 – 14 of 14) sorted by relevance

/system/core/libutils/
DRefBase_test.cpp35 class Foo : public RefBase { class
37 Foo(bool* deleted_check) : mDeleted(deleted_check) { in Foo() function in Foo
41 ~Foo() { in ~Foo()
88 Foo* foo = new Foo(&isDeleted); in TEST()
91 sp<Foo> sp1(foo); in TEST()
92 wp<Foo> wp1(sp1); in TEST()
97 sp<Foo> sp2 = std::move(sp1); in TEST()
108 sp<Foo> sp2 = std::move(sp1); in TEST()
116 Foo* foo = new Foo(&isDeleted); in TEST()
119 wp<Foo> wp1(foo); in TEST()
[all …]
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java580 IBase.Foo foo = new IBase.Foo(); in client()
584 IBase.Foo.Bar bar = new IBase.Foo.Bar(); in client()
593 IBase.Foo result = proxy.someOtherBaseMethod(foo); in client()
598 IBase.Foo[] inputArray = new IBase.Foo[2]; in client()
600 IBase.Foo foo = new IBase.Foo(); in client()
604 IBase.Foo.Bar bar = new IBase.Foo.Bar(); in client()
615 foo = new IBase.Foo(); in client()
619 IBase.Foo.Bar bar = new IBase.Foo.Bar(); in client()
630 IBase.Foo[] expectedOutputArray = new IBase.Foo[2]; in client()
634 IBase.Foo[] outputArray = proxy.someMethodWithFooArrays(inputArray); in client()
[all …]
/system/tools/hidl/test/impl_test/
DAndroid.bp12 "Foo.h",
29 "Foo.cpp",
/system/chre/util/tests/
Dfixed_size_vector_test.cc27 class Foo { class
29 ~Foo() { in ~Foo()
125 FixedSizeVector<Foo, 4> vector; in TEST()
127 vector.push_back(Foo()); in TEST()
186 FixedSizeVector<Foo, 4> vector; in TEST()
188 vector.push_back(Foo()); in TEST()
Ddynamic_vector_test.cc262 class Foo { class
268 Foo(int value) : value(value) { in Foo() function in Foo
272 Foo(const Foo& other) { in Foo() function in Foo
277 Foo(Foo&& other) = delete;
283 ~Foo() { in ~Foo()
296 ssize_t Foo::sConstructedCounter = 0;
299 Foo::sConstructedCounter = 0; in TEST()
301 DynamicVector<Foo> vector; in TEST()
312 EXPECT_EQ(Foo::sConstructedCounter, 4); in TEST()
315 EXPECT_EQ(Foo::sConstructedCounter, 0); in TEST()
/system/tools/hidl/test/vendor/1.0/
Dtypes.hal35 enum Foo : Bar {
41 enum FooToo : Foo {
/system/libhidl/transport/safe_union/1.0/
Dtypes.hal26 * Foo foo;
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp151 IBase::Foo foo; in TEST_F()
175 IBase::Foo foo { in TEST_F()
191 hidl_array<IBase::Foo, 2> foo; in TEST_F()
213 hidl_array<IBaz::Foo, 2> fooExpectedOutput; in TEST_F()
226 hidl_vec<IBase::Foo> foo; in TEST_F()
249 hidl_vec<IBaz::Foo> fooExpectedOutput; in TEST_F()
/system/sepolicy/prebuilts/api/26.0/public/
Dte_macros203 # For example, default implementation of Foo HAL:
218 # For example, make some_domain a client of Foo HAL:
242 # For example, make some_domain a client of passthrough Foo HAL:
/system/sepolicy/prebuilts/api/27.0/public/
Dte_macros207 # For example, default implementation of Foo HAL:
222 # For example, make some_domain a client of Foo HAL:
246 # For example, make some_domain a client of passthrough Foo HAL:
/system/extras/libjsonpb/
DREADME.md65 message Foo {
/system/sepolicy/prebuilts/api/28.0/public/
Dte_macros224 # For example, default implementation of Foo HAL:
239 # For example, make some_domain a client of Foo HAL:
263 # For example, make some_domain a client of passthrough Foo HAL:
/system/sepolicy/public/
Dte_macros234 # For example, default implementation of Foo HAL:
249 # For example, make some_domain a client of Foo HAL:
273 # For example, make some_domain a client of passthrough Foo HAL:
/system/sepolicy/prebuilts/api/29.0/public/
Dte_macros234 # For example, default implementation of Foo HAL:
249 # For example, make some_domain a client of Foo HAL:
273 # For example, make some_domain a client of passthrough Foo HAL: