Searched refs:setCount (Results 1 - 11 of 11) sorted by relevance

/openjdk9/jdk/test/java/util/concurrent/tck/
H A DFutureTaskTest.java110 assertEquals(0, pf.setCount());
195 private final AtomicInteger setCount = new AtomicInteger(0); field in class:FutureTaskTest.PublicFutureTask
200 public int setCount() { return setCount.get(); } method in class:FutureTaskTest.PublicFutureTask
240 setCount.incrementAndGet();
299 assertEquals(0, task.setCount());
315 assertEquals(0, task.setCount());
332 assertEquals(1, task.setCount());
364 assertEquals(0, task.setCount());
378 assertEquals(0, task.setCount());
[all...]
/openjdk9/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DUncommonTrapEvent.java60 setCount(Math.max(getCount(), trap.getCount()));
91 public void setCount(int count) { method in class:UncommonTrapEvent
H A DCallSite.java225 public void setCount(int count) { method in class:CallSite
H A DLogParser.java959 site.setCount(Integer.parseInt(search(atts, "count", "0")));
/openjdk9/jdk/test/java/util/concurrent/FutureTask/
H A DCustomized.java40 static final AtomicLong setCount = new AtomicLong(0); field in class:Customized
49 equal(y, setCount);
60 setCount.getAndIncrement();
186 System.out.printf("setCount=%d%n", setCount.get());
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/external/statistics/impl/
H A DCountStatisticImpl.java76 public synchronized void setCount(long countVal) { method in class:CountStatisticImpl
/openjdk9/jdk/test/java/awt/Window/WindowClosedEvents/
H A DWindowClosedEventOnDispose.java201 public void setCount(int count) { method in class:Listener
/openjdk9/jdk/test/javax/management/modelmbean/
H A DAddAttributeChangeNotificationListenerTest.java210 public int setCount(int newTally) { method in class:AddAttributeChangeNotificationListenerTest.ModelMBeanListener
H A DUnserializableTargetObjectTest.java73 public void setCount(int count) { method in class:UnserializableTargetObjectTest.Resource
86 Method setCountMethod = Resource.class.getMethod("setCount", int.class);
103 "operation", "setCount", resource2
109 "attribute", "Count", "getCount", "setCount"
118 new ModelMBeanOperationInfo("setCount description",
/openjdk9/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1372 public void setCount(long c) { count = c; } method in class:BandStructure.ByteCounter
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...

Completed in 107 milliseconds