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

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapObject.java101 for (int propIndex = 0; propIndex < numProperties; propIndex++) {
102 Object thisProp = this.properties.elementAt(propIndex);
103 if (!otherSoapObject.isPropertyEqual(thisProp, propIndex)) {
465 for (int propIndex = 0; propIndex < properties.size(); propIndex++) {
466 Object prop = properties.elementAt(propIndex);
468 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(propIndex);
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayable.cpp78 int propIndex = 0; local
86 if (getProperty(propIndex, &value))
87 copy->setProperty(propIndex, value);
88 propIndex++;
154 int propIndex = 0; local
168 if (getProperty(propIndex, &value)) {
169 blankCopy->getProperty(propIndex, &blankValue);
174 propIndex++;
/external/skia/src/animator/
H A DSkDisplayable.cpp78 int propIndex = 0; local
86 if (getProperty(propIndex, &value))
87 copy->setProperty(propIndex, value);
88 propIndex++;
154 int propIndex = 0; local
168 if (getProperty(propIndex, &value)) {
169 blankCopy->getProperty(propIndex, &blankValue);
174 propIndex++;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp1939 for (unsigned propIndex = 0; !found && propIndex < shorthand.length(); ++propIndex) {
1940 if (!propertyFound[propIndex] && parseValue(shorthand.properties()[propIndex], important)) {
1941 propertyFound[propIndex] = found = true;
1964 for (unsigned propIndex = 0; propIndex < initProperties.length(); ++propIndex)
1965 addProperty(initProperties.properties()[propIndex], cssValuePoo
[all...]

Completed in 126 milliseconds