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

  /external/chromium/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);
  /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);
  /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 */
  /external/v8/test/cctest/
test-decls.cc 454 INITIALIZE,
471 state_ = INITIALIZE;
473 case INITIALIZE:
  /system/core/libcutils/
private.h 296 ** INITIALIZE(x)
310 #ifndef INITIALIZE
312 #define INITIALIZE(x) ((x) = 0)
315 #define INITIALIZE(x)
317 #endif /* !defined INITIALIZE */
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 138 // This context object is used to initialize the WebViewCore during
173 // Send a message to initialize the WebViewCore.
175 WebCoreThread.INITIALIZE, this);
179 /* Initialize private data within the WebCore thread.
181 private void initialize() { method in class:WebViewCore
182 /* Initialize our private BrowserFrame class to handle all
213 * INITIALIZE message can be handled.
216 // Go ahead and initialize the core components.
217 initialize(); method
218 // Remove the INITIALIZE method so we don't try to initialize twice
    [all...]

Completed in 55 milliseconds