Searched refs:bad (Results 1 - 25 of 61) sorted by relevance

123

/openjdk10/langtools/test/tools/doclint/packageTests/bad/
H A Dpackage-info.java13 package bad; package
H A DTest.java13 package bad; package
/openjdk10/langtools/test/tools/doclint/moduleTests/bad/
H A Dmodule-info.java13 module bad {
/openjdk10/jdk/test/sun/net/util/
H A DIPAddressUtilTest.java38 final static Boolean bad = Boolean.FALSE; field in class:IPAddressUtilTest
44 {"238.255.255.2550", bad},
45 {"256.255.255.255", bad},
46 {"238.255.2550.255", bad},
47 {"238.2550.255.255", bad},
48 {"2380.255.255.255", bad},
49 {".1.1.1", bad},
50 {"1..1.1", bad},
51 {"1.1.1.", bad},
52 {"...", bad},
[all...]
/openjdk10/langtools/test/tools/javac/
H A DDigits.java11 public static final double bad = 1.2\u0663; field in class:Digits
H A DT6405099.java36 File bad = new File("bad");
38 bad.mkdir();
39 bad.setReadable(false);
40 bad.setExecutable(false);
42 test(bad);
45 bad.setExecutable(true);
46 bad.setReadable(true);
H A DBadCovar.java10 package bad.covar;
/openjdk10/langtools/test/jdk/javadoc/doclet/testProperty/pkg/
H A DMyClass.java51 private SimpleObjectProperty<MyObj[]> bad field in class:MyClass
57 * @return the bad
60 return bad;
63 public final void setBad(MyObj[] bad) { argument
67 return bad.get();
/openjdk10/jdk/test/java/net/httpclient/
H A DHeadersTest.java36 static void bad(String name) { method in class:HeadersTest
54 bad("bad:header");
55 bad("Foo\n");
59 bad(" ");
60 bad("Bar\r\n");
/openjdk10/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java76 byte[] bad;
79 bad = good.clone();
80 bad[endpos+ENDSIZ]=(byte)0xff;
81 checkZipException(bad, ".*bad central directory size.*");
84 bad = good.clone();
85 bad[endpos+ENDOFF]=(byte)0xff;
86 checkZipException(bad, ".*bad central directory offset.*");
89 bad
[all...]
/openjdk10/jdk/test/java/util/Locale/
H A DBug4175998Test.java60 boolean bad = false;
66 logln("Locale("+l+") returned bad ISO3 language code."
68 bad = true;
71 if (bad) {
452 bad bad Banda
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DDeclarationAnnotation.java14 void bad(@DA DeclarationAnnotation this) {} method in class:DeclarationAnnotation
/openjdk10/jdk/test/com/sun/security/auth/login/ConfigFile/
H A DOverride.java39 AppConfigurationEntry[] bad = c.getAppConfigurationEntry("bad");
41 if (good != null && bad == null) {
47 throw new SecurityException("incorrectly got bad entries");
/openjdk10/hotspot/test/compiler/c2/
H A DTest6910605_1.java45 int ret=0, retx=0, bad=0;
47 for( int i=0; (i < 100000) && (bad < 10) ; i++ ) {
52 bad++;
/openjdk10/jdk/test/java/net/Socket/
H A DB6210227.java39 byte[] bad = {0,0,0,0};
46 if (Arrays.equals (iaLocal.getAddress(), bad)) {
/openjdk10/jdk/test/sun/security/tools/keytool/
H A DWeakAlg.java405 static void checkGenCRL(String alias, String options, String bad) { argument
409 if (bad == null) {
413 .shouldMatch("The generated CRL.*" + bad + ".*risk");
417 if (bad == null) {
423 .shouldMatch("The CRL.*" + bad + ".*risk")
425 .shouldContain(bad + " (weak)");
430 String alias, String options, String bad) {
433 if (bad == null) {
437 .shouldMatch("The generated certificate request.*" + bad + ".*risk");
441 if (bad
429 checkCertReq( String alias, String options, String bad) argument
451 checkGenKeyPair( String alias, String options, String bad) argument
[all...]
H A Ddefault_options.sh76 cat <<EOF > bad.conf
82 $KEYTOOL -conf bad.conf -genkeypair -alias me -dname "cn=me" && exit 32
85 cat <<EOF > bad.conf
89 $KEYTOOL -conf bad.conf -help -list && exit 33
92 cat <<EOF > bad.conf
96 $KEYTOOL -conf bad.conf -help -list && exit 34
/openjdk10/jdk/test/java/util/concurrent/locks/StampedLock/
H A DReadersUnlockAfterWriteUnlock.java40 final AtomicReference<Throwable> bad = new AtomicReference<>();
61 bad.set(ex);
84 if (bad.get() != null)
85 throw new AssertionError(bad.get());
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/failures/common/wildcards/
H A DDeclarationAnnotation.java15 List<@DA ? extends Object> bad; field in class:DeclarationAnnotation
/openjdk10/hotspot/test/compiler/rangechecks/
H A DTestExplicitRangeChecks.java63 int[] bad(); method in interface:TestExplicitRangeChecks.Args
69 @Args(compile = {5,}, good = {0, 9}, bad = {-1, 10})
88 @Args(compile = {5,}, good = {0, 9}, bad = {-1, 10})
104 @Args(compile = {5,}, good = {0, 10}, bad = {-1, 11})
120 @Args(compile = {5,}, good = {0, 10}, bad = {-1, 11})
140 @Args(compile = {5,}, good = {1, 9}, bad = {0, 10})
158 @Args(compile = {5,}, good = {1, 9}, bad = {0, 10})
176 @Args(compile = {5,}, good = {1, 10}, bad = {0, 11})
192 @Args(compile = {5,}, good = {1, 10}, bad = {0, 11})
216 @Args(compile = {5,}, good = {1, 9}, bad
[all...]
/openjdk10/jdk/test/tools/launcher/6842838/
H A DCreateBadJar.java94 byte[] bad;
95 bad = good.clone();
98 int pos = findInCEN(bad, cenpos, entryName);
100 // What bad stuff are we doing to it?
102 bad[pos+0x18]=(byte)0xff;
103 bad[pos+0x19]=(byte)0xff;
104 bad[pos+0x1a]=(byte)0xff;
105 bad[pos+0x1b]=(byte)0xff;
112 fos.write(bad);
/openjdk10/langtools/test/tools/javac/defaultMethods/private/
H A DPrivate08.java13 private public int bad(); // 9.4 illegal combination of modifiers method in interface:Private08.I
/openjdk10/hotspot/test/compiler/floatingpoint/
H A DModNaN.java71 static double[][] bad = new double[][] { field in class:ModNaN
111 for (double[] ab : bad) {
131 for (double[] ab : bad) {
147 for (double[] ab : bad) {
/openjdk10/jdk/test/sun/security/tools/policytool/
H A Di18n.sh90 echo badpass > bad
/openjdk10/jdk/test/javax/management/remote/mandatory/
H A DURLTest.java61 private static final String[] bad = { field in class:URLTest
97 String[] hosts = accept ? good : bad;

Completed in 279 milliseconds

123