Home
last modified time | relevance | path

Searched defs:doubleArray (Results 1 – 14 of 14) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h34 std::vector<double> doubleArray; variable
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl9 inout float[] floatArray, double doubleValue, inout double[] doubleArray, in LogThis()
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp71 vector<double> doubleArray{53, 54}; in TEST_F() local
Daidl_test_client_ndk_loggable_interface.cpp77 vector<double> doubleArray{53, 54}; in TEST_F() local
Daidl_test_client_primitives.cpp160 TEST_F(AidlPrimitiveTest, doubleArray) { in TEST_F() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
151 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
208 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java12 public double[] doubleArray; field in ParcelableForToString
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h37 …lue, ::std::vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, con… in LogThis()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs10 pub doubleArray: Vec<f64>, field
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp27 …lue, ::std::vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, con… in LogThis()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h185 std::array<double, 2> doubleArray = {{}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h206 std::array<double, 2> doubleArray = {{}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java15 public double[] doubleArray; field in FixedSizeArrayExample
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs12 pub doubleArray: [f64; 2], field