Searched refs:init3 (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDataTruncationTest.java37 boolean[] init3 = { false, true, false, false, false, false, true };
53 boolean[] theFinalStates8 = init3;
62 init3[i], init4[i], init5[i]);
118 boolean[] init3 = { false, true, false, false, true, true, true };
136 boolean[] theFinalStates8 = init3;
144 init3[i], init4[i], init5[i]);
190 boolean[] init3 = { false, true, false, false, false, true, true };
208 boolean[] theFinalStates8 = init3;
216 init3[i], init4[i], init5[i]);
262 boolean[] init3
[all...]
H A DSQLExceptionTest.java63 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344,
69 int[] theFinalStates3 = init3;
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
252 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344,
256 int[] theReturns = init3;
259 int[] theFinalStates3 = init3;
268 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
305 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344,
315 int[] theFinalStates3 = init3;
323 aSQLException = new SQLException(init1[i], init2[i], init3[
[all...]
H A DBatchUpdateExceptionTest.java183 int[][] init3 = { { 1, 2, 3 }, { }, { 3 }, { 5, 5 }, { 6 },
190 int[][] theFinalStates2 = init3;
203 init2[i], init3[i]);
239 int[] init3 = { -2147483648, 2147483647, 0, -492417162, -156220255,
245 int[] theFinalStates1 = init3; // Error Code state
260 init2[i], init3[i], init4[i]);
H A DDateTest.java114 int init3[] = { 31, 0, 0, 0, 0, 999, 0, -999 };
117 Date theDate = new Date(init1[i], init2[i], init3[i]);
H A DSQLWarningTest.java178 int[] init3 = { -2147483648, 2147483647, 0, 1412862821, -733923487,
184 int[] theFinalStates3 = init3;
195 aSQLWarning = new SQLWarning(init1[i], init2[i], init3[i]);
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp47 void init3() function
61 std::call_once(flg3, init3);
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dinit_ops_test.py325 init3 = init_ops.uniform_unit_scaling_initializer(
329 self.assertTrue(identicaltest(self, init3, init4))
335 init3 = init_ops.uniform_unit_scaling_initializer(
338 self.assertFalse(identicaltest(self, init1, init3))
339 self.assertFalse(identicaltest(self, init2, init3))
/external/doclava/src/com/google/doclava/
H A DConverter.java165 cl.init3(
H A DClassInfo.java202 public void init3(ArrayList<TypeInfo> types, ArrayList<ClassInfo> realInnerClasses) { method in class:ClassInfo

Completed in 1030 milliseconds