/openjdk7/jdk/test/java/lang/instrument/ilib/ |
H A D | Info.java | 27 final int counter; field in class:Info 32 Info(int counter, String className, String methodName, int location) { argument 33 this.counter = counter;
|
/openjdk7/jdk/src/share/classes/sun/management/counter/ |
H A D | ByteArrayCounter.java | 26 package sun.management.counter; 29 * Interface for performance counter wrapping <code>byte[]</code> objects.
|
H A D | LongArrayCounter.java | 26 package sun.management.counter; 29 * Interface for performance counter wrapping <code>long[]</code> objects.
|
H A D | LongCounter.java | 26 package sun.management.counter; 29 * Interface for a performance counter wrapping a 37 * Get the value of this Long performance counter
|
H A D | StringCounter.java | 26 package sun.management.counter; 29 * Interface for a performance counter wrapping a <code>String</code> object.
|
H A D | Counter.java | 26 package sun.management.counter; 29 * The base class for a performance counter. 36 * Returns the name of this performance counter 41 * Returns the Units for this performance counter 46 * Returns the Variability for this performance counter 51 * Returns true if this performance counter is a vector 61 * Returns an Object that encapsulates the data value of this counter 66 * Returns <tt>true</tt> if this counter is an internal counter. 71 * Return the flags associated with the counter [all...] |
/openjdk7/hotspot/test/runtime/7107135/ |
H A D | Test.java | 40 public static int counter = 1; field in class:Test 43 counter = counter * -1; 44 int i = counter; 45 if(counter < 2) counter += Runner();
|
/openjdk7/jdk/src/share/classes/sun/swing/ |
H A D | BakedArrayList.java | 58 for (int counter = 0, max = data.size(); counter < max; counter++){ 59 add(data.get(counter)); 70 for (int counter = size() - 1; counter >= 0; counter--) { 71 _hashCode = 31 * _hashCode + get(counter).hashCode();
|
/openjdk7/hotspot/test/compiler/5091921/ |
H A D | Test6985295.java | 39 long counter = 0; 42 counter++; 43 if (counter > 1000000) { 48 System.out.println("iteration went " + counter + " times (" + i + ")");
|
/openjdk7/jdk/test/java/lang/instrument/ |
H A D | RedefineMethodAddInvokeTarget.java | 27 public void test(int counter) throws Exception { argument 29 (counter == 0 ? "" : counter));
|
H A D | RedefineMethodAddInvokeTarget_1.java | 27 public void test(int counter) throws Exception { argument 29 (counter == 0 ? "" : counter));
|
H A D | RedefineMethodAddInvokeTarget_2.java | 27 public void test(int counter) throws Exception { argument 29 (counter == 0 ? "" : counter));
|
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | Map.java | 82 for (int counter = areaAttributes.size() - 1; counter >= 0; 83 counter--) { 84 if (areaAttributes.elementAt(counter).isEqual(as)){ 85 areaAttributes.removeElementAt(counter); 86 if (counter < numAreas) { 87 areas.removeElementAt(counter); 125 for (int counter = 0; counter < numAttributes; counter [all...] |
/openjdk7/jdk/test/javax/swing/JSlider/6918861/ |
H A D | bug6918861.java | 47 if (ui.counter != 111) { 53 if (ui.counter != 0) { 61 private int counter; field in class:bug6918861.HackedSynthSliderUI 70 counter += 1; 76 counter -= 1; 82 counter += 10; 88 counter -= 10; 94 counter += 100; 100 counter -= 100;
|
/openjdk7/jdk/src/share/classes/sun/management/ |
H A D | HotspotMemoryMBean.java | 28 import sun.management.counter.Counter;
|
H A D | HotspotRuntimeMBean.java | 28 import sun.management.counter.Counter;
|
H A D | HotspotThreadMBean.java | 28 import sun.management.counter.Counter;
|
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/ |
H A D | InstrumentationException.java | 26 package sun.management.counter.perf;
|
/openjdk7/jdk/make/java/java/ |
H A D | localelist.sh | 84 counter=0 87 counter=`expr $counter + 1` 94 if [ $index != $counter ]
|
/openjdk7/jdk/src/share/demo/jfc/SampleTree/ |
H A D | DynamicTreeNode.java | 117 for (int counter = 0, maxCounter = NAMES.length; 118 counter < maxCounter; counter++) { 120 fonts[counter] = new Font(fontNames[counter], 0, fontSize); 122 fonts[counter] = null; 169 for (int counter = 0; counter < DynamicTreeNode.DEFAULT_CHILDREN_COUNT; 170 counter++) { 180 if (counter [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | ActionMap.java | 201 int counter; 203 for (counter = keys.length - 1; counter >= 0; counter--) { 204 keyMap.put(keys[counter], keys[counter]); 206 for (counter = pKeys.length - 1; counter >= 0; counter--) { 207 keyMap.put(pKeys[counter], pKey [all...] |
H A D | InputMap.java | 204 int counter; 206 for (counter = keys.length - 1; counter >= 0; counter--) { 207 keyMap.put(keys[counter], keys[counter]); 209 for (counter = pKeys.length - 1; counter >= 0; counter--) { 210 keyMap.put(pKeys[counter], pKey [all...] |
/openjdk7/jdk/test/javax/swing/UITest/ |
H A D | UITest.java | 106 for (int counter = 0; counter < lafInfo.length; counter++) { 107 if (lafInfo[counter].getName().toLowerCase().indexOf(name) != -1) {
|
/openjdk7/jdk/test/java/rmi/activation/log/ |
H A D | LogTest.java | 47 private static Counter counter = new Counter(); field in class:LogTest 56 log = new ReliableLog(".", new TestLogHandler(counter), false); 77 counter.increment(); 78 log.update(counter); 92 ((counter.value() + 1 == expectedCount) ? "" : "not ") + 94 counter.increment(); 95 log.update(counter); 110 counter = (Counter) log.recover(); 111 System.err.println("recovered counter value: " + counter [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/event/ |
H A D | TreeModelEvent.java | 90 * order, the most natural processing methodology is to use a delete-counter. 91 * Start by initializing the counter to zero and start work through the 93 * value of the delete-counter to the index-position where the delete occurred, 95 * <code>addElement()</code>. Then increment the delete-counter. The index 302 for(int counter = 0; counter < childIndices.length; counter++) 303 retBuffer.append(Integer.toString(childIndices[counter])+ " "); 308 for(int counter = 0; counter < childre [all...] |