/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 55 std::vector<::aidl::android::aidl::tests::OtherParcelableForToString> parcelableArray; variable 67 …parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) == std:… 70 …parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) < std::… 105 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
|
D | FixedSize.h | 237 …std::array<::aidl::android::aidl::tests::FixedSize::EmptyParcelable, 3> parcelableArray __attribut… variable 244 …parcelableArray, unionArray) == std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.i… 247 …parcelableArray, unionArray) < std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.in… 277 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString() 305 static_assert(offsetof(FixedParcelable, parcelableArray) == 152);
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 55 std::vector<::aidl::android::aidl::tests::OtherParcelableForToString> parcelableArray; variable 67 …parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) == std:… 70 …parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) < std::… 105 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
|
D | FixedSize.h | 237 …std::array<::aidl::android::aidl::tests::FixedSize::EmptyParcelable, 3> parcelableArray __attribut… variable 244 …parcelableArray, unionArray) == std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.i… 247 …parcelableArray, unionArray) < std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.in… 277 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString() 305 static_assert(offsetof(FixedParcelable, parcelableArray) == 152);
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 47 ::std::vector<::android::aidl::tests::OtherParcelableForToString> parcelableArray; 55 …parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) == std:… 58 …parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) < std::… 98 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
|
D | FixedSize.h | 207 std::array<::android::aidl::tests::FixedSize::EmptyParcelable, 3> parcelableArray = {{}}; variable 210 …parcelableArray, unionArray) == std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.i… 213 …parcelableArray, unionArray) < std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.in… 248 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 47 ::std::vector<::android::aidl::tests::OtherParcelableForToString> parcelableArray; 55 …parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) == std:… 58 …parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) < std::… 98 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
|
D | FixedSize.h | 207 std::array<::android::aidl::tests::FixedSize::EmptyParcelable, 3> parcelableArray = {{}}; variable 210 …parcelableArray, unionArray) == std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.i… 213 …parcelableArray, unionArray) < std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.in… 248 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 25 …pub r#parcelableArray: Vec<crate::mangled::_7_android_4_aidl_5_tests_26_OtherParcelableForToString… 52 r#parcelableArray: Default::default(), in default() 81 subparcel.write(&self.r#parcelableArray)?; in write_to_parcel() 142 self.r#parcelableArray = subparcel.read()?; in read_from_parcel()
|
D | FixedSize.rs | 48 …pub r#parcelableArray: [crate::mangled::_7_android_4_aidl_5_tests_9_FixedSize_15_EmptyParcelable; … 73 …static_assertions::const_assert_eq!(std::mem::offset_of!(FixedParcelable, r#parcelableArray), 152); 93 r#parcelableArray: [Default::default(), Default::default(), Default::default()], in default() 112 subparcel.write(&self.r#parcelableArray)?; in write_to_parcel() 153 self.r#parcelableArray = subparcel.read()?; in read_from_parcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 25 …pub r#parcelableArray: Vec<crate::mangled::_7_android_4_aidl_5_tests_26_OtherParcelableForToString… 52 r#parcelableArray: Default::default(), in default() 81 subparcel.write(&self.r#parcelableArray)?; in write_to_parcel() 142 self.r#parcelableArray = subparcel.read()?; in read_from_parcel()
|
D | FixedSize.rs | 48 …pub r#parcelableArray: [crate::mangled::_7_android_4_aidl_5_tests_9_FixedSize_15_EmptyParcelable; … 73 …static_assertions::const_assert_eq!(std::mem::offset_of!(FixedParcelable, r#parcelableArray), 152); 93 r#parcelableArray: [Default::default(), Default::default(), Default::default()], in default() 112 subparcel.write(&self.r#parcelableArray)?; in write_to_parcel() 153 self.r#parcelableArray = subparcel.read()?; in read_from_parcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 24 public android.aidl.tests.OtherParcelableForToString[] parcelableArray; field in ParcelableForToString 63 _aidl_parcel.writeTypedArray(parcelableArray, _aidl_flag); in writeToParcel() 114 …parcelableArray = _aidl_parcel.createTypedArray(android.aidl.tests.OtherParcelableForToString.CREA… in readFromParcel() 153 _aidl_sj.add("parcelableArray: " + (java.util.Arrays.toString(parcelableArray))); in toString() 166 _mask |= describeContents(parcelableArray); in describeContents()
|
D | FixedSize.java | 60 public android.aidl.tests.FixedSize.EmptyParcelable[] parcelableArray; field in FixedSize.FixedParcelable 89 _aidl_parcel.writeFixedArray(parcelableArray, _aidl_flag, 3); in writeToParcel() 125 …parcelableArray = _aidl_parcel.createFixedArray(android.aidl.tests.FixedSize.EmptyParcelable[].cla… in readFromParcel() 139 _mask |= describeContents(parcelableArray); in describeContents()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 24 public android.aidl.tests.OtherParcelableForToString[] parcelableArray; field in ParcelableForToString 63 _aidl_parcel.writeTypedArray(parcelableArray, _aidl_flag); in writeToParcel() 114 …parcelableArray = _aidl_parcel.createTypedArray(android.aidl.tests.OtherParcelableForToString.CREA… in readFromParcel() 153 _aidl_sj.add("parcelableArray: " + (java.util.Arrays.toString(parcelableArray))); in toString() 166 _mask |= describeContents(parcelableArray); in describeContents()
|
D | FixedSize.java | 60 public android.aidl.tests.FixedSize.EmptyParcelable[] parcelableArray; field in FixedSize.FixedParcelable 89 _aidl_parcel.writeFixedArray(parcelableArray, _aidl_flag, 3); in writeToParcel() 125 …parcelableArray = _aidl_parcel.createFixedArray(android.aidl.tests.FixedSize.EmptyParcelable[].cla… in readFromParcel() 139 _mask |= describeContents(parcelableArray); in describeContents()
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ParcelableForToString.aidl | 43 OtherParcelableForToString[] parcelableArray;
|
D | FixedSize.aidl | 35 EmptyParcelable[3] parcelableArray;
|
/system/tools/aidl/tests/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.aidl | 36 IntParcelable[2] parcelableArray;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 153 _aidl_ret_status = _aidl_parcel->readParcelableVector(&parcelableArray); in readFromParcel() 276 _aidl_ret_status = _aidl_parcel->writeParcelableVector(parcelableArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 153 _aidl_ret_status = _aidl_parcel->readParcelableVector(&parcelableArray); in readFromParcel() 276 _aidl_ret_status = _aidl_parcel->writeParcelableVector(parcelableArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 140 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &parcelableArray); in readFromParcel() 242 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, parcelableArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 140 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &parcelableArray); in readFromParcel() 242 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, parcelableArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 200 …dl::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 2> parcelableArray = {{}}; variable 248 …parcelableArray, boolMatrix, byteMatrix, charMatrix, intMatrix, longMatrix, floatMatrix, doubleMat… 251 …parcelableArray, boolMatrix, byteMatrix, charMatrix, intMatrix, longMatrix, floatMatrix, doubleMat… 282 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 200 …dl::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 2> parcelableArray = {{}}; variable 248 …parcelableArray, boolMatrix, byteMatrix, charMatrix, intMatrix, longMatrix, floatMatrix, doubleMat… 251 …parcelableArray, boolMatrix, byteMatrix, charMatrix, intMatrix, longMatrix, floatMatrix, doubleMat… 282 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
|