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

12345678910

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.cpp47 ASSERT(!root->initialized); variable
48 root->initialized = true;
116 ASSERT(root->initialized);
117 root->initialized = false;
/external/pixman/pixman/
H A Dpixman-timer.c52 static int initialized; local
56 if (!initialized)
59 initialized = 1;
H A Dpixman-arm.c192 static pixman_bool_t initialized; local
195 if (!initialized)
198 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/tools/gn/
H A Dstandard_out.cc17 bool initialized = false; member in namespace:__anon14102
27 if (initialized)
29 initialized = true;
/external/chromium_org/ui/keyboard/
H A Dkeyboard.cc69 static bool initialized = false; local
70 if (initialized)
72 initialized = true;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi.c37 static boolean initialized = FALSE; local
38 if (!initialized) {
40 initialized = TRUE;
/external/chromium/base/threading/
H A Dthread_local_storage.h57 bool initialized() const { return initialized_; } function in class:base::ThreadLocalStorage::Slot
/external/chromium_org/base/threading/
H A Dthread_local_storage.h59 bool initialized() const { return initialized_; } function in struct:base::ThreadLocalStorage::StaticSlot
/external/chromium_org/chrome/browser/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/ffmpeg/
H A Dffmpeg_common_unittest.cc42 static bool initialized = false; local
43 if (initialized) {
/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/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/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.h68 bool initialized() const { return initialized_; } function in class:cricket::DeviceManager
/external/chromium_org/chrome/browser/performance_monitor/
H A Dperformance_monitor.h78 // 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/
H A Dwin_helper.h115 bool initialized() const { return initialized_; } function in class:printing::ScopedXPSInitializer
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPropertySourceData.cpp123 static bool initialized; local
124 if (!initialized) {
126 initialized = true;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnssstreamadapter.h65 static bool initialized; // Was this initialized? member in class:talk_base::NSSContext
121 static bool initialized; // Was InitializeSSL() called? member in class:talk_base::NSSStreamAdapter
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degllog.c53 EGLBoolean initialized; member in struct:__anon12017
143 if (logging.initialized)
161 logging.initialized = EGL_TRUE;
186 if (!logging.initialized)
/external/icu4c/common/
H A Ducln_cmn.c35 UBool initialized = FALSE; local
42 initialized = TRUE;
45 return initialized;
/external/mesa3d/src/egl/main/
H A Degllog.c53 EGLBoolean initialized; member in struct:__anon22400
143 if (logging.initialized)
161 logging.initialized = EGL_TRUE;
186 if (!logging.initialized)

Completed in 723 milliseconds

12345678910