Searched refs:strictCheck (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBytePackedRaster.java1357 * the data. If strictCheck
1359 * If strictCheck is true, this method will check for additional error
1365 private void verify (boolean strictCheck) { argument
1404 if (strictCheck) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java110 public boolean strictCheck =true; field in class:Options
516 strictCheck = false;
H A DModelLoader.java344 if( opt.strictCheck && !SchemaConstraintChecker.check(opt.getGrammars(),errorReceiver,opt.entityResolver)) {

Completed in 1982 milliseconds