Home
last modified time | relevance | path

Searched defs:zone (Results 1 – 25 of 91) sorted by relevance

1234

/external/icu4c/i18n/
Dvzone.cpp39 vzone_close(VZone* zone) { in vzone_close()
44 vzone_clone(const VZone *zone) { in vzone_clone()
54 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL()
65 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL()
71 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified()
76 vzone_setLastModified(VZone* zone, UDate lastModified) { in vzone_setLastModified()
81 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write()
93 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&… in vzone_writeFromStart()
105 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple()
117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset()
[all …]
Ducal.cpp32 TimeZone* zone = NULL; in _createTimeZone() local
69 TimeZone* zone = TimeZone::createDefault(); in ucal_getDefaultTimeZone() local
84 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() local
93 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_getDSTSavings() local
139 TimeZone* zone = (zoneID==NULL) ? TimeZone::createDefault() in ucal_open() local
194 TimeZone* zone = (zoneID==NULL) ? TimeZone::createDefault() in ucal_setTimeZone() local
Dudateintervalformat.cpp47 …TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLengt… in udtitvfmt_open() local
/external/kernel-headers/original/linux/
Dmmzone.h139 struct zone { struct
146 * GB of ram we must reserve some of the lower zone memory (otherwise we risk argument
155 * zone reclaim becomes active if more unmapped pages exist. argument
157 unsigned long min_unmapped_ratio;
158 struct per_cpu_pageset *pageset[NR_CPUS];
160 struct per_cpu_pageset pageset[NR_CPUS];
186 /* A count of how many reclaimers are scanning this zone */ argument
193 * prev_priority holds the scanning priority for this zone. It is argument
208 int temp_priority;
209 int prev_priority;
[all …]
/external/compiler-rt/lib/asan/
Dasan_malloc_mac.cc79 malloc_zone_t *zone = malloc_zone_from_ptr(ptr); in INTERCEPTOR() local
126 size_t mz_size(malloc_zone_t* zone, const void* ptr) { in mz_size()
130 void *mz_malloc(malloc_zone_t *zone, size_t size) { in mz_malloc()
148 void *mz_calloc(malloc_zone_t *zone, size_t nmemb, size_t size) { in mz_calloc()
164 void *mz_valloc(malloc_zone_t *zone, size_t size) { in mz_valloc()
208 void mz_free(malloc_zone_t *zone, void *ptr) { in mz_free()
216 void *mz_realloc(malloc_zone_t *zone, void *ptr, size_t size) { in mz_realloc()
254 void mz_destroy(malloc_zone_t* zone) { in mz_destroy()
261 void *mz_memalign(malloc_zone_t *zone, size_t align, size_t size) { in mz_memalign()
288 size_t mi_good_size(malloc_zone_t *zone, size_t size) { in mi_good_size()
[all …]
/external/webkit/Tools/DumpRenderTree/mac/
DCheckedMalloc.cpp42 static void* checkedMalloc(malloc_zone_t* zone, size_t size) in checkedMalloc()
49 static void* checkedRealloc(malloc_zone_t* zone, void* ptr, size_t size) in checkedRealloc()
71 malloc_zone_t* zone = malloc_default_zone(); in makeLargeMallocFailSilently() local
/external/openssl/crypto/x509v3/
Dv3_sxnet.c152 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, in SXNET_add_id_asc()
183 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user, in SXNET_add_id_INTEGER()
223 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone) in SXNET_get_id_asc()
250 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone) in SXNET_get_id_INTEGER()
/external/icu4c/samples/datefmt/answers/
Dmain_2.cpp22 TimeZone* zone = TimeZone::createTimeZone(id); in createZone() local
38 TimeZone *zone; in main() local
Dmain_3.cpp22 TimeZone* zone = TimeZone::createTimeZone(id); in createZone() local
38 TimeZone *zone; in main() local
Dmain_1.cpp22 TimeZone* zone = TimeZone::createTimeZone(id); in createZone() local
Dmain_0.cpp23 TimeZone* zone = TimeZone::createTimeZone(id); in createZone() local
/external/freetype/src/pshinter/
Dpshglob.c157 PSH_Blue_Zone zones, zone; in psh_blues_set_zones_0() local
274 PSH_Blue_Zone zone = top_table->zones; in psh_blues_set_zones() local
297 PSH_Blue_Zone zone = bot_table->zones; in psh_blues_set_zones() local
320 PSH_Blue_Zone zone; in psh_blues_set_zones() local
431 PSH_Blue_Zone zone; in psh_blues_scale_zones() local
534 PSH_Blue_Zone zone; in psh_blues_snap_stem() local
/external/icu4c/samples/datefmt/
Dmain.cpp22 TimeZone* zone = TimeZone::createTimeZone(id); in createZone() local
38 TimeZone *zone; in main() local
/external/zlib/src/test/
Dinfcover.c75 struct mem_zone *zone = mem; in mem_alloc() local
115 struct mem_zone *zone = mem; in mem_free() local
160 struct mem_zone *zone; in mem_setup() local
178 struct mem_zone *zone = strm->opaque; in mem_limit() local
186 struct mem_zone *zone = strm->opaque; in mem_used() local
194 struct mem_zone *zone = strm->opaque; in mem_high() local
204 struct mem_zone *zone = strm->opaque; in mem_done() local
/external/v8/src/
Dzone-inl.h104 void* ZoneObject::operator new(size_t size, Zone* zone) { in new()
121 void* ZoneList<T>::operator new(size_t size, Zone* zone) { in new()
Dhydrogen-instructions.cc506 void HValue::AddNewRange(Range* r, Zone* zone) { in AddNewRange()
522 void HValue::ComputeInitialRange(Zone* zone) { in ComputeInitialRange()
1020 Range* HValue::InferRange(Zone* zone) { in InferRange()
1028 Range* HChange::InferRange(Zone* zone) { in InferRange()
1043 Range* HConstant::InferRange(Zone* zone) { in InferRange()
1053 Range* HPhi::InferRange(Zone* zone) { in InferRange()
1071 Range* HAdd::InferRange(Zone* zone) { in InferRange()
1088 Range* HSub::InferRange(Zone* zone) { in InferRange()
1104 Range* HMul::InferRange(Zone* zone) { in InferRange()
1122 Range* HDiv::InferRange(Zone* zone) { in InferRange()
[all …]
Dzone.h163 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete()
202 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete()
Ddata-flow.h88 BitVector(int length, Zone* zone) in BitVector()
96 BitVector(const BitVector& other, Zone* zone) in BitVector()
Dlithium-allocator.cc90 void UseInterval::SplitAt(LifetimePosition pos, Zone* zone) { in SplitAt()
129 LiveRange::LiveRange(int id, Zone* zone) in LiveRange()
147 Zone* zone) { in set_assigned_register()
155 void LiveRange::MakeSpilled(Zone* zone) { in MakeSpilled()
228 LOperand* LiveRange::CreateAssignedOperand(Zone* zone) { in CreateAssignedOperand()
276 Zone* zone) { in SplitAt()
390 Zone* zone) { in EnsureInterval()
415 Zone* zone) { in AddUseInterval()
445 Zone* zone) { in AddUsePosition()
469 void LiveRange::ConvertOperands(Zone* zone) { in ConvertOperands()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DFingerPrintGraph.java118 Rectangle zone; field in FingerPrintGraph.BarGraphArea.AreaZone
121 AreaZone(Rectangle zone, String tooltip) { in AreaZone()
159 AreaZone zone = (AreaZone) this.zones.get(i); in print() local
165 AreaZone zone = new AreaZone(rec, tooltip); in addArea() local
/external/iptables/include/linux/netfilter/
Dxt_CT.h8 __u16 zone; member
/external/v8/test/cctest/
Dtest-dataflow.cc40 Zone* zone = ZONE; in TEST() local
/external/chromium/net/http/
Durl_security_manager_win.cc86 DWORD zone = 0; in CanUseDefaultCredentials() local
/external/icu4c/tools/tzcode/
Dzic.c98 struct zone { struct
99 const char * z_filename;
100 int z_linenum;
102 const char * z_name;
103 long z_gmtoff;
104 const char * z_rule;
105 const char * z_format;
107 long z_stdoff;
109 struct rule * z_rules;
110 int z_nrules;
[all …]
/external/clang/test/SemaObjCXX/
Doverload.mm9 + zone { class in id

1234