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

/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp83 struct init2 struct
90 int init2::called = 0;
96 std::call_once(flg2, init2(), 2, 3);
97 std::call_once(flg2, init2(), 4, 5);
230 assert(init2::called == 5);
/external/icu/icu4c/source/i18n/
H A Drematch.cpp77 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
94 init2(&inputText, status);
114 init2(input, status);
130 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
146 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
231 // init2() Common initialization for use by RegexMatcher constructors, part 2.
234 void RegexMatcher::init2(UText *input, UErrorCode &status) { function in class:RegexMatcher
/external/doclava/src/com/google/doclava/
H A DClassInfo.java189 public void init2() { method in class:ClassInfo
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h279 * @ifname: Interface name that can be used with init() or init2()
2109 * use init2() function instead of init() to get the pointer to global
2124 * init2 - Initialize driver interface (with global data)
2134 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
2210 * This function is used instead of init() or init2() when the driver
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h279 * @ifname: Interface name that can be used with init() or init2()
2109 * use init2() function instead of init() to get the pointer to global
2124 * init2 - Initialize driver interface (with global data)
2134 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
2210 * This function is used instead of init() or init2() when the driver
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h279 * @ifname: Interface name that can be used with init() or init2()
2109 * use init2() function instead of init() to get the pointer to global
2124 * init2 - Initialize driver interface (with global data)
2134 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
2210 * This function is used instead of init() or init2() when the driver
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 796 milliseconds