/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | BatchUpdateExceptionTest.java | 80 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 …]
|
D | SQLExceptionTest.java | 59 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 …]
|
D | SQLWarningTest.java | 78 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 …]
|
D | DataTruncationTest.java | 34 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() 115 int[] init1 = { -2147483648, 2147483647, 0, -2045829673, 1977156911, in testGetIndex() local 125 int[] theReturns = init1; in testGetIndex() 132 int[] theFinalStates4 = init1; in testGetIndex() 143 aDataTruncation = new DataTruncation(init1[i], init2[i], in testGetIndex() 187 int[] init1 = { -2147483648, 2147483647, 0, -492314242, 1637665948, in testGetParameter() local 204 int[] theFinalStates4 = init1; in testGetParameter() [all …]
|
D | DateTest.java | 112 int init1[] = { 99, 8099, 9000, 99999, 99, 99, -1, -100 }; in testDateintintint() local 116 for (int i = 0; i < init1.length; i++) { in testDateintintint() 117 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint() 128 long init1[] = { TIME_TESTDATE1, TIME_TESTDATE2, TIME_TESTDATE3, in testDatelong() local 132 for (long element : init1) { in testDatelong()
|
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
D | call_once.pass.cpp | 67 struct init1 struct 74 int init1::called = 0; argument 80 std::call_once(flg1, init1(), 1); in f1() 193 assert(init1::called == 1); in main()
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | ctor-list-opt-constexpr.ll | 13 @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/ |
D | free.ll | 51 br i1 %x, label %skipinit1, label %init1 53 init1:
|
/external/harfbuzz_ng/test/shaping/tests/ |
D | mongolian-variation-selector.tests | 1 …f37bb223d7355153016b6ccece93b28.ttf:U+1826,U+180B,U+1826:[uni1826.E85E_ue.init1=0+599|uni1826.E856… 3 …ce=90+0|uni1820.E827_a.fina2=91+600|uni202F.nobreak=92+500|uni1836.E92B_y.init1=93+500|uni1822.E83…
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | no-iv-rewrite.ll | 281 ; Two phis should remain, one starting at %init, and one at %init1. 304 %init1 = add i32 %init, %step1 305 %l.0 = sub i32 %init1, %step1 309 %ii = phi i32 [ %init1, %entry ], [ %ii.next, %loop ] 312 %k = phi i32 [ %init1, %entry ], [ %k.next, %loop ]
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 531 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/ |
D | checking.m | 284 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec… method 288 return [v init1];
|
/external/clang/test/SemaObjC/ |
D | arc.m | 259 - (Test9_incomplete*) init1; // expected-error {{init methods must return a type related to the rec… method 263 return [v init1];
|