Searched defs:okay (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DStateTestService.java51 static void check(boolean okay) { argument
52 if (!okay) {
/openjdk7/jdk/test/java/nio/file/FileSystem/
H A DBasic.java39 static void check(boolean okay, String msg) { argument
40 if (!okay)
/openjdk7/jdk/test/java/nio/file/Files/
H A DLinks.java42 static void assertTrue(boolean okay) { argument
43 if (!okay)
H A DMisc.java352 static void assertTrue(boolean okay) { argument
353 if (!okay)
H A DFileAttributes.java42 static void assertTrue(boolean okay) { argument
43 if (!okay)
/openjdk7/jdk/test/java/nio/file/FileStore/
H A DBasic.java49 static void assertTrue(boolean okay) { argument
50 if (!okay)
/openjdk7/jdk/test/java/nio/file/Path/
H A DMisc.java165 static void assertTrue(boolean okay) { argument
166 if (!okay)
/openjdk7/jdk/test/java/nio/file/attribute/BasicFileAttributeView/
H A DBasic.java38 static void check(boolean okay, String msg) { argument
39 if (!okay)
/openjdk7/jdk/test/java/nio/file/attribute/DosFileAttributeView/
H A DBasic.java38 static void check(boolean okay) { argument
39 if (!okay)
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp906 Label okay; local
909 __ jcc(Assembler::equal, okay);
912 __ jcc(Assembler::equal, okay);
914 __ bind(okay);
H A DtemplateInterpreter_x86_32.cpp735 Label okay; local
737 __ jcc(Assembler::equal, okay);
739 __ jcc(Assembler::equal, okay);
741 __ bind(okay);
H A DtemplateInterpreter_x86_64.cpp719 Label okay; local
721 __ jcc(Assembler::equal, okay);
723 __ bind(okay);

Completed in 86 milliseconds