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

/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DTokenStore.java250 boolean foundIt = false;
257 foundIt = true;
260 if (!foundIt) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSConstraints.java1317 boolean foundIt[] = new boolean[count2];
1326 if (foundIt[j])
1329 foundIt[j]=true;
1343 if (!foundIt[j] && !particle2.emptiable()) {
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java2868 boolean foundIt = false;
2873 foundIt = true;
2878 if (!foundIt) {
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java1518 boolean foundIt = false;
1526 foundIt = true;
1529 if (foundIt == false) {

Completed in 334 milliseconds