OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadPoolSize
(Results
1 - 5
of
5
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java
77
protected int
threadPoolSize
;
169
if (sipStack.
threadPoolSize
!= -1) {
170
for (int i = 0; i < sipStack.
threadPoolSize
; i++) {
231
if (sipStack.
threadPoolSize
!= -1) {
UDPMessageChannel.java
257
if (sipStack.
threadPoolSize
!= -1) {
304
if (sipStack.
threadPoolSize
== -1) {
[
all
...]
SIPTransactionStack.java
245
protected int
threadPoolSize
;
427
this.
threadPoolSize
= -1;
[
all
...]
/frameworks/volley/src/com/android/volley/
RequestQueue.java
95
* @param
threadPoolSize
Number of network dispatcher threads to create
98
public RequestQueue(Cache cache, Network network, int
threadPoolSize
,
102
mDispatchers = new NetworkDispatcher[
threadPoolSize
];
111
* @param
threadPoolSize
Number of network dispatcher threads to create
113
public RequestQueue(Cache cache, Network network, int
threadPoolSize
) {
114
this(cache, network,
threadPoolSize
,
/external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java
[
all
...]
Completed in 669 milliseconds