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

12

/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DIncludedDependenciesTest.java25 assertEquals(1, xmlPullParser.getAttributeCount());
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DAttributeContainer.java125 public int getAttributeCount() { method in class:AttributeContainer
136 int numAttributes = getAttributeCount();
137 if (numAttributes != other.getAttributeCount()) {
H A DDM.java61 int cnt = attributeContainer.getAttributeCount();
H A DSoapSerializationEnvelope.java168 for (int counter = 0; counter < parser.getAttributeCount(); counter++) {
240 for (int attributeCount = 0; attributeCount < parser.getAttributeCount(); attributeCount++) {
588 int cnt = soapObject.getAttributeCount();
H A DSoapObject.java475 for (int attribIndex = 0; attribIndex < getAttributeCount(); attribIndex++) {
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java76 public int getAttributeCount() { method in class:Element
97 for (int i = 0; i < getAttributeCount(); i++) {
196 for (int i = 0; i < parser.getAttributeCount(); i++)
312 int len = getAttributeCount();
/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/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.cpp120 int SkXMLPullParser::getAttributeCount() function in class:SkXMLPullParser
/external/skia/include/xml/
H A DSkXMLParser.h122 int getAttributeCount();
/external/vogar/src/vogar/
H A DXmlReportReader.java127 int attributeCount = parser.getAttributeCount();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestAttributeSet.java76 public int getAttributeCount() { method in class:TestAttributeSet
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DConfigurator.java267 for (int i = 0; i < xrp.getAttributeCount(); i++) {
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
H A DPlot.java363 for (int i = 0; i < attrs.getAttributeCount(); i++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1576 milliseconds

12