Searched refs:init2 (Results 1 - 25 of 27) sorted by relevance

12

/external/strace/qemu_multiarch_testing/hdc.dir/
H A Dinit8 exec ./init2
9 echo "Failed to exec ./init2"
/external/openssl/crypto/conf/
H A Dssleay.cnf7 init2='10'
/external/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp81 struct init2 struct
88 int init2::called = 0;
94 std::call_once(flg2, init2(), 2, 3);
95 std::call_once(flg2, init2(), 4, 5);
191 assert(init2::called == 5);
/external/stlport/test/compiler/StTerm-order/
H A Dstterm-test.cc64 static Init2 init2; variable
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDataTruncationTest.java36 boolean[] init2 = { false, true, false, false, false, true, false };
52 boolean[] theFinalStates7 = init2;
61 aDataTruncation = new DataTruncation(init1[i], init2[i],
117 boolean[] init2 = { false, true, false, false, true, true, true };
135 boolean[] theFinalStates7 = init2;
143 aDataTruncation = new DataTruncation(init1[i], init2[i],
189 boolean[] init2 = { false, true, false, true, true, false, true };
197 boolean[] theReturns = init2;
207 boolean[] theFinalStates7 = init2;
215 aDataTruncation = new DataTruncation(init1[i], init2[
[all...]
H A DSQLExceptionTest.java61 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a",
68 String[] theFinalStates2 = init2;
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
113 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a",
117 String[] theFinalStates2 = init2;
129 aSQLException = new SQLException(init1[i], init2[i]);
251 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" };
258 String[] theFinalStates2 = init2;
268 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
304 String[] init2
[all...]
H A DBatchUpdateExceptionTest.java128 int[][] init2 = { { 1, 2, 3 }, { }, { 3 }, null, { 5, 5 }, { 6 },
134 int[][] theFinalStates2 = init2;
148 init2[i]);
183 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null,
194 String[] theFinalStates3 = init2;
205 init2[i], init3[i]);
240 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null,
252 String[] theFinalStates3 = init2;
263 init2[i], init3[i], init4[i]);
H A DSQLWarningTest.java127 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a",
131 String[] theFinalStates2 = init2;
143 aSQLWarning = new SQLWarning(init1[i], init2[i]);
176 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "valid1",
183 String[] theFinalStates2 = init2;
195 aSQLWarning = new SQLWarning(init1[i], init2[i], init3[i]);
H A DDateTest.java113 int init2[] = { 11, 0, 0, 0, 999, 0, 0, -111 };
117 Date theDate = new Date(init1[i], init2[i], init3[i]);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel_unittest.cc336 webrtc::InternalDataChannelInit init2(base);
337 EXPECT_EQ(webrtc::InternalDataChannelInit::kNone, init2.open_handshake_role);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h1734 void init2(UText *t, UErrorCode &e); // Common initialization, part 2.
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h1725 void init2(UText *t, UErrorCode &e); // Common initialization, part 2.
/external/doclava/src/com/google/doclava/
H A DConverter.java72 cl.init2();
292 ((ClassInfo) r).init2();
H A DClassInfo.java189 public void init2() { method in class:ClassInfo
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h18 if (wpa_s->driver->init2)
19 return wpa_s->driver->init2(wpa_s, ifname,
/external/icu/icu4c/source/i18n/
H A Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
105 init2(&inputText, status);
125 init2(input, status);
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
246 // init2() Common initialization for use by RegexMatcher constructors, part 2.
249 void RegexMatcher::init2(UText *input, UErrorCode &status) { function in class:RegexMatcher
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
105 init2(&inputText, status);
125 init2(input, status);
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
246 // init2() Common initialization for use by RegexMatcher constructors, part 2.
249 void RegexMatcher::init2(UText *input, UErrorCode &status) { function in class:RegexMatcher
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h254 * @ifname: Interface name that can be used with init() or init2()
1754 * use init2() function instead of init() to get the pointer to global
1769 * init2 - Initialize driver interface (with global data)
1779 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
1855 * This function is used instead of init() or init2() when the driver
H A Ddriver_test.c2675 .init2 = wpa_driver_test_init2,
H A Ddriver_nl80211.c12619 .init2 = wpa_driver_nl80211_init,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h254 * @ifname: Interface name that can be used with init() or init2()
1754 * use init2() function instead of init() to get the pointer to global
1769 * init2 - Initialize driver interface (with global data)
1779 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
1855 * This function is used instead of init() or init2() when the driver
H A Ddriver_test.c2675 .init2 = wpa_driver_test_init2,
H A Ddriver_nl80211.c12619 .init2 = wpa_driver_nl80211_init,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h254 * @ifname: Interface name that can be used with init() or init2()
1754 * use init2() function instead of init() to get the pointer to global
1769 * init2 - Initialize driver interface (with global data)
1779 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
1855 * This function is used instead of init() or init2() when the driver
H A Ddriver_test.c2675 .init2 = wpa_driver_test_init2,

Completed in 6995 milliseconds

12