HomeSort by relevance Sort by last modified time
    Searched refs:returnProperty (Results 1 - 4 of 4) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 227 private XMPPropertyInfo returnProperty = null;
266 if (returnProperty != null)
307 * Sets the returnProperty as next item or recurses into <code>hasNext()</code>.
316 returnProperty = createPropertyInfo(visitedNode, getBaseNS(), path);
351 returnProperty = (XMPPropertyInfo) subIterator.next();
363 * The existance of returnProperty indicates if there is a next node, otherwise
372 XMPPropertyInfo result = returnProperty;
373 returnProperty = null;
498 * @return Returns the returnProperty.
502 return returnProperty;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1102 milliseconds