Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 24 of 24) sorted by relevance

/system/tools/aidl/tests/java/src/android/aidl/tests/
DJavaOnlyImmutableAnnotationTests.java53 Foo foo = new Foo(7, new Bar("my"), list, map, array, Union.num(42)); in testReadWriteJavaOnlyImmutableParcelable() local
84 Foo foo = new Foo(7, new Bar("my"), new ArrayList<Bar>(), new HashMap<String, Bar>(), in testListIsUnmodifiable() local
93 Foo foo = new Foo(7, new Bar("my"), new ArrayList<Bar>(), new HashMap<String, Bar>(), in testMapIsUnmodifiable() local
118 Foo foo = new Foo(7, b, list, map, array, Union.num(42)); in testBuilder() local
DMapTests.java40 Foo foo = new Foo(); in testWriteAndThenReadMaps() local
/system/core/libutils/
DStrongPointer_test.cpp57 TypeParam* foo = sp1.get(); in TYPED_TEST() local
76 sp<TypeParam> foo; in TYPED_TEST() local
83 sp<TypeParam> foo = sp<TypeParam>::make(&isDeleted); in TYPED_TEST() local
92 sp<TypeParam> foo = sp<TypeParam>::make(&isDeleted); in TYPED_TEST() local
105 TypeParam* foo = new TypeParam(&isDeleted); in TYPED_TEST() local
DRefBase_test.cpp88 Foo* foo = new Foo(&isDeleted); in TEST() local
116 Foo* foo = new Foo(&isDeleted); in TEST() local
133 Foo* foo = new Foo(&isDeleted); in TEST() local
217 FooFixedAlloc* foo = new FooFixedAlloc(&isDeleted); in TEST() local
246 sp<Foo> foo = sp<Foo>::make(&isDeleted); in TEST() local
260 Foo* foo = new Foo(&isDeleted); in TEST() local
/system/tools/hidl/hidl2aidl/test/
Dndk_test_compile.cpp35 void testIFoo(const std::shared_ptr<aidl::hidl2aidl::test::IFoo>& foo) { in testIFoo()
60 void testIFoo2(const std::shared_ptr<aidl::hidl2aidl::test2::IFoo>& foo) { in testIFoo2()
Dcpp_test_compile.cpp40 void testIFoo(const sp<hidl2aidl::test::IFoo>& foo) { in testIFoo()
78 void testIFoo2(const sp<hidl2aidl::test2::IFoo>& foo) { in testIFoo2()
/system/tools/aidl/build/tests_2/another_package/
DIFaz.aidl22 void CanYouDealWithThisFoo(in IFoo foo); in CanYouDealWithThisFoo()
/system/tools/aidl/build/tests_1/some_package/
DIBar.aidl22 void CanYouDealWithThisFoo(in IFoo foo); in CanYouDealWithThisFoo()
/system/tools/aidl/build/aidl_api/test-piece-2/current/some_package/
DIBar.aidl36 oneway void CanYouDealWithThisFoo(in some_package.IFoo foo); in CanYouDealWithThisFoo()
/system/tools/aidl/build/aidl_api/test-piece-4/current/another_package/
DIFaz.aidl21 void CanYouDealWithThisFoo(in some_package.IFoo foo); in CanYouDealWithThisFoo()
/system/tools/aidl/build/aidl_api/test-piece-4/1/another_package/
DIFaz.aidl3 void CanYouDealWithThisFoo(in some_package.IFoo foo); in CanYouDealWithThisFoo()
/system/tools/aidl/build/aidl_api/test-piece-2/1/some_package/
DIBar.aidl3 oneway void CanYouDealWithThisFoo(in some_package.IFoo foo); in CanYouDealWithThisFoo()
/system/extras/libfscrypt/tests/
Dfscrypt_test.cpp182 #define TEST_INEQUALITY(foo, field, value) \ in TEST() argument
188 EncryptionPolicy foo; in TEST() local
/system/linkerconfig/modules/tests/
Dsection_test.cc127 Namespace& foo = namespaces.emplace_back("foo"); in TEST() local
175 Namespace& foo = namespaces.emplace_back("foo"); in TEST() local
189 Namespace& foo = namespaces.emplace_back("foo"); in TEST() local
Dapex_test.cc75 Namespace foo("foo"), bar("bar"); in TEST() local
/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test2/
DIFoo.aidl23 void shouldImportExternalTypes(in hidl2aidl.test.IFoo foo); in shouldImportExternalTypes()
/system/tools/hidl/test/hidl_test/
DFooCallback.cpp13 namespace foo { namespace
Dhidl_test_client.cpp349 sp<IFoo> foo; member in HidlEnvironment
439 sp<IFoo> foo; member in HidlTest
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp257 IBase::Foo foo; in TEST_F() local
287 IBase::Foo foo { in TEST_F() local
301 hidl_array<IBase::Foo, 2> foo; in TEST_F() local
336 hidl_vec<IBase::Foo> foo; in TEST_F() local
1203 IBase::Foo foo; in TEST_F() local
1221 foo, [](const IBase::Foo& foo) { expectRangeEqual<IBase::Foo, 4, 8>(&foo, 0); })); in TEST_F()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java691 IBase.Foo foo = new IBase.Foo(); in client() local
711 IBase.Foo foo = new IBase.Foo(); in client() local
753 IBase.Foo foo = new IBase.Foo(); in client() local
1270 public IBase.Foo someOtherBaseMethod(IBase.Foo foo) { in someOtherBaseMethod()
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java65 FooInterface foo = new FooInterface(); in main() local
66 ServiceManager.addService(IFooInterface.class.getName(), foo); in main() local
/system/libvintf/test/
DLibVintfTest.cpp2649 const auto& foo = getHals(manifest, "android.hardware.foo"); in TEST_F() local
2920 auto foo = getHals(manifest, "android.hardware.foo"); in TEST_F() local
2943 auto foo = getHals(manifest, "android.hardware.foo"); in TEST_F() local
3249 auto foo = getHals(manifest, "android.hardware.foo"); in TEST_F() local
/system/tools/aidl/
Daidl_unittest.cpp1740 auto foo = Parse(input_path, input, typenames_, Options::Language::CPP); in TEST_F() local
1760 auto foo = Parse(input_path, input, typenames_, Options::Language::CPP); in TEST_F() local
1864 auto foo = Parse(input_path, input, typenames, Options::Language::CPP); in TEST_F() local
1884 auto foo = Parse(input_path, input, typenames_, Options::Language::CPP); in TEST_F() local
3885 auto foo = typenames_.ResolveTypename("IFoo").defined_type; in TEST_F() local
/system/core/debuggerd/
Ddebuggerd_test.cpp1427 extern "C" void foo() { in foo() function