Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DConnPoolByRoute.java291 … log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections);
313 if (hasCapacity && numConnections < maxTotalConnections) {
398 numConnections--;
448 numConnections--;
495 numConnections++;
534 numConnections--;
585 numConnections--;
DAbstractConnPool.java81 protected int numConnections; field in AbstractConnPool
128 if (numConnections > 0) { //@@@ is this check sufficient? in enableConnectionGC()
DThreadSafeClientConnManager.java286 return connectionPool.numConnections; //@@@
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
DSkeletonWire.java49 private int numConnections = 0; field in SkeletonWire
54 numConnections ++; in countConnections()
83 ShortBuffer sib = BufferUtils.createShortBuffer(numConnections * 2); in SkeletonWire()
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1917 EAS_U32 numConnections; in Parse_art() local
1935 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &numConnections, EAS_FALS… in Parse_art()
1942 while (numConnections--) in Parse_art()