/frameworks/base/tools/aapt/ |
D | AaptXml.cpp | 36 if (value.dataType != Res_value::TYPE_STRING) { in getStringAttributeAtIndex() 104 if (value.dataType == Res_value::TYPE_STRING) { in getResolvedAttribute() 110 if (value.dataType != Res_value::TYPE_STRING) { in getResolvedAttribute()
|
D | XMLNode.h | 83 || value.dataType == Res_value::TYPE_STRING; in needStringValue()
|
D | AaptAssets.h | 352 TYPE_STRING enumerator 388 sym.typeCode = AaptSymbolEntry::TYPE_STRING; in addStringSymbol()
|
D | ResourceTable.cpp | 146 { stringArray, sizeof(stringArray)/2, ResTable_map::TYPE_STRING, 1068 ResTable_map::TYPE_STRING, overwrite); in compileResourceFile() 1369 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING; in compileResourceFile() 1460 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING; in compileResourceFile() 2217 outValue->dataType = outValue->TYPE_STRING; in stringToValue() 2226 if (outValue->dataType == outValue->TYPE_STRING) { in stringToValue() 3553 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue() 3560 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue()
|
D | XMLNode.cpp | 487 } else if (value.dataType == Res_value::TYPE_STRING) { in printXMLBlock() 1551 || ae.value.dataType == Res_value::TYPE_STRING) { in flatten_node() 1553 attr.typedValue.dataType = Res_value::TYPE_STRING; in flatten_node()
|
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 37 public static final int TYPE_STRING = 0x03; field in TypedValue 407 if (t == TYPE_STRING) { in coerceToString() 477 if (type == TYPE_STRING) { in toString()
|
/frameworks/base/libs/androidfw/tests/ |
D | Idmap_test.cpp | 75 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType); in TEST_F() 90 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType); in TEST_F()
|
D | Split_test.cpp | 89 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType); in TEST() 110 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType); in TEST() 179 EXPECT_EQ(Res_value::TYPE_STRING, val.dataType); in TEST()
|
D | ResTable_test.cpp | 55 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType); in TEST()
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 143 } else if (type == TypedValue.TYPE_STRING) { in getText() 175 } else if (type == TypedValue.TYPE_STRING) { in getString() 212 if (type == TypedValue.TYPE_STRING) { in getNonResourceString() 247 } else if (type == TypedValue.TYPE_STRING) { in getNonConfigurationString() 392 } else if (type == TypedValue.TYPE_STRING) { in getColor() 958 outValue.string = (type == TypedValue.TYPE_STRING) ? loadStringValueAt(index) : null; in getValueAt()
|
D | AssetManager.java | 153 if (tmpValue.type == TypedValue.TYPE_STRING) { in getResourceText() 171 if (tmpValue.type == TypedValue.TYPE_STRING) { in getResourceBagText() 198 if (outValue.type != TypedValue.TYPE_STRING) { in getResourceValue() 231 if (outValue.type != TypedValue.TYPE_STRING) { in getThemeValue()
|
D | XmlBlock.java | 368 if (t == TypedValue.TYPE_STRING) { in getAttributeListValue()
|
D | Resources.java | 892 } else if (value.type != TypedValue.TYPE_STRING) { in getColor() 2157 if (v.type == TypedValue.TYPE_STRING) { in parseBundleExtra() 2599 if (value.type == TypedValue.TYPE_STRING) { in loadXmlResourceParser()
|
/frameworks/base/core/java/com/android/internal/util/ |
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()
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 87 public static final int TYPE_STRING = 6; field in RestrictionEntry
|
D | RestrictionsManager.java | 616 case RestrictionEntry.TYPE_STRING: in loadRestriction()
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceActivity.java | 839 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadHeadersFromResource() 848 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadHeadersFromResource() 857 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadHeadersFromResource() 866 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadHeadersFromResource()
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 145 private static final String TYPE_STRING = "s"; field in Content.Parser 356 if (TYPE_STRING.equals(type)) { in parseBindValue()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | TintManager.java | 324 } else if (mTypedValue.type == TypedValue.TYPE_STRING) { in getThemeAttrColor()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 265 TYPE_STRING = 0x03, enumerator 1380 TYPE_STRING = 1<<1, enumerator
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PrintSpoolerService.java | 690 private static final String TYPE_STRING = "string"; field in PrintSpoolerService.PersistenceManager 901 serializer.attribute(null, ATTR_TYPE, TYPE_STRING); in doWriteStateLocked() 1154 if (TYPE_STRING.equals(type)) { in parsePrintJob()
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | BridgeResources.java | 533 outValue.type = TypedValue.TYPE_STRING; in getValue()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 358 } else if (codesValue.type == TypedValue.TYPE_STRING) { in Key()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3681 outValue->dataType == Res_value::TYPE_STRING in getResource() 3736 if (value->dataType == value->TYPE_STRING) { in valueToString() 4629 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0; in stringToValue() 5081 if ((attrType&ResTable_map::TYPE_STRING) == 0) { in stringToValue() 5089 outValue->dataType = outValue->TYPE_STRING; in stringToValue() 6261 } else if (value.dataType == Res_value::TYPE_STRING) { in print_value()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1760 if (value.dataType == Res_value::TYPE_STRING) { in android_content_AssetManager_getArrayStringInfo() 1818 if (value.dataType == Res_value::TYPE_STRING) { in android_content_AssetManager_getArrayStringResource()
|