Home
last modified time | relevance | path

Searched refs:propIndex (Results 1 – 4 of 4) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapObject.java101 for (int propIndex = 0; propIndex < numProperties; propIndex++) { in equals()
102 Object thisProp = this.properties.elementAt(propIndex); in equals()
103 if (!otherSoapObject.isPropertyEqual(thisProp, propIndex)) { in equals()
465 for (int propIndex = 0; propIndex < properties.size(); propIndex++) { in newInstance()
466 Object prop = properties.elementAt(propIndex); in newInstance()
468 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(propIndex); in newInstance()
/external/skia/src/animator/
DSkDisplayable.cpp78 int propIndex = 0; in deepCopy() local
86 if (getProperty(propIndex, &value)) in deepCopy()
87 copy->setProperty(propIndex, value); in deepCopy()
88 propIndex++; in deepCopy()
154 int propIndex = 0; in dumpAttrs() local
168 if (getProperty(propIndex, &value)) { in dumpAttrs()
169 blankCopy->getProperty(propIndex, &blankValue); in dumpAttrs()
174 propIndex++; in dumpAttrs()
/external/guice/extensions/persist/lib/
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...