/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 28 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 31 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 34 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 37 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 40 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 45 int64_t longValue = int64_t(0L); variable 77 os << ", longValue: " << ::android::internal::ToString(longValue); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 29 int64_t longValue = 0L; variable 55 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 58 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 61 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 64 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 67 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 70 …longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool… 79 os << ", longValue: " << ::android::internal::ToString(longValue); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 5 pub longValue: i64, field 33 longValue: 0, in default() 74 subparcel.write(&this.longValue)?; in serialize_option() 129 result.longValue = parcel.read()?; in deserialize_option()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 66 int64_t longValue = 47; in TEST_F() local 86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 72 int64_t longValue = 47; in TEST_F() local 91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
|
D | aidl_test_client_parcelables.cpp | 461 p.longValue = 100L; 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/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 …y, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longArra… in LogThis() argument 163 …y, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longArra… in LogThis() argument 179 _data.writeLong(longValue); in LogThis() 207 …lArray, byteValue, byteArray, charValue, charArray, intValue, intArray, longValue, longArray, floa… in LogThis() 254 …y, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longArra… in LogThis() argument
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ParcelableForToString.aidl | 29 long longValue;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 9 public long longValue = 0L; field in ParcelableForToString 48 _aidl_parcel.writeLong(longValue); in writeToParcel() 103 longValue = _aidl_parcel.readLong(); in readFromParcel() 171 _aidl_sj.add("longValue: " + (longValue)); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 … charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValue, ::std::vector<i…
|
D | ILoggableInterface.h | 24 … charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValue, ::std::vector<i…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 37 _aidl_ret_status = AParcel_readInt64(parcel, &longValue); in readFromParcel() 195 _aidl_ret_status = AParcel_writeInt64(parcel, longValue); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 36 _aidl_ret_status = _aidl_parcel->readInt64(&longValue); in readFromParcel() 216 _aidl_ret_status = _aidl_parcel->writeInt64(longValue); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 … charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValue, ::std::vector<i… in LogThis() argument 53 _transaction_log.input_args.emplace_back("longValue", ::android::internal::ToString(longValue)); in LogThis() 104 _aidl_ret_status = _aidl_data.writeInt64(longValue); in LogThis() 158 …lArray, byteValue, byteArray, charValue, charArray, intValue, intArray, longValue, longArray, floa… in LogThis()
|
/system/gsid/tests/ |
D | DSUEndtoEndTest.java | 140 Assert.assertEquals("gsi_tool enable failed", 0, result.getExitCode().longValue()); in testDSU()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 742 p.longValue = 100L; in testToString()
|