Home
last modified time | relevance | path

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

12

/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DImmutableAnnotationTests.java52 Foo foo = new Foo(7, new Bar("my"), list, map, array); in testReadWriteImmutableParcelable() local
81 Foo foo = in testListIsUnmodifiable() local
90 Foo foo = in testMapIsUnmodifiable() local
DMapTests.java41 Foo foo = new Foo(); in testWriteAndThenReadMaps() local
/system/core/libutils/
DStrongPointer_test.cpp40 SPFoo* foo = sp1.get(); in TEST() local
59 sp<SPFoo> foo; in TEST() local
66 sp<SPFoo> foo = sp<SPFoo>::make(&isDeleted); in 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
/system/tools/hidl/hidl2aidl/test/
Dndk_test_compile.cpp38 void testIFoo(const std::shared_ptr<aidl::hidl2aidl::IFoo>& foo) { in testIFoo()
63 void testIFoo2(const std::shared_ptr<aidl::hidl2aidl2::IFoo>& foo) { in testIFoo2()
Dcpp_test_compile.cpp43 void testIFoo(const sp<hidl2aidl::IFoo>& foo) { in testIFoo()
81 void testIFoo2(const sp<hidl2aidl2::IFoo>& foo) { in testIFoo2()
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/1/android/aidl/versioned/tests/
DIFooInterface.aidl20 void foo(); in foo() method
/system/tools/aidl/build/tests_2/another_package/
DIFaz.aidl22 void CanYouDealWithThisFoo(in IFoo foo); in CanYouDealWithThisFoo()
/system/tools/aidl/build/aidl_api/test-piece-2/current/some_package/
DIBar.aidl20 oneway void CanYouDealWithThisFoo(in some_package.IFoo foo); in CanYouDealWithThisFoo()
/system/tools/aidl/tests/versioned/android/aidl/versioned/tests/
DIFooInterface.aidl5 void foo(); in foo() method
/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/tests_1/some_package/
DIBar.aidl22 void CanYouDealWithThisFoo(in IFoo foo); in CanYouDealWithThisFoo()
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/2/android/aidl/versioned/tests/
DIFooInterface.aidl20 void foo(); in foo() method
/system/tools/aidl/build/aidl_api/test-piece-4/current/another_package/
DIFaz.aidl20 void CanYouDealWithThisFoo(in some_package.IFoo foo); in CanYouDealWithThisFoo()
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/current/android/aidl/versioned/tests/
DIFooInterface.aidl20 void foo(); in foo() method
/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
187 EncryptionPolicy foo; in TEST() local
/system/bt/gd/dumpsys/
Dfilter_test.cc113 const testing::FooTestSchema* foo = data_root->foo_module_data(); in TEST_F() local
166 const testing::FooTestSchema* foo = data_root->foo_module_data(); in TEST_F() 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.cc70 Namespace foo("foo"), bar("bar"); in TEST() local
/system/core/adb/
Dtypes_test.cpp60 IOVector foo = bc.take_front(3); in TEST() local
74 IOVector foo = bc.take_front(3); in TEST() local
/system/tools/hidl/test/hidl_test/
DFooCallback.cpp13 namespace foo { namespace
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java690 IBase.Foo foo = new IBase.Foo(); in client() local
710 IBase.Foo foo = new IBase.Foo(); in client() local
752 IBase.Foo foo = new IBase.Foo(); in client() local
1257 public IBase.Foo someOtherBaseMethod(IBase.Foo foo) { in someOtherBaseMethod()
/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc208 const char* foo = "foo"; in TEST() local
241 const char* foo = "foofoo"; in TEST() local
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp274 IBase::Foo foo; in TEST_F() local
298 IBase::Foo foo { in TEST_F() local
314 hidl_array<IBase::Foo, 2> foo; in TEST_F() local
349 hidl_vec<IBase::Foo> foo; in TEST_F() local

12