Home
last modified time | relevance | path

Searched refs:threadPoolSize (Results 1 – 25 of 28) sorted by relevance

12

/external/testng/src/test/java/test/thread/
DThreadPoolSampleBugTest.java8 @Test(invocationCount = 1, threadPoolSize = 5)
13 @Test(invocationCount = 2, threadPoolSize = 5)
18 @Test(timeOut = 10, invocationCount = 1, threadPoolSize = 5)
23 @Test(timeOut = 10, invocationCount = 2, threadPoolSize = 5)
DThreadPoolSizeSampleTest.java6 @Test(threadPoolSize=2, timeOut=100)
DThreadPoolSizeTest.java6 @Test(invocationCount = 5, threadPoolSize = 3)
DThreadPoolSizeWithTimeOutTest.java11 @Test(invocationCount = 5, threadPoolSize = 3, timeOut = 1000)
/external/testng/src/main/java/org/testng/internal/thread/
DThreadUtil.java38 public static final void execute(List<? extends Runnable> tasks, int threadPoolSize, in execute() argument
44 + " workers:" + tasks.size() + " threadPoolSize:" + threadPoolSize); in execute()
46 new ThreadPoolExecutor(threadPoolSize, threadPoolSize, in execute()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageProcessor.java77 protected int threadPoolSize; field in UDPMessageProcessor
169 if (sipStack.threadPoolSize != -1) { in run()
170 for (int i = 0; i < sipStack.threadPoolSize; i++) { in run()
231 if (sipStack.threadPoolSize != -1) { in run()
DUDPMessageChannel.java257 if (sipStack.threadPoolSize != -1) { in run()
304 if (sipStack.threadPoolSize == -1) { in run()
DSIPTransactionStack.java245 protected int threadPoolSize; field in SIPTransactionStack
427 this.threadPoolSize = -1; in SIPTransactionStack()
1749 this.threadPoolSize = 1; in setSingleThreaded()
1760 this.threadPoolSize = size; in setThreadPoolSize()
/external/volley/src/main/java/com/android/volley/
DRequestQueue.java138 Cache cache, Network network, int threadPoolSize, ResponseDelivery delivery) { in RequestQueue() argument
141 mDispatchers = new NetworkDispatcher[threadPoolSize]; in RequestQueue()
152 public RequestQueue(Cache cache, Network network, int threadPoolSize) { in RequestQueue() argument
156 threadPoolSize, in RequestQueue()
/external/testng/src/test/java/test/tmp/
DAssertEqualsTest.java17 @Test(threadPoolSize = 3, invocationCount = 6)
30 @Test(threadPoolSize = 10, invocationCount = 10000)
DTmp.java9 @Test(invocationCount = 10, threadPoolSize = 5)
/external/testng/src/main/java/org/testng/internal/
DPoolService.java24 public PoolService(int threadPoolSize) { in PoolService() argument
36 m_executor = Executors.newFixedThreadPool(threadPoolSize, m_threadFactory); in PoolService()
DTestNGMethod.java159 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument
160 m_threadPoolSize = threadPoolSize; in setThreadPoolSize()
DClonedMethod.java291 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument
DBaseTestMethod.java625 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument
/external/testng/src/main/java/org/testng/internal/annotations/
DTestAnnotation.java125 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument
126 m_threadPoolSize = threadPoolSize; in setThreadPoolSize()
/external/testng/src/test/java/test/dataprovider/
DParallelDataProviderTest.java32 @Test(dataProvider = "test1", threadPoolSize = 5)
DParallelDataProvider2Test.java27 @Test(groups = "cme", dataProvider = "provide", invocationCount = 2, threadPoolSize = 2)
/external/testng/src/test/java/test/configuration/
DConfigurationGroupBothSampleTest.java25 @Test(groups={"twice"}, dataProvider="MyData", invocationCount = 2, threadPoolSize=2)
/external/testng/src/main/java/org/testng/annotations/
DTest.java83 public int threadPoolSize() default 0; in threadPoolSize() method
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java801 String threadPoolSize = configurationProperties in SipStackImpl() local
803 if (threadPoolSize != null) { in SipStackImpl()
805 this.threadPoolSize = new Integer(threadPoolSize).intValue(); in SipStackImpl()
/external/testng/src/main/java/org/testng/
DITestNGMethod.java206 void setThreadPoolSize(int threadPoolSize); in setThreadPoolSize() argument
/external/testng/src/test/java/test/mannotation/
DMTest1.java24 threadPoolSize = 3,
/external/testng/
DTODO.txt67 * threadPoolSize
76 * Document threadPoolSize
/external/testng/src/test/java/org/testng/internal/
DMethodInstanceTest.java456 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument

12