Home
last modified time | relevance | path

Searched defs:foos (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/tools/aidl/aidl_api/aidl-test-versioned-interface/1/android/aidl/versioned/tests/
H A DIFooInterface.aidl23 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray()
/aosp12/system/tools/aidl/aidl_api/aidl-test-versioned-interface/2/android/aidl/versioned/tests/
H A DIFooInterface.aidl23 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray()
/aosp12/system/tools/aidl/aidl_api/aidl-test-versioned-interface/current/android/aidl/versioned/tests/
H A DIFooInterface.aidl24 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray()
/aosp12/system/tools/aidl/tests/versioned/android/aidl/versioned/tests/
H A DIFooInterface.aidl10 int returnsLengthOfFooArray(in Foo[] foos); in returnsLengthOfFooArray()
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestVersionedInterface.java83 Foo[] foos = new Foo[42]; in testArrayOfPacelableWithNewField() local
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_ndk_versioned_interface.cpp58 vector<Foo> foos(42); in TEST_F() local
H A Daidl_test_client_versioned_interface.cpp73 std::vector<Foo> foos(42); in TEST_F() local
H A Daidl_test_service.cpp643 Status returnsLengthOfFooArray(const vector<::android::aidl::versioned::tests::Foo>& foos, in returnsLengthOfFooArray()
/aosp12/art/test/906-iterate-heap/src/art/
H A DTest906.java110 Object[] foos = GenTs(Foo.class); in testIterateOverInstances() local
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_client.rs665 let foos = [Default::default(), Default::default(), Default::default()]; in test_array_of_parcelable_with_new_field() localVariable
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java75 public int returnsLengthOfFooArray(Foo[] foos) { in returnsLengthOfFooArray()