OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initialized
(Results
151 - 175
of
300
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-logging.jar
/external/icu4c/test/intltest/
restest.cpp
122
static UBool
initialized
= FALSE;
local
123
if (!
initialized
)
126
initialized
= TRUE;
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
Cinematic.java
70
private boolean
initialized
= false;
field in class:Cinematic
168
initialized
= true;
172
return
initialized
;
/external/libnfc-nci/src/nfc/int/
ce_int.h
46
BOOLEAN
initialized
;
member in struct:__anon22656
/external/llvm/unittests/IR/
PassManagerTest.cpp
111
static bool
initialized
;
member in struct:llvm::__anon24242::PassTestBase
115
EXPECT_TRUE(
initialized
);
125
EXPECT_TRUE(
initialized
);
130
initialized
= false;
143
template<typename P> bool PassTestBase<P>::
initialized
;
member in class:llvm::__anon24242::PassTestBase
154
EXPECT_FALSE(PassTestBase<P>::
initialized
);
155
PassTestBase<P>::
initialized
= true;
member in class:llvm::__anon24242::PassTest::PassTestBase
196
EXPECT_FALSE(
initialized
);
206
initialized
= true;
239
EXPECT_FALSE(
initialized
);
[
all
...]
/external/ppp/pppd/plugins/radius/
radius.c
109
int
initialized
;
member in struct:radius_state
170
info("RADIUS plugin
initialized
.");
858
if (!rstate.
initialized
) {
945
if (!rstate.
initialized
) {
1086
if (!rstate.
initialized
) {
[
all
...]
/external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c
410
int
initialized
= setup_test(argc, argv);
local
411
if (
initialized
)
416
return(!
initialized
);
/frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java
48
private static boolean
initialized
;
field in class:RuntimeInit
122
* certainly already been
initialized
.
150
initialized
= true;
/ndk/sources/host-tools/make-3.81/
file.c
468
int
initialized
= 0;
506
if (!
initialized
)
509
initialized
= 1;
465
int
initialized
= 0;
local
/system/core/adb/
usb_osx.c
411
static int
initialized
= 0;
variable
414
if (!
initialized
)
435
initialized
= 1;
/device/lge/mako/camera/inc/
omx_jpeg_common.h
191
int
initialized
;
member in struct:omx_jpeg_message_queue
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContextTest.java
83
//FIXME lazy subject initialization? should it be
initialized
in ctor?
182
MyCallbackHandler.
initialized
= false;
190
assertTrue("Initialization", MyCallbackHandler.
initialized
);
214
// reset
initialized
login modules list
275
//FIXME lazy subject initialization? should it be
initialized
in ctor?
342
MyCallbackHandler.
initialized
= false;
350
assertFalse("Initialization", MyCallbackHandler.
initialized
);
374
// reset
initialized
login modules list
504
MyCallbackHandler.
initialized
= false;
512
assertTrue("Initialization", MyCallbackHandler.
initialized
);
937
public static boolean
initialized
;
field in class:LoginContextTest.MyCallbackHandler
959
public boolean
initialized
;
field in class:LoginContextTest.MyLoginModule
[
all
...]
/external/bison/lib/glthread/
lock.h
205
int
initialized
;
member in struct:__anon2725
303
int
initialized
;
member in struct:__anon2727
[
all
...]
/external/chromium/base/
logging.cc
87
// Which log file to use? This is
initialized
by InitLogging or
88
// will be lazily
initialized
to the default value when it is
216
if (
initialized
)
239
// Return nicely without putting
initialized
to true.
247
initialized
= true;
294
static bool
initialized
;
member in class:logging::LoggingLock
299
bool LoggingLock::
initialized
= false;
member in class:logging::LoggingLock
312
// Called by logging functions to ensure that debug_file is
initialized
314
//
initialized
. debug_file will be NULL in this case.
tracked_objects.cc
105
if (!tls_index_.
initialized
())
162
return; // Not yet
initialized
.
524
CHECK(tls_index_.
initialized
());
526
DCHECK(!tls_index_.
initialized
());
945
static bool
initialized
= false;
local
946
if (!
initialized
) {
947
initialized
= true;
[
all
...]
/external/chromium/chrome/browser/ui/views/
constrained_window_views.cc
93
static bool
initialized
= false;
local
94
if (!
initialized
) {
101
initialized
= true;
123
static bool
initialized
= false;
local
124
if (!
initialized
) {
131
initialized
= true;
558
static bool
initialized
= false;
local
559
if (!
initialized
) {
563
initialized
= true;
/external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
619
static bool
initialized
= false;
local
620
if (!
initialized
) {
626
initialized
= true;
/external/chromium/net/http/
http_cache_transaction.h
120
ValidationHeaders() :
initialized
(false) {}
123
bool
initialized
;
member in struct:net::HttpCache::Transaction::ValidationHeaders
/external/chromium_org/base/
logging.cc
93
// Which log file to use? This is
initialized
by InitLogging or
94
// will be lazily
initialized
to the default value when it is
201
if (
initialized
)
224
// Return nicely without putting
initialized
to true.
232
initialized
= true;
279
static bool
initialized
;
member in class:logging::__anon6176::LoggingLock
284
bool LoggingLock::
initialized
= false;
member in class:logging::__anon6176::LoggingLock
297
// Called by logging functions to ensure that debug_file is
initialized
299
//
initialized
. debug_file will be NULL in this case.
372
// NOTE: If g_vlog_info has already been
initialized
, it might be in us
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc
166
// Profile is created, extensions and promo resources are
initialized
.
573
// already been
initialized
.
582
static bool
initialized
= false;
local
583
if (!
initialized
) {
584
initialized
= true;
586
// service is lazy-
initialized
, we need to make sure it has been created.
/external/chromium_org/chrome/browser/profiles/
profile_io_data.h
338
bool
initialized
() const {
function in class:ProfileIOData
415
// These functions are used to transfer ownership of the lazily
initialized
448
// Tracks whether or not we've been lazily
initialized
.
/external/chromium_org/chrome/browser/ui/views/
browser_actions_container.cc
574
static bool
initialized
= false;
local
576
if (!
initialized
) {
577
initialized
= true;
586
static bool
initialized
= false;
local
588
if (!
initialized
) {
589
initialized
= true;
constrained_window_views.cc
194
static bool
initialized
= false;
local
195
if (!
initialized
) {
202
initialized
= true;
225
static bool
initialized
= false;
local
226
if (!
initialized
) {
233
initialized
= true;
603
static bool
initialized
= false;
local
604
if (!
initialized
) {
611
initialized
= true;
/external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
511
static bool
initialized
= false;
local
512
if (!
initialized
) {
518
initialized
= true;
/external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp
120
static UBool
initialized
= FALSE;
local
121
if (!
initialized
)
124
initialized
= TRUE;
[
all
...]
Completed in 1467 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>