HomeSort by relevance Sort by last modified time
    Searched refs:initialized (Results 226 - 250 of 514) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 580 static bool initialized = false; local
581 if (!initialized) {
587 initialized = true;
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 162 static bool initialized = false; local
164 if (!initialized) {
177 initialized = true;
  /external/chromium_org/third_party/icu/source/test/intltest/
restest.cpp 122 static UBool initialized = FALSE; local
123 if (!initialized)
126 initialized = TRUE;
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.cc 943 bool NSSContext::initialized; member in class:talk_base::NSSContext
968 if (!initialized) {
980 initialized = true;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
format_pack.c 1680 static GLboolean initialized = GL_FALSE; local
1825 static GLboolean initialized = GL_FALSE; local
1964 static GLboolean initialized = GL_FALSE; local
1997 static GLboolean initialized = GL_FALSE; local
    [all...]
  /external/chromium_org/ui/gl/
gl_surface_glx.cc 375 static bool initialized = false; local
376 if (initialized)
433 initialized = true;
  /external/icu4c/i18n/
chnsecal.cpp 154 UBool initialized; local
155 UMTX_CHECK(&astroLock, gChineseCalendarZoneAstroCalcInitialized, initialized);
156 if (!initialized) {
    [all...]
  /external/icu4c/test/intltest/
restest.cpp 122 static UBool initialized = FALSE; local
123 if (!initialized)
126 initialized = TRUE;
  /external/mesa3d/src/mesa/main/
format_pack.c 1680 static GLboolean initialized = GL_FALSE; local
1825 static GLboolean initialized = GL_FALSE; local
1964 static GLboolean initialized = GL_FALSE; local
1997 static GLboolean initialized = GL_FALSE; local
    [all...]
  /external/bison/src/
scan-code.l 860 static bool initialized = false;
861 if (!initialized)
865 initialized = true;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
volume_manager_wrapper.js 72 * @param {VolumeManager} volumeManager The initialized VolumeManager instance.
187 * Ensures the VolumeManager is initialized, and then invokes callback.
188 * If the VolumeManager is already initialized, callback will be called
  /external/chromium_org/ui/base/ime/win/
tsf_bridge.cc 50 // Returns true if |tsf_document_map_| is successfully initialized. This
72 // Returns true if already initialized.
165 DVLOG(1) << "Already initialized.";
504 if (!tls_tsf_bridge.initialized()) {
532 if (tls_tsf_bridge.initialized()) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-r4998.js 69 // The loop variable x7 is initialized to 3,
  /external/v8/test/mjsunit/
function-prototype.js 60 // functions without initial maps, and the fully initialized
  /external/v8/test/mjsunit/regress/
regress-r4998.js 69 // The loop variable x7 is initialized to 3,
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 102 bool initialized = true; local
114 videoEditPropClass_init(&initialized, (JNIEnv*)pEnv);
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 191 int initialized; member in struct:omx_jpeg_message_queue
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 128 static int initialized; local
129 bdld("in initialized:%d", initialized);
130 if(!initialized)
132 initialized = 1;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_dispatcher.js 76 this.postMessage('initialized', [this.parserRegexp_]);
77 this.log('initialized with URL filter ' + this.parserRegexp_);
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.h 174 // Note: it is illegal to call this before the backend is initialized.
198 // For convenience, checks if initialization state is INITIALIZED.
199 bool initialized() const { return initialized_; } function in class:browser_sync::SyncBackendHostImpl
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 201 // Panel must be initialized to be "fully created" and ready for use.
203 bool initialized() const { return initialized_; } function in class:Panel
  /external/chromium_org/ppapi/proxy/
raw_var_data.h 106 // along with the graph it is a part of to be initialized.
122 bool initialized() { return initialized_; } function in class:ppapi::proxy::RawVarData
  /external/chromium_org/printing/backend/
print_backend_win.cc 167 if (!xps_initializer.initialized()) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc 48 u.opts.initialized = 1;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 100 bool initialized() const { return initialized_; } function in class:cricket::ChannelManager

Completed in 1195 milliseconds

1 2 3 4 5 6 7 8 91011>>