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

123

/openjdk7/jdk/test/demo/zipfs/
H A Dbasic.sh70 if [ $failures -gt 0 ];
/openjdk7/jdk/test/java/util/logging/
H A DAnonLoggerWeakRefLeak.sh51 if [ "$#" -gt 0 ]; then
204 if [ "$instance_cnt" -gt "$prev_instance_cnt" ]; then
236 if [ "$jmap_retry_cnt" -gt 0 ]; then
H A DLoggerWeakRefLeak.sh51 if [ "$#" -gt 0 ]; then
204 if [ "$instance_cnt" -gt "$prev_instance_cnt" ]; then
236 if [ "$jmap_retry_cnt" -gt 0 ]; then
/openjdk7/jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/
H A Dcustom_provider.sh68 if [ $failures -gt 0 ];
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/dns/
H A Dcname.sh77 if [ $failures -gt 0 ];
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java62 gt = Query.gt(intValue, floatValue), field in class:QueryExpStringTest
87 and = Query.and(gt, lt),
88 or = Query.or(gt, lt),
89 not = Query.not(gt),
90 aPlusB_PlusC = Query.gt(Query.plus(Query.plus(aa, bb), cc), zero),
91 aPlus_BPlusC = Query.gt(Query.plus(aa, Query.plus(bb, cc)), zero);
113 gt, "(12345678) > (2.5)",
262 return Query.gt(lhs, rhs);
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest2.sh64 if [ $failures -gt 0 ];
/openjdk7/jdk/test/javax/management/ObjectName/
H A DComparatorTest.java124 boolean gt = greaterThan(on1, on2);
127 ok = lt && !eq && !gt;
131 ok = !lt && eq && !gt;
135 ok = !lt && !eq && gt;
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DLocalManagementTest.sh127 if [ $failures -gt 0 ];
H A DPasswordFilePermissionTest.sh128 if [ $failures -gt 0 ];
H A DSSLConfigFilePermissionTest.sh125 if [ $failures -gt 0 ];
/openjdk7/hotspot/agent/src/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);
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java556 int gt;
559 gt = 0;
561 gt = 1;
563 gt = -1;
565 gt = ((Comparable) o1).compareTo(o2);
567 gt = 0;
570 return gt;
/openjdk7/jaxws/src/share/jaxws_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
/openjdk7/jdk/test/java/nio/file/Files/walkFileTree/
H A Dwalk_file_tree.sh95 if [ $failures -gt 0 ];
/openjdk7/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A Drun_tests.sh99 if [ $failures -gt 0 ];
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A Drun_tests.sh144 if [ $failures -gt 0 ];
/openjdk7/jdk/test/tools/launcher/
H A DChangeDataModel.sh192 if [ "${execCount}" -gt 2 ]
201 if [ "${execCount}" -gt 2 ]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DMemRegion.java88 if (AddressOps.gt(mr2.start(), start())) {
120 if (AddressOps.gt(end, mr2End)) {
/openjdk7/hotspot/test/compiler/7200264/
H A DTest7200264.sh76 if [ $SSE -gt 3 ]
/openjdk7/jdk/test/java/nio/charset/spi/
H A Dbasic.sh68 if [ $# -gt 0 ]; then
124 if [ $failures -gt 0 ];
/openjdk7/jdk/test/sun/security/tools/keytool/
H A DListKeychainStore.sh60 if [ $COUNT -gt 1 ]; then
/openjdk7/make/scripts/
H A Dupdate_copyright_year.sh113 if [ ${count} -gt 0 ] ; then
178 if [ ${total} -gt 0 ] ; then
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicLineNumberMapping.java60 if (AddressOps.gt(a1, a2)) { return 1; }

Completed in 56 milliseconds

123