HomeSort by relevance Sort by last modified time
    Searched defs:initialized (Results 26 - 50 of 300) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
crypt.h 57 int direction, initialized; member in struct:crypt_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
crypt.h 57 int direction, initialized; member in struct:crypt_data
  /external/chromium_org/cc/output/
program_binding.h 29 bool initialized() const { return initialized_; } function in class:cc::ProgramBindingBase
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.h 78 // the network (and PerformanceMonitor is initialized), then increment the
91 static bool initialized() { return initialized_; } function in class:performance_monitor::PerformanceMonitor
199 // A flag indicating whether or not PerformanceMonitor is initialized. Any
  /external/chromium_org/printing/backend/
win_helper.h 115 bool initialized() const { return initialized_; } function in class:printing::ScopedXPSInitializer
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egllog.c 53 EGLBoolean initialized; member in struct:__anon14423
143 if (logging.initialized)
161 logging.initialized = EGL_TRUE;
186 if (!logging.initialized)
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx.c 43 static bool initialized = false; variable
51 if (!initialized) {
111 if (initialized)
125 initialized = true;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
remap.c 184 * The remap table needs to be initialized before calling the
192 static GLboolean initialized = GL_FALSE; local
195 if (initialized)
197 initialized = GL_TRUE;
  /external/chromium_org/ui/gl/
gl_surface_cgl.cc 26 static bool initialized = false; local
27 if (initialized)
60 initialized = true;
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AbstractAppState.java 46 * <code>initialized</code> is set to true when the method
48 * is called. When {@link AbstractAppState#cleanup() } is called, <code>initialized</code>
51 protected boolean initialized = false; field in class:AbstractAppState
55 initialized = true;
59 return initialized;
86 initialized = false;
  /external/mesa3d/src/egl/main/
egllog.c 53 EGLBoolean initialized; member in struct:__anon24788
143 if (logging.initialized)
161 logging.initialized = EGL_TRUE;
186 if (!logging.initialized)
  /external/mesa3d/src/glx/apple/
apple_glx.c 43 static bool initialized = false; variable
51 if (!initialized) {
111 if (initialized)
125 initialized = true;
  /external/mesa3d/src/mesa/main/
remap.c 184 * The remap table needs to be initialized before calling the
192 static GLboolean initialized = GL_FALSE; local
195 if (initialized)
197 initialized = GL_TRUE;
  /external/pixman/pixman/
pixman-arm.c 192 static pixman_bool_t initialized; local
195 if (!initialized)
198 initialized = TRUE;
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.h 38 int initialized; member in struct:SDL_PrivateVideoData
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.h 43 bool initialized() const { return m_initialized; } function in class:eglDisplay
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 53 bool initialized() const { function in struct:android::MemPool
  /device/lge/mako/camera/
QCameraHWI_Mem.h 52 bool initialized() const { function in struct:android::MemPool
  /external/chromium/chrome/browser/ui/views/
tab_icon_view.cc 61 static bool initialized = false; local
63 if (!initialized) {
64 initialized = true;
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.cc 64 static bool initialized = false; local
66 if (!initialized) {
67 initialized = true;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 70 bool initialized() const { function in class:gpu::gles2::GLES2Decoder
  /external/chromium_org/media/filters/
ffmpeg_glue.cc 89 // FFmpeg must only be initialized once, so use a LazyInstance to ensure this.
92 bool initialized() { return initialized_; } function in class:media::FFmpegInitializer
124 CHECK(li.Get().initialized());
  /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/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 72 static bool initialized = false; local
74 if (!initialized) {
90 initialized = true;
101 static bool initialized = false; local
103 if (!initialized) {
157 initialized = true;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageSource.cpp 54 bool ImageSource::initialized() const function in class:WebCore::ImageSource

Completed in 1339 milliseconds

12 3 4 5 6 7 8 91011>>