Searched refs:getAttributeCount (Results 1 - 11 of 11) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DLevelTree.java108 for(int i=0; i < parser.getAttributeCount(); i++) {
148 for(int i=0; i < parser.getAttributeCount(); i++) {
160 for(int i=0; i < parser.getAttributeCount(); i++) {
173 for(int i=0; i < parser.getAttributeCount(); i++) {
H A DConversationUtils.java61 for (int i=0; i < parser.getAttributeCount(); i++) {
/external/collada/include/dae/
H A DdomAny.h60 daeUInt getAttributeCount() const { return (daeUInt)_meta->getMetaAttributes().getCount(); } function in class:domAny
H A DdaeElement.h156 size_t getAttributeCount();
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java100 int getAttributeCount(); method in interface:Data
H A DDelegatedData.java107 public int getAttributeCount() { method in class:DelegatedData
108 return getDelegate().getAttributeCount();
H A DDefaultDataContext.java292 public int getAttributeCount() { method in class:DefaultDataContext.LocalVariable
H A DNestedMapData.java231 public int getAttributeCount() { method in class:NestedMapData
/external/skia/src/xml/
H A DSkXMLPullParser.cpp113 int SkXMLPullParser::getAttributeCount() function in class:SkXMLPullParser
/external/collada/src/dae/
H A DdaeElement.cpp167 size_t daeElement::getAttributeCount() { function in class:daeElement
249 for (size_t i = 0; i < getAttributeCount(); i++) {
424 for (daeUInt i = 0; i < (daeUInt)thisAny->getAttributeCount(); i++)
581 for (size_t i = 0; i < elt1.getAttributeCount(); i++)
609 if (elt1.getAttributeCount() > elt2.getAttributeCount())
610 return attrMismatch(elt1, elt2, elt1.getAttributeName(elt2.getAttributeCount()));
611 if (elt2.getAttributeCount() > elt1.getAttributeCount())
612 return attrMismatch(elt1, elt2, elt2.getAttributeName(elt1.getAttributeCount()));
[all...]
/external/skia/include/xml/
H A DSkXMLParser.h130 int getAttributeCount();

Completed in 206 milliseconds