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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DObjectTest.java118 final int threadCount = 20;
119 for (int i = 0; i < threadCount; ++i) {
129 if (ready == threadCount) {
136 + ready + ")", ready == threadCount);
140 for (int i = 1; i <= threadCount; ++i) {
187 final int threadCount = 20;
188 for (int i = 0; i < threadCount; ++i) {
200 if (ready == threadCount) {
207 + ready + ")", ready == threadCount);
217 + status + ")", status == threadCount);
[all...]
H A DThreadGroupTest.java1017 final int threadCount) {
1019 populateGroupsWithThreads(aGroup, threadCount, result);
1025 final int threadCount, final Vector<MyThread> allCreated) {
1026 for (int i = 0; i < threadCount; i++) {
1028 final String name = "(MyThread)N =" + iClone + "/" + threadCount
1038 populateGroupsWithThreads(element, threadCount, allCreated);
1016 populateGroupsWithThreads(final ThreadGroup aGroup, final int threadCount) argument
1024 populateGroupsWithThreads(final ThreadGroup aGroup, final int threadCount, final Vector<MyThread> allCreated) argument
/external/webkit/Tools/DumpRenderTree/pthreads/
H A DJavaScriptThreadingPthreads.cpp140 int threadCount = javaScriptThreads()->size(); local
143 if (!threadCount)
/external/icu4c/test/intltest/
H A Dintltest.cpp515 threadCount = 1;
591 int32_t rval = this->threadCount;
592 this->threadCount = count;
1081 int32_t threadCount = 1; local
1125 threadCount = atoi(str + 8);
1154 "### threads:<threadCount> (Mulithreading must first be \n"
1182 major.setThreadCount( threadCount );
1219 fprintf(stdout, " Threads : %d\n", threadCount);
H A Dintltest.h227 int32_t threadCount; member in class:IntlTest
H A Dtzfmttst.cpp440 int32_t nThreads = threadCount;
515 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[threadCount];
/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.js961 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 191 milliseconds