Searched defs:getCount (Results 26 - 50 of 53) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DINVOKEINTERFACE.java107 public int getCount() { return nargs; } method in class:INVOKEINTERFACE
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjectHistogramElement.java59 public long getCount() { method in class:ObjectHistogramElement
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DColorModel.java56 int getCount() { method in class:ColorModel
/openjdk7/jdk/src/share/classes/java/text/
H A DMergeCollation.java191 public int getCount() { method in class:MergeCollation
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4678055.java139 int f = auth.getCount();
173 public int getCount () { method in class:B4678055.MyAuthenticator
H A DB4933582.java146 int f = auth.getCount();
175 public int getCount () { method in class:B4933582.MyAuthenticator
H A DB4769350.java283 int f = auth.getCount();
301 f = auth.getCount();
321 int f = auth.getCount();
388 public int getCount () { method in class:B4769350.MyAuthenticator
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DHttpTest.java49 private static int getCount = 0; field in class:HttpTest.HttpServer
91 getCount++;
165 getCount = 0;
170 public int getCount() { method in class:HttpTest.HttpServer.Counters
172 return getCount;
184 return "GET count: " + getCount + "; " +
213 if (svr.counters().getCount() > 0 ||
224 if (svr.counters().getCount() > 1) {
237 if (svr.counters().getCount() > 1) {
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorDeadlockTest.java101 int getCount = initGetCount;
103 getCount = observedProxy.getGetCount();
104 if (getCount != initGetCount)
108 if (getCount <= initGetCount)
207 getCount++;
216 return getCount;
220 private volatile int getCount; field in class:CounterMonitorDeadlockTest.Test
H A DGaugeMonitorDeadlockTest.java102 int getCount = initGetCount;
104 getCount = observedProxy.getGetCount();
105 if (getCount != initGetCount)
109 if (getCount <= initGetCount)
208 getCount++;
217 return getCount;
221 private volatile int getCount; field in class:GaugeMonitorDeadlockTest.Test
H A DStringMonitorDeadlockTest.java101 int getCount = initGetCount;
103 getCount = observedProxy.getGetCount();
104 if (getCount != initGetCount)
108 if (getCount <= initGetCount)
207 getCount++;
216 return getCount;
220 private volatile int getCount; field in class:StringMonitorDeadlockTest.Test
H A DMultiMonitorTest.java136 System.out.print(" " + listeners[i].getCount());
208 public synchronized int getCount() { method in class:MultiMonitorTest.CountListener
215 if (listeners[i].getCount() != n)
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DUncommonTrapEvent.java49 setCount(Math.max(getCount(), trap.getCount()));
65 public int getCount() { method in class:UncommonTrapEvent
H A DCallSite.java118 (getReceiverCount() * 100 / getCount()) + "%)");
143 public int getCount() { method in class:CallSite
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DCountStatisticImpl.java64 m.put("count", getCount());
69 return super.toString() + NEWLINE + "Count: " + getCount();
72 public synchronized long getCount() { method in class:CountStatisticImpl
H A DTimeStatisticImpl.java57 "Count: " + getCount() + NEWLINE +
83 m.put("count", getCount());
107 public synchronized long getCount() { method in class:TimeStatisticImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteOutputStream.java177 public int getCount() { method in class:ByteOutputStream
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAttribute.java201 final int getCount() { method in class:Attribute
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DCountServerImpl.java76 public int getCount() throws RemoteException { method in class:CountServerImpl
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DRepository.java663 public Integer getCount() { method in class:Repository
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeMultipart.java194 public int getCount() throws MessagingException { method in class:MimeMultipart
229 int count = getCount();
469 part = createMimeBodyPart(headers, buf.getBytes(), buf.getCount());
548 int count = mp.getCount();
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETableReference.h330 le_uint32 getCount() const { return fCount; } function in class:LEReferenceToArrayOf
349 if(LE_SUCCESS(success)&&i<getCount()) {
/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DReentrantReadWriteLock.java667 final int getCount() { return getState(); } method in class:ReentrantReadWriteLock.Sync
1478 int c = sync.getCount();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleContext.java1095 int getCount() { method in class:StyleContext.KeyBuilder
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java1065 public int getCount() { method in class:TableView.ColumnIterator
1178 if ((rowIndex + nrows) > getCount()) {
1182 nrows = getCount() - rowIndex;
1243 public int getCount() { method in class:TableView.RowIterator

Completed in 81 milliseconds

123