Searched defs:threadCount (Results 1 - 12 of 12) sorted by relevance

/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
H A DCrawler.java52 private void parallelDrainQueue(int threadCount) { argument
53 ExecutorService executor = Executors.newFixedThreadPool(threadCount);
54 for (int i = 0; i < threadCount; i++) {
131 int threadCount = 20;
140 crawler.parallelDrainQueue(threadCount);
/external/skia/tools/skpdiff/
H A DSkDiffContext.h28 void setThreadCount(int threadCount) { fThreadCount = threadCount; } argument
/external/icu/icu4c/source/test/intltest/
H A Dintltest.h329 int32_t threadCount; member in class: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);
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp73 int threadCount; member in struct:deqp::egl::__anon3117::TestConfig
862 for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadNdx++)
889 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vector<TestContext*>& contexts) argument
891 DE_ASSERT(threadCount * perThreadContextCount == (int)contexts.size());
896 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++)
991 log << TestLog::Message << "Total triangles rendered: : " << config.triangleCount * config.drawCallCount * config.frameCount * config.perThreadContextCount * config.threadCount << TestLog::EndMessage;
992 log << TestLog::Message << "Number of threads: " << config.threadCount << TestLog::EndMessage;
1046 createThreads(threads, m_config.threadCount, m_config.perThreadContextCount, m_contexts);
1094 basicConfig.threadCount = 1;
1129 int threadCount local
1178 int threadCount = threadCounts[threadCountNdx]; local
1226 int threadCount = threadCounts[threadCountNdx]; local
1275 int threadCount = threadCounts[threadCountNdx]; local
1324 int threadCount = threadCounts[threadCountNdx]; local
1373 int threadCount = threadCounts[threadCountNdx]; local
1422 int threadCount = threadCounts[threadCountNdx]; local
1474 int threadCount = threadCounts[threadCountNdx]; local
1525 int threadCount = threadCounts[threadCountNdx]; local
1576 int threadCount = threadCounts[threadCountNdx]; local
[all...]
H A DteglMultiThreadTests.cpp144 MultiThreadedTest (EglTestContext& eglTestCtx, const char* name, const char* description, int threadCount, deUint64 timeoutUs);
262 MultiThreadedTest::MultiThreadedTest (EglTestContext& eglTestCtx, const char* name, const char* description, int threadCount, deUint64 timeoutUs) argument
264 , m_threadCount (threadCount)
H A DteglGLES2SharingThreadedTests.cpp2063 int threadCount; member in struct:deqp::egl::GLES2SharingRandomTest::TestConfig
2104 : threadCount (0)
2170 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2184 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2192 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2200 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2209 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2220 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2236 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
4253 config.threadCount
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp94 , threadCount (0)
104 int threadCount; member in struct:deqp::gles31::Functional::__anon3559::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/opencv/cv/src/
H A Dcvlkpyramid.cpp299 int threadCount = cvGetNumThreads(); local
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)
/external/v8/src/
H A Ddebug-debugger.js964 ExecutionState.prototype.threadCount = function() {
2296 var total_threads = this.exec_state_.threadCount();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 523 milliseconds