Searched defs:exp (Results 26 - 50 of 133) sorted by relevance

123456

/openjdk7/jdk/test/java/util/Formatter/
H A DBasicDouble.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicDoubleObject.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicFloat.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicFloatObject.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicInt.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicIntObject.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicLong.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicLongObject.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicShort.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
H A DBasicShortObject.java51 private static void test(String fs, String exp, Object ... args) { argument
54 ck(fs, exp, f.toString());
57 private static void test(Locale l, String fs, String exp, Object ... args) argument
61 ck(fs, exp, f.toString());
76 private static void testSysOut(String fs, String exp, Object ... args) { argument
87 byte [] ba = new byte[exp.length()];
91 fail(fs, exp, got);
92 ck(fs, exp, got);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DRegexp.java42 public String exp; field in class:Regexp
60 exp = s;
110 exp.regionMatches(ignoreCase, 0, s, offset, len);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DArrayExpression.java50 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable exp) { argument
54 public Vset checkInitializer(Environment env, Context ctx, Vset vset, Type t, Hashtable exp) { argument
64 vset = args[i].checkInitializer(env, ctx, vset, t, exp);
H A DAssignExpression.java53 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable exp) { argument
57 vset = right.checkValue(env, ctx, vset, exp);
58 vset = left.checkLHS(env, ctx, vset, exp);
61 vset = left.checkLHS(env, ctx, vset, exp);
62 vset = right.checkValue(env, ctx, vset, exp);
H A DBreakStatement.java54 Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { argument
H A DCastExpression.java51 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable exp) { argument
53 vset = right.checkValue(env, ctx, vset, exp);
H A DContinueStatement.java55 Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { argument
H A DNewArrayExpression.java58 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable exp) { argument
73 vset = dim.checkValue(env, ctx, vset, exp);
79 vset = init.checkInitializer(env, ctx, vset, type, exp);
H A DTypeExpression.java56 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable exp) { argument
62 public Vset checkAmbigName(Environment env, Context ctx, Vset vset, Hashtable exp, argument
H A DAndExpression.java57 Hashtable exp, ConditionVars cvars) {
59 left.checkCondition(env, ctx, vset, exp, cvars);
65 right.checkCondition(env, ctx, vsTrue, exp, cvars);
56 checkCondition(Environment env, Context ctx, Vset vset, Hashtable exp, ConditionVars cvars) argument
H A DBinaryAssignExpression.java70 public Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { argument
71 return checkValue(env, ctx, vset, exp);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFunction2Args.java146 public void setExpression(Expression exp) argument
148 exp.exprSetParent(Function2Args.this);
149 m_arg1 = exp;
H A DFunction3Args.java144 public void setExpression(Expression exp) argument
146 exp.exprSetParent(Function3Args.this);
147 m_arg2 = exp;
H A DFunctionOneArg.java147 public void setExpression(Expression exp) argument
149 exp.exprSetParent(this);
150 m_arg0 = exp;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java234 public void setExpression(Expression exp) argument
236 exp.exprSetParent(FunctionPattern.this);
237 m_functionExpr = exp;
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParserActions.java86 IdentifierToken exp[], Node val);
83 defineField(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken nm, IdentifierToken args[], IdentifierToken exp[], Node val) argument

Completed in 59 milliseconds

123456