Searched defs:init2 (Results 1 - 7 of 7) sorted by relevance

/external/stlport/test/compiler/StTerm-order/
H A Dstterm-test.cc64 static Init2 init2; variable
/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/doclava/src/com/google/doclava/
H A DClassInfo.java146 public void init2() { method in class:ClassInfo
/external/icu4c/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.h230 * @ifname: Interface name that can be used with init() or init2()
1575 * use init2() function instead of init() to get the pointer to global
1590 * init2 - Initialize driver interface (with global data)
1600 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
1676 * This function is used instead of init() or init2() when the driver
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h230 * @ifname: Interface name that can be used with init() or init2()
1575 * use init2() function instead of init() to get the pointer to global
1590 * init2 - Initialize driver interface (with global data)
1600 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
1676 * This function is used instead of init() or init2() when the driver
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h230 * @ifname: Interface name that can be used with init() or init2()
1575 * use init2() function instead of init() to get the pointer to global
1590 * init2 - Initialize driver interface (with global data)
1600 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
1676 * This function is used instead of init() or init2() when the driver

Completed in 1543 milliseconds