Searched refs:checkValue (Results 1 - 25 of 48) sorted by relevance

12

/openjdk9/jdk/test/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { method in class:ResetPos
45 checkValue("a", st1.nextToken("b"));
47 checkValue("b", st1.nextToken(""));
52 checkValue("a", st2.nextToken("bc"));
54 checkValue("b", st2.nextToken());
56 checkValue("cd", st2.nextToken(" ef"));
58 checkValue(" ", st2.nextToken(" "));
60 checkValue("ef", st2.nextToken("g"));
62 checkValue("g", st2.nextToken("g"));
67 checkValue("thi
[all...]
/openjdk9/jdk/test/java/util/ResourceBundle/
H A DBug4396021.java40 checkValue("special_key", "special_value");
41 checkValue("general_key", "general_value");
44 private static void checkValue(String key, String expected) throws Exception { method in class:Bug4396021
/openjdk9/hotspot/test/runtime/jni/ReturnJNIWeak/
H A DReturnJNIWeak.java67 private static void checkValue(int value) throws Exception { method in class:ReturnJNIWeak
84 checkValue(value);
96 checkValue(value);
99 checkValue(value);
111 checkValue(value);
113 checkValue(value);
/openjdk9/jdk/test/java/lang/ThreadLocal/
H A DTLRemoveTest.java93 int checkValue = i;
99 checkValue = INITIAL_VALUE;
105 checkValue = REMOVE_SET_VALUE;
111 if(x[i] != checkValue)
/openjdk9/jdk/test/java/util/Calendar/
H A DCalendarTypeTest.java57 checkValue("bad calendar type", type, TYPES[i / 2]);
61 checkValue("bad GregorianCalendar type", gcal.getCalendarType(), "gregory");
64 checkValue("bad GregorianCalendar subclass type", g.getCalendarType(), "gregory");
67 checkValue("bad class name", k.getCalendarType(), k.getClass().getName());
85 private static void checkValue(String msg, String got, String expected) { method in class:CalendarTypeTest
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DLengthExpression.java49 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:LengthExpression
50 vset = right.checkValue(env, ctx, vset, exp);
H A DSuperExpression.java64 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:SuperExpression
82 /** Common code for checkValue and checkAmbigName */
90 vset = super.checkValue(env, ctx, vset, exp);
H A DBinaryLogicalExpression.java48 public Vset checkValue(Environment env, Context ctx, method in class:BinaryLogicalExpression
H A DTypeExpression.java56 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:TypeExpression
H A DArrayAccessExpression.java65 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:ArrayAccessExpression
66 vset = right.checkValue(env, ctx, vset, exp);
71 vset = index.checkValue(env, ctx, vset, exp);
113 return checkValue(env, ctx, vset, exp);
121 return checkValue(env, ctx, vset, exp);
H A DAssignExpression.java53 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:AssignExpression
57 vset = right.checkValue(env, ctx, vset, exp);
62 vset = right.checkValue(env, ctx, vset, exp);
H A DCastExpression.java51 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:CastExpression
53 vset = right.checkValue(env, ctx, vset, exp);
H A DUnaryExpression.java72 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:UnaryExpression
73 vset = right.checkValue(env, ctx, vset, exp);
H A DConditionalExpression.java67 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:ConditionalExpression
69 vset = left.checkValue(env, ctx, cvars.vsTrue, exp).join(
70 right.checkValue(env, ctx, cvars.vsFalse, exp) );
111 vset = cond.checkValue(env, ctx, vset, exp);
H A DCaseStatement.java54 expr.checkValue(env, ctx, vset, exp);
H A DConvertExpression.java50 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:ConvertExpression
51 return right.checkValue(env, ctx, vset, exp);
H A DInstanceOfExpression.java51 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:InstanceOfExpression
52 vset = left.checkValue(env, ctx, vset, exp);
H A DNewArrayExpression.java58 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { method in class:NewArrayExpression
73 vset = dim.checkValue(env, ctx, vset, exp);
/openjdk9/jdk/test/java/lang/InheritableThreadLocal/
H A DITLRemoveTest.java63 int checkValue = i+INITIAL_VALUE;
69 checkValue = INITIAL_VALUE;
75 checkValue = REMOVE_SET_VALUE;
81 if(x[i] != checkValue)
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DTypeWriterTest.java62 private static void checkValue(TypeReader reader, long value) { method in class:TypeWriterTest
108 checkValue(reader, value - 2);
109 checkValue(reader, value - 1);
110 checkValue(reader, value);
111 checkValue(reader, value + 1);
112 checkValue(reader, value + 2);
114 checkValue(reader, -value - 2);
115 checkValue(reader, -value - 1);
116 checkValue(reader, -value);
117 checkValue(reade
[all...]
/openjdk9/jdk/test/java/text/Collator/
H A DMonkeyTest.java79 int s = checkValue(r.nextInt() % source.length());
80 int t = checkValue(r.nextInt() % source.length());
81 int slen = checkValue((r.nextInt() - source.length()) % source.length());
82 int tlen = checkValue((r.nextInt() - source.length()) % source.length());
113 private static int checkValue(int value) method in class:MonkeyTest
122 int s = checkValue(r.nextInt() % source.length());
123 int t = checkValue(r.nextInt() % source.length());
124 int slen = checkValue((r.nextInt() - source.length()) % source.length());
125 int tlen = checkValue((r.nextInt() - source.length()) % source.length());
/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DInetAddressCachePolicy.java175 checkValue(newPolicy, cachePolicy);
196 // checkValue(newPolicy, negativeCachePolicy);
202 private static void checkValue(int newPolicy, int oldPolicy) { method in class:InetAddressCachePolicy
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyCollectionImpl.java117 protected abstract void checkValue(Object[] value) method in class:DynAnyCollectionImpl
133 checkValue(value);
180 checkValue(value);
/openjdk9/jdk/test/java/net/CookieHandler/
H A DCookieManagerTest.java86 checkValue(retVal);
88 checkValue(retVal);
91 checkValue(retVal);
94 private static void checkValue(boolean val) { method in class:CookieManagerTest
/openjdk9/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest.java185 if (!checkValue(triggers, NUM_TRIGGERS)) {
191 if (!checkValue(count[i], i + 1)) {
205 private boolean checkValue(int value, int target) { method in class:LowMemoryTest.TestListener
206 return checkValue((long)value, target);
209 private boolean checkValue(long value, int target) { method in class:LowMemoryTest.TestListener

Completed in 281 milliseconds

12