Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/statsconverters/
H A DAbstractAtomConverter.java209 double[] doubleArray = new double[objList.size()]; in setPersistableBundleArrayField() local
215 double[] doubleArray = new double[objList.size()]; in setPersistableBundleArrayField() local
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
H A DILoggableInterface.java10 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
163 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
254 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DParcelableForToString.h32 std::vector<double> doubleArray; variable
/aosp12/system/tools/aidl/tests/android/aidl/loggable/
H A DILoggableInterface.aidl9 inout float[] floatArray, double doubleValue, inout double[] doubleArray, in LogThis()
/aosp12/art/test/530-instanceof-checkcast/src/
H A DMain.java26 static Object doubleArray = new double[2]; field in Main
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_loggable_interface.cpp71 vector<double> doubleArray{53, 54}; in TEST_F() local
H A Daidl_test_client_ndk_loggable_interface.cpp77 vector<double> doubleArray{53, 54}; in TEST_F() local
H A Daidl_test_client_primitives.cpp160 TEST_F(AidlPrimitiveTest, doubleArray) { in TEST_F() argument
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DParcelableForToString.java12 public double[] doubleArray; field in ParcelableForToString
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DIAidlTest.aidl39 double[] doubleArray(in double[] a0, out double[] a1, inout double[] a2); in doubleArray() method
H A DAidlTest.java172 public double[] doubleArray(double[] a0, double[] a1, double[] a2) { in doubleArray() method in AidlTest.AidlObject
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp36 …lue, ::std::vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, con… in LogThis()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DParcelableForToString.rs8 pub doubleArray: Vec<f64>, field
/aosp12/art/test/530-checker-peel-unroll/src/
H A DMain.java999 double[] doubleArray = new double[LENGTH_B]; in verifyUnrolling() local
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/
H A DStatsPublisher.java300 double[] doubleArray = (double[]) array; in isBundleLargeData() local
/aosp12/art/runtime/
H A Dtransaction_test.cc438 Handle<mirror::DoubleArray> doubleArray = in TEST_F() local
/aosp12/frameworks/base/media/java/android/media/
H A DExifInterface.java1916 final double[] doubleArray = new double[values.length]; in setAttribute() local
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp1008 jdoubleArray doubleArray = env->NewDoubleArray(numCols); in translate2dDoubleArray() local