Searched refs:isOK (Results 1 - 9 of 9) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/
H A DT4711572.java34 static <T> boolean isOK(T x) { method in class:T4711572
35 return isOK(x);
39 return true && isOK(x);
/openjdk7/jdk/test/tools/launcher/
H A DTestSpecialArgs.java49 if (!tr.isOK()) {
54 if (tr.isOK()) {
62 if (!tr.isOK()) {
67 if (tr.isOK()) {
99 if (!tr.isOK()) {
H A DI18NJarTest.java109 if (!tr.isOK()) {
117 if (!tr.isOK()) {
H A DSettings.java80 if (!tr.isOK()) {
87 if (!tr.isOK()) {
136 if (!tr.isOK()) {
H A DMainClassAttributeTest.java56 if (tr.isOK()) {
H A DArrrghs.java157 if (!tr.isOK()) {
389 if (!tr.isOK()) {
430 if (!tr.isOK()) {
438 if (!tr.isOK()) {
H A DTestHelper.java527 boolean isOK() { method in class:TestHelper.TestResult
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DResolver.java206 boolean isOK = false;
209 isOK = true;
212 if (!isOK)
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DChannelImpl.java232 private static boolean isOK(byte[] res) throws CardException { method in class:ChannelImpl
277 if (isOK(res) == false) {

Completed in 64 milliseconds