Searched refs:getMax (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DSunMinMaxPage.java51 public final int getMax() { method in class:SunMinMaxPage
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryPoolImpl.java126 if (usage.getMax() != -1 && newThreshold > usage.getMax()) {
131 " Max = " + usage.getMax());
223 if (usage.getMax() != -1 && newThreshold > usage.getMax()) {
226 " > max (" + usage.getMax() + ").");
H A DMemoryUsageCompositeData.java62 new Long(usage.getMax()),
111 public static long getMax(CompositeData cd) { method in class:MemoryUsageCompositeData
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DMemoryUsage.java183 this.max = MemoryUsageCompositeData.getMax(cd);
234 public long getMax() { method in class:MemoryUsage
/openjdk7/jdk/test/java/lang/management/CompositeData/
H A DMemoryNotifInfoCompositeData.java110 if (info.getUsage().getMax() != 5000) {
112 info.getUsage().getMax() +
H A DMemoryUsageCompositeData.java81 if (u.getMax() != ((Long) values[MAX]).longValue()) {
82 throw new RuntimeException("max = " + u.getMax() +
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java231 int getMax() { // for CLOSURE method in class:Token
343 if (this.getMax() >= 0)
346 return this.getMax() * this.getChild(0).getMaxLength();
1237 final int getMax() { method in class:Token.ClosureToken
1244 if (this.getMin() < 0 && this.getMax() < 0) {
1246 } else if (this.getMin() == this.getMax()) {
1248 } else if (this.getMin() >= 0 && this.getMax() >= 0) {
1249 ret = this.child.toString(options)+"{"+this.getMin()+","+this.getMax()+"}";
1250 } else if (this.getMin() >= 0 && this.getMax() < 0) {
1254 +this.getMin()+", "+this.getMax());
[all...]
H A DRegularExpression.java559 int max = tok.getMax();
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemPoolEntryImpl.java193 final long val = getMemoryUsage().getMax();
229 final long val = getPeakMemoryUsage().getMax();
256 final long val = getCollectMemoryUsage().getMax();
H A DJvmMemoryImpl.java232 final long val = getNonHeapMemoryUsage().getMax();
268 final long val = getHeapMemoryUsage().getMax();
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DResetPeakMemoryUsage.java60 final long largeArraySize = (usage0.getMax() - usage0.getUsed()) / 10;
H A DMemoryManagement.java104 chunkSize = (mu.getMax() - mu.getUsed()) / 20;
H A DMemoryUtil.java47 System.out.println(INDENT + formatSize("Max size ", usage.getMax()));
H A DLowMemoryTest.java136 chunkSize = (mu.getMax() - mu.getUsed()) / 20;
H A DLowMemoryTest2.java191 long threshold = (mu.getMax() * 80) / 100;
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java201 float totalMemory = mp.getUsage().getMax();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DSummaryTab.java207 String[] strings1 = formatKByteStrings(u.getUsed(), u.getMax());
H A DMemoryTab.java314 max[i] = mu.getMax();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1639 return s.getMax();

Completed in 124 milliseconds