Searched refs:aee (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/security/auth/login/Exceptions/
H A DNewExceptions.java36 AccountExpiredException aee =
51 ! (aee instanceof AccountException) ||
60 !aee.getMessage().equals("AccountExpiredException") ||
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java107 private ArithmeticExpressionEvaluator aee = new ArithmeticExpressionEvaluator(); field in class:Metacity
859 int x = aee.evaluate(getStringAttr(attrs, "x"));
860 int y = aee.evaluate(getStringAttr(attrs, "y"));
861 int w = aee.evaluate(getStringAttr(attrs, "width"));
862 int h = aee.evaluate(getStringAttr(attrs, "height"));
863 int start_angle = aee.evaluate(getStringAttr(attrs, "start_angle"));
864 int extent_angle = aee.evaluate(getStringAttr(attrs, "extent_angle"));
883 int x1 = aee.evaluate(getStringAttr(attrs, "x1"));
884 int y1 = aee.evaluate(getStringAttr(attrs, "y1"));
885 int x2 = aee
[all...]

Completed in 267 milliseconds