Home
last modified time | relevance | path

Searched defs:doubleValue (Results 1 – 25 of 38) sorted by relevance

12

/aosp12/art/test/569-checker-pattern-replacement/src-multidex/
H A DDerived.java31 public Derived(double doubleValue) { in Derived()
35 public Derived(int intValue, double doubleValue, Object objectValue) { in Derived()
41 Derived(int intValue, double doubleValue, Object objectValue, String stringValue) { in Derived()
56 public Derived(int intValue, double doubleValue, Object objectValue, float floatValue) { in Derived()
H A DBase.java34 Base(double doubleValue, Object objectValue) { in Base()
39 Base(int intValue, double doubleValue, Object objectValue) { in Base()
45 Base(int intValue, double doubleValue, Object objectValue, String stringValue) { in Base()
53 Base(double doubleValue) { in Base()
H A DDerivedWithFinalField.java27 DerivedWithFinalField(double doubleValue) { in DerivedWithFinalField()
32 DerivedWithFinalField(int intValue, double doubleValue) { in DerivedWithFinalField()
/aosp12/art/test/569-checker-pattern-replacement/src/
H A DMain.java458 public static double constructBase(double doubleValue, Object objectValue) { in constructBase()
491 public static double constructBase(int intValue, double doubleValue, Object objectValue) { in constructBase()
519 public static double constructBaseWith0DoubleNull(double doubleValue) { in constructBaseWith0DoubleNull()
543 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase()
570 public static double constructBase(double doubleValue) { in constructBase()
736 public static double constructDerived(double doubleValue) { in constructDerived()
780 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived()
804 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived()
866 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived()
1008 public static double constructDerivedWithFinalField(double doubleValue) { in constructDerivedWithFinalField()
[all …]
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DParcelableForToString.h47 double doubleValue = double(0.000000); variable
/aosp12/art/test/715-clinit-implicit-parameter-annotations/src/
H A DMain.java79 private double doubleValue; field in Main.ImportantNumber
82 ImportantNumber(@AnnotationA double doubleValue) { in ImportantNumber()
87 ImportantNumber(@AnnotationB("x") double doubleValue, @AnnotationB("y") boolean isLarge) { in ImportantNumber()
/aosp12/art/test/952-invoke-custom/util-src/annotations/
H A DConstant.java40 double[] doubleValue() default {}; in doubleValue() method
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
H A DILoggableInterface.java10 …longValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] do… in LogThis()
163 …longValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] do… in LogThis()
254 …longValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] do… in LogThis()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DParcelableForToString.h31 double doubleValue = 0.000000; 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/070-nio-buffer/src/
H A DMain.java136 final double doubleValue = Double.MIN_VALUE; in storeValues() local
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_loggable_interface.cpp70 double doubleValue{52}; in TEST_F() local
H A Daidl_test_client_ndk_loggable_interface.cpp76 double doubleValue{52}; in TEST_F() local
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DParcelableForToString.java11 public double doubleValue = 0.000000; field in ParcelableForToString
/aosp12/frameworks/base/core/java/android/util/
H A DRational.java343 public double doubleValue() { in doubleValue() method in Rational
H A DHalf.java288 public double doubleValue() { in doubleValue() method in Half
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp36 …t>* longArray, float floatValue, ::std::vector<float>* floatArray, double doubleValue, ::std::vect… in LogThis()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DParcelableForToString.rs7 pub doubleValue: f64, field
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAMessage.h298 double doubleValue; member
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp367 double doubleValue = (value - oldShape.offset) * oldShape.scale; variable
376 double doubleValue = (value - oldShape.offset) * oldShape.scale; variable
/aosp12/art/test/912-classes/src-art/art/
H A DTest912.java427 public static double doubleValue = Math.random(); // So it can't be compile-time initialized. field in Test912.TestForNonInit
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java246 double doubleValue = exifInterface.getAttributeDouble(tag, 0.0); in assertDoubleTag() local
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp146 double doubleValue; in mapFromMessage() local
1526 double doubleValue; in convert() local
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DValueMetricProducer.cpp1291 double doubleValue = in valuePassesThreshold() local
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-http-client-android-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...

12