Searched refs:threadCount (Results 1 - 25 of 34) sorted by relevance

12

/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp71 int threadCount; member in struct:deqp::egl::__anon19823::TestConfig
878 for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadNdx++)
898 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vector<TestContext*>& contexts) argument
900 DE_ASSERT(threadCount * perThreadContextCount == (int)contexts.size());
905 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++)
1000 log << TestLog::Message << "Total triangles rendered: : " << config.triangleCount * config.drawCallCount * config.frameCount * config.perThreadContextCount * config.threadCount << TestLog::EndMessage;
1001 log << TestLog::Message << "Number of threads: " << config.threadCount << TestLog::EndMessage;
1055 createThreads(threads, m_config.threadCount, m_config.perThreadContextCount, m_contexts);
1103 basicConfig.threadCount = 1;
1138 int threadCount local
1187 int threadCount = threadCounts[threadCountNdx]; local
1235 int threadCount = threadCounts[threadCountNdx]; local
1284 int threadCount = threadCounts[threadCountNdx]; local
1333 int threadCount = threadCounts[threadCountNdx]; local
1382 int threadCount = threadCounts[threadCountNdx]; local
1431 int threadCount = threadCounts[threadCountNdx]; local
1483 int threadCount = threadCounts[threadCountNdx]; local
1534 int threadCount = threadCounts[threadCountNdx]; local
1585 int threadCount = threadCounts[threadCountNdx]; local
[all...]
H A DteglGLES2SharingThreadedTests.cpp2084 int threadCount; member in struct:deqp::egl::GLES2SharingRandomTest::TestConfig
2123 : threadCount (0)
2190 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2204 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2212 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2220 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2229 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2240 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2256 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
4228 config.threadCount
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DThreadGroup002Test.java167 for (int threadCount = 0; threadCount < testedThreadsNumber; threadCount++) {
168 logWriter.println("\n==> Check for Thread: threadID = " + testedThreadsIDs[threadCount]
169 + "; threadName = " + testedThreadsNames[threadCount]);
174 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[threadCount]);
192 packet.setNextValueAsThreadID(testedThreadsIDs[threadCount]);
203 if ( threadCount >= finishedTestedThreadsNumber ) {
205 logWriter.println("## Thread witn number = " + threadCount +
218 if ( threadCount < finishedTestedThreadsNumbe
[all...]
/external/skia/tools/skpdiff/
H A DSkDiffContext.h28 void setThreadCount(int threadCount) { fThreadCount = threadCount; } argument
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDiffContext.h28 void setThreadCount(int threadCount) { fThreadCount = threadCount; } argument
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
H A DCrawler.java53 private void parallelDrainQueue(int threadCount) { argument
54 ExecutorService executor = Executors.newFixedThreadPool(threadCount);
55 for (int i = 0; i < threadCount; i++) {
130 int threadCount = 20;
139 crawler.parallelDrainQueue(threadCount);
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp94 , threadCount (0)
104 int threadCount; member in struct:deqp::gles31::Functional::__anon20259::AtomicCounterTest::TestSpec
122 deUint32 getInitialValue (void) const { return m_spec.callCount * m_spec.threadCount + 1; }
242 src << " uint preGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
245 src << " uint increment[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
248 src << " uint decrement[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
251 src << " uint postGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
254 src << " uint get[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
537 expectedValue = initialValue + (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spe
1351 const int threadCount = threadCounts[threadCountNdx]; local
1435 const int threadCount = threadCounts[threadCountNdx]; local
[all...]
/external/skia/tests/
H A DPathOpsThreadedCommon.h36 PathOpsThreadedTestRunner(skiatest::Reporter* reporter, int threadCount) argument
37 : fNumThreads(threadCount)
H A DPathOpsOpCubicThreadedTest.cpp70 int threadCount = initializeTests(reporter, "cubicOp"); local
71 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
H A DPathOpsOpLoopThreadedTest.cpp65 int threadCount = initializeTests(reporter, "cubicOp"); local
66 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
H A DPathOpsOpRectThreadedTest.cpp77 int threadCount = initializeTests(reporter, "testOp"); local
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp114 int threadCount = initializeTests(reporter, "testQuadLineIntersect"); local
115 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
H A DPathOpsSimplifyDegenerateThreadedTest.cpp71 int threadCount = initializeTests(reporter, "testDegenerates"); local
72 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
H A DPathOpsSimplifyQuadThreadedTest.cpp77 int threadCount = initializeTests(reporter, "testQuads"); local
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp79 int threadCount = initializeTests(reporter, "testQuadralaterals"); local
80 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp76 int threadCount = initializeTests(reporter, "testTriangles"); local
77 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
H A DPathOpsSimplifyRectThreadedTest.cpp190 int threadCount = initializeTests(reporter, "testLine"); local
191 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
H A DPathOpsSkpClipTest.cpp323 TestRunner(skiatest::Reporter* reporter, int threadCount) argument
324 : fNumThreads(threadCount)
877 int threadCount = reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1; local
878 TestRunner testRunner(reporter, threadCount);
929 int threadCount = reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1; local
930 TestRunner testRunner(reporter, threadCount);
1042 int threadCount = reporter->allowThreaded() ? SkThreadPool::kThreadPerCore : 1; local
1043 TestRunner testRunner(reporter, threadCount);
H A DSkpSkGrTest.cpp128 SkpSkGrThreadedTestRunner(skiatest::Reporter* reporter, int threadCount) argument
129 : fNumThreads(threadCount)
679 int threadCount = reporter->allowThreaded() ? 3 : 1; local
680 SkpSkGrThreadedTestRunner testRunner(reporter, threadCount);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
H A DJsDocValidator.java21 int threadCount = Math.min(args.length, Runtime.getRuntime().availableProcessors());
22 ExecutorService executor = Executors.newFixedThreadPool(threadCount);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
H A Dexample.js225 $('threadCount').addEventListener('change', function() {
319 function setThreadCount(threadCount) {
320 naclModule.postMessage({cmd: 'setThreadCount', threadCount: threadCount});
/external/skia/tools/
H A DPictureRenderer.cpp789 MultiCorePictureRenderer::MultiCorePictureRenderer(int threadCount) argument
790 : fNumThreads(threadCount)
791 , fThreadPool(threadCount)
792 , fCountdown(threadCount) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp548 threadCount = 1;
632 int32_t rval = this->threadCount;
633 this->threadCount = count;
1182 int32_t threadCount = 1; local
1237 threadCount = atoi(str + 8);
1267 "### threads:<threadCount> (Mulithreading must first be \n"
1294 major.setThreadCount( threadCount );
1335 fprintf(stdout, " Threads : %d\n", threadCount);
H A Dintltest.h305 int32_t threadCount; member in class:IntlTest
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp548 threadCount = 1;
632 int32_t rval = this->threadCount;
633 this->threadCount = count;
1184 int32_t threadCount = 1; local
1239 threadCount = atoi(str + 8);
1269 "### threads:<threadCount> (Mulithreading must first be \n"
1296 major.setThreadCount( threadCount );
1337 fprintf(stdout, " Threads : %d\n", threadCount);

Completed in 532 milliseconds

12