HomeSort by relevance Sort by last modified time
    Searched refs:INITIALIZE (Results 1 - 25 of 27) sorted by null

1 2

  /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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsRttTextHandler.java 51 private static final int INITIALIZE = 1;
121 case INITIALIZE:
204 public void initialize(Connection.RttTextStream rttTextStream) { method in class:ImsRttTextHandler
205 obtainMessage(INITIALIZE, rttTextStream).sendToTarget();
  /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...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioModeStateMachine.java 68 public static final int INITIALIZE = 1;
140 case INITIALIZE:
495 sendMessage(INITIALIZE, new MessageArgs());
  /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 224 SM_STATE(EAP, INITIALIZE)
226 SM_ENTRY(EAP, INITIALIZE);
294 "initialize EAP method %d",
563 wpa_printf(MSG_DEBUG, "EAP: Failed to initialize EAP "
1145 SM_ENTER_GLOBAL(EAP, INITIALIZE);
1182 SM_ENTER(EAP, INITIALIZE);
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 44 Boolean initialize; member in struct:eapol_sm
353 !(sm->initialize || !sm->portEnabled))
357 sm->initialize || !sm->portEnabled)
361 !(sm->initialize || !sm->portEnabled))
365 !(sm->initialize || !sm->portEnabled))
453 if (sm->initialize || !sm->portEnabled)
545 SM_STATE(SUPP_BE, INITIALIZE)
547 SM_ENTRY(SUPP_BE, INITIALIZE);
575 if (sm->initialize || sm->suppAbort)
576 SM_ENTER_GLOBAL(SUPP_BE, INITIALIZE);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 213 SM_STATE(EAP, INITIALIZE)
215 SM_ENTRY(EAP, INITIALIZE);
225 eap_deinit_prev_method(sm, "INITIALIZE");
270 * or unavailable (portEnabled == FALSE). Immediate transition to INITIALIZE
288 * happen. This state is entered unconditionally from INITIALIZE, DISCARD, and
381 wpa_printf(MSG_DEBUG, "EAP: Initialize selected EAP method: "
396 "EAP: Failed to initialize EAP method: vendor %u "
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 412 * wpa_init - Initialize WPA authenticator
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 623 milliseconds

1 2