Searched refs:ok (Results 51 - 75 of 215) sorted by relevance

123456789

/openjdk7/langtools/test/tools/javac/
H A DTestPkgInfo.java49 for (OptKind ok: OptKind.values()) {
54 test(ok, sr, cr, rr);
68 void test(OptKind ok, boolean sr, boolean cr, boolean rr) throws Exception { argument
70 System.err.println("Test " + count + ": ok:" + ok + " sr:" + sr + " cr:" + cr + " rr:" + rr);
99 if (ok.opt != null)
100 opts.add(ok.opt);
110 switch (ok) {
H A DT6759996.java65 boolean ok = toDir.mkdirs();
66 if (!ok) {
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionTest.java73 boolean ok = true;
81 ok &= test(proto);
85 ok = false;
89 if (ok)
134 boolean ok = checkConnectionId(proto, clientConnId);
135 if (!ok)
145 ok = mustBeConnectionNotification(notif, clientConnId,
147 if (!ok)
156 ok = mustBeConnectionNotification(notif, clientConnId,
158 if (!ok)
[all...]
H A DAddressableTest.java50 boolean ok = true;
60 ok = false;
64 if (ok) {
/openjdk7/jdk/test/javax/management/modelmbean/
H A DRequiredModelMBeanGetAttributeTest.java63 boolean ok = true;
284 ok = false;
297 ok = false;
311 ok = false;
325 ok = false;
337 ok = false;
350 ok = false;
364 ok = false;
378 ok = false;
381 if (ok)
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegionClipSpanIterator.java259 boolean ok = row.nextYRange(rgnbox);
261 if (ok) {
265 if (!ok || rgnloy >= spanhiy) {
280 boolean ok = box.nextXBand(rgnbox);
281 if (ok) {
285 if (!ok || rgnlox >= spanhix) {
/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferencesFile.java165 boolean ok = true;
173 if (!f.synchronize()) ok = false;
191 return ok;
197 boolean ok = true;
205 ok = false;
223 return ok;
228 boolean ok = true;
235 ok = false;
241 return ok;
250 boolean ok
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DMonitorFrameInfo.java140 boolean ok = false;
144 // ok
145 ok = true;
148 if (!ok) {
/openjdk7/jdk/test/java/lang/StringBuffer/
H A DExceptions.java31 private static boolean ok = true; field in class:Exceptions
34 ok = false;
119 if (!ok)
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DExceptions.java31 private static boolean ok = true; field in class:Exceptions
34 ok = false;
118 if (!ok)
/openjdk7/corba/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java112 boolean ok = true;
122 ok = false;
125 ok = false;
132 ok = false;
135 if ( !ok ) {
146 ok = false;
153 ok = false;
156 if ( !ok ) {
161 return ok;
/openjdk7/jdk/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java112 boolean ok = true;
122 ok = false;
125 ok = false;
132 ok = false;
135 if ( !ok ) {
146 ok = false;
153 ok = false;
156 if ( !ok ) {
161 return ok;
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DMonitorDeadlock.java147 boolean ok = true;
149 ok = ok && found[j];
152 if (!ok) {
H A DSynchronizerDeadlock.java150 boolean ok = true;
152 ok = ok && found[j];
155 if (!ok) {
/openjdk7/jdk/test/javax/management/Introspector/
H A DInvokeGettersTest.java126 boolean ok = true;
135 ok = fail(what + " worked but should not have");
140 ok = fail(what + " got exception with wrong nested " +
146 return ok;
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DTargetMBeanTest.java115 boolean ok = true;
118 ok &= test(protos[i], mbs);
122 ok = false;
126 if (ok)
153 ObjectName on = new ObjectName("x:proto=" + proto + ",ok=yes");
H A DUserClassLoaderTest.java56 boolean ok = true;
61 ok = false;
68 ok = false;
71 if (ok) {
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DAddRemoveTest.java48 boolean ok = true;
53 ok = false;
60 ok = false;
64 if (ok) {
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java299 boolean ok = true;
306 ok &= checkSame(what + " equivalence class " + ei, ec1);
311 ok &= checkDifferent(what + " equivalence classes " +
315 if (ok)
317 return ok;
326 boolean ok = true;
336 ok = false;
344 ok = false;
348 return ok;
353 boolean ok
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DCIF.java46 boolean ok = prepCIF(cifBuf.bufferPtr, argCoders.length, returnCoder.getFFITypePtr(), argsPtr);
47 if(!ok)
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DPercentSign.sh79 ${TESTCLASSES}${FS}AlgOptionsTmp.jar ok
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanAnnotationTest.java55 boolean ok = checkMXBean(mbs.getMBeanInfo(on), true,
58 if (ok)
H A DMXBeanPreRegisterTest.java88 boolean ok = mbean.count == (wrapped ? 0 : 4);
89 if (ok)
/openjdk7/langtools/test/tools/javac/parser/
H A DExtraSemiTest.java68 Boolean ok = ct.call();
69 if (!ok) throw new AssertionError("compilation failed");
/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DGetPrivateKey.java73 boolean ok = signature.verify(sig);
74 if (ok == false) {

Completed in 165 milliseconds

123456789