Home
last modified time | relevance | path

Searched defs:maxConnections (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
DStressTest.java120 int maxConnections = getConnectionNum(); in testManyConnectionsUsingOneThread() local
168 int maxConnections = getConnectionNum(); in testInsertOfManyRowsUsingOneThread() local
260 private void openConnections(int maxConnections) { in openConnections()