Searched refs:getAttributeName (Results 1 – 25 of 56) sorted by relevance
123
109 if (parser.getAttributeName(i).equals("past")) { in loadLevelTree()113 } else if (parser.getAttributeName(i).equals("restartable")) { in loadLevelTree()117 } else if (parser.getAttributeName(i).equals("waitmessage")) { in loadLevelTree()124 if (parser.getAttributeName(i).equals("resource")) { in loadLevelTree()127 if (parser.getAttributeName(i).equals("title")) { in loadLevelTree()129 } else if (parser.getAttributeName(i).equals("time")) { in loadLevelTree()151 if (parser.getAttributeName(i).equals("resource")) { in loadLevelTree()163 if (parser.getAttributeName(i).equals("resource")) { in loadLevelTree()176 if (parser.getAttributeName(i).equals("resource")) { in loadLevelTree()
64 if (parser.getAttributeName(i).equals("image")) { in loadDialog()67 if (parser.getAttributeName(i).equals("text")) { in loadDialog()70 if (parser.getAttributeName(i).equals("title")) { in loadDialog()
88 public String getAttributeName(int index) { in getAttributeName() method in Element98 if (name.equals(getAttributeName(i)) in getAttributeValue()199 parser.getAttributeName(i), in parse()317 getAttributeName(i), in write()
54 attrNames.add(namespace + ":" + parser.getAttributeName(i)); in xmlParser()117 attrNames.add(parser.getAttributeNamespace(i) + ":" + parser.getAttributeName(i)); in buildAttrSet()163 && name.equals(parser.getAttributeName(i))) { in format()164 return format(parser.getAttributeNamespace(i), parser.getAttributeName(i), in format()
186 when(mockAttributeSet.getAttributeName(0)).thenReturn("android:windowBackground"); in attrsToTypedArray_shouldAllowMockedAttributeSets()
205 attribute.getAttributeName(targetClass)); in replaceAttribute()284 if (attribute.getAttributeName(targetClass).equals(attributeName)) in findAttributeIndex()306 if (attribute.getAttributeName(targetClass).equals(attributeName)) in findAttribute()
198 if (name.equals(Const.getAttributeName(i))) in readAttribute()370 return Const.getAttributeName(tag); in toString()
129 return Const.getAttributeName(Const.ATTR_DEPRECATED); in toString()
368 roboAttributeSet.getAttributeName(0), in shouldReturnAttributesInOrderOfNameResId()369 roboAttributeSet.getAttributeName(1), in shouldReturnAttributesInOrderOfNameResId()370 roboAttributeSet.getAttributeName(2) in shouldReturnAttributesInOrderOfNameResId()
26 assertEquals("name", xmlPullParser.getAttributeName(0)); in xppShouldWork()
66 public String getAttributeName(Clazz clazz) in getAttributeName() method in Attribute
87 if (attribute.getAttributeName(clazz).equals(name)) in getAttribute()
80 if (attribute.getAttributeName(clazz).equals(name)) in getAttribute()
330 parser.getAttributeName(0); in testGetAttributeName()337 assertThat(parser.getAttributeName(0)).isEqualTo("bar"); in testGetAttributeName()340 parser.getAttributeName(attributeIndexOutOfIndex()); in testGetAttributeName()
169 name = attribute.getAttributeName(clazz).intern(); in visitAnyAttribute()
176 String attributeName = parser.getAttributeName(counter); in readSerializable()233 attributeInfo.setName(parser.getAttributeName(counter)); in readSerializable()282 attributeInfo.setName(parser.getAttributeName(attributeCount)); in readUnknown()522 attributeInfo.setName(parser.getAttributeName(counter)); in readInstance()
129 String attributeName = parser.getAttributeName(i); in createAttributeMap()
org/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
95 … file.println("<H4><A NAME=\"" + anchor + "\">" + attr_count + " " + Const.getAttributeName(tag) in writeAttribute()
529 + Const.getAttributeName(tag) + "</A></LI>\n"); in writeMethod()542 + Const.getAttributeName(tag) + "</A></LI>\n"); in writeMethod()
290 public String getAttributeName(int index) { in getAttributeName() method in XmlResourceParserImpl601 return getResourceId(getAttributeName(index), attributeNamespace, "attr"); in getAttributeNameResource()
477 …log << TestLog::Message << "Bind attribute: '" << iter->getAttributeName() << "' to " << iter->get… in bindAttributes()478 gl.bindAttribLocation(program, iter->getLocation(), iter->getAttributeName().c_str()); in bindAttributes()707 activeBindings[preAttachBind[bindNdx].getAttributeName()] = preAttachBind[bindNdx].getLocation(); in runTest()710 activeBindings[preLinkBind[bindNdx].getAttributeName()] = preLinkBind[bindNdx].getLocation(); in runTest()759 activeBindings[postLinkBind[bindNdx].getAttributeName()] = postLinkBind[bindNdx].getLocation(); in runTest()
257 final String getAttributeName(int idx, Ref<Integer> outLen) in getAttributeName() method in ResXMLParser448 final String curAttr = getAttributeName(i, curAttrLen); in indexOfAttribute()
299 static std::string getAttributeName (const char* varyingName, const glu::TypeComponentVector& path) in getAttributeName() function350 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources()393 string attribName = getAttributeName(name, vecIter.getPath()); in genShaderSources()457 string name = getAttributeName(var->name.c_str(), vecIter.getPath()); in computeInputLayout()512 string attribName = getAttributeName(varName.c_str(), fullPath); in computeTransformFeedbackOutputs()
268 params.put(xrp.getAttributeName(i), xrp.getAttributeValue(i)); in configure()