Searched defs:initialized (Results 1 - 25 of 208) sorted by relevance

123456789

/external/pixman/pixman/
H A Dpixman-timer.c52 static int initialized; local
56 if (!initialized)
59 initialized = 1;
/external/chromium_org/base/prefs/
H A Dpref_store_observer_mock.h28 bool initialized; member in class:PrefStoreObserverMock
29 bool initialization_success; // Only valid if |initialized|.
/external/chromium_org/third_party/WebKit/Source/platform/win/
H A DSystemInfo.cpp53 static bool initialized = false; local
56 if (!initialized) {
57 initialized = true;
/external/chromium_org/third_party/angle/src/third_party/systeminfo/
H A DSystemInfo.cpp50 static bool initialized = false; local
53 if (!initialized) {
54 initialized = true;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.c65 static boolean initialized = FALSE; local
66 if (!initialized) {
69 initialized = TRUE;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.c65 static boolean initialized = FALSE; local
66 if (!initialized) {
69 initialized = TRUE;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi.c37 static boolean initialized = FALSE; local
38 if (!initialized) {
40 initialized = TRUE;
/external/chromium_org/ui/keyboard/
H A Dkeyboard.cc14 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/
H A Dapi.c37 static boolean initialized = FALSE; local
38 if (!initialized) {
40 initialized = TRUE;
/external/chromium_org/base/threading/
H A Dthread_local_storage.h118 bool initialized() const { return initialized_; } function in struct:base::ThreadLocalStorage::StaticSlot
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_unittest.cc28 bool initialized = false; local
29 monitor.EnsureInitialized(base::Bind(&SetLatch, &initialized));
31 EXPECT_FALSE(initialized);
33 EXPECT_TRUE(initialized);
/external/chromium_org/media/base/
H A Daudio_discard_helper.h51 // 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/
H A Dsync_rollback_manager_base.h115 bool initialized() const { function in class:syncer::SyncRollbackManagerBase
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColorSpace.cpp45 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/mesa/src/src/glx/apple/
H A Dapple_cgl.c46 static bool initialized = false; variable
69 if (initialized)
120 initialized = true;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprinit.h216 PRIntn initialized; member in struct:PRCallOnceType
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_Test.h34 pthread_cond_t initialized; member in struct:State4
/external/chromium_org/ui/gl/
H A Dgl_surface_mac.cc55 static bool initialized = false; local
56 if (initialized)
89 initialized = true;
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.c46 static bool initialized = false; variable
69 if (initialized)
120 initialized = true;
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DListMap.java50 private static boolean initialized; field in class:ListMap
131 initialized = true;
151 if (!initialized)
160 if (!initialized)
170 if (!initialized)
/external/skia/experimental/Intersection/
H A DEdgeWalker_Test.h34 pthread_cond_t initialized; member in struct:State4
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAddressSpaceRandomization.cpp20 bool initialized; member in struct:WTF::__anon11423::ranctx
44 if (UNLIKELY(!x->initialized)) {
45 x->initialized = true;
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degllog.c53 EGLBoolean initialized; member in struct:__anon13696
143 if (logging.initialized)
161 logging.initialized = EGL_TRUE;
186 if (!logging.initialized)
/external/chromium_org/third_party/webrtc/base/
H A Dnssstreamadapter.h47 static bool initialized; // Was this initialized? member in class:rtc::NSSContext
102 static bool initialized; // Was InitializeSSL() called? member in class:rtc::NSSStreamAdapter
/external/mesa3d/src/egl/main/
H A Degllog.c53 EGLBoolean initialized; member in struct:__anon27107
143 if (logging.initialized)
161 logging.initialized = EGL_TRUE;
186 if (!logging.initialized)

Completed in 1387 milliseconds

123456789