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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuildStep.java52 public static final int POSSIBLE = 1; field in class:BuildStep
83 * @param res result, where result is one of POSSIBLE, BACK,
176 * are POSSIBLE, FOLLOW, BACK, FAIL, SUCCEED.
194 case BuildStep.POSSIBLE:
233 case POSSIBLE:
260 case POSSIBLE:
H A DAdjacencyList.java70 * <code>POSSIBLE</code> denotes that the current step represents a
73 * those noted as <code>POSSIBLE</code>) that the builder is using to try
152 mStepList.add(new BuildStep(v, BuildStep.POSSIBLE));

Completed in 69 milliseconds