Home
last modified time | relevance | path

Searched refs:getElementName (Results 1 – 16 of 16) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DAnnotationSection.java43 @Nonnull StringKey getElementName(@Nonnull AnnotationElement element); in getElementName() method
DEncodedValueWriter.java88 … writer.writeUleb128(stringSection.getItemIndex(annotationSection.getElementName(element))); in writeAnnotation()
DDexWriter.java707 … writer.writeUleb128(stringSection.getItemIndex(annotationSection.getElementName(element)));
/external/cldr/tools/java/org/unicode/cldr/api/
DAttributeKey.java58 AttributeKey::getElementName, AttributeKey::getAttributeName, identity()));
117 public String getElementName() { in getElementName() method in AttributeKey
DCldrDataType.java182 return isValueAttribute(key.getElementName(), key.getAttributeName());
191 Attribute attribute = getAttribute(key.getElementName(), key.getAttributeName());
DCldrPath.java280 if (p.getName().equals(key.getElementName())) { in get()
474 .filter(k -> k.getElementName().equals(getName())) in appendToString()
DXmlDataSource.java299 valueAttributes.keySet().removeIf(k -> k.getElementName().equals(qName)); in endElement()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DBcp47Mapper.java214 a.getElementName().equals("key") ? keyName : keyName + "/" + typeName; in addInfoAttributes()
216 "@" + a.getElementName() + "Info/" + a.getAttributeName() + "/" + id, in addInfoAttributes()
DCollationMapper.java142 key.getElementName().substring(4), key.getAttributeName().substring(4))); in maybeAddSpecial()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DAnnotationPool.java72 …@Nonnull @Override public CharSequence getElementName(@Nonnull AnnotationElement annotationElement… in getElementName() method in AnnotationPool
/external/deqp/executor/
DxeTestCaseListParser.cpp95 const char* elemName = m_xmlParser.getElementName(); in parse()
DxeTestResultParser.cpp399 …ltParseError(string("Missing attribute '") + name + "' in <" + m_xmlParser.getElementName() + ">"); in getAttribute()
455 const char* elemName = m_xmlParser.getElementName(); in handleElementStart()
737 const char* elemName = m_xmlParser.getElementName(); in handleElementEnd()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderAnnotationPool.java81 public BuilderStringReference getElementName(@Nonnull BuilderAnnotationElement element) { in getElementName() method in BuilderAnnotationPool
/external/deqp/framework/xexml/
DxeXMLParser.hpp153 const char* getElementName (void) const { return m_elementName.c_str(); } in getElementName() function in xe::xml::Parser
/external/deqp/framework/common/
DtcuWaiverUtil.cpp208 const char* elemName = xmlParser.getElementName(); in readWaivedTestsFromXML()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResXMLParser.java191 final String getElementName(Ref<Integer> outLen) in getElementName() method in ResXMLParser