Home
last modified time | relevance | path

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

12345678910>>...47

/aosp_15_r20/art/test/569-checker-pattern-replacement/src/
H A DMain.java495 public static double constructBase(double doubleValue, Object objectValue) { in constructBase()
528 public static double constructBase(int intValue, double doubleValue, Object objectValue) { in constructBase()
556 public static double constructBaseWith0DoubleNull(double doubleValue) { in constructBaseWith0DoubleNull()
580 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase()
607 public static double constructBase(double doubleValue) { in constructBase()
773 public static double constructDerived(double doubleValue) { in constructDerived()
817 public static double constructDerived(int intValue, double doubleValue, Object objectValue) { in constructDerived()
841 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived()
903 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived()
1045 public static double constructDerivedWithFinalField(double doubleValue) { in constructDerivedWithFinalField()
[all …]
/aosp_15_r20/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()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DFixedSize.h47 doubleValue = 8, enumerator
59 static const inline Tag doubleValue = Tag::doubleValue; variable
160 double doubleValue __attribute__((aligned (8))); member
208 double doubleValue = 0.000000; variable
263 double doubleValue = 0.000000; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DFixedSize.h47 doubleValue = 8, enumerator
59 static const inline Tag doubleValue = Tag::doubleValue; variable
160 double doubleValue __attribute__((aligned (8))); member
208 double doubleValue = 0.000000; variable
263 double doubleValue = 0.000000; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DFixedSize.h59 doubleValue = 8, enumerator
72 static const inline Tag doubleValue = Tag::doubleValue; variable
171 double doubleValue __attribute__((aligned (8))); member
238 double doubleValue __attribute__((aligned (8))) = 0.000000; variable
323 double doubleValue __attribute__((aligned (8))) = 0.000000; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DFixedSize.h59 doubleValue = 8, enumerator
72 static const inline Tag doubleValue = Tag::doubleValue; variable
171 double doubleValue __attribute__((aligned (8))); member
238 double doubleValue __attribute__((aligned (8))) = 0.000000; variable
323 double doubleValue __attribute__((aligned (8))) = 0.000000; variable
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DPrimitiveTest.java341 String doubleValue = "1.0043E+5"; in testDoubleAsStringRepresentationDeserialization() local
352 String doubleValue = "1E+5"; in testDoubleNoFractAsStringRepresentationDeserialization() local
377 String doubleValue = "1.234567899E8"; in testLargeDoubleDeserialization() local
446 String doubleValue = "0.05E+5"; in testBigDecimalAsStringRepresentationDeserialization() local
454 String doubleValue = "5E+5"; in testBigDecimalNoFractAsStringRepresentationDeserialization() local
/aosp_15_r20/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()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java61 public double doubleValue = 0.000000; field in FixedSize.FixedParcelable
173 public double doubleValue = 0.000000; field in FixedSize.ExplicitPaddingParcelable
294 public final static int doubleValue = 8; // double doubleValue; field in FixedSize.FixedUnion
441 public static FixedUnion doubleValue(double _value) { in doubleValue() method in FixedSize.FixedUnion
618 public static final byte doubleValue = 8; field
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java61 public double doubleValue = 0.000000; field in FixedSize.FixedParcelable
173 public double doubleValue = 0.000000; field in FixedSize.ExplicitPaddingParcelable
294 public final static int doubleValue = 8; // double doubleValue; field in FixedSize.FixedUnion
441 public static FixedUnion doubleValue(double _value) { in doubleValue() method in FixedSize.FixedUnion
618 public static final byte doubleValue = 8; field
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/trace/
DAutoValue_AttributeValue_AttributeValueDouble.java8 private final Double doubleValue; field in AutoValue_AttributeValue_AttributeValueDouble
11 Double doubleValue) { in AutoValue_AttributeValue_AttributeValueDouble()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/
DDrmMetricValue.h44 doubleValue = 1, enumerator
50 static const inline Tag doubleValue = Tag::doubleValue; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/
DDrmMetricValue.h36 doubleValue = 1, enumerator
42 static const inline Tag doubleValue = Tag::doubleValue; variable
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/
DDrmMetricValue.h36 doubleValue = 1, enumerator
42 static const inline Tag doubleValue = Tag::doubleValue; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/
DDrmMetricValue.h36 doubleValue = 1, enumerator
42 static const inline Tag doubleValue = Tag::doubleValue; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/
DDrmMetricValue.h36 doubleValue = 1, enumerator
42 static const inline Tag doubleValue = Tag::doubleValue; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …longValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] do… in LogThis()
167 …longValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] do… in LogThis()
228 …longValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] do… in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …longValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] do… in LogThis()
167 …longValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] do… in LogThis()
228 …longValue, long[] longArray, float floatValue, float[] floatArray, double doubleValue, double[] do… in LogThis()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
H A DSdkNumber.java183 public static SdkNumber fromDouble(double doubleValue) { in fromDouble()
277 public double doubleValue() { in doubleValue() method in SdkNumber
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/
H A DFloatingDecimal.java225 public double doubleValue() { in doubleValue() method in FloatingDecimal.ASCIIToBinaryBuffer
281 public double doubleValue(); in doubleValue() method
486 public double doubleValue() { in doubleValue() method in FloatingDecimal.PreparedASCIIToBinaryBuffer
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DannotatedUtil.kt54 val doubleValue: Double = 4.0, constant in com.google.devtools.ksp.processor.ParametersTestAnnotation
81 val doubleValue: Double = -4.0, constant in com.google.devtools.ksp.processor.ParametersTestWithNegativeDefaultsAnnotation
/aosp_15_r20/external/aws-sdk-java-v2/services/ecs/src/main/resources/codegen-resources/
H A Dexamples-1.json272 "doubleValue": 0.0, number
279 "doubleValue": 0.0, number
286 "doubleValue": 0.0, number
301 "doubleValue": 0.0, number
308 "doubleValue": 0.0, number
315 "doubleValue": 0.0, number
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRational.java331 public double doubleValue() { in doubleValue() method in Rational
367 public static Rational of(double doubleValue) { in of()
439 final double doubleValue = in toString() local

12345678910>>...47