HomeSort by relevance Sort by last modified time
    Searched refs:threadCount (Results 1 - 8 of 8) sorted by null

  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ThreadLocalTest.java 94 final int threadCount = 10;
95 final int x[] = new int[threadCount];
100 for(int i = 0; i < threadCount; i++) {
  /external/webkit/WebKitTools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 130 int threadCount = javaScriptThreads()->size();
133 if (!threadCount)
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 245 final int threadCount = 20;
246 for (int i = 0; i < threadCount; ++i) {
256 if (ready == threadCount) {
263 + ready + ")", ready == threadCount);
267 for (int i = 1; i <= threadCount; ++i) {
328 final int threadCount = 20;
329 for (int i = 0; i < threadCount; ++i) {
341 if (ready == threadCount) {
348 + ready + ")", ready == threadCount);
358 + status + ")", status == threadCount);
    [all...]
ThreadGroupTest.java     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleThread.java 142 int threadCount;
146 threadCount = data.getShort();
154 Log.v("ddm-thread", "THST: threadCount=" + threadCount);
160 for (int i = 0; i < threadCount; i++) {
  /dalvik/vm/
Ddm.c 481 int threadCount = 0;
483 threadCount++;
490 int bufLen = kHeaderLen + threadCount * kBytesPerEntry;
496 set2BE(buf+2, (u2) threadCount);
  /dalvik/vm/jdwp/
JdwpHandler.c 291 u4 threadCount;
296 dvmDbgGetAllThreads(&pThreadIds, &threadCount);
298 expandBufAdd4BE(pReply, threadCount);
301 for (i = 0; i < (int) threadCount; i++) {
    [all...]
  /external/v8/src/
debug-debugger.js 774 ExecutionState.prototype.threadCount = function() {
    [all...]

Completed in 2475 milliseconds