Home
last modified time | relevance | path

Searched defs:threadCount (Results 1 – 25 of 31) sorted by relevance

12

/external/testng/src/test/java/test/thread/
DSequentialTest.java44 public void verifySequential(int threadCount) { in verifySequential()
51 public void verifySingleThreaded(int threadCount) { in verifySingleThreaded()
58 private void runTest(int threadCount, String... classes) { in runTest()
90 Assert.assertEquals(verifyMap.size(), threadCount); in runTest() local
DMultiThreadedDependentTest.java69 private void test(int threadCount) { in test()
/external/testng/src/main/java/org/testng/internal/thread/
DExecutorAdapter.java18 public ExecutorAdapter(int threadCount, IThreadFactory tf) { in ExecutorAdapter()
55 int threadCount = threads.size(); in getStackTraces() local
DThreadUtil.java92 public static final IExecutor createExecutor(int threadCount, String threadFactoryName) { in createExecutor()
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
DCrawler.java52 private void parallelDrainQueue(int threadCount) { in parallelDrainQueue()
120 int threadCount = 20; in main() local
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp73 int threadCount; member
882 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vecto… in createThreads()
1122 int threadCount = threadCounts[threadCountNdx]; in init() local
1171 int threadCount = threadCounts[threadCountNdx]; in init() local
1219 int threadCount = threadCounts[threadCountNdx]; in init() local
1268 int threadCount = threadCounts[threadCountNdx]; in init() local
1317 int threadCount = threadCounts[threadCountNdx]; in init() local
1366 int threadCount = threadCounts[threadCountNdx]; in init() local
1415 int threadCount = threadCounts[threadCountNdx]; in init() local
1467 int threadCount = threadCounts[threadCountNdx]; in init() local
[all …]
DteglMultiThreadTests.cpp262 …lTestContext& eglTestCtx, const char* name, const char* description, int threadCount, deUint64 tim… in MultiThreadedTest()
/external/dng_sdk/source/
Ddng_filter_task.cpp58 void dng_filter_task::Start (uint32 threadCount, in Start()
Ddng_jpeg_image.cpp225 uint32 threadCount = Min_uint32 (tileCount, in Encode() local
338 uint32 threadCount = Min_uint32 (tileCount, in FindDigest() local
Ddng_opcodes.cpp306 virtual void Start (uint32 threadCount, in Start()
446 virtual void Start (uint32 threadCount, in Start()
Ddng_render.cpp816 void dng_render_task::Start (uint32 threadCount, in Start()
Ddng_resample.cpp628 void dng_resample_task::Start (uint32 threadCount, in Start()
Ddng_lens_correction.cpp2171 uint32 threadCount, in Prepare()
/external/jcommander/src/test/java/com/beust/jcommander/args/
DCommandLineArgs.java67 public Integer threadCount; field in CommandLineArgs
/external/icu/icu4c/source/test/intltest/
Dintltest.h339 int32_t threadCount; variable
/external/guice/core/test/com/google/inject/
DPerformanceComparison.java177 int threadCount = 10; in concurrentlyIterate() local
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp104 int threadCount; member
1351 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests() local
1435 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests() local
/external/testng/src/main/java/org/testng/
DCommandLineArgs.java70 public Integer threadCount; field in CommandLineArgs
DTestNG.java462 public void setThreadCount(int threadCount) { in setThreadCount()
1590 String threadCount = (String) cmdLineArgs.get(CommandLineArgs.THREAD_COUNT); in configure() local
DTestNGAntTask.java174 public void setThreadCount(String threadCount) { in setThreadCount()
DTestRunner.java745 int threadCount = parallel ? xmlTest.getThreadCount() : 1; in privateRun() local
/external/swiftshader/src/Main/
DSwiftConfig.hpp45 int threadCount; member
/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java190 String threadCount = attributes.getValue("thread-count"); in xmlSuite() local
308 String threadCount = attributes.getValue("thread-count"); in xmlTest() local
DXmlTest.java200 public void setThreadCount(int threadCount) { in setThreadCount()
DXmlSuite.java390 public void setThreadCount(int threadCount) { in setThreadCount()

12