Searched defs:GE (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DOperators.java35 public static final int GE = 4; field in class:Operators
52 LE, // GE
53 GE // LE
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DBooleanType.java211 public BranchInstruction GE(boolean tozero) { method in class:BooleanType
H A DIntType.java288 public BranchInstruction GE(boolean tozero) { method in class:IntType
H A DType.java279 public BranchInstruction GE(boolean tozero) { method in class:Type
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDisabledAlgorithmConstraints.java378 GE; // ">=" enum constant in enum:DisabledAlgorithmConstraints.KeySizeConstraint.Operator
393 return GE;
428 case GE:
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dsym.java13 public static final int GE = 21; field in class:sym
/openjdk7/jdk/src/share/classes/javax/management/
H A DQuery.java75 public static final int GE = 2; field in class:Query
184 * to {@link #GE}.
187 return new BinaryRelQueryExp(GE, v1, v2);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserConstants.java123 int GE = 88; field in interface:ExpressionParserConstants
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java389 int GE = 21; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java296 public static final int GE = LE + 1; // >= field in class:JCTree
297 public static final int SL = GE + 1; // <<

Completed in 41 milliseconds