/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/ |
H A D | s_ldexp.c | 31 double ldexp(double value, int exp) argument 33 double ldexp(value, exp) 34 double value; int exp; 38 value = scalbn(value,exp);
|
H A D | w_exp.c | 28 * wrapper exp(x) 42 double exp(double x) /* wrapper exp */ function 44 double exp(x) /* wrapper exp */ 56 return __kernel_standard(x,x,6); /* exp overflow */ 58 return __kernel_standard(x,x,7); /* exp underflow */
|
/openjdk7/jdk/src/share/classes/javax/management/ |
H A D | BadBinaryOpValueExpException.java | 46 private ValueExp exp; field in class:BadBinaryOpValueExpException 52 * @param exp the expression whose value was inappropriate. 54 public BadBinaryOpValueExpException(ValueExp exp) { argument 55 this.exp = exp; 65 return exp; 72 return "BadBinaryOpValueExpException: " + exp;
|
H A D | NotQueryExp.java | 45 private QueryExp exp; field in class:NotQueryExp 58 exp = q; 66 return exp; 83 return exp.apply(name) == false; 91 return "not (" + exp + ")";
|
H A D | MatchQueryExp.java | 45 private AttributeValueExp exp; field in class:MatchQueryExp 64 exp = a; 73 return exp; 101 ValueExp val = exp.apply(name); 112 return exp + " like " + new StringValueExp(pattern);
|
/openjdk7/jdk/test/java/net/CookieHandler/ |
H A D | NullUriCookieTest.java | 74 static void checkFail(String exp) { argument 76 throw new RuntimeException(exp);
|
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/ |
H A D | ExpressionOwner.java | 41 * @param exp the raw Expression object, which should not normally be null. 43 public void setExpression(Expression exp); argument
|
/openjdk7/jdk/test/java/util/Formatter/ |
H A D | BasicBigInteger.java | 51 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 D | BasicBoolean.java | 51 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 D | BasicBooleanObject.java | 51 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 D | BasicChar.java | 51 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 D | BasicCharObject.java | 51 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 D | Basic.java | 54 static void fail(String fs, String exp, String got) { argument 55 String s = "'" + fs + "': Expected '" + exp + "', got '" + got + "'"; 70 static void ck(String fs, String exp, String got) { argument 71 if (!exp.equals(got)) 72 fail(fs, exp, got);
|
H A D | BasicBigDecimal.java | 51 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 D | BasicByte.java | 51 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 D | BasicByteObject.java | 51 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 D | BasicDateTime.java | 51 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); 140 private static void testDateTime(String fs, String exp, Calendar c) { argument 141 testDateTime(fs, exp, 144 testDateTime(String fs, String exp, Calendar c, boolean upper) argument [all...] |
/openjdk7/jdk/test/javax/swing/SwingUtilities/7170657/ |
H A D | bug7170657.java | 73 private static void fail(final MouseEvent exp, final MouseEvent act) { argument 74 System.err.println("Expected: " + exp);
|
/openjdk7/jdk/test/java/security/Security/signedfirst/ |
H A D | exp.jar | ... .RSA META-INF/ com/ com/sun/ com/sun/exp/ com/sun/exp/provider/ com/sun/exp/provider/EXP$ ... |
/openjdk7/jdk/test/java/awt/FullScreen/FullScreenInsets/ |
H A D | FullScreenInsets.java | 98 private static void testSize(final Dimension actual, final Dimension exp) { argument 99 if (!exp.equals(actual)) { 101 " Expected: " + exp + " Actual: " + actual); 106 private static void testInsets(final Insets actual, final Insets exp) { argument 107 if (!actual.equals(exp)) { 109 " Expected: " + exp + " Actual: " + actual);
|
/openjdk7/jdk/src/share/classes/sun/tools/tree/ |
H A D | BinaryLogicalExpression.java | 49 Vset vset, Hashtable exp) { 53 checkCondition(env, ctx, vset, exp, cvars); 64 Hashtable exp, ConditionVars cvars); 48 checkValue(Environment env, Context ctx, Vset vset, Hashtable exp) argument 63 checkCondition(Environment env, Context ctx, Vset vset, Hashtable exp, ConditionVars cvars) argument
|
H A D | CaseStatement.java | 52 Vset check(Environment env, Context ctx, Vset vset, Hashtable exp) { argument 54 expr.checkValue(env, ctx, vset, exp);
|
H A D | LengthExpression.java | 49 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable exp) { argument 50 vset = right.checkValue(env, ctx, vset, exp);
|
H A D | SuperExpression.java | 64 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable exp) { argument 65 vset = checkCommon(env, ctx, vset, exp); 77 Vset vset, Hashtable exp, 79 return checkCommon(env, ctx, vset, exp); 83 private Vset checkCommon(Environment env, Context ctx, Vset vset, Hashtable exp) { argument 90 vset = super.checkValue(env, ctx, vset, exp); 76 checkAmbigName(Environment env, Context ctx, Vset vset, Hashtable exp, UnaryExpression loc) argument
|
/openjdk7/jdk/test/java/util/Formattable/ |
H A D | StockName.java | 107 private static void test(CharBuffer cb, String exp) { argument 110 if (!cb.toString().equals(exp)) 111 throw new RuntimeException("expect: '" + exp + "'; got: '"
|