Searched defs:geq (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/management/ |
H A D | Query.java | 72 * A code representing the {@link Query#geq} query. This is chiefly 186 public static QueryExp geq(ValueExp v1, ValueExp v2) { method in class:Query
|
/openjdk7/jdk/test/javax/management/query/ |
H A D | QueryExpStringTest.java | 63 geq = Query.geq(intValue, floatValue), field in class:QueryExpStringTest 114 geq, "(12345678) >= (2.5)", 266 return Query.geq(lhs, rhs);
|
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_Instruction.hpp | 354 eql, neq, lss, leq, gtr, geq enumerator in enum:Instruction::Condition
|
Completed in 59 milliseconds