Searched refs:check (Results 101 - 125 of 986) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/lang/Long/
H A DParsingTest.java51 check(+100L, "+100");
52 check(-100L, "-100");
54 check(0L, "+0");
55 check(0L, "-0");
56 check(0L, "+00000");
57 check(0L, "-00000");
59 check(0L, "0");
60 check(1L, "1");
61 check(9L, "9");
78 check(
107 private static void check(long expected, String val) { method in class:ParsingTest
161 private static void check(long expected, String val, int start, int end, int radix) { method in class:ParsingTest
[all...]
/openjdk10/jdk/test/java/util/TreeMap/
H A DNullAtEnd.java51 static void check(boolean condition, String msg) { method in class:NullAtEnd
58 static void check(boolean condition) { method in class:NullAtEnd
59 check(condition, "Assertion failure");
82 check(eq(m1.put("a", "a"), null));
83 check(eq(m1.put("b", "b"), null));
84 check(eq(m1.put("c", "c"), null));
85 check(eq(m1.put(null, "d"), null));
89 check(eq(m1.lastKey(), null));
90 check(eq(m1.get(m1.lastKey()), "d"));
91 check(e
[all...]
/openjdk10/langtools/test/tools/javac/
H A DStrictAbstract.java50 check(I.class.getDeclaredMethod("f", ca));
51 check(C.class.getDeclaredMethod("f", ca));
52 check(C.class.getDeclaredMethod("g", ca));
54 static void check(Method m) throws Exception { method in class:StrictAbstract
H A DNameCollision2.java45 void check() { method in class:NameCollision2
51 new NameCollision2().check();
/openjdk10/langtools/test/tools/jdeps/listdeps/src/lib/
H A DLib.java30 public static boolean check() { return true; } method in class:Lib
/openjdk10/jdk/test/java/lang/StringBuilder/
H A DCompactStringBuilder.java52 check(new StringBuilder(ORIGIN).append(new char[] { '\uFF21' }),
54 check(new StringBuilder(ORIGIN).append(new StringBuffer("\uFF21")),
56 check(new StringBuilder(ORIGIN).append("\uFF21"), "A\uFF21");
57 check(new StringBuilder(ORIGIN).append(new StringBuffer("\uFF21")),
59 check(new StringBuilder(ORIGIN).delete(0, 1), "");
60 check(new StringBuilder(ORIGIN).delete(0, 0), "A");
61 check(new StringBuilder(ORIGIN).deleteCharAt(0), "");
69 check(new StringBuilder(ORIGIN).insert(0, new char[] {}), "A");
70 check(new StringBuilder(ORIGIN).insert(1, new char[] { '\uFF21' }),
72 check(ne
388 private void check(StringBuilder sb, String expected) { method in class:CompactStringBuilder
392 private void check(String str, String expected) { method in class:CompactStringBuilder
[all...]
/openjdk10/jdk/test/sun/security/util/BitArray/
H A DNamedBitList.java54 check(new DerValue(x1.getExtensionValue()).getUnalignedBitString().length(), 3);
57 check(new DerValue(x2.getExtensionValue()).getUnalignedBitString().length(), 3);
62 check(new DerValue(out.toByteArray()).getUnalignedBitString().length(), 3);
76 check(v2.getUnalignedBitString().length(), 3);
80 check(ba.length(), 3);
82 check(ba.length(), 1);
87 check(ba.length(), 10);
88 check(ba.toByteArray().length, 2);
90 check(ba.length(), 8);
91 check(b
103 static void check(int la, int lb) throws Exception { method in class:NamedBitList
[all...]
/openjdk10/jdk/test/java/util/concurrent/ConcurrentMap/
H A DConcurrentModification.java49 static void check(boolean condition, String msg) { method in class:ConcurrentModification
56 static void check(boolean condition) { method in class:ConcurrentModification
57 check(condition, "Assertion failed");
64 check(m.isEmpty());
70 check(m.isEmpty());
71 check(e.getKey() == 1);
72 check(e.getValue() == 2);
78 check(m.isEmpty());
84 check(e.getKey() == 1);
85 check(
[all...]
/openjdk10/jdk/test/javax/management/openmbean/
H A DIsValueTest.java57 check(ctOld.isValue(cdNew), "isValue: " + ctOld + "[" + cdNew + "]");
60 check(!ctNew.isValue(cdOld), "isValue: " + ctNew + "[" + cdOld + "]");
73 check(true, "CompositeDataSupport containing CompositeDataSupport");
76 check(false, "CompositeDataSupport containing CompositeDataSupport: " + e);
89 check(false, "CompositeDataSupport containing old did not get exception");
91 check(true, "CompositeDataSupport containing old got expected exception: " + e);
101 check(true, "TabularDataSupport adding extended CompositeData");
104 check(false, "TabularDataSupport adding extended CompositeData: " + e);
121 check(true, "CompositeDataSupport adding extended TabularData");
124 check(fals
131 private static void check(boolean value, String what) { method in class:IsValueTest
[all...]
/openjdk10/hotspot/test/serviceability/jvmti/GetNamedModule/MyPackage/
H A DGetNamedModuleTest.java48 native static int check(); method in class:GetNamedModuleTest
51 int status = check();
/openjdk10/hotspot/test/serviceability/jvmti/StartPhase/AllowedFunctions/
H A DAllowedFunctions.java46 native static int check(); method in class:AllowedFunctions
49 int status = check();
/openjdk10/hotspot/test/serviceability/jvmti/ModuleAwareAgents/ClassLoadPrepare/
H A DMAAClassLoadPrepare.java46 native static int check(); method in class:MAAClassLoadPrepare
49 int status = check();
/openjdk10/hotspot/test/serviceability/jvmti/ModuleAwareAgents/ThreadStart/
H A DMAAThreadStart.java43 native static int check(); method in class:MAAThreadStart
46 int status = check();
/openjdk10/hotspot/test/gc/arguments/
H A DTestG1PercentageOptions.java64 private static void check(String flag, boolean is_valid) throws Exception { method in class:TestG1PercentageOptions
76 void check(String name, String value, boolean is_valid) throws Exception { method in class:TestG1PercentageOptions
77 check("-XX:" + name + "=" + value, is_valid);
83 check(option.name, value, true);
86 check(option.name, value, false);
88 check("-XX:" + option.name, false);
89 check("-XX:+" + option.name, false);
90 check("-XX:-" + option.name, false);
/openjdk10/hotspot/test/serviceability/jvmti/IsModifiableModule/MyPackage/
H A DIsModifiableModuleTest.java48 native static int check(); method in class:IsModifiableModuleTest
51 int status = check();
/openjdk10/hotspot/test/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/
H A DMAAClassFileLoadHook.java45 native static int check(); method in class:MAAClassFileLoadHook
48 int status = check();
/openjdk10/jdk/test/java/util/ResourceBundle/
H A DBug6356571.java37 void check() { method in class:Bug6356571
45 new Bug6356571().check();
/openjdk10/langtools/test/tools/javac/implicitThis/
H A DWhichImplicitThis1.java40 boolean check() { method in class:WhichImplicitThis1.Middle
47 if (!m.check()) throw new Error();
H A DWhichImplicitThis2.java42 boolean check() { method in class:WhichImplicitThis2.X
49 if (!x.check()) throw new Error();
/openjdk10/nashorn/test/script/basic/
H A DJDK-8024255.js31 function check(obj, name) { function
50 check(obj, p);
H A Dprototype.js25 * NASHORN-467 - check that prototype.js parses and compiles
31 function check(url_) { function
45 check(file);
/openjdk10/jdk/test/java/io/RandomAccessFile/
H A DOpsAfterClose.java27 * @summary Test if RandomAccessFile methods will check if the stream
35 READ { boolean check(RandomAccessFile r) {
45 READ_BUF { boolean check(RandomAccessFile r) {
56 GET_CHANNEL { boolean check(RandomAccessFile r) {
60 GET_FD { boolean check(RandomAccessFile r) {
69 GET_FILE_PTR { boolean check(RandomAccessFile r) {
78 GET_LENGTH { boolean check(RandomAccessFile r) {
87 SEEK { boolean check(RandomAccessFile r) {
96 SET_LENGTH { boolean check(RandomAccessFile r) {
105 SKIP_BYTES { boolean check(RandomAccessFil
144 abstract boolean check(RandomAccessFile r); method in class:OpsAfterClose
[all...]
/openjdk10/jdk/test/java/nio/charset/StandardCharsets/
H A DStandard.java47 check(StandardCharsets.US_ASCII instanceof Charset);
48 check(StandardCharsets.ISO_8859_1 instanceof Charset);
49 check(StandardCharsets.UTF_8 instanceof Charset);
50 check(StandardCharsets.UTF_16BE instanceof Charset);
51 check(StandardCharsets.UTF_16LE instanceof Charset);
52 check(StandardCharsets.UTF_16 instanceof Charset);
54 check("US-ASCII".equals(StandardCharsets.US_ASCII.name()));
55 check("ISO-8859-1".equals(StandardCharsets.ISO_8859_1.name()));
56 check("UTF-8".equals(StandardCharsets.UTF_8.name()));
57 check("UT
91 static void check(boolean cond) { if (cond) pass(); else fail(); } method in class:Standard
[all...]
/openjdk10/langtools/test/tools/javac/main/
H A DOption_J_At_Test.java47 check(out, "-J<flag>", true);
48 check(out, "-J <flag>", false);
49 check(out, "@<filename>", true);
50 check(out, "@ <filename>", false);
55 void check(String out, String text, boolean expect) { method in class:Option_J_At_Test
/openjdk10/hotspot/make/lib/
H A DJvmFeatures.gmk32 ifeq ($(call check-jvm-feature, compiler1), true)
38 ifeq ($(call check-jvm-feature, compiler2), true)
47 ifeq ($(call check-jvm-feature, zero), true)
52 ifeq ($(call check-jvm-feature, shark), true)
60 ifeq ($(call check-jvm-feature, minimal), true)
68 ifeq ($(call check-jvm-feature, dtrace), true)
72 ifeq ($(call check-jvm-feature, static-build), true)
76 ifneq ($(call check-jvm-feature, jvmti), true)
85 ifneq ($(call check-jvm-feature, jvmci), true)
91 ifneq ($(call check
[all...]

Completed in 185 milliseconds

1234567891011>>