Searched refs:good (Results 1 - 13 of 13) sorted by relevance

/openjdk7/langtools/test/tools/javac/
H A DDigits.java10 public static final double good = 1.23; field in class:Digits
H A DGoodCovar.java33 package good.covar;
/openjdk7/jdk/test/sun/net/util/
H A DIPAddressUtilTest.java30 final static Boolean good = Boolean.TRUE; field in class:IPAddressUtilTest
34 {"224.0.1.0", good},
35 {"238.255.255.255", good},
36 {"239.255.255.255", good},
42 {"10::10", good},
45 {"10::10.1.2.3", good},
/openjdk7/jdk/test/com/sun/security/auth/login/ConfigFile/
H A DOverride.java29 * @run main/othervm -Djava.security.properties=${test.src}/Override.props -Djava.security.auth.login.config==file:${test.src}/Override.good.config Override
38 AppConfigurationEntry[] good = c.getAppConfigurationEntry("good");
41 if (good != null && bad == null) {
44 if (good == null) {
45 throw new SecurityException("could not get good entries");
/openjdk7/jdk/test/java/io/LineNumberReader/
H A DReadReadLine.java40 static void test(String s, int good) throws Exception { argument
51 if(line != good) {
53 + good + " Got: " + line);
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java59 byte[] good = new byte[len];
61 fis.read(good);
66 int cenpos = u16(good, endpos+ENDOFF);
67 int locpos = u16(good, cenpos+CENOFF);
68 if (u32(good, endpos) != ENDSIG) fail("Where's ENDSIG?");
69 if (u32(good, cenpos) != CENSIG) fail("Where's CENSIG?");
70 if (u32(good, locpos) != LOCSIG) fail("Where's LOCSIG?");
71 if (u16(good, locpos+LOCNAM) != u16(good,cenpos+CENNAM))
73 if (u16(good, locpo
[all...]
/openjdk7/jdk/test/com/sun/security/auth/module/LdapLoginModule/
H A DCheckOptions.java142 private final boolean good; field in class:CheckOptions.MyCallbackHandler
144 public MyCallbackHandler(boolean good) { argument
145 this.good = good;
156 if (good) {
165 if (good) {
/openjdk7/jdk/test/javax/management/remote/mandatory/
H A DURLTest.java42 private static final String[] good = { field in class:URLTest
98 String[] hosts = accept ? good : bad;
/openjdk7/langtools/test/tools/javac/api/
H A DT6306137.java65 void test(String encoding, boolean good) { argument
69 if (error == good) {
/openjdk7/jdk/test/tools/launcher/6842838/
H A DCreateBadJar.java84 byte[] good = new byte[len];
86 fis.read(good);
91 int cenpos = u16(good, endpos+ENDOFF);
92 if (u32(good, cenpos) != CENSIG) throw new RuntimeException("Where's CENSIG?");
95 bad = good.clone();
/openjdk7/jdk/test/com/sun/security/auth/module/KeyStoreLoginModule/
H A DOptionTest.java104 // good
121 // good
136 // good
151 // good
169 // good
182 // good
196 // good
229 // good
236 private final boolean good; field in class:OptionTest.MyCallbackHandler
238 public MyCallbackHandler(boolean good) { argument
[all...]
/openjdk7/hotspot/make/windows/
H A Dcreate.bat190 REM It doesn't matter which variant we use here, "compiler1" is as good as any of the others - we need the common variables
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES179 input images without using it (not necessarily a good idea)
202 (good for shared library implementations).
3394 for Macs - it's not a good idea to embed this in the ABI!

Completed in 78 milliseconds