Searched refs:initialized (Results 126 - 150 of 337) sorted by relevance

1234567891011>>

/external/libnfc-nci/src/nfc/int/
H A Dce_int.h46 BOOLEAN initialized; member in struct:__anon24340
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.h151 ValidationHeaders() : initialized(false) {}
154 bool initialized; member in struct:net::HttpCache::Transaction::ValidationHeaders
/external/chromium_org/remoting/webapp/background/
H A Dit2me_helpee_channel.js356 * @return {Promise} A promise that resolves when the host is initialized.
368 if (host.initialized()) {
406 base.debug.assert(this.host_.initialized());
/external/stressapptest/src/
H A Ddisk_blocks.cc294 bool initialized = initialized_; local
296 return initialized;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h261 bool initialized; member in struct:WTF::PartitionRootBase
479 ASSERT(root->initialized);
542 ASSERT(root->initialized);
562 ASSERT(root->initialized);
595 ASSERT(root->initialized);
/external/chromium_org/cc/output/
H A Dgl_renderer.cc539 DCHECK(program && (program->initialized() || IsContextLost()));
583 DCHECK(program && (program->initialized() || IsContextLost()));
1787 DCHECK(program && (program->initialized() || IsContextLost()));
1801 DCHECK(program && (program->initialized() || IsContextLost()));
2725 if (!tile_checkerboard_program_.initialized()) {
2735 if (!debug_border_program_.initialized()) {
2745 if (!solid_color_program_.initialized()) {
2755 if (!solid_color_program_aa_.initialized()) {
2769 if (!program->initialized()) {
2782 if (!program->initialized()) {
[all...]
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc366 static bool initialized = false; local
367 if (initialized) {
376 initialized = true;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphPageTreeNode.cpp50 static bool initialized; local
51 if (!initialized) {
52 initialized = true;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutmstest.c46 static UBool initialized = FALSE; local
48 if (!initialized) {
50 initialized = TRUE;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilterFuzz.cpp199 static bool initialized = false; local
200 if (!initialized) {
203 initialized = true;
/external/chromium_org/ui/gl/
H A Dgl_surface_egl.cc110 static bool initialized = false; local
111 if (initialized)
216 initialized = true;
H A Dgl_surface_glx.cc333 static bool initialized = false; local
334 if (initialized)
377 initialized = true;
/external/icu/icu4c/source/test/cintltst/
H A Dutmstest.c46 static UBool initialized = FALSE; local
48 if (!initialized) {
50 initialized = TRUE;
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp73 static int initialized = 0; local
74 if( !initialized )
81 initialized = 1;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c410 int initialized = setup_test(argc, argv); local
411 if (initialized)
416 return(!initialized);
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp201 static bool initialized = false; local
202 if (!initialized) {
205 initialized = true;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_thread.c205 static int initialized; local
206 APPL_TRACE_DEBUG("in initialized:%d", initialized);
207 if(!initialized)
209 initialized = 1;
293 APPL_TRACE_ERROR("cmd socket is not created. socket thread may not initialized");
321 APPL_TRACE_ERROR("cmd socket is not created. socket thread may not initialized");
/external/chromium_org/base/
H A Dlogging.cc93 // Which log file to use? This is initialized by InitLogging or
94 // will be lazily initialized to the default value when it is
198 if (initialized)
221 // Return nicely without putting initialized to true.
229 initialized = true;
276 static bool initialized; member in class:logging::__anon2311::LoggingLock
281 bool LoggingLock::initialized = false; member in class:logging::__anon2311::LoggingLock
294 // Called by logging functions to ensure that debug_file is initialized
296 // initialized. debug_file will be NULL in this case.
367 // NOTE: If g_vlog_info has already been initialized, i
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.h73 bool initialized() const { function in class:gpu::gles2::GLES2Decoder
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.h131 // Returns whether the index has been initialized yet.
132 bool initialized() const { return initialized_; } function in class:disk_cache::SimpleIndex
/external/chromium_org/net/tools/flip_server/
H A Dacceptor_thread.cc114 if (server_connection->initialized())
H A Dsm_connection.h67 bool initialized() const { return initialized_; } function in class:net::SMConnection
/external/chromium_org/printing/backend/
H A Dwin_helper.h138 bool initialized() const { return initialized_; } function in class:printing::ScopedXPSInitializer
/external/chromium_org/remoting/webapp/
H A Dit2me_host_facade.js188 remoting.It2MeHostFacade.prototype.initialized = function() {
318 // If the host is disconnected before it is initialized, it probably means
/external/chromium_org/remoting/webapp/unittests/
H A Dit2me_helpee_channel_unittest.js28 initialized: function() {},
134 sinon.stub(host, 'initialized').returns(true);

Completed in 702 milliseconds

1234567891011>>