HomeSort by relevance Sort by last modified time
    Searched refs:theReturns (Results 1 - 5 of 5) sorted by null

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 126 int[] theReturns = init1;
151 theReturns[i]);
198 boolean[] theReturns = init2;
223 theReturns[i]);
270 boolean[] theReturns = init3;
295 theReturns[i]);
342 int[] theReturns = init4;
367 theReturns[i]);
414 int[] theReturns = init5;
439 theReturns[i])
    [all...]
TimeTest.java 119 Time[] theReturns = { new Time(38720000), new Time(80279000),
126 assertEquals(theReturns[i], theReturn);
SQLExceptionTest.java 256 int[] theReturns = init3;
274 theReturns[i]);
312 SQLException[] theReturns = init4;
330 theReturns[i]);
365 String[] theReturns = init2;
383 theReturns[i]);
BatchUpdateExceptionTest.java 389 int[][] theReturns = init1;
408 theReturns[i]);
SQLWarningTest.java 230 SQLWarning[] theReturns = { null };
247 theReturns[i]);

Completed in 240 milliseconds