Searched refs:initialized (Results 76 - 100 of 337) sorted by relevance

1234567891011>>

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslreveal.c97 if (sslsocket->ssl3.initialized) { /* SSL3 and TLS */
99 * ss->xtnData got initialized, which is the only member accessed by
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.h98 bool initialized() const;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPeerConnectionFactory.mm69 BOOL initialized = rtc::InitializeSSL();
70 NSAssert(initialized, @"Failed to initialize SSL library");
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
H A Degl.c47 boolean initialized; member in struct:st_module
56 if (!stmod->initialized) {
58 stmod->initialized = TRUE;
284 stmod->initialized = FALSE;
/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/compiler-rt/lib/asan/
H A Dasan_globals.cc43 bool initialized; member in struct:__asan::DynInitGlobal
46 // Lazy-initialized and never deleted.
208 // when all dynamically initialized globals are unpoisoned. This method
225 if (dyn_g.initialized)
230 dyn_g.initialized = true;
235 // all dynamically initialized globals except for those defined in the current
236 // TU are poisoned. It simply unpoisons all dynamically initialized globals.
247 if (!dyn_g.initialized) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc91 if (ctx && ctx->initialized)
98 if (ctx && ctx->initialized)
148 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
156 if (ctx == 0 || !ctx->initialized || thr->ignore_interceptors)
/external/mesa3d/src/gallium/targets/egl-static/
H A Degl.c47 boolean initialized; member in struct:st_module
56 if (!stmod->initialized) {
58 stmod->initialized = TRUE;
284 stmod->initialized = FALSE;
/external/skia/experimental/Intersection/
H A DEdgeWalker_Test.h34 pthread_cond_t initialized; member in struct:State4
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraManager.java54 private boolean initialized; field in class:CameraManager
91 if (!initialized) {
92 initialized = true;
238 if (initialized) {
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.cc111 return initialized() && DeleteShortcutsWithURL(shortcut_url, true);
177 if (!initialized())
236 if (!initialized())
253 if (!initialized())
272 if (!initialized())
318 if (!initialized())
H A Dshortcuts_backend.h65 bool initialized() const { return current_state_ == INITIALIZED; } function in class:ShortcutsBackend
86 NOT_INITIALIZED, // Backend created but not initialized.
/external/chromium_org/printing/backend/
H A Dwin_helper.cc124 static bool initialized = InitImpl(); local
125 return initialized;
282 static bool initialized = InitImpl(); local
283 return initialized;
393 if (!xps_initializer.initialized()) {
460 if (!xps_initializer.initialized())
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsystem-alloc.cc165 // ctx, but it is for the "initialized" variable.
169 static bool initialized = false;
170 if (!initialized) {
171 initialized = true;
345 // state) and eventually gets initialized to the specified value. Note
346 // that this code runs for a while before the flags are initialized.
416 // state) and eventually gets initialized to the specified value. Note
417 // that this code runs for a while before the flags are initialized.
418 // Chances are we never get here before the flags are initialized since
479 static bool initialized
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_observer_unittest.cc64 void set_sync_initialized(bool initialized) { argument
65 sync_initialized_ = initialized;
/external/chromium_org/content/common/gpu/media/
H A Dtegra_v4l2_video_device.cc84 bool initialized() { return initialized_; } function in class:content::TegraFunctionSymbolFinder
160 if (!g_tegra_function_symbol_finder_.Get().initialized()) {
/external/chromium_org/media/base/
H A Daudio_discard_helper.cc66 const bool first_buffer = !initialized();
72 DCHECK(initialized());
/external/chromium_org/media/filters/
H A Dffmpeg_glue.cc89 // 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/jemalloc/test/src/
H A DSFMT.c105 * initialized. */
106 int initialized; member in struct:sfmt_s
451 assert(ctx->initialized);
491 assert(ctx->initialized);
552 assert(ctx->initialized);
588 assert(ctx->initialized);
627 ctx->initialized = 1;
709 ctx->initialized = 1;
717 ctx->initialized = 0;
/external/chromium_org/cc/output/
H A Dprogram_binding.h34 bool initialized() const { return initialized_; } function in class:cc::ProgramBindingBase
/external/chromium_org/net/base/
H A Dnet_util_win.h53 bool initialized; member in struct:net::internal::WlanApi
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbackground_noise.h70 bool initialized() const { return initialized_; } function in class:webrtc::BackgroundNoise
/external/iputils/ninfod/
H A Dninfod.h79 extern int initialized; /* ninfod_core.c */
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java445 boolean initialized; field in class:TypeData.UninitData
450 this.initialized = false;
468 if (initialized)
481 initialized = true;

Completed in 803 milliseconds

1234567891011>>