Searched refs:gt (Results 1 - 25 of 68) sorted by relevance

123

/openjdk10/nashorn/docs/
H A Dgenshelldoc.js47 <b>jjs &lt;options&gt; &lt;script-files&gt; [ -- &lt;script-arguments&gt; ]</b>
67 defValue = "&lt;none&gt;";
72 defValue = "&lt;default-timezone&gt;"
/openjdk10/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest2.sh69 if [ $failures -gt 0 ];
/openjdk10/jdk/test/javax/management/query/
H A DQueryExpStringTest.java63 gt = Query.gt(intValue, floatValue), field in class:QueryExpStringTest
88 and = Query.and(gt, lt),
89 or = Query.or(gt, lt),
90 not = Query.not(gt),
91 aPlusB_PlusC = Query.gt(Query.plus(Query.plus(aa, bb), cc), zero),
92 aPlus_BPlusC = Query.gt(Query.plus(aa, Query.plus(bb, cc)), zero);
114 gt, "(12345678) > (2.5)",
263 return Query.gt(lhs, rhs);
/openjdk10/jdk/test/javax/management/ObjectName/
H A DComparatorTest.java125 boolean gt = greaterThan(on1, on2);
128 ok = lt && !eq && !gt;
132 ok = !lt && eq && !gt;
136 ok = !lt && !eq && gt;
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DAddressOps.java102 public static boolean gt(Address a1, Address a2) { method in class:AddressOps
113 return (gt(a1, a2) ? a1 : a2);
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DPrinterDevice.java70 AffineTransform gt = g2.getTransform();
72 System.out.println("Graphics2D transform = " + gt);
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/shell/
H A DShellFolder.java561 int gt;
564 gt = 0;
566 gt = 1;
568 gt = -1;
572 gt = o.compareTo(o2);
574 gt = 0;
577 return gt;
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJExpressionImpl.java121 public final JExpression gt(JExpression right) { method in class:JExpressionImpl
122 return JOp.gt(this, right);
H A DJExpression.java124 JExpression gt(JExpression right); method in interface:JExpression
/openjdk10/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A Drun_tests.sh99 if [ $failures -gt 0 ];
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DMemRegion.java88 if (AddressOps.gt(mr2.start(), start())) {
120 if (AddressOps.gt(end, mr2End)) {
/openjdk10/make/scripts/
H A Dupdate_copyright_year.sh113 if [ ${count} -gt 0 ] ; then
178 if [ ${total} -gt 0 ] ; then
H A Dlic_check.sh94 while [ "$#" -gt "0" ] ; do
/openjdk10/jdk/test/java/util/Currency/
H A DPropertiesTest.sh136 if [ $failures -gt 0 ];
/openjdk10/jdk/test/javax/accessibility/AccessibilityProvider/
H A Dbasic.sh110 if [ $failures -gt 0 ];
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicLineNumberMapping.java60 if (AddressOps.gt(a1, a2)) { return 1; }
/openjdk10/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp103 case '>': esc = "&gt;"; break;
/openjdk10/common/bin/
H A Dhgforest.sh49 while [ $# -gt 0 ]
215 if [ $# -gt 0 ] ; then
432 if [ ${exit_code} -gt 1 ]; then
437 if [ ${exit_code} -gt ${ec} ]; then
/openjdk10/jdk/test/java/awt/JAWT/
H A DJAWT.sh69 if [ `uname -p | grep -c 'sparc'` -gt '0' ]
/openjdk10/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A Dbatch.sh80 if [ `cat $difflines | wc -l` -gt 0 ]
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp1109 BasicBlock *gt = builder()->CreateBlock(ip, "lcmp_gt"); local
1116 builder()->CreateCondBr(builder()->CreateICmpSLT(a, b), lt, gt);
1121 builder()->SetInsertPoint(gt);
1128 result->addIncoming(LLVMValue::jint_constant(1), gt);
1149 BasicBlock *gt = builder()->CreateBlock(ip, "fcmp_gt"); local
1154 unordered_is_greater ? gt : lt, ordered);
1160 builder()->CreateCondBr(builder()->CreateFCmpUGT(a, b), gt, eq);
1165 builder()->SetInsertPoint(gt);
1175 result->addIncoming(LLVMValue::jint_constant(1), gt);
/openjdk10/jdk/test/java/util/ServiceLoader/basic/
H A Dbasic.sh153 if [ $failures -gt 0 ];
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DQuery.java60 * A code representing the {@link Query#gt} query. This is chiefly
168 public static QueryExp gt(ValueExp v1, ValueExp v2) { method in class:Query
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DEntity.java270 gt(62), enum constant in enum:Entity
/openjdk10/common/autoconf/
H A Dconfigure117 if test $conf_open_configure_timestamp -gt $conf_custom_configure_timestamp; then

Completed in 230 milliseconds

123