OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initialized
(Results
101 - 125
of
300
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/net/tools/flip_server/
sm_connection.h
67
bool
initialized
() const { return initialized_; }
function in class:net::SMConnection
/external/chromium_org/cc/trees/
single_thread_proxy.cc
136
bool
initialized
;
local
141
initialized
= layer_tree_host_impl_->InitializeRenderer(
143
if (
initialized
) {
154
OnOutputSurfaceInitializeAttempted(
initialized
);
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h
72
// is
initialized
only if |success| is true.
393
// Called when the SyncManager has been constructed and
initialized
.
418
INITIALIZED
, // Initialization is complete.
423
// Note: it is illegal to call this before the backend is
initialized
.
454
// For convenience, checks if initialization state is
INITIALIZED
.
455
bool
initialized
() const { return initialization_state_ ==
INITIALIZED
; }
function in class:browser_sync::SyncBackendHost
/external/chromium_org/chrome/browser/ui/panels/
panel.h
200
// Panel must be
initialized
to be "fully created" and ready for use.
202
bool
initialized
() const { return initialized_; }
function in class:Panel
/external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.cc
432
static bool
initialized
= false;
local
433
if (!
initialized
) {
436
initialized
= true;
/external/chromium_org/gpu/command_buffer/service/
shader_translator.cc
25
static bool
initialized
= false;
local
26
if (!
initialized
) {
30
initialized
= true;
32
return
initialized
;
172
// Make sure this instance is
initialized
.
/external/chromium_org/net/base/
net_util_win.cc
39
WlanApi() :
initialized
(false) {
58
initialized
= open_handle_func && enum_interfaces_func &&
69
bool
initialized
;
member in struct:__anon10962::WlanApi
211
if (!wlanapi.
initialized
)
/external/chromium_org/net/tools/flip_server/
sm_connection.h
65
bool
initialized
() const { return initialized_; }
function in class:net::SMConnection
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontUtilsChromiumWin.cpp
308
static bool
initialized
= false;
local
309
if (!
initialized
) {
311
initialized
= true;
/external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp
82
static bool
initialized
= false;
local
83
if (!
initialized
) {
84
initialized
= true;
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
146
bool
initialized
;
member in struct:WTF::PartitionRoot
/external/chromium_org/third_party/icu/source/test/cintltst/
utmstest.c
46
static UBool
initialized
= FALSE;
local
48
if (!
initialized
) {
50
initialized
= TRUE;
/external/chromium_org/third_party/icu/source/test/intltest/
winnmtst.cpp
55
static UBool
initialized
= FALSE;
variable
65
if (!
initialized
) {
67
initialized
= TRUE;
85
if (!
initialized
) {
87
initialized
= TRUE;
119
if (!
initialized
) {
121
initialized
= TRUE;
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
md_rand.c
144
static int
initialized
=0;
variable
190
initialized
=0;
371
* Input into the hash function the local 'md' (which is
initialized
from
392
if (!
initialized
)
395
initialized
= 1;
575
if (!
initialized
)
578
initialized
= 1;
/external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h
53
SkPictCopyInfo() :
initialized
(false), controller(1024) {}
55
bool
initialized
;
member in struct:SkPictCopyInfo
/external/chromium_org/v8/src/arm/
codegen-arm.cc
833
static bool
initialized
= false;
local
837
if (!
initialized
) {
843
initialized
= true;
/external/chromium_org/v8/src/mips/
codegen-mips.cc
599
static bool
initialized
= false;
local
603
if (!
initialized
) {
608
initialized
= true;
/external/chromium_org/v8/src/x64/
codegen-x64.cc
684
static bool
initialized
= false;
local
687
if (!
initialized
) {
696
initialized
= true;
/external/compiler-rt/lib/asan/
asan_thread.cc
52
static bool
initialized
;
local
55
if (!
initialized
) {
62
initialized
= true;
121
fake_stack_ = 0; // Will be
initialized
lazily if needed.
/external/e2fsprogs/intl/
relocatable.c
389
static int
initialized
;
local
392
if (!
initialized
)
414
initialized
= 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-log4j.jar
/external/icu4c/i18n/
simpletz.cpp
1074
UBool
initialized
;
local
[
all
...]
tznames.cpp
129
UBool
initialized
;
local
130
UMTX_CHECK(&gTimeZoneNamesLock, gTimeZoneNamesCacheInitialized,
initialized
);
131
if (!
initialized
) {
/external/icu4c/test/cintltst/
utmstest.c
46
static UBool
initialized
= FALSE;
local
48
if (!
initialized
) {
50
initialized
= TRUE;
/external/icu4c/test/intltest/
winnmtst.cpp
55
static UBool
initialized
= FALSE;
variable
65
if (!
initialized
) {
67
initialized
= TRUE;
85
if (!
initialized
) {
87
initialized
= TRUE;
119
if (!
initialized
) {
121
initialized
= TRUE;
Completed in 1282 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>