/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 40 std::vector<int32_t> intArray; variable 67 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 70 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 90 _aidl_os << ", intArray: " << ::android::internal::ToString(intArray); in toString()
|
D | FixedSize.h | 53 intArray = 6, enumerator 66 static const inline Tag intArray = Tag::intArray; variable 146 case intArray: os << "intArray: " << ::android::internal::ToString(get<intArray>()); break; in toString() 165 std::array<int32_t, 3> intArray __attribute__((aligned (4))); member 232 std::array<int32_t, 3> intArray __attribute__((aligned (4))) = {{}}; variable 244 …intArray, multiDimensionLongArray, doubleValue, enumValue, parcelableValue, parcelableArray, union… 247 …intArray, multiDimensionLongArray, doubleValue, enumValue, parcelableValue, parcelableArray, union… 272 _aidl_os << ", intArray: " << ::android::internal::ToString(intArray); in toString() 295 static_assert(offsetof(FixedParcelable, intArray) == 20); 717 case FixedSize::FixedUnion::Tag::intArray: in toString() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 40 std::vector<int32_t> intArray; variable 67 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 70 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 90 _aidl_os << ", intArray: " << ::android::internal::ToString(intArray); in toString()
|
D | FixedSize.h | 53 intArray = 6, enumerator 66 static const inline Tag intArray = Tag::intArray; variable 146 case intArray: os << "intArray: " << ::android::internal::ToString(get<intArray>()); break; in toString() 165 std::array<int32_t, 3> intArray __attribute__((aligned (4))); member 232 std::array<int32_t, 3> intArray __attribute__((aligned (4))) = {{}}; variable 244 …intArray, multiDimensionLongArray, doubleValue, enumValue, parcelableValue, parcelableArray, union… 247 …intArray, multiDimensionLongArray, doubleValue, enumValue, parcelableValue, parcelableArray, union… 272 _aidl_os << ", intArray: " << ::android::internal::ToString(intArray); in toString() 295 static_assert(offsetof(FixedParcelable, intArray) == 20); 717 case FixedSize::FixedUnion::Tag::intArray: in toString() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 32 ::std::vector<int32_t> intArray; 55 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 58 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 83 _aidl_os << ", intArray: " << ::android::internal::ToString(intArray); in toString()
|
D | FixedSize.h | 41 intArray = 6, enumerator 53 static const inline Tag intArray = Tag::intArray; variable 135 case intArray: os << "intArray: " << ::android::internal::ToString(get<intArray>()); break; in toString() 154 std::array<int32_t, 3> intArray __attribute__((aligned (4))); member 202 std::array<int32_t, 3> intArray = {{}}; variable 210 …intArray, multiDimensionLongArray, doubleValue, enumValue, parcelableValue, parcelableArray, union… 213 …intArray, multiDimensionLongArray, doubleValue, enumValue, parcelableValue, parcelableArray, union… 243 _aidl_os << ", intArray: " << ::android::internal::ToString(intArray); in toString() 628 case FixedSize::FixedUnion::Tag::intArray: in toString() 655 ::android::aidl::tests::FixedSize::FixedUnion::Tag::intArray,
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 32 ::std::vector<int32_t> intArray; 55 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 58 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 83 _aidl_os << ", intArray: " << ::android::internal::ToString(intArray); in toString()
|
D | FixedSize.h | 41 intArray = 6, enumerator 53 static const inline Tag intArray = Tag::intArray; variable 135 case intArray: os << "intArray: " << ::android::internal::ToString(get<intArray>()); break; in toString() 154 std::array<int32_t, 3> intArray __attribute__((aligned (4))); member 202 std::array<int32_t, 3> intArray = {{}}; variable 210 …intArray, multiDimensionLongArray, doubleValue, enumValue, parcelableValue, parcelableArray, union… 213 …intArray, multiDimensionLongArray, doubleValue, enumValue, parcelableValue, parcelableArray, union… 243 _aidl_os << ", intArray: " << ::android::internal::ToString(intArray); in toString() 628 case FixedSize::FixedUnion::Tag::intArray: in toString() 655 ::android::aidl::tests::FixedSize::FixedUnion::Tag::intArray,
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | FixedSize.aidl | 30 int[3] intArray; 76 int[3] intArray;
|
D | ParcelableForToString.aidl | 28 int[] intArray;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | FixedSize.java | 55 public int[] intArray; field in FixedSize.FixedParcelable 84 _aidl_parcel.writeFixedArray(intArray, _aidl_flag, 3); in writeToParcel() 115 intArray = _aidl_parcel.createFixedArray(int[].class, 3); in readFromParcel() 288 public final static int intArray = 6; // int[3] intArray; field in FixedSize.FixedUnion 407 public static FixedUnion intArray(int[] _value) { in intArray() method in FixedSize.FixedUnion 408 return new FixedUnion(intArray, _value); in intArray() 412 _assertTag(intArray); in getIntArray() 417 _set(intArray, _value); in setIntArray() 498 case intArray: in writeToParcel() 547 case intArray: { in readFromParcel() [all …]
|
D | ParcelableForToString.java | 9 public int[] intArray; field in ParcelableForToString 48 _aidl_parcel.writeIntArray(intArray); in writeToParcel() 84 intArray = _aidl_parcel.createIntArray(); in readFromParcel() 138 _aidl_sj.add("intArray: " + (java.util.Arrays.toString(intArray))); in toString()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | FixedSize.java | 55 public int[] intArray; field in FixedSize.FixedParcelable 84 _aidl_parcel.writeFixedArray(intArray, _aidl_flag, 3); in writeToParcel() 115 intArray = _aidl_parcel.createFixedArray(int[].class, 3); in readFromParcel() 288 public final static int intArray = 6; // int[3] intArray; field in FixedSize.FixedUnion 407 public static FixedUnion intArray(int[] _value) { in intArray() method in FixedSize.FixedUnion 408 return new FixedUnion(intArray, _value); in intArray() 412 _assertTag(intArray); in getIntArray() 417 _set(intArray, _value); in setIntArray() 498 case intArray: in writeToParcel() 547 case intArray: { in readFromParcel() [all …]
|
D | ParcelableForToString.java | 9 public int[] intArray; field in ParcelableForToString 48 _aidl_parcel.writeIntArray(intArray); in writeToParcel() 84 intArray = _aidl_parcel.createIntArray(); in readFromParcel() 138 _aidl_sj.add("intArray: " + (java.util.Arrays.toString(intArray))); in toString()
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 10 pub r#intArray: Vec<i32>, 37 r#intArray: Default::default(), in default() 66 subparcel.write(&self.r#intArray)?; in write_to_parcel() 97 self.r#intArray = subparcel.read()?; in read_from_parcel()
|
/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
D | ContextHubHostTestUtil.java | 156 public static byte[] intArrayToByteArray(int[] intArray) { in intArrayToByteArray() argument 157 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES * intArray.length); in intArrayToByteArray() 158 for (int i = 0; i < intArray.length; i++) { in intArrayToByteArray() 159 buffer.putInt(intArray[i]); in intArrayToByteArray()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 10 pub r#intArray: Vec<i32>, 37 r#intArray: Default::default(), in default() 66 subparcel.write(&self.r#intArray)?; in write_to_parcel() 97 self.r#intArray = subparcel.read()?; in read_from_parcel()
|
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BnLoggableInterface.h | 46 …:vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValu… in LogThis() argument 47 …Value, boolArray, byteValue, byteArray, charValue, charArray, intValue, intArray, longValue, longA… in LogThis()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BnLoggableInterface.h | 46 …:vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValu… in LogThis() argument 47 …Value, boolArray, byteValue, byteArray, charValue, charArray, intValue, intArray, longValue, longA… in LogThis()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 65 vector<int32_t> intArray{45, 46}; in TEST_F() local 86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 74 vector<int32_t> intArray{45, 46}; in TEST_F() local 94 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 8 inout int[] intArray, long longValue, inout long[] longArray, float floatValue, in LogThis() argument
|
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 11 …byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, … in LogThis() argument 163 …byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, … in LogThis() argument 177 _data.writeIntArray(intArray); in LogThis() 197 _reply.readIntArray(intArray); in LogThis() 224 …byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, … in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 11 …byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, … in LogThis() argument 163 …byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, … in LogThis() argument 177 _data.writeIntArray(intArray); in LogThis() 197 _reply.readIntArray(intArray); in LogThis() 224 …byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, … in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | FixedSize.cpp | 105 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &intArray); in readFromParcel() 177 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, intArray); in writeToParcel() 410 case intArray: { in readFromParcel() 414 set<intArray>(_aidl_value); in readFromParcel() 417 set<intArray>(std::move(_aidl_value)); in readFromParcel() 463 case intArray: return ::ndk::AParcel_writeData(_parcel, get<intArray>()); in writeToParcel()
|