Home
last modified time | relevance | path

Searched defs:TYPE_DOUBLE (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/provider/
DMetadataReader.java62 private static final int TYPE_DOUBLE = 1; field in MetadataReader
86 TYPE_MAPPING.put(ExifInterface.TAG_PRIMARY_CHROMATICITIES, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
87 TYPE_MAPPING.put(ExifInterface.TAG_REFERENCE_BLACK_WHITE, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
95 TYPE_MAPPING.put(ExifInterface.TAG_WHITE_POINT, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
96 TYPE_MAPPING.put(ExifInterface.TAG_X_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
97 TYPE_MAPPING.put(ExifInterface.TAG_Y_CB_CR_COEFFICIENTS, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
100 TYPE_MAPPING.put(ExifInterface.TAG_Y_RESOLUTION, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
101 TYPE_MAPPING.put(ExifInterface.TAG_APERTURE_VALUE, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
102 TYPE_MAPPING.put(ExifInterface.TAG_BRIGHTNESS_VALUE, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
106 TYPE_MAPPING.put(ExifInterface.TAG_COMPRESSED_BITS_PER_PIXEL, TYPE_DOUBLE); in TYPE_MAPPING.put() argument
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.h69 TYPE_DOUBLE = 5, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto68 TYPE_DOUBLE = 1; enumerator
Dwire_format_lite.h97 TYPE_DOUBLE = 1, enumerator
Ddescriptor.proto130 TYPE_DOUBLE = 1; enumerator
Ddescriptor.h444 TYPE_DOUBLE = 1, // double, exactly eight bytes on the wire. enumerator
Dtype.pb.h341 static const Kind TYPE_DOUBLE = variable
Dtype.pb.cc982 const Field_Kind Field::TYPE_DOUBLE; member in google::protobuf::Field
Ddescriptor.pb.h1021 static const Type TYPE_DOUBLE = variable
Ddescriptor.pb.cc4222 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_DOUBLE; member in google::protobuf::FieldDescriptorProto
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java38 public static final int TYPE_DOUBLE = 6; field in FrameFormat
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java99 static final int TYPE_DOUBLE = 'F' | 8 << 8; field in TypedProperties
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto107 TYPE_DOUBLE = 1; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto107 TYPE_DOUBLE = 1; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java51 public static final int TYPE_DOUBLE = 1; field in InternalNano
DExtension.java58 public static final int TYPE_DOUBLE = InternalNano.TYPE_DOUBLE; field in Extension
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java155 private static final String TYPE_DOUBLE = "d"; field in Content.Parser
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py422 TYPE_DOUBLE = 1 variable in FieldDescriptor
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java494 public static final int TYPE_DOUBLE = 4; field in CameraMetadataNative