Home
last modified time | relevance | path

Searched refs:threadCount (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp73 int threadCount; member
862 …for (int threadNdx = 0; threadNdx < m_config.threadCount * m_config.perThreadContextCount; threadN… in init()
889 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vecto… in createThreads() argument
891 DE_ASSERT(threadCount * perThreadContextCount == (int)contexts.size()); in createThreads()
896 for (int threadNdx = 0; threadNdx < threadCount; threadNdx++) in createThreads()
991 …wCallCount * config.frameCount * config.perThreadContextCount * config.threadCount << TestLog::End… in logTestConfig()
992 …log << TestLog::Message << "Number of threads: " << config.threadCount << TestLog::EndMess… in logTestConfig()
1046 createThreads(threads, m_config.threadCount, m_config.perThreadContextCount, m_contexts); in iterate()
1094 basicConfig.threadCount = 1; in init()
1129 int threadCount = threadCounts[threadCountNdx]; in init() local
[all …]
DteglGLES2SharingThreadedTests.cpp2063 int threadCount; member
2104 : threadCount (0) in TestConfig()
2170 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2184 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2192 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2200 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2209 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2220 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
2236 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++) in init()
4253 config.threadCount = 2 + textureTestNdx % 5; in addRandomTests()
[all …]
DteglMultiThreadTests.cpp144 …estContext& eglTestCtx, const char* name, const char* description, int threadCount, deUint64 timeo…
262 …estContext& eglTestCtx, const char* name, const char* description, int threadCount, deUint64 timeo… in MultiThreadedTest() argument
264 , m_threadCount (threadCount) in MultiThreadedTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DThreadGroup002Test.java167 for (int threadCount = 0; threadCount < testedThreadsNumber; threadCount++) { in testThreadGroup002()
168 logWriter.println("\n==> Check for Thread: threadID = " + testedThreadsIDs[threadCount] in testThreadGroup002()
169 + "; threadName = " + testedThreadsNames[threadCount]); in testThreadGroup002()
174 packet.setNextValueAsReferenceTypeID(testedThreadsIDs[threadCount]); in testThreadGroup002()
192 packet.setNextValueAsThreadID(testedThreadsIDs[threadCount]); in testThreadGroup002()
203 if ( threadCount >= finishedTestedThreadsNumber ) { in testThreadGroup002()
205 logWriter.println("## Thread witn number = " + threadCount + in testThreadGroup002()
218 if ( threadCount < finishedTestedThreadsNumber ) { in testThreadGroup002()
220 logWriter.println("## Thread witn number = " + threadCount + in testThreadGroup002()
248 if ( ! testedThreadGroupsNames[threadCount].equals(threadGroupName) ) { in testThreadGroup002()
[all …]
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp94 , threadCount (0) in TestSpec()
104 int threadCount; member
122 deUint32 getInitialValue (void) const { return m_spec.callCount * m_spec.threadCount + 1; } in getInitialValue()
242 src << " uint preGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
245 …src << " uint increment[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
248 …src << " uint decrement[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
251 src << " uint postGet[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
254 src << " uint get[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n"; in generateShaderSource()
537 … + (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount… in checkAndLogCounterValues()
540 … - (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount… in checkAndLogCounterValues()
[all …]
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
DCrawler.java52 private void parallelDrainQueue(int threadCount) { in parallelDrainQueue() argument
53 ExecutorService executor = Executors.newFixedThreadPool(threadCount); in parallelDrainQueue()
54 for (int i = 0; i < threadCount; i++) { in parallelDrainQueue()
131 int threadCount = 20; in main() local
140 crawler.parallelDrainQueue(threadCount); in main()
/external/deqp/scripts/
Dlaunchcontrol_build.py41 threadCount = multiprocessing.cpu_count() + 1
42 print "Invoke make with %d threads" % threadCount
43 execute(["make", "-j%d" % threadCount])
/external/skia/tools/skpdiff/
DSkDiffContext.h28 void setThreadCount(int threadCount) { fThreadCount = threadCount; } in setThreadCount() argument
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp548 threadCount = 1; in IntlTest()
632 int32_t rval = this->threadCount; in setThreadCount()
633 this->threadCount = count; in setThreadCount()
1184 int32_t threadCount = 1; in main() local
1239 threadCount = atoi(str + 8); in main()
1296 major.setThreadCount( threadCount ); in main()
1337 fprintf(stdout, " Threads : %d\n", threadCount); in main()
Dintltest.h329 int32_t threadCount; variable
Dtzfmttst.cpp610 int32_t nThreads = threadCount; in TestTimeRoundTrip()
685 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[threadCount]; in TestTimeRoundTrip()
/external/opencv/cv/src/
Dcvlkpyramid.cpp299 int threadCount = cvGetNumThreads(); in cvCalcOpticalFlowPyrLK() local
366 for( i = 0; i < threadCount; i++ ) in cvCalcOpticalFlowPyrLK()
417 bufferBytes = (srcPatchLen + patchLen * 3) * sizeof( _patchI[0][0] ) * threadCount; in cvCalcOpticalFlowPyrLK()
420 for( i = 0; i < threadCount; i++ ) in cvCalcOpticalFlowPyrLK()
444 #pragma omp parallel for num_threads(threadCount) schedule(dynamic) in cvCalcOpticalFlowPyrLK()
/external/v8/src/
Ddebug-debugger.js964 ExecutionState.prototype.threadCount = function() { method in ExecutionState
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/
Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...