Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 – 22 of 22) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DObjectTest.java118 final int threadCount = 20; in test_notify() local
187 final int threadCount = 20; in test_notifyAll() local
DThreadGroupTest.java1017 final int threadCount) { in populateGroupsWithThreads()
1025 final int threadCount, final Vector<MyThread> allCreated) { in populateGroupsWithThreads()
/external/skia/tests/
DPathOpsOpRectThreadedTest.cpp77 int threadCount = initializeTests(reporter, "testOp"); in PathOpsRectsThreadedTest() local
DPathOpsOpCubicThreadedTest.cpp72 int threadCount = initializeTests(reporter, "cubicOp"); in PathOpsOpCubicsThreadedTest() local
DPathOpsSimplifyRectThreadedTest.cpp191 int threadCount = initializeTests(reporter, "testLine"); in PathOpsSimplifyRectsThreadedTest() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp79 int threadCount = initializeTests(reporter, "testQuadralaterals"); in PathOpsSimplifyQuadralateralsThreadedTest() local
DPathOpsSimplifyQuadThreadedTest.cpp78 int threadCount = initializeTests(reporter, "testQuads"); in PathOpsSimplifyQuadsThreadedTest() local
DPathOpsSimplifyTrianglesThreadedTest.cpp76 int threadCount = initializeTests(reporter, "testTriangles"); in PathOpsSimplifyTrianglesThreadedTest() local
DPathOpsSimplifyDegenerateThreadedTest.cpp71 int threadCount = initializeTests(reporter, "testDegenerates"); in PathOpsSimplifyDegeneratesThreadedTest() local
DPathOpsThreadedCommon.h36 PathOpsThreadedTestRunner(skiatest::Reporter* reporter, int threadCount) in PathOpsThreadedTestRunner()
DPathOpsQuadLineIntersectionThreadedTest.cpp116 int threadCount = initializeTests(reporter, "testQuadLineIntersect"); in PathOpsQuadLineIntersectionThreadedTest() local
DPathOpsSkpClipTest.cpp642 int threadCount = reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1; in PathOpsSkpClipThreadedTest() local
/external/skia/tools/skpdiff/
DSkDiffContext.h28 void setThreadCount(int threadCount) { fThreadCount = threadCount; } in setThreadCount()
/external/chromium_org/third_party/icu/source/test/intltest/
Dintltest.h227 int32_t threadCount; variable
Dintltest.cpp1081 int32_t threadCount = 1; in main() local
/external/icu4c/test/intltest/
Dintltest.h276 int32_t threadCount; variable
Dintltest.cpp1108 int32_t threadCount = 1; in main() local
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
Dexample.js319 function setThreadCount(threadCount) { argument
320 naclModule.postMessage({cmd: 'setThreadCount', threadCount: threadCount}); property
/external/skia/tools/
DPictureRenderer.cpp747 MultiCorePictureRenderer::MultiCorePictureRenderer(int threadCount) in MultiCorePictureRenderer()
/external/opencv/cv/src/
Dcvlkpyramid.cpp299 int threadCount = cvGetNumThreads(); in cvCalcOpticalFlowPyrLK() local
/external/chromium_org/v8/src/
Ddebug-debugger.js984 ExecutionState.prototype.threadCount = function() { method in ExecutionState
/external/v8/src/
Ddebug-debugger.js961 ExecutionState.prototype.threadCount = function() { method in ExecutionState