Home
last modified time | relevance | path

Searched refs:reqCnt (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/back/
DthreadControl.c1194 jint reqCnt; in commonResumeList() local
1199 reqCnt = 0; in commonResumeList()
1203 &reqCnt); in commonResumeList()
1204 if (reqCnt == 0) { in commonResumeList()
1212 reqList = newArray(reqCnt, sizeof(jthread)); in commonResumeList()
1217 results = newArray(reqCnt, sizeof(jvmtiError)); in commonResumeList()
1228 (gdata->jvmti, reqCnt, reqList, results); in commonResumeList()
1229 for (i = 0; i < reqCnt; i++) { in commonResumeList()
1264 jint reqCnt; in commonSuspendList() local
1268 reqCnt = 0; in commonSuspendList()
[all …]
/external/python/pyasn1-modules/tools/
Dcmcdump.py20 reqCnt = 0 variable