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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DBatchUpdateExceptionTest.java80 int[][] init1 = { { 1, 2, 3 }, null };
83 int[][] theFinalStates2 = init1; // Update Counts array state
90 int loopCount = init1.length;
93 aBatchUpdateException = new BatchUpdateException(init1[i]);
126 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "",
138 String[] theFinalStates4 = init1; // Message state
144 int loopCount = init1.length;
147 aBatchUpdateException = new BatchUpdateException(init1[i],
181 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "",
195 String[] theFinalStates4 = init1; // Messag
[all...]
H A DSQLWarningTest.java78 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" };
80 String[] theFinalStates1 = init1;
91 int loopCount = init1.length;
94 aSQLWarning = new SQLWarning(init1[i]);
125 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "",
130 String[] theFinalStates1 = init1;
140 int loopCount = init1.length;
143 aSQLWarning = new SQLWarning(init1[i], init2[i]);
174 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "----",
182 String[] theFinalStates1 = init1;
[all...]
H A DSQLExceptionTest.java59 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "1", "a",
67 String[] theFinalStates1 = init1;
77 int loopCount = init1.length;
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
111 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "",
116 String[] theFinalStates1 = init1;
126 int loopCount = init1.length;
129 aSQLException = new SQLException(init1[i], init2[i]);
160 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" };
162 String[] theFinalStates1 = init1;
[all...]
H A DDataTruncationTest.java34 int[] init1 = { -2147483648, 2147483647, 0, 329751502, 318587557,
49 int[] theFinalStates4 = init1;
58 int loopCount = init1.length;
61 aDataTruncation = new DataTruncation(init1[i], init2[i],
115 int[] init1 = { -2147483648, 2147483647, 0, -2045829673, 1977156911,
125 int[] theReturns = init1;
132 int[] theFinalStates4 = init1;
143 aDataTruncation = new DataTruncation(init1[i], init2[i],
187 int[] init1 = { -2147483648, 2147483647, 0, -492314242, 1637665948,
204 int[] theFinalStates4 = init1;
[all...]
H A DDateTest.java112 int init1[] = { 99, 8099, 9000, 99999, 99, 99, -1, -100 };
116 for (int i = 0; i < init1.length; i++) {
117 Date theDate = new Date(init1[i], init2[i], init3[i]);
128 long init1[] = { TIME_TESTDATE1, TIME_TESTDATE2, TIME_TESTDATE3,
132 for (long element : init1) {
/external/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp65 struct init1 struct
72 int init1::called = 0;
78 std::call_once(flg1, init1(), 1);
183 assert(init1::called == 1);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c531 void init1(void *p, int s, int x, int y) { function
544 60, 12, init1);
1059 void init1(void *p, int s, int x, int y) { function
1089 512, 32, init1);
1128 void init1(void *p, int s, int x, int y) { function
1189 128, 32, init1);
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c531 void init1(void *p, int s, int x, int y) { function
544 60, 12, init1);
1059 void init1(void *p, int s, int x, int y) { function
1089 512, 32, init1);
1128 void init1(void *p, int s, int x, int y) { function
1189 128, 32, init1);
/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc199 Widget::InitParams init1; local
200 EXPECT_EQ(Widget::InitParams::INFER_OPACITY, init1.opacity);

Completed in 467 milliseconds