Home
last modified time | relevance | path

Searched refs:foundCount (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/re2c/re2c-2.2/test/
H A Dmain.c290 int foundCount = 0; in DoTimingsOfStrnCmp() local
300 foundCount = 0; in DoTimingsOfStrnCmp()
303 foundCount++; in DoTimingsOfStrnCmp()
312 printf("FoundCount each loop: %d\n", foundCount); in DoTimingsOfStrnCmp()
318 foundCount = 0; in DoTimingsOfStrnCmp()
321 foundCount++; in DoTimingsOfStrnCmp()
344 int foundCount = 0; in DoTimingsOfRe2c() local
354 foundCount = 0; in DoTimingsOfRe2c()
361 foundCount++; in DoTimingsOfRe2c()
379 foundCount = 0; in DoTimingsOfRe2c()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/
H A Dsuspendthrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
157 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
165 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
186 if (found < foundCount) in fillThreadsByName()
198 if (found != foundCount) { in fillThreadsByName()
203 name, found, foundCount); in fillThreadsByName()
208 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
209 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/
H A Dsuspendthrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
157 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
165 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
186 if (found < foundCount) in fillThreadsByName()
198 if (found != foundCount) { in fillThreadsByName()
203 name, found, foundCount); in fillThreadsByName()
208 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
209 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/
H A Dsuspendthrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
157 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
165 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
186 if (found < foundCount) in fillThreadsByName()
198 if (found != foundCount) { in fillThreadsByName()
203 name, found, foundCount); in fillThreadsByName()
208 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
209 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/
H A Dsuspendthrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
157 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
165 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
186 if (found < foundCount) in fillThreadsByName()
198 if (found != foundCount) { in fillThreadsByName()
203 name, found, foundCount); in fillThreadsByName()
208 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
209 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/
H A Dsuspendthrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
157 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
165 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
186 if (found < foundCount) in fillThreadsByName()
198 if (found != foundCount) { in fillThreadsByName()
203 name, found, foundCount); in fillThreadsByName()
208 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
209 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/
H A Dsuspendthrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
157 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
165 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
186 if (found < foundCount) in fillThreadsByName()
198 if (found != foundCount) { in fillThreadsByName()
203 name, found, foundCount); in fillThreadsByName()
208 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
209 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/
H A Dresumethrdlst001.c50 const char name[], int foundCount, jthread foundThreads[]);
174 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
182 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
205 if (found < foundCount) in fillThreadsByName()
218 if (found != foundCount) { in fillThreadsByName()
223 name, found, foundCount); in fillThreadsByName()
228 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
229 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/
H A Dsuspendthrdlst001.c50 const char name[], int foundCount, jthread foundThreads[]);
166 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
174 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
197 if (found < foundCount) in fillThreadsByName()
210 if (found != foundCount) { in fillThreadsByName()
215 name, found, foundCount); in fillThreadsByName()
220 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
221 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/
H A Dresumethrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
165 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
173 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
194 if (found < foundCount) in fillThreadsByName()
206 if (found != foundCount) { in fillThreadsByName()
211 name, found, foundCount); in fillThreadsByName()
216 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
217 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/
H A Dresumethrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
165 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
173 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
194 if (found < foundCount) in fillThreadsByName()
206 if (found != foundCount) { in fillThreadsByName()
211 name, found, foundCount); in fillThreadsByName()
216 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
217 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/
H A Dresumethrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
165 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
173 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
194 if (found < foundCount) in fillThreadsByName()
206 if (found != foundCount) { in fillThreadsByName()
211 name, found, foundCount); in fillThreadsByName()
216 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
217 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/
H A Dresumethrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]); in mon_install()
165 const char name[], int foundCount, jthread foundThreads[]) { in mon_install()
173 for (i = 0; i < foundCount; i++) { in mon_install()
194 if (found < foundCount) in mon_install()
206 if (found != foundCount) { in mon_install()
211 name, found, foundCount); in mon_install()
216 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in mon_install()
217 for (i = 0; i < foundCount; i++) { in mon_install()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/
H A Dsuspendthrdlst001.c50 const char name[], int foundCount, jthread foundThreads[]);
166 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
174 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
197 if (found < foundCount) in fillThreadsByName()
210 if (found != foundCount) { in fillThreadsByName()
215 name, found, foundCount); in fillThreadsByName()
220 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
221 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/
H A Dresumethrdlst001.c50 const char name[], int foundCount, jthread foundThreads[]);
174 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
182 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
205 if (found < foundCount) in fillThreadsByName()
218 if (found != foundCount) { in fillThreadsByName()
223 name, found, foundCount); in fillThreadsByName()
228 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
229 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/
H A Dresumethrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
165 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
173 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
194 if (found < foundCount) in fillThreadsByName()
206 if (found != foundCount) { in fillThreadsByName()
211 name, found, foundCount); in fillThreadsByName()
216 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
217 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/
H A Dresumethrdlst001.cpp48 const char name[], int foundCount, jthread foundThreads[]);
165 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
173 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
194 if (found < foundCount) in fillThreadsByName()
206 if (found != foundCount) { in fillThreadsByName()
211 name, found, foundCount); in fillThreadsByName()
216 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
217 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/
H A Dsuspendthrdlst002.cpp60 const char name[], int foundCount, jthread foundThreads[]);
173 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
181 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
202 if (found < foundCount) in fillThreadsByName()
214 if (found != foundCount) { in fillThreadsByName()
219 name, found, foundCount); in fillThreadsByName()
224 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
225 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/
H A Dsuspendthrdlst002.cpp60 const char name[], int foundCount, jthread foundThreads[]);
173 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
181 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
202 if (found < foundCount) in fillThreadsByName()
214 if (found != foundCount) { in fillThreadsByName()
219 name, found, foundCount); in fillThreadsByName()
224 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
225 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/
H A Dsuspendthrdlst002.cpp60 const char name[], int foundCount, jthread foundThreads[]);
173 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
181 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
202 if (found < foundCount) in fillThreadsByName()
214 if (found != foundCount) { in fillThreadsByName()
219 name, found, foundCount); in fillThreadsByName()
224 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
225 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/
H A Dsuspendthrdlst002.cpp60 const char name[], int foundCount, jthread foundThreads[]);
173 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
181 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
202 if (found < foundCount) in fillThreadsByName()
214 if (found != foundCount) { in fillThreadsByName()
219 name, found, foundCount); in fillThreadsByName()
224 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
225 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/
H A Dsuspendthrdlst002.cpp60 const char name[], int foundCount, jthread foundThreads[]);
173 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
181 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
202 if (found < foundCount) in fillThreadsByName()
214 if (found != foundCount) { in fillThreadsByName()
219 name, found, foundCount); in fillThreadsByName()
224 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
225 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/
H A Dsuspendthrdlst002.cpp60 const char name[], int foundCount, jthread foundThreads[]);
173 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
181 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
202 if (found < foundCount) in fillThreadsByName()
214 if (found != foundCount) { in fillThreadsByName()
219 name, found, foundCount); in fillThreadsByName()
224 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
225 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/
H A Dsuspendthrdlst002.c62 const char name[], int foundCount, jthread foundThreads[]);
181 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
189 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
212 if (found < foundCount) in fillThreadsByName()
225 if (found != foundCount) { in fillThreadsByName()
230 name, found, foundCount); in fillThreadsByName()
235 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
236 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/
H A Dresumethrdlst002.cpp58 const char name[], int foundCount, jthread foundThreads[]);
181 const char name[], int foundCount, jthread foundThreads[]) { in fillThreadsByName() argument
189 for (i = 0; i < foundCount; i++) { in fillThreadsByName()
210 if (found < foundCount) in fillThreadsByName()
222 if (found != foundCount) { in fillThreadsByName()
227 name, found, foundCount); in fillThreadsByName()
232 NSK_DISPLAY1("Make global references for threads: %d threads\n", foundCount); in fillThreadsByName()
233 for (i = 0; i < foundCount; i++) { in fillThreadsByName()

1234567