/aosp12/art/test/569-checker-pattern-replacement/src-multidex/ |
H A D | Derived.java | 31 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 D | Base.java | 34 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 D | DerivedWithFinalField.java | 27 DerivedWithFinalField(double doubleValue) { in DerivedWithFinalField() 32 DerivedWithFinalField(int intValue, double doubleValue) { in DerivedWithFinalField()
|
/aosp12/art/test/569-checker-pattern-replacement/src/ |
H A D | Main.java | 458 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 D | ParcelableForToString.h | 47 double doubleValue = double(0.000000); variable
|
/aosp12/art/test/715-clinit-implicit-parameter-annotations/src/ |
H A D | Main.java | 79 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 D | Constant.java | 40 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 D | ILoggableInterface.java | 10 …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 D | ParcelableForToString.h | 31 double doubleValue = 0.000000; variable
|
/aosp12/system/tools/aidl/tests/android/aidl/loggable/ |
H A D | ILoggableInterface.aidl | 9 inout float[] floatArray, double doubleValue, inout double[] doubleArray, in LogThis()
|
/aosp12/art/test/070-nio-buffer/src/ |
H A D | Main.java | 136 final double doubleValue = Double.MIN_VALUE; in storeValues() local
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_loggable_interface.cpp | 70 double doubleValue{52}; in TEST_F() local
|
H A D | aidl_test_client_ndk_loggable_interface.cpp | 76 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 D | ParcelableForToString.java | 11 public double doubleValue = 0.000000; field in ParcelableForToString
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Rational.java | 343 public double doubleValue() { in doubleValue() method in Rational
|
H A D | Half.java | 288 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 D | ILoggableInterface.cpp | 36 …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 D | ParcelableForToString.rs | 7 pub doubleValue: f64, field
|
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
H A D | AMessage.h | 298 double doubleValue; member
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | OperationsUtils.cpp | 367 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 D | Test912.java | 427 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 D | ExifInterfaceTest.java | 246 double doubleValue = exifInterface.getAttributeDouble(tag, 0.0); in assertDoubleTag() local
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodecConfig.cpp | 146 double doubleValue; in mapFromMessage() local 1526 double doubleValue; in convert() local
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | ValueMetricProducer.cpp | 1291 double doubleValue = in valuePassesThreshold() local
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-http-client-android-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |