Searched refs:count (Results 126 - 150 of 2064) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/lang/instrument/
H A DRetransformBigClassApp.java46 int count = 0;
48 System.out.println("App loop count: " + ++count);
54 System.out.println("App looped " + count + " times.");
/openjdk10/jdk/test/java/security/Signature/
H A DTestInitSignWithMyOwnRandom.java56 int count = 0; field in class:TestRandomSource
60 count++;
64 return (count != 0);
/openjdk10/jdk/test/sun/net/www/protocol/http/
H A DResponseCacheStream.java112 int count;
117 count = 0;
119 len = is.read(b, count, 40 - count);
121 count += len;
126 len = is.read(b, count, 10);
127 count += len;
132 len = is.read(b, count, 1024 - count);
134 count
[all...]
H A DRetryUponTimeout.java44 count++;
59 static int count = 0; field in class:RetryUponTimeout
75 if (count > 1) {
76 throw new RuntimeException("Server received "+count+" requests instead of one.");
/openjdk10/jdk/test/sun/net/www/protocol/https/
H A DAbstractCallback.java33 * an integer count parameter. This parameter indicates the number of times
43 int count; field in class:AbstractCallback.Request
47 count = 0;
67 request (msg, req.count++);
/openjdk10/jdk/test/sun/net/www/httptest/
H A DAbstractCallback.java33 * an integer count parameter. This parameter indicates the number of times
43 int count; field in class:AbstractCallback.Request
47 count = 0;
67 request (msg, req.count++);
/openjdk10/langtools/test/tools/javac/lambda/lambdaExpression/
H A DLambdaTest4.java36 private static int count = 0; field in class:LambdaTest4
43 count++;
69 assertTrue(count == 1);
/openjdk10/jdk/test/java/nio/charset/coders/
H A DBashStreams.java46 private int count = 0; field in class:BashStreams.CharacterGenerator
59 count--;
62 int count() { method in class:BashStreams.CharacterGenerator
63 return count;
67 return count < limit;
71 if (count >= limit)
75 count++;
86 && (count == limit - 1))
90 count++;
92 count
102 mismatch(String csn, int count, char c, char d) argument
110 mismatchedEOF(String csn, int count, int cgCount) argument
125 private int count = 0; field in class:BashStreams.Sink
229 private int count = 0; field in class:BashStreams.Source
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotpath/
H A DHP_field04.java43 public int run(int count) { argument
44 for (int x = 0; x <= count; x++) {
57 public static int test(int count) { argument
58 return new TestClass().run(count);
H A DHP_inline01.java34 public static int test(int count) { argument
36 for (int i = 0; i < count; i++) {
H A DHP_count.java36 public static int test(int count) { argument
41 for (int i = 0; i <= count; i++) {
H A DHP_scope02.java34 public static int test(int count) { argument
38 for (int i = 0; i < count; i++) {
H A DHP_array03.java36 public static int test(int count) { argument
38 for (int i = 0; i < count; i++) {
H A DHP_array01.java35 public static int test(int count) { argument
37 for (int i = 0; i < count; i++) {
/openjdk10/hotspot/test/compiler/loopopts/
H A DConstFPVectorization.java39 static void floatLoop(int count) { argument
40 for (int i = 0; i < count; i++) {
45 static void doubleLoop(int count) { argument
46 for (int i = 0; i < count; i++) {
/openjdk10/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DUBiDiProps.java64 int i, count;
65 count=bytes.getInt();
66 if(count<IX_TOP) {
69 indexes=new int[count];
71 indexes[0]=count;
72 for(i=1; i<count; ++i) {
87 count=indexes[IX_MIRROR_LENGTH];
88 if(count>0) {
89 mirrors=new int[count];
90 for(i=0; i<count;
[all...]
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DClassLoaderReferenceImpl.c45 jint count; local
49 error = allClassLoaderClasses(loader, &classes, &count);
53 (void)outStream_writeInt(out, count);
54 for (i = 0; i < count; i++) {
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DArray.java161 * specified <code>index</code> and containing up to <code>count</code>
172 * @param count the number of successive SQL array elements to retrieve
173 * @return an array containing up to <code>count</code> consecutive elements
181 Object getArray(long index, int count) throws SQLException; argument
186 * <code>index</code> and containing up to <code>count</code>
204 * @param count the number of successive SQL array elements to
209 * @return an array containing up to <code>count</code>
219 Object getArray(long index, int count, java.util.Map<String,Class<?>> map) argument
281 * <code>count</code> successive elements. This method uses
289 * up to <code>count</cod
307 getResultSet(long index, int count) argument
344 getResultSet(long index, int count, java.util.Map<String,Class<?>> map) argument
[all...]
/openjdk10/jdk/test/java/io/charStreams/
H A DABCInputStream.java33 int count = 0; field in class:ABCInputStream
59 if (count >= len)
63 count++;
83 int remaining = len - count;
/openjdk10/jdk/test/java/lang/management/MemoryMXBean/
H A DGetMBeanInfo.java39 private static int count = 0; field in class:GetMBeanInfo
53 if (count != EXPECTED_NOTIF_TYPES) {
55 + " count = " + count +
64 count++;
/openjdk10/langtools/test/jdk/jshell/
H A DTestingInputStream.java35 this.count = buf.length;
/openjdk10/nashorn/samples/
H A Duniqs.js48 .count());
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSWITCH.java80 int count = 1;
87 m_vec[count] = prev + j;
88 t_vec[count] = target;
89 count++;
91 m_vec[count] = match[i];
92 t_vec[count] = targets[i];
93 count++;
95 match = new int[count];
96 targets = new InstructionHandle[count];
97 System.arraycopy(m_vec, 0, match, 0, count);
[all...]
/openjdk10/jdk/test/java/net/Authenticator/
H A DB4722333.java39 static int count = 0; field in class:B4722333
52 if (count % 2 == 1 ) {
57 switch (count) {
92 count ++;
154 int count = 0; field in class:B4722333.MyAuthenticator
164 if (!scheme.equals (expected [count][0])) {
165 B4722333.except ("wrong scheme received, " + scheme + " expected " + expected [count][0]);
167 if (!prompt.equals (expected [count][1])) {
168 B4722333.except ("wrong realm received, " + prompt + " expected " + expected [count][1]);
170 count
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/loop/
H A DLoop03.java33 public static int test(int count) { argument
38 for (int i = 0; i < count; i++) {

Completed in 409 milliseconds

1234567891011>>