Home
last modified time | relevance | path

Searched refs:numConnections (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
Dmain-feed-switching.js24 constructor(numConnections, runtimeSeconds, iterationDelayMillis) { argument
30 this.numConnections = numConnections;
37 for (let i = 0; i < this.numConnections; i++) {
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DConnPoolByRoute.java296 … log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections);
318 if (hasCapacity && numConnections < maxTotalConnections) {
403 numConnections--;
453 numConnections--;
500 numConnections++;
539 numConnections--;
590 numConnections--;
DAbstractConnPool.java86 protected int numConnections; field in AbstractConnPool
133 if (numConnections > 0) { //@@@ is this check sufficient? in enableConnectionGC()
DThreadSafeClientConnManager.java291 return connectionPool.numConnections; //@@@
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
Dresolution-switching.js33 this.numConnections = 0;
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c2054 EAS_U32 numConnections; in Parse_art() local
2072 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &numConnections, EAS_FALS… in Parse_art()
2079 while (numConnections--) in Parse_art()
/external/apache-http/api/
Dcurrent.txt2863 field @Deprecated protected int numConnections;