Searched refs:ck1 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/io/File/
H A DCons.java134 private static void ck1(String arg, method in class:Cons
171 ck1("", null, "", "");
181 ck1("/", null, "", "/");
185 ck1("foo", null, "foo", "foo");
186 ck1("/foo", "/", "foo", "/foo");
187 ck1("/foo/bar", "/foo", "bar", "/foo/bar");
188 ck1("foo/bar", "foo", "bar", "foo/bar");
190 ck1("foo/", null, "foo", "foo");
191 ck1("/foo/", "/", "foo", "/foo");
192 ck1("/fo
[all...]
/openjdk7/jdk/test/java/net/CookieHandler/
H A DTestHttpCookie.java194 static void eq(HttpCookie ck1, HttpCookie ck2, boolean same) { argument
196 if (ck1.equals(ck2) != same) {
197 raiseError("Comparison inconsistent: " + ck1 + " " + ck2
201 int h1 = ck1.hashCode();
204 raiseError("Comparison inconsistent: hashCode for " + ck1 + " " + ck2
/openjdk7/langtools/test/tools/javac/7003595/
H A DT7003595.java115 for (ClassKind ck1 : ClassKind.values()) {
118 if (!ck1.isAllowed(ck2)) continue;
123 new T7003595(new ClassKind[] {ck1, ck2, ck3}, new String[] { cname1, cname2, cname3 }).compileAndCheck();

Completed in 2919 milliseconds