Home
last modified time | relevance | path

Searched refs:init1 (Results 1 – 13 of 13) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DBatchUpdateExceptionTest.java80 int[][] init1 = { { 1, 2, 3 }, null }; in testBatchUpdateExceptionintArray() local
83 int[][] theFinalStates2 = init1; // Update Counts array state in testBatchUpdateExceptionintArray()
90 int loopCount = init1.length; in testBatchUpdateExceptionintArray()
93 aBatchUpdateException = new BatchUpdateException(init1[i]); in testBatchUpdateExceptionintArray()
126 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", in testBatchUpdateExceptionStringintArray() local
138 String[] theFinalStates4 = init1; // Message state in testBatchUpdateExceptionStringintArray()
144 int loopCount = init1.length; in testBatchUpdateExceptionStringintArray()
147 aBatchUpdateException = new BatchUpdateException(init1[i], in testBatchUpdateExceptionStringintArray()
181 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", in testBatchUpdateExceptionStringStringintArray() local
195 String[] theFinalStates4 = init1; // Message state in testBatchUpdateExceptionStringStringintArray()
[all …]
DSQLExceptionTest.java59 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "1", "a", in testSQLExceptionStringStringint() local
67 String[] theFinalStates1 = init1; in testSQLExceptionStringStringint()
77 int loopCount = init1.length; in testSQLExceptionStringStringint()
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]); in testSQLExceptionStringStringint()
111 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", in testSQLExceptionStringString() local
116 String[] theFinalStates1 = init1; in testSQLExceptionStringString()
126 int loopCount = init1.length; in testSQLExceptionStringString()
129 aSQLException = new SQLException(init1[i], init2[i]); in testSQLExceptionStringString()
160 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" }; in testSQLExceptionString() local
162 String[] theFinalStates1 = init1; in testSQLExceptionString()
[all …]
DSQLWarningTest.java78 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" }; in testSQLWarningString() local
80 String[] theFinalStates1 = init1; in testSQLWarningString()
91 int loopCount = init1.length; in testSQLWarningString()
94 aSQLWarning = new SQLWarning(init1[i]); in testSQLWarningString()
125 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", in testSQLWarningStringString() local
130 String[] theFinalStates1 = init1; in testSQLWarningStringString()
140 int loopCount = init1.length; in testSQLWarningStringString()
143 aSQLWarning = new SQLWarning(init1[i], init2[i]); in testSQLWarningStringString()
174 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "----", in testSQLWarningStringStringint() local
182 String[] theFinalStates1 = init1; in testSQLWarningStringStringint()
[all …]
DDataTruncationTest.java34 int[] init1 = { -2147483648, 2147483647, 0, 329751502, 318587557, in testDataTruncationintbooleanbooleanintint() local
49 int[] theFinalStates4 = init1; in testDataTruncationintbooleanbooleanintint()
58 int loopCount = init1.length; in testDataTruncationintbooleanbooleanintint()
61 aDataTruncation = new DataTruncation(init1[i], init2[i], in testDataTruncationintbooleanbooleanintint()
116 int[] init1 = { -2147483648, 2147483647, 0, -2045829673, 1977156911, in testGetIndex() local
126 int[] theReturns = init1; in testGetIndex()
133 int[] theFinalStates4 = init1; in testGetIndex()
144 aDataTruncation = new DataTruncation(init1[i], init2[i], in testGetIndex()
188 int[] init1 = { -2147483648, 2147483647, 0, -492314242, 1637665948, in testGetParameter() local
205 int[] theFinalStates4 = init1; in testGetParameter()
[all …]
DDateTest.java113 int init1[] = { 99, 8099, 9000, 99999, 99, 99, -1, -100 }; in testDateintintint() local
117 for (int i = 0; i < init1.length; i++) { in testDateintintint()
118 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint()
129 long init1[] = { TIME_TESTDATE1, TIME_TESTDATE2, TIME_TESTDATE3, in testDatelong() local
133 for (long element : init1) { in testDatelong()
/external/llvm/test/Transforms/GlobalOpt/
Dctor-list-opt-constexpr.ll13 @llvm.global_ctors = appending global [2 x %0] [%0 { i32 65535, void ()* @init1 }, %0 { i32 65535, …
17 define internal void @init1() {
23 ; CHECK-LABEL: @init1(
/external/llvm/test/Transforms/DeadStoreElimination/
Dfree.ll51 br i1 %x, label %skipinit1, label %init1
53 init1:
/external/llvm/test/Transforms/IndVarSimplify/
Dno-iv-rewrite.ll275 ; Two phis should remain, one starting at %init, and one at %init1.
298 %init1 = add i32 %init, %step1
299 %l.0 = sub i32 %init1, %step1
303 %ii = phi i32 [ %init1, %entry ], [ %ii.next, %loop ]
306 %k = phi i32 [ %init1, %entry ], [ %k.next, %loop ]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
Dcompute.c531 void init1(void *p, int s, int x, int y) { in test_resource_access()
544 60, 12, init1); in test_resource_access()
1059 void init1(void *p, int s, int x, int y) { in test_surface_ld()
1089 512, 32, init1); in test_surface_ld()
1128 void init1(void *p, int s, int x, int y) { in test_surface_st()
1189 128, 32, init1); in test_surface_st()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c531 void init1(void *p, int s, int x, int y) { in test_resource_access()
544 60, 12, init1); in test_resource_access()
1059 void init1(void *p, int s, int x, int y) { in test_surface_ld()
1089 512, 32, init1); in test_surface_ld()
1128 void init1(void *p, int s, int x, int y) { in test_surface_st()
1189 128, 32, init1); in test_surface_st()
/external/clang/test/ARCMT/
Dchecking.m285 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec… method
289 return [v init1];
/external/clang/test/SemaObjC/
Darc.m257 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec… method
261 return [v init1];
/external/chromium_org/ui/views/widget/
Dwidget_unittest.cc178 Widget::InitParams init1; in TEST_F() local
179 EXPECT_EQ(Widget::InitParams::INFER_OPACITY, init1.opacity); in TEST_F()