Home
last modified time | relevance | path

Searched refs:intArray (Results 1 – 18 of 18) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h25intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
28intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
31intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
34intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
37intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
40intArray, 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/
DParcelableForToString.h28 std::vector<int32_t> intArray; variable
55intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
58intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
61intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
64intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
67intArray, longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteA…
70intArray, 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/
DILoggableInterface.java10 …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/
DParcelableForToString.rs4 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/
Daidl_test_client_loggable_interface.cpp65 vector<int32_t> intArray{45, 46}; in TEST_F() local
86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp71 vector<int32_t> intArray{45, 46}; in TEST_F() local
91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_nullables.cpp62 TEST_F(RepeatNullableTest, intArray) { in TEST_F() argument
Daidl_test_client_primitives.cpp148 TEST_F(AidlPrimitiveTest, intArray) { in TEST_F() argument
Daidl_test_client_parcelables.cpp460 p.intArray = {20, 30}; in TEST_F()
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl8 inout int[] intArray, long longValue, inout long[] longArray, float floatValue, in LogThis() argument
/system/tools/aidl/tests/android/aidl/tests/
DParcelableForToString.aidl28 int[] intArray;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java8 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/
DBpLoggableInterface.h20 …:vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValu…
DILoggableInterface.h24 …: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/
DILoggableInterface.cpp36 …: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/
DParcelableForToString.cpp30 _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/
DParcelableForToString.cpp28 _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/
DTestServiceClient.java741 p.intArray = new int[]{20, 30}; in testToString()