Searched defs:Counter (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/
H A DCounter.java28 public class Counter class
33 Counter() method in class:Counter
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCounter.java45 * The <code>Counter</code> interface is used to represent any counter or
51 public interface Counter { interface
/openjdk7/jdk/test/java/awt/Multiscreen/WPanelPeerPerf/
H A DWPanelPeerPerf.java52 private static Counter instance = null;
53 public static Counter getCounter() {
55 instance = new Counter();
60 private static class Counter { class in class:WPanelPeerPerf
62 Counter() { counter = 0; } method in class:WPanelPeerPerf.Counter
103 Counter ctr = getCounter();
153 Counter ctr = getCounter();
170 System.out.println("Counter reads: " + ctr.counter);
/openjdk7/langtools/test/tools/apt/Scanners/
H A DCounter.java40 public class Counter implements AnnotationProcessorFactory { class in inherits:AnnotationProcessorFactory
/openjdk7/jdk/src/share/classes/sun/management/counter/
H A DCounter.java33 public interface Counter extends java.io.Serializable { interface in inherits:java.io.Serializable
/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java42 public static class Counter { class in class:NotificationEmitterProxy
67 final private Counter counter;
68 public CounterListener(Counter counter) {
93 final Counter counter = new Counter();
95 final Counter mxcounter = new Counter();
/openjdk7/langtools/test/tools/javac/util/context/
H A DT7021650.java59 Counter demoCounter = new Counter();
60 Counter myAttrCounter = new Counter();
126 static void preRegister(Context context, final Counter counter) {
148 static void preRegister(Context context, final Counter counter) {
162 static class Counter { class in class:T7021650
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/tree/
H A DObjectTreeNodeAdapter.java58 Counter c = new Counter();
93 static class Counter extends DefaultObjectVisitor { class in class:ObjectTreeNodeAdapter
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DOopTreeNodeAdapter.java64 Counter c = new Counter();
116 static class Counter extends DefaultOopVisitor { class in class:OopTreeNodeAdapter
/openjdk7/jdk/test/java/rmi/activation/log/
H A DLogTest.java47 private static Counter counter = new Counter();
110 counter = (Counter) log.recover();
127 private static class Counter implements Serializable { class in class:LogTest
131 Counter() {} method in class:LogTest.Counter
141 void update(Counter value) {
153 private final Counter initialState;
155 TestLogHandler(Counter initialState) {
168 ((Counter) state).update((Counter) updat
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp862 enum Counter { enum in class:LinearScanStatistic
921 void inc_counter(Counter idx, int value = 1) { _counters_sum[idx] += value; }
924 Counter base_counter(int counter_idx);

Completed in 170 milliseconds