Searched refs:threadCount (Results 26 - 50 of 53) sorted by relevance

123

/external/deqp/modules/egl/
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++)
2230 threadNdx = (threadNdx + 1) % m_config.threadCount;
2235 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNdx++)
2251 for (int threadNdx = 0; threadNdx < m_config.threadCount; threadNd
[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)
/external/dng_sdk/source/
H A Ddng_lens_correction.h616 uint32 threadCount,
H A Ddng_render.cpp751 virtual void Start (uint32 threadCount,
816 void dng_render_task::Start (uint32 threadCount, argument
822 dng_filter_task::Start (threadCount,
978 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++)
H A Ddng_lens_correction.cpp2171 uint32 threadCount,
2300 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++)
H A Ddng_read_image.cpp3222 uint32 threadCount = Min_uint32 (outerSamples * tilesDown * tilesAcross, local
3242 dng_rect (0, 0, 16, 16 * threadCount));
H A Ddng_negative.cpp1662 virtual void Start (uint32 threadCount,
1684 for (uint32 index = 0; index < threadCount; index++)
H A Ddng_image_writer.cpp4654 uint32 threadCount = Min_uint32 (tilesDown * tilesAcross, local
4670 dng_rect (0, 0, 16, 16 * threadCount));
/external/icu/icu4c/source/test/intltest/
H A Dintltest.h339 int32_t threadCount; member in class:IntlTest
H A Dcallimts.cpp197 ThreadPool<CalendarLimitTest> threads(this, threadCount, &CalendarLimitTest::TestLimitsThread);
H A Dtzfmttst.cpp497 // start IntlTest.threadCount threads, each running the function RunTimeRoundTripTests().
499 ThreadPool<TimeZoneFormatTest> threads(this, threadCount, &TimeZoneFormatTest::RunTimeRoundTripTests);
/external/swiftshader/src/Renderer/
H A DRenderer.hpp41 extern int 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/testng/src/main/java/org/testng/
H A DTestNGAntTask.java174 public void setThreadCount(String threadCount) { argument
175 m_threadCount= threadCount;
H A DTestRunner.java745 int threadCount = parallel ? xmlTest.getThreadCount() : 1;
754 threadCount, threadCount, 0, TimeUnit.MILLISECONDS,
/external/testng/src/main/java/org/testng/xml/
H A DXmlSuite.java380 * @return The threadCount.
388 * @param threadCount The thread count to set.
390 public void setThreadCount(int threadCount) { argument
391 m_threadCount = threadCount;
H A DXmlTest.java200 public void setThreadCount(int threadCount) { argument
201 m_threadCount = 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/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/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 ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 803 milliseconds

123