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

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 37 int[][] theFinalStates2 = { null }; // Update Counts array state
56 theFinalStates2[i]);
83 int[][] theFinalStates2 = init1; // Update Counts array state
102 theFinalStates2[i]);
134 int[][] theFinalStates2 = init2;
157 theFinalStates2[i]);
192 int[][] theFinalStates2 = init3;
214 theFinalStates2[i]);
250 int[][] theFinalStates2 = init4;
272 theFinalStates2[i])
    [all...]
SQLWarningTest.java 37 String[] theFinalStates2 = { null };
54 .getSQLState(), theFinalStates2[i]);
81 String[] theFinalStates2 = { null, null, null, null, null, null, null,
101 .getSQLState(), theFinalStates2[i]);
131 String[] theFinalStates2 = init2;
150 .getSQLState(), theFinalStates2[i]);
183 String[] theFinalStates2 = init2;
202 .getSQLState(), theFinalStates2[i]);
232 String[] theFinalStates2 = { null };
251 .getSQLState(), theFinalStates2[i])
    [all...]
SQLExceptionTest.java 68 String[] theFinalStates2 = init2;
87 .getSQLState(), theFinalStates2[i]);
117 String[] theFinalStates2 = init2;
136 .getSQLState(), theFinalStates2[i]);
163 String[] theFinalStates2 = { null, null, null, null, null, null, null,
183 .getSQLState(), theFinalStates2[i]);
208 String[] theFinalStates2 = { null };
225 .getSQLState(), theFinalStates2[i]);
258 String[] theFinalStates2 = init2;
278 .getSQLState(), theFinalStates2[i])
    [all...]
DataTruncationTest.java 46 String[] theFinalStates2 = { state2, state2, state2, state2, state2,
69 .getMessage(), theFinalStates2[i]);
130 String[] theFinalStates2 = { state2, state2, state2, state2, state2,
155 .getMessage(), theFinalStates2[i]);
202 String[] theFinalStates2 = { state2, state2, state2, state2, state2,
227 .getMessage(), theFinalStates2[i]);
274 String[] theFinalStates2 = { state2, state2, state2, state2, state2,
299 .getMessage(), theFinalStates2[i]);
346 String[] theFinalStates2 = { state2, state2, state2, state2, state2,
371 .getMessage(), theFinalStates2[i])
    [all...]

Completed in 80 milliseconds