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

  /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/chromium/chrome/browser/download/
save_package.h 73 INITIALIZE = 0,
101 // Initialize the SavePackage. Returns true if it initializes properly.
  /external/v8/test/cctest/
test-decls.cc 456 INITIALIZE,
473 state_ = INITIALIZE;
475 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 164 // This context object is used to initialize the WebViewCore during
224 // Send a message to initialize the WebViewCore.
226 WebCoreThread.INITIALIZE, this);
230 /* Initialize private data within the WebCore thread.
232 private void initialize() { method in class:WebViewCore
233 /* Initialize our private BrowserFrame class to handle all
264 * INITIALIZE message can be handled.
267 // Go ahead and initialize the core components.
268 initialize(); method
269 // Remove the INITIALIZE method so we don't try to initialize twice
    [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 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 161 milliseconds