/aosp12/frameworks/base/core/java/android/provider/ |
H A D | MetadataReader.java | 63 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 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 133 TYPE_MAPPING.put(ExifInterface.TAG_MAKER_NOTE, TYPE_STRING); in TYPE_MAPPING.put() argument 137 TYPE_MAPPING.put(ExifInterface.TAG_OECF, TYPE_STRING); in TYPE_MAPPING.put() argument [all …]
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
H A D | MetadataReader.java | 65 private static final int TYPE_STRING = 2; field in MetadataReader 73 TYPE_MAPPING.put(ExifInterface.TAG_ARTIST, TYPE_STRING); in TYPE_MAPPING.put() argument 76 TYPE_MAPPING.put(ExifInterface.TAG_COPYRIGHT, TYPE_STRING); in TYPE_MAPPING.put() argument 77 TYPE_MAPPING.put(ExifInterface.TAG_DATETIME, TYPE_STRING); in TYPE_MAPPING.put() argument 83 TYPE_MAPPING.put(ExifInterface.TAG_MAKE, TYPE_STRING); in TYPE_MAPPING.put() argument 84 TYPE_MAPPING.put(ExifInterface.TAG_MODEL, TYPE_STRING); in TYPE_MAPPING.put() argument 93 TYPE_MAPPING.put(ExifInterface.TAG_SOFTWARE, TYPE_STRING); in TYPE_MAPPING.put() argument 105 TYPE_MAPPING.put(ExifInterface.TAG_CFA_PATTERN, TYPE_STRING); in TYPE_MAPPING.put() argument 135 TYPE_MAPPING.put(ExifInterface.TAG_MAKER_NOTE, TYPE_STRING); in TYPE_MAPPING.put() argument 139 TYPE_MAPPING.put(ExifInterface.TAG_OECF, TYPE_STRING); in TYPE_MAPPING.put() argument [all …]
|
/aosp12/frameworks/layoutlib/bridge/tests/src/android/content/res/ |
H A D | BridgeTypedArrayTest.java | 33 import static android.util.TypedValue.TYPE_STRING; 44 assertEquals(TYPE_STRING, BridgeTypedArray.getType("False")); in getType() 46 assertEquals(TYPE_STRING, BridgeTypedArray.getType("0xnothex")); in getType() 51 assertEquals(TYPE_STRING, BridgeTypedArray.getType("#notacolor")); in getType() 53 assertEquals(TYPE_STRING, BridgeTypedArray.getType("16notaunit")); in getType() 56 assertEquals(TYPE_STRING, BridgeTypedArray.getType("5432dp342")); in getType()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | BinaryXmlPullParser.java | 232 case TYPE_STRING: in consumeToken() 715 case TYPE_STRING: in getValueString() 751 case TYPE_STRING: in getValueBytesHex() 770 case TYPE_STRING: in getValueBytesBase64() 787 case TYPE_STRING: in getValueInt() 804 case TYPE_STRING: in getValueIntHex() 821 case TYPE_STRING: in getValueLong() 838 case TYPE_STRING: in getValueLongHex() 854 case TYPE_STRING: in getValueFloat() 870 case TYPE_STRING: in getValueDouble() [all …]
|
H A D | BinaryXmlSerializer.java | 81 static final int TYPE_STRING = 2 << 4; field in BinaryXmlSerializer 114 mOut.writeByte(token | TYPE_STRING); in writeToken() 202 mOut.writeByte(ATTRIBUTE | TYPE_STRING); in attribute()
|
H A D | TypedProperties.java | 100 static final int TYPE_STRING = 'L' | 's' << 8; field in TypedProperties 128 return TYPE_STRING; in interpretType() 325 } else if (type == TYPE_STRING) { in parseValue()
|
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | XmlCompatVersioner_test.cpp | 32 constexpr auto TYPE_STRING = android::ResTable_map::TYPE_STRING; variable 68 util::make_unique<Attribute>(TYPE_STRING)) in SetUp()
|
/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | Idmap_test.cpp | 84 ASSERT_EQ(value->type, Res_value::TYPE_STRING); in TEST_F() 96 ASSERT_EQ(value->type, Res_value::TYPE_STRING); in TEST_F() 132 ASSERT_EQ(value->type, Res_value::TYPE_STRING); in TEST_F() 156 ASSERT_EQ(value->type, Res_value::TYPE_STRING); in TEST_F() 212 ASSERT_EQ(Res_value::TYPE_STRING, value->type); in TEST_F()
|
H A D | AssetManager2_test.cpp | 130 EXPECT_EQ(Res_value::TYPE_STRING, value->type); in TEST_F() 154 EXPECT_EQ(Res_value::TYPE_STRING, value->type); in TEST_F() 176 EXPECT_EQ(Res_value::TYPE_STRING, value->type); in TEST_F() 191 EXPECT_EQ(Res_value::TYPE_STRING, value->type); in TEST_F() 369 EXPECT_EQ(Res_value::TYPE_STRING, (*bag_two)->entries[1].value.dataType); in TEST_F() 482 EXPECT_EQ(Res_value::TYPE_STRING, value->type); in TEST_F() 489 EXPECT_EQ(Res_value::TYPE_STRING, value->type); in TEST_F() 501 value.type = Res_value::TYPE_STRING; in TEST_F() 521 EXPECT_EQ(Res_value::TYPE_STRING, value.type); in TEST_F() 534 EXPECT_EQ(Res_value::TYPE_STRING, value.type); in TEST_F()
|
H A D | Split_test.cpp | 98 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType); in TEST_F() 122 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType); in TEST_F() 228 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType); in TEST_F()
|
H A D | AttributeResolution_test.cpp | 126 EXPECT_EQ(Res_value::TYPE_STRING, values_cursor[STYLE_TYPE]); in TEST_F() 231 EXPECT_EQ(Res_value::TYPE_STRING, values_cursor[STYLE_TYPE]); in TEST_F() 254 EXPECT_EQ(Res_value::TYPE_STRING, values_cursor[STYLE_TYPE]); in TEST_F()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | AaptXml.cpp | 36 if (value.dataType != Res_value::TYPE_STRING) { in getStringAttributeAtIndex() 112 if (value.dataType == Res_value::TYPE_STRING) { in getResolvedAttribute() 127 if (value.dataType != Res_value::TYPE_STRING) { in getResolvedAttribute()
|
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/ |
H A D | mkflame.py | 84 TYPE_STRING = "jclass[" 85 TYPE_STRING_LEN = len(TYPE_STRING) 86 type_string = thread_type_size[thread_type_size.find(TYPE_STRING) + TYPE_STRING_LEN:]
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | TypedValue.java | 46 public static final int TYPE_STRING = 0x03; field in TypedValue 617 if (t == TYPE_STRING) { in coerceToString() 687 if (type == TYPE_STRING) { in toString()
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
H A D | EntrySchema.java | 32 public static final int TYPE_STRING = 0; field in EntrySchema 109 case TYPE_STRING: in cursorToObject() 160 case TYPE_STRING: in valuesToObject() 198 case TYPE_STRING: in objectToValues() 485 type = TYPE_STRING; in parseColumnInfo()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | TypedArray.java | 233 } else if (type == TypedValue.TYPE_STRING) { in getText() 270 } else if (type == TypedValue.TYPE_STRING) { in getString() 307 if (type == TypedValue.TYPE_STRING) { in getNonResourceString() 346 } else if (type == TypedValue.TYPE_STRING) { in getNonConfigurationString() 518 } else if (type == TypedValue.TYPE_STRING) { in getColor() 1374 outValue.string = (type == TypedValue.TYPE_STRING) ? loadStringValueAt(index) : null; in getValueAt()
|
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/ |
H A D | BridgeTypedArray.java | 66 import static android.util.TypedValue.TYPE_STRING; 785 case TYPE_STRING: in getValue() 1003 return TYPE_STRING; in getType() 1024 return TYPE_STRING; in getType() 1032 return TYPE_STRING; in getType() 1048 return TYPE_STRING; in getType()
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | ResourceValues_test.cpp | 35 constexpr const uint32_t TYPE_STRING = android::ResTable_map::TYPE_STRING; variable 274 Attribute attr_one(TYPE_STRING | TYPE_REFERENCE); in TEST() 275 Attribute attr_two(TYPE_STRING); in TEST()
|
/aosp12/frameworks/base/core/jni/hwbinder/ |
H A D | EphemeralStorage.cpp | 63 item.mType = TYPE_STRING; in allocTemporaryString() 143 case TYPE_STRING:
|
H A D | EphemeralStorage.h | 59 TYPE_STRING, enumerator
|
/aosp12/frameworks/base/tools/incident_report/ |
H A D | main.cpp | 64 } else if (type == FieldDescriptor::TYPE_STRING) { in read_length_delimited() 210 case GenericMessage::TYPE_STRING: in print_value() 260 case FieldDescriptor::TYPE_STRING: in print_message()
|
H A D | generic_message.h | 41 TYPE_STRING, enumerator
|
H A D | generic_message.cpp | 60 node.type = TYPE_STRING; in addString()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutParser.java | 358 if (sa.getType(R.styleable.ShortcutCategories_name) == TypedValue.TYPE_STRING) { in parseCategories() 375 if (sa.getType(R.styleable.Shortcut_shortcutId) != TypedValue.TYPE_STRING) { in parseShortcutAttributes() 469 if (sa.getType(R.styleable.IntentCategory_name) != TypedValue.TYPE_STRING) { in parseCategory() 500 if (sa.getType(R.styleable.AndroidManifestData_mimeType) != TypedValue.TYPE_STRING) { in parseShareTargetData()
|
/aosp12/packages/modules/StatsD/framework/java/android/util/ |
H A D | StatsEvent.java | 76 public static final byte TYPE_STRING = 0x02; field in StatsEvent 448 writeByteArray(valueBytes, TYPE_STRING); in writeString() 556 writeTypeId(TYPE_STRING); in writeKeyValuePairs()
|