/external/testng/src/test/java/test/thread/ |
D | SequentialTest.java | 44 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
|
D | MultiThreadedDependentTest.java | 69 private void test(int threadCount) { in test()
|
/external/testng/src/main/java/org/testng/internal/thread/ |
D | ExecutorAdapter.java | 18 public ExecutorAdapter(int threadCount, IThreadFactory tf) { in ExecutorAdapter() 55 int threadCount = threads.size(); in getStackTraces() local
|
D | ThreadUtil.java | 92 public static final IExecutor createExecutor(int threadCount, String threadFactoryName) { in createExecutor()
|
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/ |
D | Crawler.java | 52 private void parallelDrainQueue(int threadCount) { in parallelDrainQueue() 120 int threadCount = 20; in main() local
|
/external/deqp/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 73 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 …]
|
D | teglMultiThreadTests.cpp | 262 …lTestContext& eglTestCtx, const char* name, const char* description, int threadCount, deUint64 tim… in MultiThreadedTest()
|
/external/dng_sdk/source/ |
D | dng_filter_task.cpp | 58 void dng_filter_task::Start (uint32 threadCount, in Start()
|
D | dng_jpeg_image.cpp | 225 uint32 threadCount = Min_uint32 (tileCount, in Encode() local 338 uint32 threadCount = Min_uint32 (tileCount, in FindDigest() local
|
D | dng_opcodes.cpp | 306 virtual void Start (uint32 threadCount, in Start() 446 virtual void Start (uint32 threadCount, in Start()
|
D | dng_render.cpp | 816 void dng_render_task::Start (uint32 threadCount, in Start()
|
D | dng_resample.cpp | 628 void dng_resample_task::Start (uint32 threadCount, in Start()
|
D | dng_lens_correction.cpp | 2171 uint32 threadCount, in Prepare()
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | CommandLineArgs.java | 67 public Integer threadCount; field in CommandLineArgs
|
/external/icu/icu4c/source/test/intltest/ |
D | intltest.h | 339 int32_t threadCount; variable
|
/external/guice/core/test/com/google/inject/ |
D | PerformanceComparison.java | 177 int threadCount = 10; in concurrentlyIterate() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 104 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/ |
D | CommandLineArgs.java | 70 public Integer threadCount; field in CommandLineArgs
|
D | TestNG.java | 462 public void setThreadCount(int threadCount) { in setThreadCount() 1590 String threadCount = (String) cmdLineArgs.get(CommandLineArgs.THREAD_COUNT); in configure() local
|
D | TestNGAntTask.java | 174 public void setThreadCount(String threadCount) { in setThreadCount()
|
D | TestRunner.java | 745 int threadCount = parallel ? xmlTest.getThreadCount() : 1; in privateRun() local
|
/external/swiftshader/src/Main/ |
D | SwiftConfig.hpp | 45 int threadCount; member
|
/external/testng/src/main/java/org/testng/xml/ |
D | TestNGContentHandler.java | 190 String threadCount = attributes.getValue("thread-count"); in xmlSuite() local 308 String threadCount = attributes.getValue("thread-count"); in xmlTest() local
|
D | XmlTest.java | 200 public void setThreadCount(int threadCount) { in setThreadCount()
|
D | XmlSuite.java | 390 public void setThreadCount(int threadCount) { in setThreadCount()
|