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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 118 final int threadCount = 20;
119 for (int i = 0; i < threadCount; ++i) {
129 if (ready == threadCount) {
136 + ready + ")", ready == threadCount);
140 for (int i = 1; i <= threadCount; ++i) {
187 final int threadCount = 20;
188 for (int i = 0; i < threadCount; ++i) {
200 if (ready == threadCount) {
207 + ready + ")", ready == threadCount);
217 + status + ")", status == threadCount);
    [all...]
ThreadGroupTest.java 1017 final int threadCount) {
1019 populateGroupsWithThreads(aGroup, threadCount, result);
1025 final int threadCount, final Vector<MyThread> allCreated) {
1026 for (int i = 0; i < threadCount; i++) {
1028 final String name = "(MyThread)N =" + iClone + "/" + threadCount
1038 populateGroupsWithThreads(element, threadCount, allCreated);
  /external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 140 int threadCount = javaScriptThreads()->size();
143 if (!threadCount)
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 253 int threadCount;
255 threadCount = threadGroup.enumerate(threads);
256 if (threadCount == threads.length) {
262 if (threadCount < lastThread) {
264 Arrays.fill(threads, threadCount, lastThread, null);
266 lastThread = threadCount;
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 362 private List<MyThread> populateGroupsWithThreads(ThreadGroup group, int threadCount) {
364 populateGroupsWithThreads(group, threadCount, result);
368 private void populateGroupsWithThreads(ThreadGroup group, int threadCount, List<MyThread> out) {
369 for (int i = 0; i < threadCount; i++) {
370 out.add(new MyThread(group, "MyThread " + i + " of " + threadCount));
376 populateGroupsWithThreads(element, threadCount, out);
  /dalvik/vm/
Ddm.cpp 367 int threadCount = 0;
369 threadCount++;
376 int bufLen = kHeaderLen + threadCount * kBytesPerEntry;
382 set2BE(buf+2, (u2) threadCount);
  /external/skia/tools/
PictureRenderer.cpp 650 MultiCorePictureRenderer::MultiCorePictureRenderer(int threadCount)
651 : fNumThreads(threadCount)
652 , fThreadPool(threadCount)
653 , fCountdown(threadCount) {
PictureRenderer.h 409 explicit MultiCorePictureRenderer(int threadCount);
  /external/icu4c/test/intltest/
intltest.cpp 531 threadCount = 1;
614 int32_t rval = this->threadCount;
615 this->threadCount = count;
1108 int32_t threadCount = 1;
1155 threadCount = atoi(str + 8);
1185 "### threads:<threadCount> (Mulithreading must first be \n"
1213 major.setThreadCount( threadCount )
    [all...]
intltest.h 273 int32_t threadCount;
tzfmttst.cpp 450 int32_t nThreads = threadCount;
525 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[threadCount];
  /dalvik/vm/jdwp/
JdwpHandler.cpp 262 u4 threadCount;
263 dvmDbgGetAllThreads(&pThreadIds, &threadCount);
265 expandBufAdd4BE(pReply, threadCount);
268 for (u4 i = 0; i < threadCount; i++) {
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 299 int threadCount = cvGetNumThreads();
366 for( i = 0; i < threadCount; i++ )
417 bufferBytes = (srcPatchLen + patchLen * 3) * sizeof( _patchI[0][0] ) * threadCount;
420 for( i = 0; i < threadCount; i++ )
444 #pragma omp parallel for num_threads(threadCount) schedule(dynamic)
    [all...]
  /external/v8/src/
debug-debugger.js 961 ExecutionState.prototype.threadCount = function() {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 1187 milliseconds