/external/testng/src/test/java/test/thread/ |
D | ThreadPoolSampleBugTest.java | 8 @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)
|
D | ThreadPoolSizeSampleTest.java | 6 @Test(threadPoolSize=2, timeOut=100)
|
D | ThreadPoolSizeTest.java | 6 @Test(invocationCount = 5, threadPoolSize = 3)
|
D | ThreadPoolSizeWithTimeOutTest.java | 11 @Test(invocationCount = 5, threadPoolSize = 3, timeOut = 1000)
|
/external/testng/src/main/java/org/testng/internal/thread/ |
D | ThreadUtil.java | 38 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/ |
D | UDPMessageProcessor.java | 77 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()
|
D | UDPMessageChannel.java | 257 if (sipStack.threadPoolSize != -1) { in run() 304 if (sipStack.threadPoolSize == -1) { in run()
|
D | SIPTransactionStack.java | 245 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/ |
D | RequestQueue.java | 138 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/ |
D | AssertEqualsTest.java | 17 @Test(threadPoolSize = 3, invocationCount = 6) 30 @Test(threadPoolSize = 10, invocationCount = 10000)
|
D | Tmp.java | 9 @Test(invocationCount = 10, threadPoolSize = 5)
|
/external/testng/src/main/java/org/testng/internal/ |
D | PoolService.java | 24 public PoolService(int threadPoolSize) { in PoolService() argument 36 m_executor = Executors.newFixedThreadPool(threadPoolSize, m_threadFactory); in PoolService()
|
D | TestNGMethod.java | 159 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument 160 m_threadPoolSize = threadPoolSize; in setThreadPoolSize()
|
D | ClonedMethod.java | 291 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument
|
D | BaseTestMethod.java | 625 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | TestAnnotation.java | 125 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument 126 m_threadPoolSize = threadPoolSize; in setThreadPoolSize()
|
/external/testng/src/test/java/test/dataprovider/ |
D | ParallelDataProviderTest.java | 32 @Test(dataProvider = "test1", threadPoolSize = 5)
|
D | ParallelDataProvider2Test.java | 27 @Test(groups = "cme", dataProvider = "provide", invocationCount = 2, threadPoolSize = 2)
|
/external/testng/src/test/java/test/configuration/ |
D | ConfigurationGroupBothSampleTest.java | 25 @Test(groups={"twice"}, dataProvider="MyData", invocationCount = 2, threadPoolSize=2)
|
/external/testng/src/main/java/org/testng/annotations/ |
D | Test.java | 83 public int threadPoolSize() default 0; in threadPoolSize() method
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipStackImpl.java | 801 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/ |
D | ITestNGMethod.java | 206 void setThreadPoolSize(int threadPoolSize); in setThreadPoolSize() argument
|
/external/testng/src/test/java/test/mannotation/ |
D | MTest1.java | 24 threadPoolSize = 3,
|
/external/testng/ |
D | TODO.txt | 67 * threadPoolSize 76 * Document threadPoolSize
|
/external/testng/src/test/java/org/testng/internal/ |
D | MethodInstanceTest.java | 456 public void setThreadPoolSize(int threadPoolSize) { in setThreadPoolSize() argument
|