OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initialized
(Results
1 - 25
of
299
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/pixman/pixman/
pixman-timer.c
52
static int
initialized
;
local
56
if (!
initialized
)
59
initialized
= 1;
/external/chromium_org/third_party/WebKit/Source/platform/win/
SystemInfo.cpp
53
static bool
initialized
= false;
local
56
if (!
initialized
) {
57
initialized
= true;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.c
65
static boolean
initialized
= FALSE;
local
66
if (!
initialized
) {
69
initialized
= TRUE;
/external/mesa3d/src/gallium/auxiliary/util/
u_math.c
65
static boolean
initialized
= FALSE;
local
66
if (!
initialized
) {
69
initialized
= TRUE;
/hardware/samsung_slsi/exynos5/libsecurepath/
tlc_communication.h
31
bool
initialized
;
member in struct:__anon32299
/ndk/tests/device/test-stlport_shared-exception/jni/
singleton.cpp
16
int check() {return
initialized
;}
19
singleton() :
initialized
(1) {
21
initialized
= 2;
25
int
initialized
;
member in class:singleton
/ndk/tests/device/test-stlport_static-exception/jni/
singleton.cpp
16
int check() {return
initialized
;}
19
singleton() :
initialized
(1) {
21
initialized
= 2;
25
int
initialized
;
member in class:singleton
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPropertySourceData.cpp
123
static bool
initialized
;
local
124
if (!
initialized
) {
126
initialized
= true;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api.c
37
static boolean
initialized
= FALSE;
local
38
if (!
initialized
) {
40
initialized
= TRUE;
/external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.c
46
static bool
initialized
= false;
variable
69
if (
initialized
)
120
initialized
= true;
/external/chromium_org/ui/keyboard/
keyboard.cc
69
static bool
initialized
= false;
local
70
if (
initialized
)
72
initialized
= true;
/external/mesa3d/src/gallium/state_trackers/vega/
api.c
37
static boolean
initialized
= FALSE;
local
38
if (!
initialized
) {
40
initialized
= TRUE;
/external/mesa3d/src/glx/apple/
apple_cgl.c
46
static bool
initialized
= false;
variable
69
if (
initialized
)
120
initialized
= true;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
value_init.hpp
12
// 03 Apr 2010 (Added
initialized
<T>, suggested by Jeffrey Hellrung, fixing #3472) Niels Dekker
38
// "warning C4351: new behavior: elements of array will be default
initialized
"
66
class
initialized
class in namespace:boost
102
initialized
()
function in class:boost::initialized
110
initialized
(
initialized
const & arg)
function in class:boost::initialized
115
explicit
initialized
(T const & arg)
function in class:boost::initialized
120
initialized
& operator=(
initialized
const & arg)
128
~
initialized
()
[
all
...]
/external/chromium/base/threading/
thread_local_storage.h
57
bool
initialized
() const { return initialized_; }
function in class:base::ThreadLocalStorage::Slot
/external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h
68
bool
initialized
() const { return initialized_; }
function in class:cricket::DeviceManager
/external/chromium_org/base/threading/
thread_local_storage.h
59
bool
initialized
() const { return initialized_; }
function in struct:base::ThreadLocalStorage::StaticSlot
/external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_unittest.cc
26
bool
initialized
= false;
local
27
monitor.EnsureInitialized(base::Bind(&SetLatch, &
initialized
));
29
EXPECT_FALSE(
initialized
);
31
EXPECT_TRUE(
initialized
);
/external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.h
65
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/npapi/npspy/extern/nspr/
prinit.h
216
PRIntn
initialized
;
member in struct:PRCallOnceType
/external/icu4c/common/
ucln_cmn.c
35
UBool
initialized
= FALSE;
local
42
initialized
= TRUE;
45
return
initialized
;
/packages/apps/Gallery2/jni/
jni_egl_fence.cpp
35
static bool
initialized
= false;
variable
39
if (!
initialized
) {
51
initialized
= true;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
crypt.h
57
int direction,
initialized
;
member in struct:crypt_data
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
crypt.h
57
int direction,
initialized
;
member in struct:crypt_data
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
crypt.h
57
int direction,
initialized
;
member in struct:crypt_data
Completed in 910 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>