/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | DataTruncationTest.java | 36 boolean[] init2 = { false, true, false, false, false, true, false }; in testDataTruncationintbooleanbooleanintint() 52 boolean[] theFinalStates7 = init2; in testDataTruncationintbooleanbooleanintint() 61 aDataTruncation = new DataTruncation(init1[i], init2[i], in testDataTruncationintbooleanbooleanintint() 117 boolean[] init2 = { false, true, false, false, true, true, true }; in testGetIndex() 135 boolean[] theFinalStates7 = init2; in testGetIndex() 143 aDataTruncation = new DataTruncation(init1[i], init2[i], in testGetIndex() 189 boolean[] init2 = { false, true, false, true, true, false, true }; in testGetParameter() 197 boolean[] theReturns = init2; in testGetParameter() 207 boolean[] theFinalStates7 = init2; in testGetParameter() 215 aDataTruncation = new DataTruncation(init1[i], init2[i], in testGetParameter() [all …]
|
D | SQLExceptionTest.java | 61 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", in testSQLExceptionStringStringint() local 68 String[] theFinalStates2 = init2; in testSQLExceptionStringStringint() 80 aSQLException = new SQLException(init1[i], init2[i], init3[i]); in testSQLExceptionStringStringint() 113 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a", in testSQLExceptionStringString() local 117 String[] theFinalStates2 = init2; in testSQLExceptionStringString() 129 aSQLException = new SQLException(init1[i], init2[i]); in testSQLExceptionStringString() 251 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; in testGetErrorCode() local 258 String[] theFinalStates2 = init2; in testGetErrorCode() 268 aSQLException = new SQLException(init1[i], init2[i], init3[i]); in testGetErrorCode() 304 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; in testGetNextException() local [all …]
|
D | BatchUpdateExceptionTest.java | 127 int[][] init2 = { { 1, 2, 3 }, { }, { 3 }, null, { 5, 5 }, { 6 }, in testBatchUpdateExceptionStringintArray() local 133 int[][] theFinalStates2 = init2; in testBatchUpdateExceptionStringintArray() 147 init2[i]); in testBatchUpdateExceptionStringintArray() 181 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, in testBatchUpdateExceptionStringStringintArray() local 192 String[] theFinalStates3 = init2; in testBatchUpdateExceptionStringStringintArray() 203 init2[i], init3[i]); in testBatchUpdateExceptionStringStringintArray() 237 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, in testBatchUpdateExceptionStringStringintintArray() local 249 String[] theFinalStates3 = init2; in testBatchUpdateExceptionStringStringintintArray() 260 init2[i], init3[i], init4[i]); in testBatchUpdateExceptionStringStringintintArray()
|
D | SQLWarningTest.java | 127 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a", in testSQLWarningStringString() local 131 String[] theFinalStates2 = init2; in testSQLWarningStringString() 143 aSQLWarning = new SQLWarning(init1[i], init2[i]); in testSQLWarningStringString() 176 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "valid1", in testSQLWarningStringStringint() local 183 String[] theFinalStates2 = init2; in testSQLWarningStringStringint() 195 aSQLWarning = new SQLWarning(init1[i], init2[i], init3[i]); in testSQLWarningStringStringint()
|
D | DateTest.java | 113 int init2[] = { 11, 0, 0, 0, 999, 0, 0, -111 }; in testDateintintint() local 117 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint()
|
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
D | call_once.pass.cpp | 83 struct init2 struct 90 int init2::called = 0; argument 96 std::call_once(flg2, init2(), 2, 3); in f2() 97 std::call_once(flg2, init2(), 4, 5); in f2() 230 assert(init2::called == 5); in main()
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | ctor-list-opt-constexpr.ll | 13 … = appending global [2 x %0] [%0 { i32 65535, void ()* @init1 }, %0 { i32 65535, void ()* @init2 }] 27 define internal void @init2() { 33 ; CHECK-LABEL: @init2(
|
/external/clang/test/ARCMT/ |
D | init.m | 13 -init2; method 28 -(id) init2 { method
|
D | init.m.result | 13 -init2; 28 -(id) init2 {
|
D | checking.m | 285 - (Test9_incomplete*) init2; method
|
/external/strace/qemu_multiarch_testing/hdc.dir/ |
D | init | 8 exec ./init2
|
/external/clang/test/Analysis/inlining/ |
D | retain-count-self-init.m | 46 - (id) init2 { method
|
/external/harfbuzz_ng/test/shaping/tests/ |
D | mongolian-variation-selector.tests | 3 …e=23+0|uni182D.E8E5_g.medi1=25+800|space=25+0|space=28+500|uni182D.EA1D_g.init2=29+950|space=29+0|…
|
/external/webrtc/talk/app/webrtc/ |
D | datachannel_unittest.cc | 416 webrtc::InternalDataChannelInit init2(base); in TEST_F() local 417 EXPECT_EQ(webrtc::InternalDataChannelInit::kNone, init2.open_handshake_role); in TEST_F()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | driver_i.h | 18 if (wpa_s->driver->init2) in wpa_drv_init() 19 return wpa_s->driver->init2(wpa_s, ifname, in wpa_drv_init()
|
D | wpa_priv.c | 72 if (iface->driver->init2) { in wpa_priv_cmd_register() 84 iface->drv_priv = iface->driver->init2(iface, iface->ifname, in wpa_priv_cmd_register()
|
/external/clang/test/Analysis/ |
D | self-init.m | 76 -(id)init2 { method
|
/external/doclava/src/com/google/doclava/ |
D | Converter.java | 72 cl.init2(); in makeInfo() 295 ((ClassInfo) r).init2();
|
D | ClassInfo.java | 189 public void init2() { in init2() method in ClassInfo
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1766 void init2(UText *t, UErrorCode &e); // Common initialization, part 2.
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 77 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 94 init2(&inputText, status); in RegexMatcher() 114 init2(input, status); in RegexMatcher() 130 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 146 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 234 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2() function in RegexMatcher
|
/external/clang/test/SemaObjC/ |
D | attr-designated-init.m | 20 -(id)init2 NS_DESIGNATED_INITIALIZER; // expected-error {{only applies to init methods of interface…
|
D | arc.m | 270 - (Test9_incomplete*) init2; method
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2134 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member
|
D | driver_bsd.c | 1735 .init2 = wpa_driver_bsd_init,
|