Searched refs:ok (Results 26 - 50 of 215) sorted by relevance

123456789

/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DNoServerTimeoutTest.java42 boolean ok = true;
58 ok &= test(url);
62 ok = false;
67 if (ok)
102 boolean ok = true;
105 ok &= test(url, test);
107 return ok;
148 boolean ok = (expectTimeoutThreads == timeoutThreads);
149 if (!ok) {
153 ok
[all...]
/openjdk7/jdk/test/javax/management/modelmbean/
H A DInfoSupportTest.java44 boolean ok = true;
46 ok &= testSetDescriptorNull();
47 ok &= testEmptyArrayParameters();
48 ok &= testGetDescriptorsForMBean();
50 if (ok)
102 boolean ok = true;
109 ok &= checkMMBI(mmbi, "null parameters, no descriptor");
114 ok &= checkMMBI(mmbi, "null parameters, null descriptor");
122 ok &= checkMMBI(mmbi, "empty parameters, no descriptor");
131 ok
[all...]
H A DRequiredModelMBeanMethodTest.java65 boolean ok = true;
135 ok = false;
139 ok = false;
165 ok = false;
169 ok = false;
172 if (ok) {
177 ok = false;
182 if (ok) {
189 ok = false;
203 ok
[all...]
H A DRequiredModelMBeanSetAttributeTest.java55 boolean ok = true;
115 ok = false;
120 ok = false;
127 ok = false;
139 ok = false;
142 if (ok)
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPreRegisterTest.java71 boolean ok = true;
73 ok = false;
77 ok = false;
81 if (ok) {
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DCloseFailedClientTest.java69 boolean ok = true;
74 ok = false;
81 ok = false;
85 if (ok) {
H A DCloseUnconnectedTest.java53 boolean ok = true;
58 ok = false;
65 ok = false;
69 if (ok) {
H A DFailedConnectionTest.java50 boolean ok = true;
55 ok = false;
62 ok = false;
66 if (ok) {
H A DGetConnectionTest.java55 boolean ok = true;
62 ok &= test(proto);
66 ok = false;
70 if (ok)
H A DMultiOpenCloseTest.java52 boolean ok = true;
57 ok = false;
64 ok = false;
68 if (ok) {
H A DReconnectTest.java57 boolean ok = true;
62 ok = false;
69 ok = false;
73 if (ok) {
/openjdk7/jdk/test/java/awt/print/PageFormat/
H A DPageFormatFromAttributes.java67 boolean ok = true;
70 ok = orient == OrientationRequested.PORTRAIT;
73 ok = orient == OrientationRequested.LANDSCAPE;
76 ok = orient == OrientationRequested.REVERSE_LANDSCAPE;
79 if (!ok) {
/openjdk7/jdk/test/java/io/Serializable/concurrentClassDescLookup/
H A DConcurrentClassDescLookup.java53 boolean ok; field in class:SuccessfulLookup
70 ok = true;
77 boolean ok; field in class:FailingLookup
95 ok = true;
116 if (!slookups[i].ok) {
133 if (!flookups[i].ok) {
/openjdk7/langtools/test/tools/javac/6394683/
H A DT6394683.java87 boolean ok;
89 ok = test("-Xprefer:source", good_java, bad_class);
90 ok &= test("-Xprefer:source", bad_class, good_java);
91 ok &= test("-Xprefer:newer", bad_java, good_class);
92 ok &= test("-Xprefer:newer", bad_class, good_java);
94 if (!ok)
/openjdk7/jdk/test/javax/management/relation/
H A DNonArrayListTest.java77 boolean ok = true;
100 ok = false;
121 ok = false;
131 ok = false;
141 ok = false;
144 if (ok)
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java90 boolean ok = true;
93 ok &= test(protos[i], mbs, on);
98 ok = false;
102 if (ok)
166 boolean ok = true;
168 ok &= checkAttrs("getAttributes", getAttrs);
169 ok &= checkAttrs("setAttributes", setAttrs);
171 ok &= checkType("getAttribute", getAttributeExotic, Exotic.class);
172 ok &= checkType("getAttributes", attrValue(getAttrs), Exotic.class);
173 ok
[all...]
/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DCrypto.java66 boolean ok = sig.verify(s);
67 if (ok == false) {
/openjdk7/langtools/test/tools/apt/lib/
H A DTestProcessor.java74 boolean ok = true; // result of this test
76 ok = verifyResults((Collection) result,
79 ok = verifyResult(result, anno.result());
81 if (!ok) {
/openjdk7/jdk/test/sun/security/krb5/auto/
H A Dok-as-delegate-xrealm.sh27 # @run shell/timeout=600 ok-as-delegate-xrealm.sh
71 $J -Dtest.kdc.policy.ok-as-delegate OkAsDelegateXRealm true || exit 2
74 $J -Dtest.kdc.policy.ok-as-delegate=host/host.r3.local OkAsDelegateXRealm false || exit 3
77 $J "-Dtest.kdc.policy.ok-as-delegate=host/host.r3.local krbtgt/R2 krbtgt/R3" OkAsDelegateXRealm true || exit 4
/openjdk7/jdk/test/java/lang/Class/getField/
H A DExceptions.java31 private static boolean ok = true; field in class:Exceptions
51 ok = false;
67 if (!ok)
/openjdk7/jdk/test/javax/management/openmbean/
H A DCompositeDataStringTest.java74 boolean ok = true;
79 ok = false;
84 if (ok)
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiRegistrySslTest.java30 static final String ok = "OK: Found jmxrmi entry in RMIRegistry!"; field in class:RmiRegistrySslTest
47 System.out.println(ok);
77 System.out.println(ok);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJARSoundbankReader.java49 boolean ok = false;
54 ok = stream.read(buff) == 4;
55 if (ok) {
56 ok = (buff[0] == 0x50
66 return ok;
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6393710.java86 ok = readAndCheck (is, "401 Unauthorized") &&
90 ok = false;
99 if (!ok) {
127 public static boolean ok = false; field in class:B6393710
144 ok = false;
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotSerializableNotifTest.java70 boolean ok = true;
75 ok = false;
82 ok = false;
86 if (ok) {
149 boolean ok = true;
154 ok = false;
165 return ok;

Completed in 68 milliseconds

123456789