/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ParcelableForToString.h | 25 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 28 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 31 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 34 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 37 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 40 …doubleArray, 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/ |
D | ParcelableForToString.h | 32 std::vector<double> doubleArray; variable 55 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 58 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 61 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 64 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 67 …doubleArray, floatValue, floatArray, byteValue, byteArray, booleanValue, booleanArray, stringValue… 70 …doubleArray, 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/ |
D | ILoggableInterface.java | 10 …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/ |
D | ParcelableForToString.rs | 8 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/ |
D | aidl_test_client_loggable_interface.cpp | 71 vector<double> doubleArray{53, 54}; in TEST_F() local 87 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 77 vector<double> doubleArray{53, 54}; in TEST_F() local 92 doubleValue, &doubleArray, stringValue, &stringArray, &listValue, in TEST_F()
|
D | aidl_test_client_primitives.cpp | 160 TEST_F(AidlPrimitiveTest, doubleArray) { in TEST_F() argument
|
D | aidl_test_client_parcelables.cpp | 464 p.doubleArray = {1.1, 1.2}; 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/android/aidl/tests/ |
D | ParcelableForToString.aidl | 32 double[] doubleArray;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ParcelableForToString.java | 12 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/ |
D | BpLoggableInterface.h | 20 …:vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, const ::androi…
|
D | ILoggableInterface.h | 24 …: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/ |
D | ILoggableInterface.cpp | 36 …: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/ |
D | ParcelableForToString.cpp | 58 _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/ |
D | ParcelableForToString.cpp | 60 _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/ |
D | TestServiceClient.java | 745 p.doubleArray = new double[]{1.1d, 1.2d}; in testToString()
|