HomeSort by relevance Sort by last modified time
    Searched refs:numConnections (Results 1 - 25 of 31) sorted by null

1 2

  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 194 int numConnections = getConnectionNum();
195 int tasksPerConnection = Support_SQL.sqlMaxTasks / numConnections;
197 Logger.global.info("Opening "+numConnections+" to database "+Support_SQL.getFilename());
199 ThreadPool threadPool = new ThreadPool(numConnections);
201 for (int i = 0; i < numConnections; ++i) {
203 threadPool.runTask(insertTask(numConnections, i));
207 assertEquals("Unable to create a connection", numConnections, vc.size());
217 * numConnections, rs.getInt("counter"));
290 private Runnable insertTask(final int numConnections, final int taskID) {
302 / numConnections;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
SkeletonWire.java 49 private int numConnections = 0;
54 numConnections ++;
83 ShortBuffer sib = BufferUtils.createShortBuffer(numConnections * 2);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 296 log.debug("Total allocated connection: " + numConnections + " out of " + maxTotalConnections);
318 if (hasCapacity && numConnections < maxTotalConnections) {
403 numConnections--;
453 numConnections--;
500 numConnections++;
539 numConnections--;
590 numConnections--;
AbstractConnPool.java 86 protected int numConnections;
133 if (numConnections > 0) { //@@@ is this check sufficient?
ThreadSafeClientConnManager.java 291 return connectionPool.numConnections; //@@@
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java 520 void assertNumConnections(final MockConnectionService connService, final int numConnections) {
524 return numConnections;
532 "ConnectionService should contain " + numConnections + " connections."
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c     [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 584 size_t numConnections = activeConnections.size();
585 for (size_t i=0 ; i < numConnections; ++i) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 813 milliseconds

1 2