Searched refs:sanityCheck (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/io/File/
H A DUnicode.java61 static void sanityCheck(File f) throws Exception { method in class:Unicode
82 sanityCheck(f1);
85 sanityCheck(f2);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineInputRecord.java202 if (!box.sanityCheck(tagLen, cipheredLength)) {
H A DInputRecord.java146 if (!box.sanityCheck(tagLen, cipheredLength)) {
H A DCipherBox.java806 boolean sanityCheck(int tagLen, int fragmentLen) { method in class:CipherBox
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DModelLoader.java117 if(!sanityCheck())
199 private boolean sanityCheck() { method in class:ModelLoader
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java355 sanityCheck();
1375 private static void sanityCheck() { method in class:FontConfiguration

Completed in 50 milliseconds