Searched refs:firstStep (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DWalkerFactory.java833 StepPattern firstStep = null, prevStep = null;
839 firstStep, prevStep);
841 if (null == firstStep)
843 firstStep = step;
956 return step; // start from last pattern?? //firstStep;
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java172 * @param firstStep number of first step in authentication state machine
178 protected DigestMD5Base(Map props, String className, int firstStep, argument
182 step = firstStep;

Completed in 38 milliseconds