Home
last modified time | relevance | path

Searched defs:TYPE_STRING (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/java/android/provider/
DMetadataReader.java63 private static final int TYPE_STRING = 2; field in MetadataReader
71 TYPE_MAPPING.put(ExifInterface.TAG_ARTIST, TYPE_STRING); in TYPE_MAPPING.put() argument
74 TYPE_MAPPING.put(ExifInterface.TAG_COPYRIGHT, TYPE_STRING); in TYPE_MAPPING.put() argument
75 TYPE_MAPPING.put(ExifInterface.TAG_DATETIME, TYPE_STRING); in TYPE_MAPPING.put() argument
76 TYPE_MAPPING.put(ExifInterface.TAG_IMAGE_DESCRIPTION, TYPE_STRING); in TYPE_MAPPING.put() argument
81 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING); in TYPE_MAPPING.put() argument
82 TYPE_MAPPING.put(ExifInterface.TAG_MODEL, TYPE_STRING); in TYPE_MAPPING.put() argument
91 TYPE_MAPPING.put(ExifInterface.TAG_SOFTWARE, TYPE_STRING); in TYPE_MAPPING.put() argument
103 TYPE_MAPPING.put(ExifInterface.TAG_CFA_PATTERN, TYPE_STRING); in TYPE_MAPPING.put() argument
105 TYPE_MAPPING.put(ExifInterface.TAG_COMPONENTS_CONFIGURATION, TYPE_STRING); in TYPE_MAPPING.put() argument
[all …]
/frameworks/base/tools/incident_report/
Dgeneric_message.h41 TYPE_STRING, enumerator
/frameworks/base/core/jni/hwbinder/
DEphemeralStorage.h59 TYPE_STRING, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Ddatapiece.h73 TYPE_STRING = 9, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto84 TYPE_STRING = 9; enumerator
Dwire_format_lite.h105 TYPE_STRING = 9, enumerator
Ddescriptor.proto142 TYPE_STRING = 9; enumerator
Ddescriptor.h456 TYPE_STRING = 9, // UTF-8 text. enumerator
Dtype.pb.h357 static const Kind TYPE_STRING = variable
/frameworks/base/tools/aapt2/link/
DXmlCompatVersioner_test.cpp32 constexpr auto TYPE_STRING = android::ResTable_map::TYPE_STRING; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer.h116 TYPE_STRING, // A quoted sequence of escaped characters. Either single enumerator
/frameworks/base/core/java/android/content/
DRestrictionEntry.java91 public static final int TYPE_STRING = 6; field in RestrictionEntry
/frameworks/base/tools/aapt2/
DResourceValues_test.cpp35 constexpr const uint32_t TYPE_STRING = android::ResTable_map::TYPE_STRING; variable
/frameworks/base/core/java/android/util/
DTypedValue.java40 public static final int TYPE_STRING = 0x03; field in TypedValue
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java100 static final int TYPE_STRING = 'L' | 's' << 8; field in TypedProperties
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto119 TYPE_STRING = 9; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java59 public static final int TYPE_STRING = 9; field in InternalNano
DExtension.java66 public static final int TYPE_STRING = InternalNano.TYPE_STRING; field in Extension
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto119 TYPE_STRING = 9; enumerator
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java151 private static final String TYPE_STRING = "s"; field in Content.Parser
/frameworks/base/tools/aapt/
DAaptAssets.h350 TYPE_STRING enumerator
/frameworks/base/media/java/android/media/
DMediaFormat.java1099 public static final int TYPE_STRING = 4; field in MediaFormat
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py430 TYPE_STRING = 9 variable in FieldDescriptor
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h284 TYPE_STRING = 0x03, enumerator
1545 TYPE_STRING = 1<<1, enumerator
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java855 private static final String TYPE_STRING = "string"; field in PrintSpoolerService.PersistenceManager

12