Home
last modified time | relevance | path

Searched refs:doubleArray (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.h25doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
28doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
31doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
34doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
37doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
40doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
48 ::std::vector<double> doubleArray;
80 os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h32 std::vector<double> doubleArray; variable
55doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
58doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
61doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
64doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
67doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
70doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
82 os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument
163 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument
184 _data.writeDoubleArray(doubleArray); in LogThis()
207 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis()
218 _reply.readDoubleArray(doubleArray); in LogThis()
254 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs8 pub doubleArray: Vec<f64>, field
36 doubleArray: Default::default(), in default()
77 subparcel.write(&this.doubleArray)?; in serialize_option()
141 result.doubleArray = parcel.read()?; in deserialize_option()
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp71 vector<double> doubleArray{53, 54}; in TEST_F() local
87 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
Daidl_test_client_ndk_loggable_interface.cpp77 vector<double> doubleArray{53, 54}; in TEST_F() local
92 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
Daidl_test_client_primitives.cpp160 TEST_F(AidlPrimitiveTest, doubleArray) { in TEST_F() argument
Daidl_test_client_parcelables.cpp464 p.doubleArray = {1.1, 1.2}; 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/android/aidl/tests/
DParcelableForToString.aidl32 double[] doubleArray;
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java12 public double[] doubleArray; field in ParcelableForToString
51 _aidl_parcel.writeDoubleArray(doubleArray); in writeToParcel()
109 doubleArray = _aidl_parcel.createDoubleArray(); in readFromParcel()
174 _aidl_sj.add("doubleArray: " + (java.util.Arrays.toString(doubleArray))); in toString()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h20 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi…
DILoggableInterface.h24 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi…
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp36 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi… in LogThis() argument
58 …ransaction_log.input_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis()
124 _aidl_ret_status = _aidl_data.writeDoubleVector(*doubleArray); in LogThis()
158 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis()
198 _aidl_ret_status = _aidl_reply.readDoubleVector(doubleArray); in LogThis()
237 …ansaction_log.output_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DParcelableForToString.cpp58 _aidl_ret_status = ::ndk::AParcel_readVector(parcel, &doubleArray); in readFromParcel()
204 _aidl_ret_status = ::ndk::AParcel_writeVector(parcel, doubleArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DParcelableForToString.cpp60 _aidl_ret_status = _aidl_parcel->readDoubleVector(&doubleArray); in readFromParcel()
228 _aidl_ret_status = _aidl_parcel->writeDoubleVector(doubleArray); in writeToParcel()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java745 p.doubleArray = new double[]{1.1d, 1.2d}; in testToString()