Home
last modified time | relevance | path

Searched refs:longValue (Results 1 – 17 of 17) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h25longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
28longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
31longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
34longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
37longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
40longValue, 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/
DParcelableForToString.h29 int64_t longValue = 0L; variable
55longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
58longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
61longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
64longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
67longValue, longArray, doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, bool…
70longValue, 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/
DParcelableForToString.rs5 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/
Daidl_test_client_loggable_interface.cpp66 int64_t longValue = 47; in TEST_F() local
86 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp72 int64_t longValue = 47; in TEST_F() local
91 intValue, &intArray, longValue, &longArray, floatValue, &floatArray, in TEST_F()
Daidl_test_client_parcelables.cpp461 p.longValue = 100L; 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/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 …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/
DParcelableForToString.aidl29 long longValue;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java9 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/
DBpLoggableInterface.h20 … charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValue, ::std::vector<i…
DILoggableInterface.h24 … 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/
DParcelableForToString.cpp37 _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/
DParcelableForToString.cpp36 _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/
DILoggableInterface.cpp36 … 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/
DDSUEndtoEndTest.java140 Assert.assertEquals("gsi_tool enable failed", 0, result.getExitCode().longValue()); in testDSU()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java742 p.longValue = 100L; in testToString()