/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | XPPUtil.java | 25 public static String getAttributeValue(String xpath, String element, String attribute) { in getAttributeValue() method in XPPUtil 31 return xpp.getAttributeValue(el, attribute); in getAttributeValue() 34 public static String getAttributeValue(String xpath, String attribute) { in getAttributeValue() method in XPPUtil 36 return xpp.getAttributeValue(-1, attribute); in getAttributeValue() 44 return getAttributeValue(fullPath, attribute); in getBasicAttributeValue() 51 String v = xpp.getAttributeValue(0 - j, attribute); in findAttributeValue()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SupplementalDataInfo.java | 509 name = parts.getAttributeValue(-1, "id"); 510 digits = parts.getAttributeValue(-1, "digits"); 511 rules = parts.getAttributeValue(-1, "rules"); 512 type = NumberingSystemType.valueOf(parts.getAttributeValue(-1, "type")); 1243 String version = parts.getAttributeValue(1, "cldrVersion"); 1246 version = parts.getAttributeValue(0, "version"); 1297 String type = parts.getAttributeValue(-1, "type"); 1298 String uri = parts.getAttributeValue(-1, "uri"); 1381 for (String locale : split_space.split(parts.getAttributeValue(2, "locales"))) { 1388 final String targets = parts.getAttributeValue(2, "targets"); [all …]
|
D | LDMLUtilities.java | 238 String lang = LDMLUtilities.getAttributeValue(ln, LDMLConstants.TYPE); in getLocaleName() 245 String script = LDMLUtilities.getAttributeValue(sn, LDMLConstants.TYPE); in getLocaleName() 252 String terr = LDMLUtilities.getAttributeValue(tn, LDMLConstants.TYPE); in getLocaleName() 259 String variant = LDMLUtilities.getAttributeValue(vn, LDMLConstants.TYPE); in getLocaleName() 305 String source = getAttributeValue(alias, LDMLConstants.SOURCE); in convertXPath2ICU() 306 String xpath = getAttributeValue(alias, LDMLConstants.PATH); in convertXPath2ICU() 424 return getAttributeValue(token, LDMLConstants.TYPE); in getICUEquivalent() 428 return getAttributeValue(token, LDMLConstants.TYPE); in getICUEquivalent() 432 return getAttributeValue(token, LDMLConstants.TYPE); in getICUEquivalent() 436 return getAttributeValue(token, LDMLConstants.TYPE); in getICUEquivalent() [all …]
|
D | LogicalGrouping.java | 198 String pluralType = parts.getAttributeValue(-1, "count"); in isOptional() 253 String metazoneName = parts.getAttributeValue(3, "type"); in addPaths() 265 String dayName = parts.size() > 7 ? parts.getAttributeValue(7, "type") : null; in addPaths() 306 String quarterName = parts.size() > 7 ? parts.getAttributeValue(7, "type") : null; in addPaths() 320 String calType = parts.size() > 3 ? parts.getAttributeValue(3, "type") : null; in addPaths() 321 String monthName = parts.size() > 7 ? parts.getAttributeValue(7, "type") : null; in addPaths() 367 … String decimalFormatLengthType = parts.size() > 3 ? parts.getAttributeValue(3, "type") : null; in addPaths() 368 … String decimalFormatPatternType = parts.size() > 5 ? parts.getAttributeValue(5, "type") : null; in addPaths() 403 … && GrammarInfo.SPECIAL_TRANSLATION_UNITS.contains(parts.getAttributeValue(3, "type")))) { in addPaths()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/ |
D | StaxAttrLoader.java | 30 name = xml.getAttributeValue(null, "name"); in StaxAttrLoader() 31 value = xml.getAttributeValue(null, "value"); in StaxAttrLoader() 47 name = xml.getAttributeValue(null, "name"); in onStart() 48 format = xml.getAttributeValue(null, "format"); in onStart()
|
D | StaxStyleLoader.java | 22 attrName = xml.getAttributeValue(null, "name"); in StaxStyleLoader() 41 name = xml.getAttributeValue(null, "name"); in onStart() 42 parent = xml.getAttributeValue(null, "parent"); in onStart()
|
D | StaxPluralsLoader.java | 21 quantity = xml.getAttributeValue(null, "quantity"); in StaxPluralsLoader() 44 name = xml.getAttributeValue(null, "name"); in onStart()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | Keyboard.java | 391 id = parts.getAttributeValue(0, "id"); in handlePathValue() 396 hardwareMap.put(parts.getAttributeValue(2, "keycode"), in handlePathValue() 397 Iso.valueOf(parts.getAttributeValue(2, "iso"))); in handlePathValue() 455 locale = parts.getAttributeValue(0, "locale"); in handlePathValue() 468 Iso iso = Iso.valueOf(parts.getAttributeValue(2, "iso")); in handlePathValue() 478 final String modifiers = parts.getAttributeValue(1, "modifiers"); in handlePathValue() 487 String isoString = parts.getAttributeValue(2, "iso"); in handlePathValue() 497 … TransformType type = TransformType.forString(parts.getAttributeValue(1, "type")); in handlePathValue() 505 final String from = fixValue(parts.getAttributeValue(2, "from")); in handlePathValue() 506 final String to = fixValue(parts.getAttributeValue(2, "to")); in handlePathValue() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 166 isV7 = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch) in getARMFeatures() 170 switch(Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile)) { in getARMFeatures() 188 switch(Attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use)) { in getARMFeatures() 202 switch(Attributes.getAttributeValue(ARMBuildAttrs::FP_arch)) { in getARMFeatures() 225 switch(Attributes.getAttributeValue(ARMBuildAttrs::Advanced_SIMD_arch)) { in getARMFeatures() 243 switch(Attributes.getAttributeValue(ARMBuildAttrs::MVE_arch)) { in getARMFeatures() 261 switch(Attributes.getAttributeValue(ARMBuildAttrs::DIV_use)) { in getARMFeatures() 319 switch(Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch)) { in setARMSubArch()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/ |
D | AndroidManifest.java | 249 String name = getAttributeValue(permissionNode, "android:name"); in parsePermissions() 254 getAttributeValue(permissionNode, "android:label"), in parsePermissions() 255 getAttributeValue(permissionNode, "android:description"), in parsePermissions() 256 getAttributeValue(permissionNode, "android:permissionGroup"), in parsePermissions() 257 getAttributeValue(permissionNode, "android:protectionLevel"), in parsePermissions() 268 String name = getAttributeValue(permissionGroupNode, "android:name"); in parsePermissionGroups() 273 getAttributeValue(permissionGroupNode, "android:label"), in parsePermissionGroups() 274 getAttributeValue(permissionGroupNode, "android:description"), in parsePermissionGroups() 281 String name = getAttributeValue(contentProviderNode, "android:name"); in parseContentProviders() 282 String authorities = getAttributeValue(contentProviderNode, "android:authorities"); in parseContentProviders() [all …]
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Element.java | 92 public String getAttributeValue(int index) { in getAttributeValue() method in Element 96 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in Element 100 return getAttributeValue(i); in getAttributeValue() 200 parser.getAttributeValue(i)); in parse() 318 getAttributeValue(i)); in write()
|
/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
D | SsManifestParser.java | 252 String value = parser.getAttributeValue(null, key); in parseRequiredString() 262 String value = parser.getAttributeValue(null, key); in parseInt() 275 String value = parser.getAttributeValue(null, key); in parseRequiredInt() 289 String value = parser.getAttributeValue(null, key); in parseLong() 303 String value = parser.getAttributeValue(null, key); in parseRequiredLong() 316 String value = parser.getAttributeValue(null, key); in parseBoolean() 426 String uuidString = parser.getAttributeValue(null, KEY_SYSTEM_ID); in parseStartTag() 591 subType = parser.getAttributeValue(null, KEY_SUB_TYPE); in parseStreamElementStartTag() 594 name = parser.getAttributeValue(null, KEY_NAME); in parseStreamElementStartTag() 600 language = parser.getAttributeValue(null, KEY_LANGUAGE); in parseStreamElementStartTag() [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/ |
D | XmlPullParserUtil.java | 97 public static @Nullable String getAttributeValue(XmlPullParser xpp, String attributeName) { in getAttributeValue() method in XmlPullParserUtil 101 return xpp.getAttributeValue(i); in getAttributeValue() 121 return xpp.getAttributeValue(i); in getAttributeValueIgnorePrefix()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 392 result = handleEllipsis(parts.getAttributeValue(-1, "type"), value); in constructExampleHtml() 414 switch (parts.getAttributeValue(-1, "type")) { in handleLabelPattern() 432 switch (parts.getAttributeValue(-1, "type")) { in handleLabel() 479 if (!"tts".equals(parts.getAttributeValue(-1, "type"))) { in handleAnnotationName() 482 String cp = parts.getAttributeValue(-1, "cp"); in handleAnnotationName() 567 final String dayPeriodType = parts.getAttributeValue(5, "type"); in handleDayPeriod() 573 String periodString = parts.getAttributeValue(-1, "type"); in handleDayPeriod() 595 return UnitLength.valueOf(parts.getAttributeValue(-3, "type").toUpperCase(Locale.ENGLISH)); in getUnitLength() 599 String count = parts.getAttributeValue(-1, "count"); in handleFormatUnit() 612 String longUnitId = parts.getAttributeValue(-2, "type"); in handleFormatUnit() [all …]
|
D | CheckUnits.java | 100 final String width = parts.getAttributeValue(-3, "type"); in handleCheck() 117 idType = parts.getAttributeValue(-2, "type"); in handleCheck() 120 final String width = parts.getAttributeValue(-3, "type"); in handleCheck() 121 String count = parts.getAttributeValue(-1, "count"); in handleCheck() 122 String caseVariant = parts.getAttributeValue(-1, "case"); in handleCheck()
|
D | CheckZones.java | 68 String zone = parts.getAttributeValue(3, "type"); in handleCheck() 71 from = parts.getAttributeValue(4, "from"); in handleCheck() 76 to = parts.getAttributeValue(4, "to"); in handleCheck() 118 String id = parts.getAttributeValue(3, "type"); in exampleTextForXpath()
|
D | BuildIcuCompactDecimalFormat.java | 75 String stype = parts.getAttributeValue(3, "type"); in buildCustomData() 79 String type = parts.getAttributeValue(-1, "type"); in buildCustomData() 80 String key = parts.getAttributeValue(-1, "count"); in buildCustomData()
|
/external/llvm-project/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 170 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in getARMFeatures() 174 Attr = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch_profile); in getARMFeatures() 193 Attr = Attributes.getAttributeValue(ARMBuildAttrs::THUMB_ISA_use); in getARMFeatures() 208 Attr = Attributes.getAttributeValue(ARMBuildAttrs::FP_arch); in getARMFeatures() 232 Attr = Attributes.getAttributeValue(ARMBuildAttrs::Advanced_SIMD_arch); in getARMFeatures() 251 Attr = Attributes.getAttributeValue(ARMBuildAttrs::MVE_arch); in getARMFeatures() 270 Attr = Attributes.getAttributeValue(ARMBuildAttrs::DIV_use); in getARMFeatures() 502 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in setARMSubArch()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlDecoder.java | 190 String frameRateString = xmlParser.getAttributeValue(TTP, "frameRate"); in parseFrameAndTickRates() 196 String frameRateMultiplierString = xmlParser.getAttributeValue(TTP, "frameRateMultiplier"); in parseFrameAndTickRates() 208 String subFrameRateString = xmlParser.getAttributeValue(TTP, "subFrameRate"); in parseFrameAndTickRates() 214 String tickRateString = xmlParser.getAttributeValue(TTP, "tickRate"); in parseFrameAndTickRates() 223 String cellResolution = xmlParser.getAttributeValue(TTP, "cellResolution"); in parseCellResolution() 249 String ttsExtent = XmlPullParserUtil.getAttributeValue(xmlParser, TtmlNode.ATTR_TTS_EXTENT); in parseTtsExtent() 280 @Nullable String parentStyleId = XmlPullParserUtil.getAttributeValue(xmlParser, ATTR_STYLE); in parseHeader() 309 @Nullable String id = XmlPullParserUtil.getAttributeValue(xmlParser, "id"); in parseMetadata() 329 @Nullable String regionId = XmlPullParserUtil.getAttributeValue(xmlParser, TtmlNode.ATTR_ID); in parseRegionAttributes() 338 String regionOrigin = XmlPullParserUtil.getAttributeValue(xmlParser, TtmlNode.ATTR_TTS_ORIGIN); in parseRegionAttributes() [all …]
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | DashManifestParser.java | 105 String typeString = xpp.getAttributeValue(null, "type"); in parseMediaPresentationDescription() 214 String schemeIdUri = xpp.getAttributeValue(null, "schemeIdUri"); in parseUtcTiming() 215 String value = xpp.getAttributeValue(null, "value"); in parseUtcTiming() 225 @Nullable String id = xpp.getAttributeValue(null, "id"); in parsePeriod() 278 String mimeType = xpp.getAttributeValue(null, "mimeType"); in parseAdaptationSet() 279 String codecs = xpp.getAttributeValue(null, "codecs"); in parseAdaptationSet() 285 String language = xpp.getAttributeValue(null, "lang"); in parseAdaptationSet() 286 String label = xpp.getAttributeValue(null, "label"); in parseAdaptationSet() 313 language = checkLanguageConsistency(language, xpp.getAttributeValue(null, "lang")); in parseAdaptationSet() 403 String contentType = xpp.getAttributeValue(null, "contentType"); in parseContentType() [all …]
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue() method in XLIFF2ICUConverter 825 String resName = getAttributeValue(node, RESNAME); in parseResourceString() 826 String translate = getAttributeValue(node, TRANSLATE); in parseResourceString() 860 String resName = getAttributeValue(node, RESNAME); in parseResourceInt() 861 String translate = getAttributeValue(node, TRANSLATE); in parseResourceInt() 894 String resName = getAttributeValue(node, RESNAME); in parseResourceAlias() 895 String translate = getAttributeValue(node, TRANSLATE); in parseResourceAlias() 946 String crc = getAttributeValue(transUnit, CRC); in parseResourceBinary() 958 currentSource.external = getAttributeValue(transUnit, HREF); in parseResourceBinary() 967 String attrType = getAttributeValue(node, RESTYPE); in parseTransUnit() [all …]
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapSerializationEnvelope.java | 157 String rootAttr = parser.getAttributeValue(enc, ROOT_LABEL); in parseBody() 177 String value = parser.getAttributeValue(counter); in readSerializable() 234 attributeInfo.setValue(parser.getAttributeValue(counter)); in readSerializable() 283 attributeInfo.setValue(parser.getAttributeValue(attributeCount)); in readUnknown() 354 String type = parser.getAttributeValue(enc, ARRAY_TYPE_LABEL); in readVector() 371 int position = getIndex(parser.getAttributeValue(enc, "offset"), 0, 0); in readVector() 374 position = getIndex(parser.getAttributeValue(enc, "position"), 0, position); in readVector() 407 String href = parser.getAttributeValue(null, HREF_LABEL); in read() 426 String nullAttr = parser.getAttributeValue(xsi, NIL_LABEL); in read() 427 String id = parser.getAttributeValue(null, ID_LABEL); in read() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateTempDateData.java | 42 String id = parts.getAttributeValue(-1, "id"); in main() 48 String request = parts.getAttributeValue(-1, "request"); in main() 55 String type = parts.getAttributeValue(-2, "type"); in main()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/ |
D | XmlResourceParserImpl.java | 317 public String getAttributeValue(int index) { in getAttributeValue() method in XmlResourceParserImpl 352 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlResourceParserImpl 640 return XmlUtils.convertValueToInt(this.getAttributeValue(namespace, attribute), defaultValue); in getAttributeIntValue() 670 String value = getAttributeValue(idx); in getAttributeListValue() 686 return Boolean.parseBoolean(getAttributeValue(idx)); in getAttributeBooleanValue() 694 String attributeValue = getAttributeValue(idx); in getAttributeResourceValue() 707 return Integer.parseInt(getAttributeValue(idx)); in getAttributeIntValue() 727 return Float.parseFloat(getAttributeValue(idx)); in getAttributeFloatValue()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | NumberingSystemsTest.java | 27 String id = parts.getAttributeValue(2, "id"); in TestFile() 28 String digits = parts.getAttributeValue(2, "digits"); in TestFile()
|