Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/fbjni/test/
H A DPrimitiveArrayTests.java177 double[] doubleArray = new double[MAGIC]; in testGetSetDoubleArray() local
289 double[] doubleArray = new double[MAGIC]; in testPinDoubleArray() local
401 double[] doubleArray = new double[MAGIC]; in testPinDoubleArrayRegion() local
513 double[] doubleArray = new double[MAGIC]; in testPinDoubleArrayCritical() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/basic/
H A DInjectedThing.java69 @Inject double[] doubleArray; field in InjectedThing
95 @Inject InjectedThing( in InjectedThing()
208 @Inject void doubleArray(double[] doubleArray) {} in doubleArray() argument
/aosp_15_r20/packages/services/Car/service/src/com/android/car/telemetry/publisher/statsconverters/
DAbstractAtomConverter.java219 double[] doubleArray = new double[objList.size()]; in setPersistableBundleArrayField() local
225 double[] doubleArray = new double[objList.size()]; in setPersistableBundleArrayField() local
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
167 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
228 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
167 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
228 …gArray, float floatValue, float[] floatArray, double doubleValue, double[] doubleArray, java.lang.… in LogThis()
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp155 jdoubleArray doubleArray = static_cast<jdoubleArray>(value.get()); in pushBundleToLuaTable() local
284 std::vector<double> doubleArray; in convertLuaTableToBundle() local
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
H A DMultilineRecursiveToStringStyleTest.java154 public void doubleArray() { in doubleArray() method in MultilineRecursiveToStringStyleTest
243 double[] doubleArray; field in MultilineRecursiveToStringStyleTest.WithArrays
/aosp_15_r20/external/kotlinpoet/interop/ksp/test-processor/src/main/kotlin/com/squareup/kotlinpoet/ksp/test/processor/
H A DexampleAnnotations.kt37 val doubleArray: DoubleArray = [1.0], constant in com.squareup.kotlinpoet.ksp.test.processor.ExampleAnnotationWithDefaults
64 val doubleArray: DoubleArray, constant in com.squareup.kotlinpoet.ksp.test.processor.ComprehensiveAnnotation
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/basic/
H A DInjectedThing.kt126 @Inject internal lateinit var doubleArray: DoubleArray variable
180 @Inject internal fun doubleArray(doubleArray: DoubleArray) {} in doubleArray() method
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DRendererCommonTest.java88 final double[] doubleArray = new double[16]; in round() local
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/
H A DTraceDataFlowInstrumentationTarget.java113 double[] doubleArray = {0, 0, 0, 0, 4}; in selfCheck() local
/aosp_15_r20/art/test/530-instanceof-checkcast/src/
H A DMain.java26 static Object doubleArray = new double[2]; field in Main
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h48 std::vector<double> doubleArray; variable
/aosp_15_r20/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl9 inout float[] floatArray, double doubleValue, inout double[] doubleArray, in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h48 std::vector<double> doubleArray; variable
/aosp_15_r20/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.cpp80 vector<double> doubleArray{53, 54}; in TEST_F() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBundleTest.java180 public void doubleArray() { in doubleArray() method in ShadowBundleTest
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
H A DUtil.java145 static List<Double> asArrayList(final double[] doubleArray) { in asArrayList()
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java17 public double[] doubleArray; field in ParcelableForToString
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java17 public double[] doubleArray; field in ParcelableForToString
/aosp_15_r20/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
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …lue, ::std::vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, con… in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …lue, ::std::vector<float>* floatArray, double doubleValue, ::std::vector<double>* doubleArray, con… in LogThis()
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DDeviceInfoStore.java209 double[] doubleArray = new double[array.length]; in addArrayResult() local

12345678