OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initialized
(Results
226 - 250
of
299
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/audio/
audio.c
1893
static int
initialized
;
variable
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
278
int
initialized
;
member in struct:tagVideoDecData
/frameworks/base/core/jni/
android_opengl_GLES10.cpp
29
static int
initialized
= 0;
variable
[
all
...]
android_opengl_GLES11Ext.cpp
29
static int
initialized
= 0;
variable
[
all
...]
android_opengl_GLES20.cpp
29
static int
initialized
= 0;
variable
[
all
...]
android_opengl_GLES30.cpp
29
static int
initialized
= 0;
variable
[
all
...]
com_google_android_gles_jni_GLImpl.cpp
65
static int
initialized
= 0;
variable
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp
327
"not
initialized
");
589
"not
initialized
");
621
"not
initialized
");
626
"not
initialized
");
692
"not
initialized
");
697
"not
initialized
");
2530
bool
initialized
= true;
local
[
all
...]
/frameworks/native/opengl/libagl/
egl.cpp
91
// this thread has not been
initialized
.
102
egl_display_t() : type(0),
initialized
(0) { }
111
volatile int32_t
initialized
;
member in struct:android::egl_display_t
[
all
...]
/device/lge/mako/camera/
QualcommCameraHardware.h
230
bool
initialized
() const {
function in struct:android::QualcommCameraHardware::MemPool
/external/bison/src/
scan-code.c
3049
static bool
initialized
= false;
local
[
all
...]
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
1303
bool
initialized
() const {
function in class:sync_api::SyncManager::SyncInternal
[
all
...]
/external/chromium_org/third_party/libxml/src/include/libxml/
parser.h
666
* Special constant found in SAX2 blocks
initialized
fields
744
unsigned int
initialized
;
member in struct:_xmlSAXHandler
785
unsigned int
initialized
;
member in struct:_xmlSAXHandlerV1
[
all
...]
/external/elfutils/libcpu/
i386_parse.c
2375
static int
initialized
;
local
[
all
...]
/external/libxml2/include/libxml/
parser.h
666
* Special constant found in SAX2 blocks
initialized
fields
744
unsigned int
initialized
;
member in struct:_xmlSAXHandler
785
unsigned int
initialized
;
member in struct:_xmlSAXHandlerV1
[
all
...]
/external/pixman/pixman/
pixman-private.h
239
/* These are
initialized
by _pixman_implementation_{src,dest}_init */
248
/* These function pointers are
initialized
by the implementation */
1096
int
initialized
;
member in struct:pixman_timer_t
[
all
...]
/external/v8/src/
platform-win32.cc
386
// Just return if timezone information has already been
initialized
.
429
// Timezone information
initialized
.
459
static bool
initialized
= false;
local
467
bool needs_resync = !
initialized
;
484
initialized
= true;
581
// Math functions depend on CPU features therefore they are
initialized
after
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h
431
initialized
: 1, /* resources were
initialized
*/
member in struct:snd_gus_card
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h
431
initialized
: 1, /* resources were
initialized
*/
member in struct:snd_gus_card
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h
802
bool
initialized
;
member in struct:winusb_interface
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
org.eclipse.equinox.preferences_3.3.0.v20100503.jar
/prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar
/external/chromium_org/net/third_party/nss/ssl/
sslimpl.h
991
PRBool
initialized
;
member in struct:ssl3StateStr
[
all
...]
Completed in 3383 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>