/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 28 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 31 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 34 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 37 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 40 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 44 ::std::vector<int32_t> intArray; 76 os << ", intArray: " << ::android::internal::ToString(intArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 28 std::vector<int32_t> intArray; variable 55 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 58 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 61 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 64 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 67 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 70 …intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA… 78 os << ", intArray: " << ::android::internal::ToString(intArray); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 …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 178 _data.writeIntArray(intArray); in LogThis() 207 …Value, boolArray, byteValue, byteArray, charValue, charArray, intValue, intArray, longValue, longA… in LogThis() 215 _reply.readIntArray(intArray); in LogThis() 254 …byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, … in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 4 pub intArray: Vec<i32>, field 32 intArray: Default::default(), in default() 73 subparcel.write(&this.intArray)?; in serialize_option() 125 result.intArray = parcel.read()?; in deserialize_option()
|
/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 | 71 vector<int32_t> intArray{45, 46}; in TEST_F() local 91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_nullables.cpp | 62 TEST_F(RepeatNullableTest, intArray) { in TEST_F() argument
|
D | aidl_test_client_primitives.cpp | 148 TEST_F(AidlPrimitiveTest, intArray) { in TEST_F() argument
|
D | aidl_test_client_parcelables.cpp | 460 p.intArray = {20, 30}; 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/android/aidl/tests/ |
D | ParcelableForToString.aidl | 28 int[] intArray;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 8 public int[] intArray; field in ParcelableForToString 47 _aidl_parcel.writeIntArray(intArray); in writeToParcel() 101 intArray = _aidl_parcel.createIntArray(); in readFromParcel() 170 _aidl_sj.add("intArray: " + (java.util.Arrays.toString(intArray))); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 …:vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValu…
|
D | ILoggableInterface.h | 24 …:vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValu…
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 …:vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValu… in LogThis() argument 52 _transaction_log.input_args.emplace_back("intArray", ::android::internal::ToString(*intArray)); in LogThis() 100 _aidl_ret_status = _aidl_data.writeInt32Vector(*intArray); in LogThis() 158 …Value, boolArray, byteValue, byteArray, charValue, charArray, intValue, intArray, longValue, longA… in LogThis() 186 _aidl_ret_status = _aidl_reply.readInt32Vector(intArray); in LogThis() 234 _transaction_log.output_args.emplace_back("intArray", ::android::internal::ToString(*intArray)); in LogThis()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 30 _aidl_ret_status = ::ndk::AParcel_readVector(parcel, &intArray); in readFromParcel() 192 _aidl_ret_status = ::ndk::AParcel_writeVector(parcel, intArray); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 28 _aidl_ret_status = _aidl_parcel->readInt32Vector(&intArray); in readFromParcel() 212 _aidl_ret_status = _aidl_parcel->writeInt32Vector(intArray); in writeToParcel()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 741 p.intArray = new int[]{20, 30}; in testToString()
|