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

/openjdk7/jdk/test/java/rmi/server/ObjID/randomIDs/
H A DRandomIDs.java44 private static final int COUNT = 10000; field in class:RandomIDs
72 * Get the 64-bit "object number" component of COUNT number of
77 final long[] objnums = new long[COUNT];
78 for (int i = 0; i < COUNT; i++) {
107 for (int i = 0; i < COUNT; i++) {
116 int bitCountTarget = COUNT * 32;
124 double piEstimate = ((double) piHitCount / COUNT) * 4.0;
149 for (int i = 1; i < COUNT; i++) {
/openjdk7/jdk/test/javax/swing/JFileChooser/6868611/
H A Dbug6868611.java36 private static final int COUNT = 1000; field in class:bug6868611
58 for (int i = 0; i < COUNT; i++) {
/openjdk7/jdk/test/javax/swing/JFileChooser/6741890/
H A Dbug6741890.java44 private static final int COUNT = 100000; field in class:bug6741890
84 for (int i = 0; i < COUNT; i++) {
/openjdk7/jdk/test/java/lang/management/CompositeData/
H A DMemoryNotifInfoCompositeData.java51 private static final int COUNT = 2; field in class:MemoryNotifInfoCompositeData
91 if (info.getCount() != ((Long) values[COUNT]).longValue()) {
93 " expected = " + values[COUNT]);
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryNotifInfoCompositeData.java89 private static final String COUNT = "count"; field in class:MemoryNotifInfoCompositeData
93 COUNT,
112 return getLong(cd, COUNT);
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTest4353056.java43 private static final int COUNT = 100; field in class:Test4353056
51 for (int i = 0; i < COUNT; i++) {
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageAffine_BL.c92 #define COUNT(ind) \ macro
127 COUNT(0);
133 COUNT(0);
166 COUNT(0);
167 COUNT(1);
175 COUNT(0);
176 COUNT(1);
213 COUNT(0);
214 COUNT(1);
215 COUNT(
320 #define COUNT macro
[all...]
H A Dmlib_c_ImageAffine_BL_S16.c92 #define COUNT(ind) \ macro
125 COUNT(0);
131 COUNT(0);
162 COUNT(0);
163 COUNT(1);
171 COUNT(0);
172 COUNT(1);
207 COUNT(0);
208 COUNT(1);
209 COUNT(
311 #define COUNT macro
[all...]
H A Dmlib_c_ImageAffine_BL_U16.c92 #define COUNT(ind) \ macro
127 COUNT(0);
133 COUNT(0);
166 COUNT(0);
167 COUNT(1);
175 COUNT(0);
176 COUNT(1);
213 COUNT(0);
214 COUNT(1);
215 COUNT(
318 #define COUNT macro
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java52 static final boolean COUNT = false; field in class:Op
55 if (Op.COUNT) Op.nofinstances ++;
59 if (Op.COUNT) Op.nofinstances ++;
63 if (Op.COUNT) Op.nofinstances ++;
67 if (Op.COUNT) Op.nofinstances ++;
73 if (Op.COUNT) Op.nofinstances ++;
78 if (Op.COUNT) Op.nofinstances ++;
82 if (Op.COUNT) Op.nofinstances ++;
86 if (Op.COUNT) Op.nofinstances ++;
90 if (Op.COUNT) O
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1859 #define COUNT Address(rsp, 12+12) // Only for oop arraycopy macro
1921 __ movl(COUNT, count); // count

Completed in 130 milliseconds