/system/core/libutils/ |
D | RefBase_test.cpp | 35 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/ |
D | ImmutableAnnotationTests.java | 24 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()
|
D | MapTests.java | 23 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/ |
D | IBaz.aidl | 19 import android.aidl.tests.immutable.Foo; 22 Foo RepeatFoo(in Foo a); in RepeatFoo()
|
D | Foo.aidl | 22 parcelable Foo {
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 690 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/ |
D | fixed_size_vector_test.cc | 27 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()
|
D | dynamic_vector_test.cc | 262 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/ |
D | Android.bp | 15 "Foo.h", 37 "Foo.cpp",
|
/system/tools/aidl/tests/android/aidl/tests/map/ |
D | Foo.aidl | 22 parcelable Foo {
|
/system/tools/hidl/test/vendor/1.0/ |
D | types.hal | 35 enum Foo : Bar { 41 enum FooToo : Foo {
|
/system/tools/hidl/test/format_test/1.0/ |
D | IFoo.hal | 36 struct Foo {}; 38 Foo b;
|
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.dict | 61 " Foo "
|
/system/tools/hidl/test/error_test/imports_first/1.0/ |
D | types.hal | 19 struct Foo {};
|
/system/tools/hidl/test/error_test/import_identifier/1.0/ |
D | types.hal | 18 struct Foo { uint8_t a; uint8_t b; };
|
D | IFoo.hal | 19 import test.import_identifier@1.0::types:Foo;
|
/system/tools/hidl/lint/test/interfaces/import_types/1.0/ |
D | types.hal | 19 struct Foo {
|
/system/tools/hidl/lint/test/interfaces/import_types/1.1/ |
D | types.hal | 22 Foo fooInstance;
|
/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/ |
D | IWrongParam.hal | 22 * @param Foo
|
/system/libhidl/transport/safe_union/1.0/ |
D | types.hal | 26 * Foo foo;
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 274 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/ |
D | architecture.md | 269 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/ |
D | te_macros | 203 # 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/ |
D | te_macros | 207 # 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/ |
D | README.md | 65 message Foo {
|