/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/ |
MojoTestRule.java | 23 @IntDef({MojoCore.SKIP_INITIALIZATION, MojoCore.INITIALIZE}) 27 int INITIALIZE = 1; 39 mShouldInitCore = shouldInitMojoCore == MojoCore.INITIALIZE;
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
AgentMojo.java | 84 @Mojo(name = "prepare-agent", defaultPhase = LifecyclePhase.INITIALIZE, requiresDependencyResolution = ResolutionScope.RUNTIME, threadSafe = true)
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
TimeVals.h | 71 #ifndef INITIALIZE
72 #define INITIALIZE(x) ((x) = 0)
73 #endif /* !defined INITIALIZE */
|
ZoneProc.c | 47 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
49 ** And another: initialize tzname[0] to "ERA", with an explanation in the
485 INITIALIZE(value);
|
/external/curl/src/ |
tool_vms.c | 119 * On non-VAX systems, use LIB$INITIALIZE to set a collection of C 146 /* LIB$INITIALIZE initialization function. */ 156 /* Set the global flag to indicate that LIB$INITIALIZE worked. */ 194 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */ 198 /* Establish the LIB$INITIALIZE PSECTs, with proper alignment and 203 #pragma extern_model strict_refdef "LIB$INITIALIZE" 2, nopic, nowrt 207 /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */ 209 int LIB$INITIALIZE(void); 211 int dmy_lib$initialize = (int) LIB$INITIALIZE; [all...] |
/external/curl/packages/vms/ |
curl_crtl_init.c | 9 * This is a module that provides a LIB$INITIALIZE routine that 272 /* Some boilerplate to force this to be a proper LIB$INITIALIZE section */ 277 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long, nopic 279 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long 288 /* Set our contribution to the LIB$INITIALIZE array */ 300 ** Force a reference to LIB$INITIALIZE to ensure it 303 int LIB$INITIALIZE(void); 307 int lib_init_ref = (int) LIB$INITIALIZE;
|
/external/icu/icu4c/source/tools/tzcode/ |
private.h | 351 ** INITIALIZE(x) 365 #ifndef INITIALIZE 367 #define INITIALIZE(x) ((x) = 0) 370 #define INITIALIZE(x) 372 #endif /* !defined INITIALIZE */
|
zic.c | [all...] |
localtime.c | 55 ** WILDABBR is used. Another possibility: initialize tzname[0] to the 57 ** And another: initialize tzname[0] to "ERA", with an explanation in the 839 INITIALIZE(value); 935 INITIALIZE(dstname); [all...] |
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.c | 197 SM_STATE(AUTH_PAE, INITIALIZE) 199 SM_ENTRY_MA(AUTH_PAE, INITIALIZE, auth_pae); 383 sm->initialize || !sm->eap_if->portEnabled) 384 SM_ENTER_GLOBAL(AUTH_PAE, INITIALIZE); 387 !(sm->initialize || !sm->eap_if->portEnabled)) 391 !(sm->initialize || !sm->eap_if->portEnabled)) 455 SM_STATE(BE_AUTH, INITIALIZE) 457 SM_ENTRY_MA(BE_AUTH, INITIALIZE, be_auth); 547 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { 548 SM_ENTER_GLOBAL(BE_AUTH, INITIALIZE); [all...] |
/bionic/libc/tzcode/ |
private.h | 527 ** INITIALIZE(x) 531 # define INITIALIZE(x) ((x) = 0) 533 # define INITIALIZE(x)
|
localtime.c | 75 ** WILDABBR is used. Another possibility: initialize tzname[0] to the 77 ** And another: initialize tzname[0] to "ERA", with an explanation in the 206 /* Initialize *S to a value based on GMTOFF, ISDST, and ABBRIND. */ 931 INITIALIZE(value); [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server.c | 221 SM_STATE(EAP, INITIALIZE) 223 SM_ENTRY(EAP, INITIALIZE); 291 "initialize EAP method %d", 563 wpa_printf(MSG_DEBUG, "EAP: Failed to initialize EAP " 1160 SM_ENTER_GLOBAL(EAP, INITIALIZE); 1197 SM_ENTER(EAP, INITIALIZE); [all...] |
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 44 Boolean initialize; member in struct:eapol_sm 354 !(sm->initialize || !sm->portEnabled)) 358 sm->initialize || !sm->portEnabled) 362 !(sm->initialize || !sm->portEnabled)) 366 !(sm->initialize || !sm->portEnabled)) 454 if (sm->initialize || !sm->portEnabled) 550 SM_STATE(SUPP_BE, INITIALIZE) 552 SM_ENTRY(SUPP_BE, INITIALIZE); 580 if (sm->initialize || sm->suppAbort) 581 SM_ENTER_GLOBAL(SUPP_BE, INITIALIZE); [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.c | 215 SM_STATE(EAP, INITIALIZE) 217 SM_ENTRY(EAP, INITIALIZE); 227 eap_deinit_prev_method(sm, "INITIALIZE"); 272 * or unavailable (portEnabled == FALSE). Immediate transition to INITIALIZE 290 * happen. This state is entered unconditionally from INITIALIZE, DISCARD, and 383 wpa_printf(MSG_DEBUG, "EAP: Initialize selected EAP method: " 398 "EAP: Failed to initialize EAP method: vendor %u " [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth.c | 423 * wpa_init - Initialize WPA authenticator [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.osgi_3.13.0.v20180409-1500.jar | |