Home
last modified time | relevance | path

Searched refs:getAttributeCount (Results 1 – 25 of 41) 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/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java125 public int getAttributeCount() { in getAttributeCount() method in AttributeContainer
136 int numAttributes = getAttributeCount(); in attributesAreEqual()
137 if (numAttributes != other.getAttributeCount()) { in attributesAreEqual()
DDM.java61 int cnt = attributeContainer.getAttributeCount(); in writeInstance()
DSoapSerializationEnvelope.java168 for (int counter = 0; counter < parser.getAttributeCount(); counter++) { in readSerializable()
240 … for (int attributeCount = 0; attributeCount < parser.getAttributeCount(); attributeCount++) { in readUnknown()
588 int cnt = soapObject.getAttributeCount(); in writeObjectBody()
DSoapObject.java475 for (int attribIndex = 0; attribIndex < getAttributeCount(); attribIndex++) { in newInstance()
/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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
DIncludedDependenciesTest.java25 assertEquals(1, xmlPullParser.getAttributeCount()); in xppShouldWork()
/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/skia/src/xml/
DSkXMLPullParser.cpp120 int SkXMLPullParser::getAttributeCount() in getAttributeCount() function in SkXMLPullParser
/external/skia/include/xml/
DSkXMLParser.h122 int getAttributeCount();
/external/vogar/src/vogar/
DXmlReportReader.java127 int attributeCount = parser.getAttributeCount(); in createAttributeMap()
/external/vogar/lib/
Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
DTestAttributeSet.java76 public int getAttributeCount() { in getAttributeCount() method in TestAttributeSet
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DConfigurator.java267 for (int i = 0; i < xrp.getAttributeCount(); i++) { in configure()
/external/opencv3/modules/java/generator/src/java/
Dandroid+CameraBridgeViewBase.java71 int count = attrs.getAttributeCount(); in CameraBridgeViewBase()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DPlot.java363 for (int i = 0; i < attrs.getAttributeCount(); i++) { in loadAttrs()
/external/robolectric/v1/lib/main/
Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v3/
Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java356 for (int i = 0; i < xml.getAttributeCount(); i++) { in buildView()

12