HomeSort by relevance Sort by last modified time
    Searched defs:initialized (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/base/prefs/
pref_store_observer_mock.h 28 bool initialized; member in class:PrefStoreObserverMock
29 bool initialization_success; // Only valid if |initialized|.
  /external/chromium_org/third_party/WebKit/Source/platform/win/
SystemInfo.cpp 53 static bool initialized = false; local
56 if (!initialized) {
57 initialized = true;
  /external/chromium_org/third_party/angle/src/third_party/systeminfo/
SystemInfo.cpp 50 static bool initialized = false; local
53 if (!initialized) {
54 initialized = true;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.c 65 static boolean initialized = FALSE; local
66 if (!initialized) {
69 initialized = TRUE;
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.c 65 static boolean initialized = FALSE; local
66 if (!initialized) {
69 initialized = TRUE;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api.c 37 static boolean initialized = FALSE; local
38 if (!initialized) {
40 initialized = TRUE;
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.c 46 static bool initialized = false; variable
69 if (initialized)
120 initialized = true;
  /external/chromium_org/ui/keyboard/
keyboard.cc 14 static bool initialized = false; member in namespace:keyboard
17 initialized = false;
21 if (initialized)
23 initialized = true;
34 CHECK(initialized);
  /external/mesa3d/src/gallium/state_trackers/vega/
api.c 37 static boolean initialized = FALSE; local
38 if (!initialized) {
40 initialized = TRUE;
  /external/mesa3d/src/glx/apple/
apple_cgl.c 46 static bool initialized = false; variable
69 if (initialized)
120 initialized = true;
  /external/chromium_org/base/threading/
thread_local_storage.h 118 bool initialized() const { return initialized_; } function in struct:base::ThreadLocalStorage::StaticSlot
  /external/chromium_org/components/storage_monitor/
storage_monitor_unittest.cc 28 bool initialized = false; local
29 monitor.EnsureInitialized(base::Bind(&SetLatch, &initialized));
31 EXPECT_FALSE(initialized);
33 EXPECT_TRUE(initialized);
  /external/chromium_org/media/base/
audio_discard_helper.h 51 // If AudioDiscardHelper is not initialized() the timestamp of the first
59 bool initialized() const { function in class:media::AudioDiscardHelper
  /external/chromium_org/sync/internal_api/
sync_rollback_manager_base.h 115 bool initialized() const { function in class:syncer::SyncRollbackManagerBase
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ColorSpace.cpp 45 static bool initialized; local
46 if (!initialized) {
54 initialized = true;
62 static bool initialized; local
63 if (!initialized) {
71 initialized = true;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prinit.h 216 PRIntn initialized; member in struct:PRCallOnceType
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_Test.h 34 pthread_cond_t initialized; member in struct:State4
  /external/chromium_org/third_party/webrtc/base/
nssstreamadapter.h 47 static bool initialized; // Was this initialized? member in class:rtc::NSSContext
102 static bool initialized; // Was InitializeSSL() called? member in class:rtc::NSSStreamAdapter
  /external/chromium_org/ui/gl/
gl_surface_mac.cc 55 static bool initialized = false; local
56 if (initialized)
89 initialized = true;
  /external/chromium_org/ui/ozone/platform/dri/
dri_surface.cc 28 bool initialized = buffer->Initialize(info); local
29 DCHECK(initialized) << "Failed to create drm buffer.";
  /external/chromium_org/cc/output/
program_binding.h 34 bool initialized() const { return initialized_; } function in class:cc::ProgramBindingBase
  /external/chromium_org/components/translate/content/renderer/
data_file_renderer_cld_data_provider.cc 102 bool initialized = g_cld_mmap.Get().value->Initialize(file.Pass()); local
103 if (!initialized) {
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 73 bool initialized() const { function in class:gpu::gles2::GLES2Decoder
  /external/chromium_org/printing/backend/
win_helper.h 138 bool initialized() const { return initialized_; } function in class:printing::ScopedXPSInitializer
  /external/chromium_org/third_party/WebKit/Source/wtf/
AddressSpaceRandomization.cpp 20 bool initialized; member in struct:WTF::__anon16048::ranctx
44 if (UNLIKELY(!x->initialized)) {
45 x->initialized = true;

Completed in 1846 milliseconds

1 2 3 4 5 6 7 8