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

  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ThreadLocalTest.java 90 final int threadCount = 10;
91 final int x[] = new int[threadCount];
95 for (int i = 0; i < threadCount; i++) {
  /external/webkit/WebKitTools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 130 int threadCount = javaScriptThreads()->size();
133 if (!threadCount)
  /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...]
  /libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 220 int threadCount;
222 threadCount = threadGroup.enumerate(threads);
223 if (threadCount == threads.length) {
229 if (threadCount < lastThread) {
231 Arrays.fill(threads, threadCount, lastThread, null);
233 lastThread = threadCount;
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 383 final int threadCount) {
385 populateGroupsWithThreads(aGroup, threadCount, result);
391 final int threadCount, final Vector<MyThread> allCreated) {
392 for (int i = 0; i < threadCount; i++) {
394 final String name = "(MyThread)N =" + iClone + "/" + threadCount
404 populateGroupsWithThreads(element, threadCount, allCreated);
  /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 487 int threadCount = 0;
489 threadCount++;
496 int bufLen = kHeaderLen + threadCount * kBytesPerEntry;
502 set2BE(buf+2, (u2) threadCount);
  /external/icu4c/test/intltest/
intltest.cpp 511 threadCount = 1;
583 int32_t rval = this->threadCount;
584 this->threadCount = count;
1027 int32_t threadCount = 1;
1063 threadCount = atoi(str + 8);
1092 "### threads:<threadCount> (Mulithreading must first be \n"
1120 major.setThreadCount( threadCount );
1153 fprintf(stdout, " Threads : %d\n", threadCount);
    [all...]
intltest.h 197 int32_t threadCount;
tzfmttst.cpp 444 int32_t nThreads = threadCount;
519 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[threadCount];
  /dalvik/vm/jdwp/
JdwpHandler.c 290 u4 threadCount;
295 dvmDbgGetAllThreads(&pThreadIds, &threadCount);
297 expandBufAdd4BE(pReply, threadCount);
300 for (i = 0; i < (int) threadCount; i++) {
    [all...]
  /external/v8/src/
debug-debugger.js 774 ExecutionState.prototype.threadCount = function() {
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 540 milliseconds