Home
last modified time | relevance | path

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

12

/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/aidl/tests/java_app/src/android/aidl/tests/
DImmutableAnnotationTests.java24 import android.aidl.tests.immutable.Foo;
52 Foo foo = new Foo(7, new Bar("my"), list, map, array); in testReadWriteImmutableParcelable()
55 Foo foo2 = Foo.CREATOR.createFromParcel(parcel); in testReadWriteImmutableParcelable()
72 for (Field f : Foo.class.getDeclaredFields()) { in testEveryFieldIsFinal()
81 Foo foo = in testListIsUnmodifiable()
82 new Foo(7, new Bar("my"), new ArrayList<Bar>(), new HashMap<String, Bar>(), new Bar[5]); in testListIsUnmodifiable()
90 Foo foo = in testMapIsUnmodifiable()
91 new Foo(7, new Bar("my"), new ArrayList<Bar>(), new HashMap<String, Bar>(), new Bar[5]); in testMapIsUnmodifiable()
DMapTests.java23 import android.aidl.tests.map.Foo;
41 Foo foo = new Foo(); in testWriteAndThenReadMaps()
62 Foo readFoo = new Foo(); in testWriteAndThenReadMaps()
/system/tools/aidl/tests/android/aidl/tests/immutable/
DIBaz.aidl19 import android.aidl.tests.immutable.Foo;
22 Foo RepeatFoo(in Foo a); in RepeatFoo()
DFoo.aidl22 parcelable Foo {
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java690 IBase.Foo foo = new IBase.Foo(); in client()
694 IBase.Foo.Bar bar = new IBase.Foo.Bar(); in client()
703 IBase.Foo result = proxy.someOtherBaseMethod(foo); in client()
708 IBase.Foo[] inputArray = new IBase.Foo[2]; in client()
710 IBase.Foo foo = new IBase.Foo(); in client()
714 IBase.Foo.Bar bar = new IBase.Foo.Bar(); in client()
725 foo = new IBase.Foo(); in client()
729 IBase.Foo.Bar bar = new IBase.Foo.Bar(); in client()
740 IBase.Foo[] expectedOutputArray = new IBase.Foo[2]; in client()
744 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()
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/cpp_impl_test/
DAndroid.bp15 "Foo.h",
37 "Foo.cpp",
/system/tools/aidl/tests/android/aidl/tests/map/
DFoo.aidl22 parcelable Foo {
/system/tools/hidl/test/vendor/1.0/
Dtypes.hal35 enum Foo : Bar {
41 enum FooToo : Foo {
/system/tools/hidl/test/format_test/1.0/
DIFoo.hal36 struct Foo {};
38 Foo b;
/system/tools/aidl/tests/
Daidl_parser_fuzzer.dict61 " Foo "
/system/tools/hidl/test/error_test/imports_first/1.0/
Dtypes.hal19 struct Foo {};
/system/tools/hidl/test/error_test/import_identifier/1.0/
Dtypes.hal18 struct Foo { uint8_t a; uint8_t b; };
DIFoo.hal19 import test.import_identifier@1.0::types:Foo;
/system/tools/hidl/lint/test/interfaces/import_types/1.0/
Dtypes.hal19 struct Foo {
/system/tools/hidl/lint/test/interfaces/import_types/1.1/
Dtypes.hal22 Foo fooInstance;
/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/
DIWrongParam.hal22 * @param Foo
/system/libhidl/transport/safe_union/1.0/
Dtypes.hal26 * Foo foo;
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp274 IBase::Foo foo; in TEST_F()
298 IBase::Foo foo { in TEST_F()
314 hidl_array<IBase::Foo, 2> foo; in TEST_F()
336 hidl_array<IBaz::Foo, 2> fooExpectedOutput; in TEST_F()
349 hidl_vec<IBase::Foo> foo; in TEST_F()
372 hidl_vec<IBaz::Foo> fooExpectedOutput; in TEST_F()
/system/bt/gd/docs/architecture/
Darchitecture.md269 bool Foo(Parameter param, CallbackFunction callback);
279 if (Foo(param, callback)) {
300 void Foo(Parameter param, Output* output);
306 Foo(param, &output);
/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 {

12