Home
last modified time | relevance | path

Searched refs:init2 (Results 1 – 25 of 26) sorted by relevance

12

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDataTruncationTest.java36 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()
118 boolean[] init2 = { false, true, false, false, true, true, true }; in testGetIndex()
136 boolean[] theFinalStates7 = init2; in testGetIndex()
144 aDataTruncation = new DataTruncation(init1[i], init2[i], in testGetIndex()
190 boolean[] init2 = { false, true, false, true, true, false, true }; in testGetParameter()
198 boolean[] theReturns = init2; in testGetParameter()
208 boolean[] theFinalStates7 = init2; in testGetParameter()
216 aDataTruncation = new DataTruncation(init1[i], init2[i], in testGetParameter()
[all …]
DSQLExceptionTest.java61 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 …]
DBatchUpdateExceptionTest.java128 int[][] init2 = { { 1, 2, 3 }, {}, { 3 }, null, { 5, 5 }, { 6 }, in testBatchUpdateExceptionStringintArray() local
134 int[][] theFinalStates2 = init2; in testBatchUpdateExceptionStringintArray()
148 init2[i]); in testBatchUpdateExceptionStringintArray()
183 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, in testBatchUpdateExceptionStringStringintArray() local
194 String[] theFinalStates3 = init2; in testBatchUpdateExceptionStringStringintArray()
205 init2[i], init3[i]); in testBatchUpdateExceptionStringStringintArray()
240 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, in testBatchUpdateExceptionStringStringintintArray() local
252 String[] theFinalStates3 = init2; in testBatchUpdateExceptionStringStringintintArray()
263 init2[i], init3[i], init4[i]); in testBatchUpdateExceptionStringStringintintArray()
DSQLWarningTest.java127 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()
DDateTest.java114 int init2[] = { 11, 0, 0, 0, 999, 0, 0, -111 }; in testDateintintint() local
118 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint()
/external/llvm/test/Transforms/GlobalOpt/
Dctor-list-opt-constexpr.ll13 … = 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/
Dinit.m14 -init2; method
29 -(id) init2 { method
Dinit.m.result14 -init2;
29 -(id) init2 {
Dchecking.m286 - (Test9_incomplete*) init2; method
/external/stlport/test/compiler/StTerm-order/
Dstterm-test.cc64 static Init2 init2; variable
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
Dssleay.cnf7 init2='10'
/external/openssl/crypto/conf/
Dssleay.cnf7 init2='10'
/external/clang/test/Analysis/inlining/
Dretain-count-self-init.m46 - (id) init2 { method
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h18 if (wpa_s->driver->init2) in wpa_drv_init()
19 return wpa_s->driver->init2(wpa_s, ifname, in wpa_drv_init()
/external/clang/test/Analysis/
Dself-init.m76 -(id)init2 { method
/external/doclava/src/com/google/doclava/
DConverter.java52 cl.init2(); in makeInfo()
241 ((ClassInfo) r).init2();
DClassInfo.java146 public void init2() { in init2() method in ClassInfo
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dregex.h1657 void init2(UText *t, UErrorCode &e); // Common initialization, part 2.
/external/icu4c/i18n/unicode/
Dregex.h1737 void init2(UText *t, UErrorCode &e); // Common initialization, part 2.
/external/icu4c/i18n/
Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
105 init2(&inputText, status); in RegexMatcher()
125 init2(input, status); in RegexMatcher()
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
249 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2() function in RegexMatcher
/external/chromium_org/third_party/icu/source/i18n/
Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
105 init2(&inputText, status); in RegexMatcher()
125 init2(input, status); in RegexMatcher()
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
249 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2() function in RegexMatcher
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1600 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member
Ddriver_test.c3304 .init2 = wpa_driver_test_init2,
/external/chromium_org/ui/views/widget/
Dwidget_unittest.cc182 Widget::InitParams init2(Widget::InitParams::TYPE_MENU); in TEST_F() local
183 EXPECT_EQ(Widget::InitParams::INFER_OPACITY, init2.opacity); in TEST_F()
/external/clang/test/SemaObjC/
Darc.m258 - (Test9_incomplete*) init2; method

12