Home
last modified time | relevance | path

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

/system/core/libutils/tests/
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()
50 Foo* foo = new Foo(&isDeleted); in TEST()
53 sp<Foo> sp1(foo); in TEST()
54 wp<Foo> wp1(sp1); in TEST()
59 sp<Foo> sp2 = std::move(sp1); in TEST()
70 sp<Foo> sp2 = std::move(sp1); in TEST()
78 Foo* foo = new Foo(&isDeleted); in TEST()
81 wp<Foo> wp1(foo); in TEST()
[all …]
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java261 IBase.Foo foo = new IBase.Foo(); in client()
265 IBase.Foo.Bar bar = new IBase.Foo.Bar(); in client()
274 IBase.Foo result = proxy.someOtherBaseMethod(foo); in client()
279 IBase.Foo[] inputArray = new IBase.Foo[2]; in client()
281 IBase.Foo foo = new IBase.Foo(); in client()
285 IBase.Foo.Bar bar = new IBase.Foo.Bar(); in client()
296 foo = new IBase.Foo(); in client()
300 IBase.Foo.Bar bar = new IBase.Foo.Bar(); in client()
311 IBase.Foo[] expectedOutputArray = new IBase.Foo[2]; in client()
315 IBase.Foo[] outputArray = proxy.someMethodWithFooArrays(inputArray); in client()
[all …]
/system/chre/util/tests/
Dfixed_size_vector_test.cc27 class Foo { class
29 ~Foo() { in ~Foo()
103 FixedSizeVector<Foo, 4> vector; in TEST()
105 vector.push_back(Foo()); in TEST()
164 FixedSizeVector<Foo, 4> vector; in TEST()
166 vector.push_back(Foo()); in TEST()
Ddynamic_vector_test.cc245 class Foo { class
251 Foo(int value) : value(value) { in Foo() function in Foo
255 Foo(const Foo& other) { in Foo() function in Foo
260 Foo(Foo&& other) = delete;
266 ~Foo() { in ~Foo()
279 ssize_t Foo::sConstructedCounter = 0;
282 Foo::sConstructedCounter = 0; in TEST()
284 DynamicVector<Foo> vector; in TEST()
295 EXPECT_EQ(Foo::sConstructedCounter, 4); in TEST()
298 EXPECT_EQ(Foo::sConstructedCounter, 0); in TEST()
/system/tools/hidl/test/vendor/1.0/
Dtypes.hal35 enum Foo : Bar {
41 enum FooToo : Foo {
DAndroid.mk43 GEN := $(intermediates)/tests/vendor/V1_0/Foo.java
54 tests.vendor@1.0::types.Foo
140 GEN := $(intermediates)/tests/vendor/V1_0/Foo.java
151 tests.vendor@1.0::types.Foo
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp107 IBase::Foo foo; in TEST_F()
131 hidl_array<IBase::Foo, 2> foo; in TEST_F()
153 hidl_array<IBaz::Foo, 2> fooExpectedOutput; in TEST_F()
166 hidl_vec<IBase::Foo> foo; in TEST_F()
189 hidl_vec<IBaz::Foo> fooExpectedOutput; in TEST_F()
/system/sepolicy/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: