OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_zone
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_osx.h
270
malloc_zone_t *
default_zone
= malloc_default_zone();
local
271
malloc_zone_unregister(
default_zone
);
272
malloc_zone_register(
default_zone
);
/external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_osx.h
270
malloc_zone_t *
default_zone
= malloc_default_zone();
local
271
malloc_zone_unregister(
default_zone
);
272
malloc_zone_register(
default_zone
);
/external/chromium_org/third_party/icu/source/i18n/
timezone.cpp
118
static U_NAMESPACE_QUALIFIER TimeZone*
DEFAULT_ZONE
= NULL;
127
delete
DEFAULT_ZONE
;
128
DEFAULT_ZONE
= NULL;
457
* Initialize
DEFAULT_ZONE
from the system default time zone. The
458
* caller should confirm that
DEFAULT_ZONE
is NULL before calling.
459
* Upon return,
DEFAULT_ZONE
will not be NULL, unless operator new()
501
UMTX_CHECK(&LOCK, (
DEFAULT_ZONE
!= NULL), initialized);
507
TimeZone*
default_zone
= NULL;
local
513
default_zone
= createSystemTimeZone(hostStrID);
521
if (
default_zone
!= NULL && rawOffset != default_zone->getRawOffset(
[
all
...]
/external/icu4c/i18n/
timezone.cpp
114
static icu::TimeZone*
DEFAULT_ZONE
= NULL;
132
delete
DEFAULT_ZONE
;
133
DEFAULT_ZONE
= NULL;
449
* Initialize
DEFAULT_ZONE
from the system default time zone. The
450
* caller should confirm that
DEFAULT_ZONE
is NULL before calling.
451
* Upon return,
DEFAULT_ZONE
will not be NULL, unless operator new()
493
UMTX_CHECK(&LOCK, (
DEFAULT_ZONE
!= NULL), initialized);
499
TimeZone*
default_zone
= NULL;
local
505
default_zone
= createSystemTimeZone(hostStrID);
513
if (
default_zone
!= NULL && rawOffset != default_zone->getRawOffset(
[
all
...]
Completed in 182 milliseconds