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

1 2

  /external/chromium_org/third_party/icu/source/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/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...]
  /bionic/libc/tzcode/
private.h 339 ** INITIALIZE(x)
353 #ifndef INITIALIZE
355 #define INITIALIZE(x) ((x) = 0)
358 #define INITIALIZE(x)
360 #endif /* !defined INITIALIZE */
localtime.c 69 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
71 ** And another: initialize tzname[0] to "ERA", with an explanation in the
847 INITIALIZE(value);
946 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/chromium_org/v8/test/cctest/
test-decls.cc 480 INITIALIZE,
497 state_ = INITIALIZE;
499 case INITIALIZE:
  /external/chromium_org/content/browser/download/
save_package.h 62 INITIALIZE = 0,
92 // Initialize the SavePackage. Returns true if it initializes properly. Need
save_package.cc 162 wait_state_(INITIALIZE),
193 wait_state_(INITIALIZE),
222 wait_state_(INITIALIZE),
302 if (wait_state_ != INITIALIZE)
307 // Initialize the request context and resource dispatcher.
692 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 "
712 SM_ENTER(EAP, INITIALIZE);
760 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 
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 365 * wpa_init - Initialize WPA authenticator
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c     [all...]

Completed in 1741 milliseconds

1 2