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
194
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc
242
struct
Initialized
{ };
243
static
Initialized
initialized
;
variable
244
void* operator new(size_t size, const
Initialized
&) {
245
// Below we use "p = new(
initialized
) Foo[1];" and "delete[] p;"
246
// instead of "p = new(
initialized
) Foo;"
252
void* operator new[](size_t size, const
Initialized
&) {
360
void* p = new(
initialized
) char[size];
398
void** p = reinterpret_cast<void**>(new(
initialized
) char[size]);
459
void** a1 = new(
initialized
) void*[2]
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc
242
struct
Initialized
{ };
243
static
Initialized
initialized
;
variable
244
void* operator new(size_t size, const
Initialized
&) {
245
// Below we use "p = new(
initialized
) Foo[1];" and "delete[] p;"
246
// instead of "p = new(
initialized
) Foo;"
252
void* operator new[](size_t size, const
Initialized
&) {
360
void* p = new(
initialized
) char[size];
398
void** p = reinterpret_cast<void**>(new(
initialized
) char[size]);
459
void** a1 = new(
initialized
) void*[2]
[
all
...]
/external/chromium_org/v8/src/base/platform/
platform-win32.cc
128
// Just return if timezone information has already been
initialized
.
170
// Timezone information
initialized
.
324
static bool
initialized
= false;
local
332
bool needs_resync = !
initialized
;
352
initialized
= true;
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
452
bool
initialized
;
member in struct:__tsan::Context
/external/icu/icu4c/source/test/cintltst/
creststn.c
52
static UBool
initialized
= FALSE;
local
53
if (!
initialized
)
56
initialized
= TRUE;
[
all
...]
/external/mesa3d/src/mesa/main/
format_pack.c
1680
static GLboolean
initialized
= GL_FALSE;
local
1825
static GLboolean
initialized
= GL_FALSE;
local
1964
static GLboolean
initialized
= GL_FALSE;
local
1997
static GLboolean
initialized
= GL_FALSE;
local
[
all
...]
format_unpack.c
1473
static GLboolean
initialized
= GL_FALSE;
local
[
all
...]
texstore.c
4040
static GLboolean
initialized
= GL_FALSE;
local
[
all
...]
/art/runtime/
thread.cc
1216
bool
initialized
= (tlsPtr_.jni_env != nullptr); \/\/ Did Thread::Init run?
local
[
all
...]
/device/lge/mako/camera/
QualcommCameraHardware.h
229
bool
initialized
() const {
function in struct:android::QualcommCameraHardware::MemPool
/external/bison/src/
scan-code.c
3049
static bool
initialized
= false;
local
[
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/0.153/libcpu/
i386_parse.c
2486
static int
initialized
;
local
[
all
...]
/external/libxml2/include/libxml/
parser.h
669
* Special constant found in SAX2 blocks
initialized
fields
747
unsigned int
initialized
;
member in struct:_xmlSAXHandler
788
unsigned int
initialized
;
member in struct:_xmlSAXHandlerV1
[
all
...]
/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
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.equinox.security_1.0.200.v20100503.jar
org.eclipse.update.configurator_3.3.100.v20100512.jar
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar
org.eclipse.help_3.5.0.v20100524.jar
/external/chromium_org/net/third_party/nss/ssl/
sslimpl.h
729
/* This lock is lazily
initialized
by CacheSID when a sid is first
1023
PRBool
initialized
;
member in struct:ssl3StateStr
[
all
...]
Completed in 1764 milliseconds
1
2
3
4
5
6
7
8