Searched defs:vc (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
H A DStressTest.java36 Vector<Connection> vc = new Vector<Connection>(); field in class:StressTest
48 vc.clear();
91 // vc.clear();
113 maxConnections, vc.size());
134 assertEquals("Unable to create a connection", numTasks, vc.size());
166 for (int i = 0; i < vc.size(); ++i) {
169 Connection c = vc.elementAt(i);
207 assertEquals("Unable to create a connection", numConnections, vc.size());
252 vc.add(c);
263 for (; i < vc
[all...]

Completed in 117 milliseconds