Home
last modified time | relevance | path

Searched refs:doubleValue (Results 1 – 16 of 16) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h25doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
28doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
31doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
34doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
37doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
40doubleValue, 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/
DParcelableForToString.h31 double doubleValue = 0.000000; variable
55doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
58doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
61doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
64doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
67doubleValue, doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray…
70doubleValue, 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/
DParcelableForToString.rs7 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/
Daidl_test_client_loggable_interface.cpp70 double doubleValue{52}; in TEST_F() local
87 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp76 double doubleValue{52}; in TEST_F() local
92 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
Daidl_test_client_parcelables.cpp463 p.doubleValue = 3.14; in TEST_F()
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl9 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/
DILoggableInterface.java10 …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/
DParcelableForToString.aidl31 double doubleValue;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java11 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/
DBpLoggableInterface.h20 … longArray, float floatValue, ::std::vector<float>* floatArray, double doubleValue, ::std::vector<…
DILoggableInterface.h24 … 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/
DParcelableForToString.cpp51 _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/
DParcelableForToString.cpp52 _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/
DILoggableInterface.cpp36 … 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/
DTestServiceClient.java744 p.doubleValue = 3.14d; in testToString()