/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 28 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 31 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 34 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 37 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 40 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 47 double doubleValue = double(0.000000); variable 79 os << ", doubleValue: " << ::android::internal::ToString(doubleValue); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 31 double doubleValue = 0.000000; variable 55 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 58 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 61 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 64 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 67 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 70 …doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray… 81 os << ", doubleValue: " << ::android::internal::ToString(doubleValue); in toString()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ParcelableForToString.rs | 7 pub doubleValue: f64, field 35 doubleValue: 0.000000f64, in default() 76 subparcel.write(&this.doubleValue)?; in serialize_option() 137 result.doubleValue = parcel.read()?; in deserialize_option()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 70 double doubleValue{52}; in TEST_F() local 87 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 76 double doubleValue{52}; in TEST_F() local 92 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
|
D | aidl_test_client_parcelables.cpp | 463 p.doubleValue = 3.14; in TEST_F()
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 9 inout float[] floatArray, double doubleValue, inout double[] doubleArray, in LogThis() argument
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 …gValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] doubl… in LogThis() argument 163 …gValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] doubl… in LogThis() argument 183 _data.writeDouble(doubleValue); in LogThis() 207 …ray, intValue, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, s… in LogThis() 254 …gValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] doubl… in LogThis() argument
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ParcelableForToString.aidl | 31 double doubleValue;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 11 public double doubleValue = 0.000000; field in ParcelableForToString 50 _aidl_parcel.writeDouble(doubleValue); in writeToParcel() 107 doubleValue = _aidl_parcel.readDouble(); in readFromParcel() 173 _aidl_sj.add("doubleValue: " + (doubleValue)); in toString()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BpLoggableInterface.h | 20 … longArray, float floatValue, ::std::vector<float>* floatArray, double doubleValue, ::std::vector<…
|
D | ILoggableInterface.h | 24 … longArray, float floatValue, ::std::vector<float>* floatArray, double doubleValue, ::std::vector<…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 51 _aidl_ret_status = AParcel_readDouble(parcel, &doubleValue); in readFromParcel() 201 _aidl_ret_status = AParcel_writeDouble(parcel, doubleValue); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ParcelableForToString.cpp | 52 _aidl_ret_status = _aidl_parcel->readDouble(&doubleValue); in readFromParcel() 224 _aidl_ret_status = _aidl_parcel->writeDouble(doubleValue); in writeToParcel()
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 36 … longArray, float floatValue, ::std::vector<float>* floatArray, double doubleValue, ::std::vector<… in LogThis() argument 57 …transaction_log.input_args.emplace_back("doubleValue", ::android::internal::ToString(doubleValue)); in LogThis() 120 _aidl_ret_status = _aidl_data.writeDouble(doubleValue); in LogThis() 158 …ray, intValue, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, s… in LogThis()
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 744 p.doubleValue = 3.14d; in testToString()
|