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

  /external/skia/tests/
PathOpsOpCubicThreadedTest.cpp 72 int threadCount = initializeTests(reporter, "cubicOp");
73 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsOpRectThreadedTest.cpp 77 int threadCount = initializeTests(reporter, "testOp");
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyDegenerateThreadedTest.cpp 71 int threadCount = initializeTests(reporter, "testDegenerates");
72 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyQuadThreadedTest.cpp 78 int threadCount = initializeTests(reporter, "testQuads");
79 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 79 int threadCount = initializeTests(reporter, "testQuadralaterals");
80 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyRectThreadedTest.cpp 191 int threadCount = initializeTests(reporter, "testLine");
192 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyTrianglesThreadedTest.cpp 76 int threadCount = initializeTests(reporter, "testTriangles");
77 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSkpClipTest.cpp 125 int threadCount = initializeTests(reporter, "skpClipThreadedTest");
126 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsQuadLineIntersectionThreadedTest.cpp 116 int threadCount = initializeTests(reporter, "testQuadLineIntersect");
117 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.h 227 int32_t threadCount;
intltest.cpp 515 threadCount = 1;
591 int32_t rval = this->threadCount;
592 this->threadCount = count;
1081 int32_t threadCount = 1;
1125 threadCount = atoi(str + 8);
1154 "### threads:<threadCount> (Mulithreading must first be \n"
1182 major.setThreadCount( threadCount );
    [all...]
  /external/icu4c/test/intltest/
intltest.h 276 int32_t threadCount;
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...]
  /dalvik/vm/
Ddm.cpp 367 int threadCount = 0;
369 threadCount++;
376 int bufLen = kHeaderLen + threadCount * kBytesPerEntry;
382 set2BE(buf+2, (u2) threadCount);
  /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...]
  /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;
  /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/chromium_org/v8/src/
debug-debugger.js 979 ExecutionState.prototype.threadCount = function() {
    [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 384 milliseconds