Searched defs:threadPoolSize (Results 1 - 17 of 17) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
H A DPoolService.java24 public PoolService(int threadPoolSize) { argument
36 m_executor = Executors.newFixedThreadPool(threadPoolSize, m_threadFactory);
H A DTestNGMethod.java159 public void setThreadPoolSize(int threadPoolSize) { argument
160 m_threadPoolSize = threadPoolSize;
H A DClonedMethod.java291 public void setThreadPoolSize(int threadPoolSize) { argument
H A DBaseTestMethod.java625 public void setThreadPoolSize(int threadPoolSize) { argument
H A DInvoker.java1047 // For invocationCount > 1 and threadPoolSize > 1 run this method in its own pool thread.
1302 * Invokes a method that has a specified threadPoolSize.
1428 int threadPoolSize,
1451 ThreadUtil.execute(workers, threadPoolSize, maxTimeOut, true);
1426 runWorkers(ITestNGMethod testMethod, List<IWorker<ITestNGMethod>> workers, int threadPoolSize, ConfigurationGroupMethods groupMethods, XmlSuite suite, Map<String, String> parameters) argument
/external/testng/src/main/java/org/testng/internal/thread/
H A DThreadUtil.java34 * @param threadPoolSize the size of the parallel threads to be used to execute the tasks
38 public static final void execute(List<? extends Runnable> tasks, int threadPoolSize, argument
44 + " workers:" + tasks.size() + " threadPoolSize:" + threadPoolSize);
45 ExecutorService pooledExecutor = // Executors.newFixedThreadPool(threadPoolSize);
46 new ThreadPoolExecutor(threadPoolSize, threadPoolSize,
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DUDPMessageProcessor.java77 protected int threadPoolSize; field in class:UDPMessageProcessor
169 if (sipStack.threadPoolSize != -1) {
170 for (int i = 0; i < sipStack.threadPoolSize; i++) {
231 if (sipStack.threadPoolSize != -1) {
H A DSIPTransactionStack.java245 protected int threadPoolSize; field in class:SIPTransactionStack
427 this.threadPoolSize = -1;
1749 this.threadPoolSize = 1;
1760 this.threadPoolSize = size;
/external/testng/src/main/java/org/testng/internal/annotations/
H A DTestAnnotation.java125 public void setThreadPoolSize(int threadPoolSize) { argument
126 m_threadPoolSize = threadPoolSize;
/external/testng/src/main/java/org/testng/
H A DITestNGMethod.java169 * clones of this method - this is relevant when threadPoolSize is bigger than 1
206 void setThreadPoolSize(int threadPoolSize); argument
/external/testng/src/test/java/org/testng/internal/
H A DMethodInstanceTest.java456 public void setThreadPoolSize(int threadPoolSize) { argument
/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 ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 461 milliseconds