Searched refs:COUNT (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/test/compiler/7200264/
H A DTest7200264.sh60 COUNT=`grep AddVI test.out | wc -l | awk '{print $1}'`
61 if [ $COUNT -lt 4 ]
63 echo "Test Failed: AddVI $COUNT < 4"
68 COUNT=`grep SubVI test.out | wc -l | awk '{print $1}'`
69 if [ $COUNT -lt 4 ]
71 echo "Test Failed: SubVI $COUNT < 4"
79 COUNT=`grep MulVI test.out | wc -l | awk '{print $1}'`
80 if [ $COUNT -lt 2 ]
82 echo "Test Failed: MulVI $COUNT < 2"
87 COUNT
[all...]
/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/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/sun/security/tools/keytool/
H A DListKeychainStore.sh57 COUNT=`$KEYTOOL -list | grep PrivateKeyEntry | wc -l`
58 echo "Found $COUNT private key entries in the Keychain keystores"
60 if [ $COUNT -gt 1 ]; then
119 COUNT=`$KEYTOOL -list | grep PrivateKeyEntry | wc -l`
120 echo "Found $COUNT private key entries in the Keychain keystore"
121 if [ $COUNT -lt 3 ]; then
/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...]
H A DRegularExpression.java2094 if (Op.COUNT) Op.nofinstances = 0;
2103 if (Op.COUNT) System.err.println("DEBUG: The number of operations: "+Op.nofinstances);
/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/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/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/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/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/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DDiagram.java269 final int COUNT = 10;
276 if (sum < COUNT) {
/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 132 milliseconds