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

  /bionic/libc/tzcode/
private.h 292 ** INITIALIZE(x)
306 #ifndef INITIALIZE
308 #define INITIALIZE(x) ((x) = 0)
311 #define INITIALIZE(x)
313 #endif /* !defined INITIALIZE */
localtime.c 119 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
121 ** And another: initialize tzname[0] to "ERA", with an explanation in the
875 INITIALIZE(value);
975 INITIALIZE(dstname);
    [all...]
  /external/icu4c/tools/tzcode/
private.h 226 ** INITIALIZE(x)
240 #ifndef INITIALIZE
242 #define INITIALIZE(x) ((x) = 0)
245 #define INITIALIZE(x)
247 #endif /* !defined INITIALIZE */
zdump.c 125 #ifndef INITIALIZE
127 #define INITIALIZE(x) ((x) = 0)
129 #define INITIALIZE(x)
131 #endif /* !defined INITIALIZE */
302 INITIALIZE(cutlotime);
303 INITIALIZE(cuthitime);
zic.c     [all...]
localtime.c 62 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
64 ** And another: initialize tzname[0] to "ERA", with an explanation in the
824 INITIALIZE(value);
924 INITIALIZE(dstname);
    [all...]
  /external/v8/test/cctest/
test-decls.cc 456 INITIALIZE,
473 state_ = INITIALIZE;
475 case INITIALIZE:
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 196 SM_STATE(AUTH_PAE, INITIALIZE)
198 SM_ENTRY_MA(AUTH_PAE, INITIALIZE, auth_pae);
369 sm->initialize || !sm->eap_if->portEnabled)
370 SM_ENTER_GLOBAL(AUTH_PAE, INITIALIZE);
373 !(sm->initialize || !sm->eap_if->portEnabled))
377 !(sm->initialize || !sm->eap_if->portEnabled))
441 SM_STATE(BE_AUTH, INITIALIZE)
443 SM_ENTRY_MA(BE_AUTH, INITIALIZE, be_auth);
533 if (sm->portControl != Auto || sm->initialize || sm->authAbort) {
534 SM_ENTER_GLOBAL(BE_AUTH, INITIALIZE);
    [all...]
  /external/chromium/chrome/browser/download/
save_package.h 73 INITIALIZE = 0,
101 // Initialize the SavePackage. Returns true if it initializes properly.
save_package.cc 172 wait_state_(INITIALIZE),
197 wait_state_(INITIALIZE),
221 wait_state_(INITIALIZE),
299 // Initialize the SavePackage.
302 if (wait_state_ != INITIALIZE)
307 // Initialize the request context and resource dispatcher.
653 if (wait_state_ == INITIALIZE)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 129 SM_STATE(EAP, INITIALIZE)
131 SM_ENTRY(EAP, INITIALIZE);
195 "initialize EAP method %d",
359 wpa_printf(MSG_DEBUG, "EAP: Failed to initialize EAP "
618 SM_ENTER_GLOBAL(EAP, INITIALIZE);
655 SM_ENTER(EAP, INITIALIZE);
988 /* RFC 3748 Ch 4.1: recommended to initialize Identifier with a
1224 * eap_server_sm_init - Allocate and initialize EAP server state machine
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 43 Boolean initialize; member in struct:eapol_sm
333 !(sm->initialize || !sm->portEnabled))
337 sm->initialize || !sm->portEnabled)
341 !(sm->initialize || !sm->portEnabled))
345 !(sm->initialize || !sm->portEnabled))
431 if (sm->initialize || !sm->portEnabled)
512 SM_STATE(SUPP_BE, INITIALIZE)
514 SM_ENTRY(SUPP_BE, INITIALIZE);
542 if (sm->initialize || sm->suppAbort)
543 SM_ENTER_GLOBAL(SUPP_BE, INITIALIZE);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 142 SM_STATE(EAP, INITIALIZE)
144 SM_ENTRY(EAP, INITIALIZE);
152 eap_deinit_prev_method(sm, "INITIALIZE");
187 * or unavailable (portEnabled == FALSE). Immediate transition to INITIALIZE
205 * happen. This state is entered unconditionally from INITIALIZE, DISCARD, and
298 wpa_printf(MSG_DEBUG, "EAP: Initialize selected EAP method: "
310 "EAP: Failed to initialize EAP method: vendor %u "
710 SM_ENTER(EAP, INITIALIZE);
758 SM_ENTER_GLOBAL(EAP, INITIALIZE);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 362 * wpa_init - Initialize WPA authenticator
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 166 // This context object is used to initialize the WebViewCore during
226 // Send a message to initialize the WebViewCore.
228 WebCoreThread.INITIALIZE, this);
232 /* Initialize private data within the WebCore thread.
234 private void initialize() { method in class:WebViewCore
235 /* Initialize our private BrowserFrame class to handle all
266 * INITIALIZE message can be handled.
269 // Go ahead and initialize the core components.
270 initialize(); method
271 // Remove the INITIALIZE method so we don't try to initialize twice
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 679 milliseconds