Searched refs:count (Results 201 - 225 of 2064) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/util/Date/
H A DDateGregorianCalendarTest.java57 long count = 0;
73 ++count;
85 System.out.println("Part I (count="+count+"): Passed");
87 System.out.println("Part I (count="+count+"): Incomplete");
90 System.out.println("Part I (count="+count+"): FAILED");
103 long count = 0;
109 ++count;
[all...]
/openjdk10/hotspot/test/runtime/Throwable/
H A DTestThrowable.java43 int count = 0; field in class:TestThrowable.Thrower
52 if (++count < depth) {
61 count = getDepth(new Throwable());
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMChildIterNodeList.java112 int count=0;
116 ++count;
118 return count;
/openjdk10/jdk/src/java.base/share/classes/sun/text/
H A DIntHashtable.java50 return count;
54 return count == 0;
58 if (count > highWaterMark) {
64 ++count;
78 --count;
79 if (count < lowWaterMark) {
98 if (other.size() != count || other.defaultValue != defaultValue) {
160 private int count; field in class:IntHashtable
186 count = 0;
195 if (count > highWaterMar
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DCharToGlyphMapper.java82 public abstract void charsToGlyphs(int count, argument
85 public abstract boolean charsToGlyphsNS(int count, argument
88 public abstract void charsToGlyphs(int count, argument
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DOpenTypeUtilities.h58 static le_int32 search(le_uint16 value, const le_uint16 array[], le_int32 count);
59 static le_int32 search(le_uint32 value, const le_uint32 array[], le_int32 count);
60 static void sort(le_uint16 *array, le_int32 count);
/openjdk10/jdk/test/java/io/charStreams/
H A DLineGenerator.java46 private int count = 0; field in class:LineGenerator
50 if ((count >= limit) && (limit >= 0))
80 count++;
H A DRandomLines.java36 static int count = 500; field in class:RandomLines
55 Thread t1 = new Thread(new RandomLineSource(uo, w, count, log));
56 Thread t2 = new Thread(new LineSink(ui, r, count, log));
H A DStringGenerator.java32 private int count = 0; field in class:StringGenerator
61 if ((count >= limit) && (limit >= 0))
70 count++;
/openjdk10/jdk/test/java/nio/channels/SelectionKey/
H A DAtomicAttachTest.java66 int count = errorCount.get();
67 if (count > 0) {
68 throw new RuntimeException("Error count:" + count);
/openjdk10/jdk/test/java/text/Format/MessageFormat/
H A DBug7003643.java43 int count = 0;
45 while (count < max) {
62 count++;
/openjdk10/langtools/test/tools/javac/api/6412656/
H A DT6412656.java44 int count = 0; field in class:T6412656
51 if (count == 0)
71 test.count++;
/openjdk10/langtools/test/tools/javac/lambda/
H A DLambdaConv05.java43 int count = 0; field in class:LambdaConv05
47 (String a, String b) -> { LambdaConv05.this.count++; return a.length()-b.length(); });
60 assertTrue(sorter.count == 2);
/openjdk10/langtools/test/tools/javac/lambda/lambdaExpression/
H A DLambdaTest5.java43 private static int count = 0; field in class:LambdaTest5
72 count++;
74 assertTrue(count==1);
/openjdk10/langtools/test/tools/javac/resolve/
H A DAmbiguityErrorTest.java47 int count; field in class:AmbiguityErrorTest
51 count++;
70 if (count != 2) {
/openjdk10/test/lib-test/jdk/test/lib/apps/
H A DLingeredAppTest.java60 int count = 0;
62 count += 1;
64 System.out.println("Found " + count + " lines in VM output");
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCommonedConstantsTest.java82 int count = 0;
85 count++;
88 return count;
106 int count = 0;
109 count++;
112 return count;
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DObjectHistogramElement.java35 private long count; // Number of instances of klass field in class:ObjectHistogramElement
40 count = 0;
45 count = count + 1;
60 return count;
114 tty.print(count + "\t" + size + "\t");
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/packaging/mime/util/
H A DQPEncoderStream.java46 private int count = 0; // number of bytes that have been output field in class:QPEncoderStream
162 count = 0;
173 if ((count += 3) > bytesPerLine) {
177 count = 3; // set the next line's length
183 if (++count > bytesPerLine) {
187 count = 1; // set the next line's length
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/sasl/
H A DSaslOutputStream.java75 int count;
86 count = (total - i) < rawSendSize ? (total - i) : rawSendSize;
89 wrappedToken = sc.wrap(buffer, offset+i, count);
125 int count) {
126 if (count > 4) {
130 for (int i = count-1; i >= 0; i--) {
124 intToNetworkByteOrder(int num, byte[] buf, int start, int count) argument
/openjdk10/jdk/test/java/net/Authenticator/
H A DB4759514.java39 static int count = 0; field in class:B4759514
58 switch (count) {
73 count ++;
127 int count = 0; field in class:B4759514.MyAuthenticator
132 count ++;
137 return (count);
/openjdk10/jdk/test/java/util/concurrent/forkjoin/
H A DFJExceptionTableLeak.java61 int count = 0;
63 if (x != null) count++;
64 return count;
106 int count = bucketsInuse(exceptionTable);
107 if (count == 0)
109 return count == 1;
/openjdk10/jdk/test/javax/swing/JColorChooser/
H A DTest4177735.java65 if (test.count != 0) {
66 throw new Error("JColorChooser leaves " + test.count + " threads running");
94 private int count; field in class:Test4177735
99 int count = group.enumerate(threads, false);
100 for (int i = 0; i < count; i++) {
103 this.count++;
/openjdk10/jdk/test/sun/net/www/
H A DAuthHeaderTest.java39 static int count = 0; field in class:AuthHeaderTest
59 switch (count) {
69 count ++;
126 int count = 0; field in class:AuthHeaderTest.MyAuthenticator
131 count ++;
136 return (count);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotpath/
H A DHP_field01.java40 public static int test(int count) { argument
41 for (int i = 0; i <= count; i++) {

Completed in 144 milliseconds

1234567891011>>