HomeSort by relevance Sort by last modified time
    Searched refs:threadCount (Results 26 - 50 of 74) sorted by null

12 3

  /external/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 71 int threadCount = initializeTests(reporter, "testDegenerates");
72 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyQuadThreadedTest.cpp 77 int threadCount = initializeTests(reporter, "testQuads");
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 79 int threadCount = initializeTests(reporter, "testQuadralaterals");
80 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyTrianglesThreadedTest.cpp 76 int threadCount = initializeTests(reporter, "testTriangles");
77 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSimplifyRectThreadedTest.cpp 190 int threadCount = initializeTests(reporter, "testLine");
191 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSkpClipTest.cpp 323 TestRunner(skiatest::Reporter* reporter, int threadCount)
324 : fNumThreads(threadCount)
877 int threadCount = reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1;
878 TestRunner testRunner(reporter, threadCount);
929 int threadCount = reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1;
930 TestRunner testRunner(reporter, threadCount);
    [all...]
SkpSkGrTest.cpp 128 SkpSkGrThreadedTestRunner(skiatest::Reporter* reporter, int threadCount)
129 : fNumThreads(threadCount)
679 int threadCount = reporter->allowThreaded() ? 3 : 1;
680 SkpSkGrThreadedTestRunner testRunner(reporter, threadCount);
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyRectThreadedTest.cpp 190 int threadCount = initializeTests(reporter, "testLine");
191 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
PathOpsSkpClipTest.cpp 323 TestRunner(skiatest::Reporter* reporter, int threadCount)
324 : fNumThreads(threadCount)
877 int threadCount = reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1;
878 TestRunner testRunner(reporter, threadCount);
929 int threadCount = reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1;
930 TestRunner testRunner(reporter, threadCount);
    [all...]
SkpSkGrTest.cpp 128 SkpSkGrThreadedTestRunner(skiatest::Reporter* reporter, int threadCount)
129 : fNumThreads(threadCount)
679 int threadCount = reporter->allowThreaded() ? 3 : 1;
680 SkpSkGrThreadedTestRunner testRunner(reporter, threadCount);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 225 $('threadCount').addEventListener('change', function() {
319 function setThreadCount(threadCount) {
320 naclModule.postMessage({cmd: 'setThreadCount', threadCount: threadCount});
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 178 * Send the current value of the element threadCount to the NaCl module.
183 var value = parseInt($('threadCount').value);
193 $('threadCount').addEventListener('change', setThreadCount);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
example.js 188 * Send the current value of the element threadCount to the NaCl module.
193 var value = parseInt($('threadCount').value);
203 $('threadCount').addEventListener('change', setThreadCount);
  /external/chromium_org/third_party/icu/source/test/intltest/
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...]
intltest.h 227 int32_t threadCount;
tzfmttst.cpp 443 int32_t nThreads = threadCount;
518 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[threadCount];
  /external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp 789 MultiCorePictureRenderer::MultiCorePictureRenderer(int threadCount)
790 : fNumThreads(threadCount)
791 , fThreadPool(threadCount)
792 , fCountdown(threadCount) {
    [all...]
PictureRenderer.h 605 explicit MultiCorePictureRenderer(int threadCount);
  /external/skia/tools/
PictureRenderer.cpp 789 MultiCorePictureRenderer::MultiCorePictureRenderer(int threadCount)
790 : fNumThreads(threadCount)
791 , fThreadPool(threadCount)
792 , fCountdown(threadCount) {
    [all...]
PictureRenderer.h 605 explicit MultiCorePictureRenderer(int threadCount);
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 548 threadCount = 1;
632 int32_t rval = this->threadCount;
633 this->threadCount = count;
1184 int32_t threadCount = 1;
    [all...]
intltest.h 329 int32_t threadCount;
tzfmttst.cpp 568 int32_t nThreads = threadCount;
643 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[threadCount];
    [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...]

Completed in 1076 milliseconds

12 3