Home
last modified time | relevance | path

Searched refs:getAttributeCount (Results 1 – 25 of 36) sorted by relevance

12

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DElement.java76 public int getAttributeCount() { in getAttributeCount() method in Element
97 for (int i = 0; i < getAttributeCount(); i++) { in getAttributeValue()
196 for (int i = 0; i < parser.getAttributeCount(); i++) in parse()
312 int len = getAttributeCount(); in write()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DXmlPullParserTest.java42 assertThat(parser.getAttributeCount()).isEqualTo(-1); in xmlParser()
48 int attributeCount = parser.getAttributeCount(); in xmlParser()
113 int attributeCount = parser.getAttributeCount(); in buildAttrSet()
160 int attributeCount = parser.getAttributeCount(); in format()
DShadowAssetManagerTest.java184 when(mockAttributeSet.getAttributeCount()).thenReturn(1); in attrsToTypedArray_shouldAllowMockedAttributeSets()
/external/replicaisland/src/com/replica/replicaisland/
DLevelTree.java108 for(int i=0; i < parser.getAttributeCount(); i++) { in loadLevelTree()
148 for(int i=0; i < parser.getAttributeCount(); i++) { in loadLevelTree()
160 for(int i=0; i < parser.getAttributeCount(); i++) { in loadLevelTree()
173 for(int i=0; i < parser.getAttributeCount(); i++) { in loadLevelTree()
DConversationUtils.java61 for (int i=0; i < parser.getAttributeCount(); i++) { in loadDialog()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java204 public int getAttributeCount() { in getAttributeCount() method in AttributeContainer
215 int numAttributes = getAttributeCount(); in attributesAreEqual()
216 if (numAttributes != other.getAttributeCount()) { in attributesAreEqual()
DDM.java62 int cnt = attributeContainer.getAttributeCount(); in writeInstance()
79 int cnt = soapObject.getAttributeCount(); in writeInstance()
DHasAttributes.java9 int getAttributeCount(); in getAttributeCount() method
DSoapSerializationEnvelope.java175 for (int counter = 0; counter < parser.getAttributeCount(); counter++) { in readSerializable()
230 int cnt = parser.getAttributeCount(); in readSerializable()
279 for (int attributeCount = 0; attributeCount < parser.getAttributeCount(); in readUnknown()
518 int cnt = parser.getAttributeCount(); in readInstance()
671 int cnt = soapObject.getAttributeCount(); in writeAttributes()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDelegatedData.java107 public int getAttributeCount() { in getAttributeCount() method in DelegatedData
108 return getDelegate().getAttributeCount(); in getAttributeCount()
DData.java100 int getAttributeCount(); in getAttributeCount() method
DDefaultDataContext.java292 public int getAttributeCount() { in getAttributeCount() method in DefaultDataContext.LocalVariable
DNestedMapData.java231 public int getAttributeCount() { in getAttributeCount() method in NestedMapData
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DIncludedDependenciesTest.java25 assertEquals(1, xmlPullParser.getAttributeCount()); in xppShouldWork()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution.java54 int attributeCount = xmlParser.getAttributeCount(); in find()
296 final int xmlAttrEnd = xmlParser != null ? xmlParser.getAttributeCount() : 0; in ApplyStyle()
446 final int xmlAttrCount = xmlParser.getAttributeCount(); in RetrieveAttributes()
DAttributeResolution9.java49 int attributeCount = xmlParser.getAttributeCount(); in Find()
452 final int xml_attr_count = xml_parser.getAttributeCount(); in RetrieveAttributes()
DAttributeResolution10.java53 int attributeCount = xmlParser.getAttributeCount(); in Find()
462 final int xml_attr_count = xml_parser.getAttributeCount(); in RetrieveAttributes()
DResXMLParser.java197 public int getAttributeCount() in getAttributeCount() method in ResXMLParser
400 final int N = getAttributeCount(); in indexOfAttribute()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DXmlResourceParserImplTest.java86 return parser.getAttributeCount() + 1; in attributeIndexOutOfIndex()
372 assertThat(parser.getAttributeCount()) in testGetAttributeCount()
376 assertThat(parser.getAttributeCount()).isEqualTo(1); in testGetAttributeCount()
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java406 public int getAttributeCount(int elementIndex) { in getAttributeCount() method in XPathParts
407 … return elements.get(elementIndex >= 0 ? elementIndex : elementIndex + size()).getAttributeCount(); in getAttributeCount()
803 if (getAttributeCount() == 0) { in writeAttributes()
865 private int getAttributeCount() { in getAttributeCount() method in XPathParts.Element
1122 if (element.getAttributeCount() == 0) { in removeProposed()
/external/vogar/src/vogar/
DXmlReportReader.java127 int attributeCount = parser.getAttributeCount(); in createAttributeMap()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DConfigurator.java267 for (int i = 0; i < xrp.getAttributeCount(); i++) { in configure()
/external/cldr/tools/java/org/unicode/cldr/tool/
DVerifyAttributeValues.java106 if (parts.getAttributeCount(i) == 0) continue; in handlePathValue()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowXmlBlock.java195 return resXMLParser.getAttributeCount(); in nativeGetAttributeCount()
/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java255 if (parts.getAttributeCount(i) == 0) continue; in checkPaths()

12