Home
last modified time | relevance | path

Searched refs:doubleArray (Results 1 – 25 of 42) sorted by relevance

12

/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h36 ::std::vector<double> doubleArray;
55doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
58doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
87 _aidl_os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h36 ::std::vector<double> doubleArray;
55doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
58doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
87 _aidl_os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h44 std::vector<double> doubleArray; variable
67doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
70doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
94 _aidl_os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h44 std::vector<double> doubleArray; variable
67doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
70doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue…
94 _aidl_os << ", doubleArray: " << ::android::internal::ToString(doubleArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs14 pub r#doubleArray: Vec<f64>,
41 r#doubleArray: Default::default(), in default()
70 subparcel.write(&self.r#doubleArray)?; in write_to_parcel()
109 self.r#doubleArray = subparcel.read()?; in read_from_parcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs14 pub r#doubleArray: Vec<f64>,
41 r#doubleArray: Default::default(), in default()
70 subparcel.write(&self.r#doubleArray)?; in write_to_parcel()
109 self.r#doubleArray = subparcel.read()?; in read_from_parcel()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h46 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi… in LogThis() argument
47 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis()
DBpLoggableInterface.h21 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi…
/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.cpp80 vector<double> doubleArray{53, 54}; in TEST_F() local
95 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h46 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi… in LogThis() argument
47 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis()
DBpLoggableInterface.h21 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi…
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java13 public double[] doubleArray; field in ParcelableForToString
52 _aidl_parcel.writeDoubleArray(doubleArray); in writeToParcel()
92 doubleArray = _aidl_parcel.createDoubleArray(); in readFromParcel()
142 _aidl_sj.add("doubleArray: " + (java.util.Arrays.toString(doubleArray))); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java13 public double[] doubleArray; field in ParcelableForToString
52 _aidl_parcel.writeDoubleArray(doubleArray); in writeToParcel()
92 doubleArray = _aidl_parcel.createDoubleArray(); in readFromParcel()
142 _aidl_sj.add("doubleArray: " + (java.util.Arrays.toString(doubleArray))); in toString()
/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.java11 …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
183 _data.writeDoubleArray(doubleArray); in LogThis()
200 _reply.readDoubleArray(doubleArray); in LogThis()
224 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java11 …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
183 _data.writeDoubleArray(doubleArray); in LogThis()
200 _reply.readDoubleArray(doubleArray); in LogThis()
224 …ay, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.Stri… in LogThis() argument
/system/tools/aidl/tests/android/aidl/tests/
DParcelableForToString.aidl32 double[] doubleArray;
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp30 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi… in LogThis() argument
52 …ransaction_log.input_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis()
118 _aidl_ret_status = _aidl_data.writeDoubleVector(*doubleArray); in LogThis()
152 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis()
192 _aidl_ret_status = _aidl_reply.readDoubleVector(doubleArray); in LogThis()
231 …ansaction_log.output_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis()
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp30 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi… in LogThis() argument
52 …ransaction_log.input_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis()
118 _aidl_ret_status = _aidl_data.writeDoubleVector(*doubleArray); in LogThis()
152 …, intArray, longValue, longArray, floatValue, floatArray, doubleValue, doubleArray, stringValue, s… in LogThis()
192 _aidl_ret_status = _aidl_reply.readDoubleVector(doubleArray); in LogThis()
231 …ansaction_log.output_args.emplace_back("doubleArray", ::android::internal::ToString(*doubleArray)); in LogThis()
/system/tools/aidl/tests/android/aidl/fixedsizearray/
DFixedSizeArrayExample.aidl31 double[2] doubleArray;
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DParcelableForToString.cpp63 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &doubleArray); in readFromParcel()
209 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, doubleArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DParcelableForToString.cpp65 _aidl_ret_status = _aidl_parcel->readDoubleVector(&doubleArray); in readFromParcel()
232 _aidl_ret_status = _aidl_parcel->writeDoubleVector(doubleArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DParcelableForToString.cpp63 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &doubleArray); in readFromParcel()
209 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, doubleArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DParcelableForToString.cpp65 _aidl_ret_status = _aidl_parcel->readDoubleVector(&doubleArray); in readFromParcel()
232 _aidl_ret_status = _aidl_parcel->writeDoubleVector(doubleArray); in writeToParcel()

12