Searched defs:zone (Results 1 - 25 of 83) sorted by relevance

1234

/external/v8/test/cctest/
H A Dtest-dataflow.cc40 Zone* zone = ZONE; local
42 BitVector v(15, zone);
49 BitVector w(15, zone);
57 BitVector v(64, zone);
75 BitVector v(15, zone);
77 BitVector w(15, zone);
85 BitVector v(15, zone);
87 BitVector w(15, zone);
91 BitVector u(w, zone);
100 BitVector v(35, zone);
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_CT.h8 __u16 zone; member in struct:xt_ct_target_info
/external/chromium/net/http/
H A Durl_security_manager_win.cc17 // URL security zone manager. See the MSDN page "URL Security Zones" at
77 // not located in the Intranet zone". TODO(wtc): Note that it's
86 DWORD zone = 0; local
87 hr = security_manager_->MapUrlToZone(url_w.c_str(), &zone, 0);
92 return zone <= URLZONE_INTRANET;
106 // TODO(cbentzel): Could this just use the security zone as well? Apparently
/external/icu4c/samples/datefmt/answers/
H A Dmain_0.cpp17 * TimeZone::createTimeZone() will return a GMT zone object. In order
18 * to detect this error, we check the ID of the returned zone against
23 TimeZone* zone = TimeZone::createTimeZone(id); local
24 if (zone->getID(str) != id) {
25 delete zone;
28 printf(") returned zone with ID ");
33 return zone;
H A Dmain_1.cpp16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
H A Dmain_2.cpp16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
[all...]
H A Dmain_3.cpp16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
[all...]
/external/icu4c/samples/datefmt/
H A Dmain.cpp16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
[all...]
/external/icu4c/i18n/
H A Dudateintervalformat.cpp47 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); local
48 if(zone == NULL) {
52 formatter->adoptTimeZone(zone);
H A Ddatefmt.cpp458 DateFormat::adoptTimeZone(TimeZone* zone) argument
461 fCalendar->adoptTimeZone(zone);
467 DateFormat::setTimeZone(const TimeZone& zone) argument
470 fCalendar->setTimeZone(zone);
H A Dvzone.cpp39 vzone_close(VZone* zone) { argument
40 delete (VTimeZone*)zone;
44 vzone_clone(const VZone *zone) { argument
45 return (VZone*) (((VTimeZone*)zone)->VTimeZone::clone());
54 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { argument
56 UBool b = ((VTimeZone*)zone)->VTimeZone::getTZURL(s);
65 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { argument
67 return ((VTimeZone*)zone)->VTimeZone::setTZURL(url);
71 vzone_getLastModified(VZone* zone, UDate& lastModified) { argument
72 return ((VTimeZone*)zone)
76 vzone_setLastModified(VZone* zone, UDate lastModified) argument
81 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) argument
93 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status) argument
105 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) argument
117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode& status) argument
123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, UErrorCode& status) argument
130 vzone_getOffset3(VZone* zone, UDate date, UBool local, int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) argument
136 vzone_setRawOffset(VZone* zone, int32_t offsetMillis) argument
141 vzone_getRawOffset(VZone* zone) argument
146 vzone_useDaylightTime(VZone* zone) argument
151 vzone_inDaylightTime(VZone* zone, UDate date, UErrorCode& status) argument
156 vzone_hasSameRules(VZone* zone, const VZone* other) argument
161 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) argument
166 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) argument
171 vzone_countTransitionRules(VZone* zone, UErrorCode& status) argument
176 vzone_getStaticClassID(VZone* zone) argument
181 vzone_getDynamicClassID(VZone* zone) argument
[all...]
H A Dwindtfmt.cpp227 void Win32DateFormat::setTimeZone(const TimeZone& zone) argument
229 fZoneID = setTimeZoneInfo(fTZI, zone);
230 fCalendar->setTimeZone(zone);
285 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const
289 zone.getID(zoneID);
294 zone.getID(icuid);
/external/webkit/Tools/DumpRenderTree/mac/
H A DCheckedMalloc.cpp42 static void* checkedMalloc(malloc_zone_t* zone, size_t size) argument
46 return savedMalloc(zone, size);
49 static void* checkedRealloc(malloc_zone_t* zone, void* ptr, size_t size) argument
53 return savedRealloc(zone, ptr, size);
71 malloc_zone_t* zone = malloc_default_zone(); local
74 mach_vm_address_t pageStart = reinterpret_cast<vm_address_t>(zone) & static_cast<vm_size_t>(~(getpagesize() - 1));
77 vm_size_t len = reinterpret_cast<vm_address_t>(zone) - pageStart + sizeof(malloc_zone_t);
82 savedMalloc = zone->malloc;
83 savedRealloc = zone->realloc;
84 zone
[all...]
/external/v8/src/
H A Dzone-inl.h31 #include "zone.h"
91 // in the destructor. For a zone-allocated tree, nodes will be
98 // operator that takes the zone in which the object should be
104 void* ZoneObject::operator new(size_t size, Zone* zone) { argument
105 return zone->New(static_cast<int>(size));
121 void* ZoneList<T>::operator new(size_t size, Zone* zone) { argument
122 return zone->New(static_cast<int>(size));
128 isolate_->zone()->scope_nesting_++;
133 return isolate_->zone()->scope_nesting_ == 1 && mode_ == DELETE_ON_EXIT;
138 return Isolate::Current()->zone()
[all...]
H A Dzone.h42 // Zone scopes are in one of two modes. Either they delete the zone
109 // Report zone excess when allocation exceeds this limit.
114 // the zone.
117 // Each isolate gets its own zone.
152 INLINE(void* operator new(size_t size, Zone* zone));
161 // Zone::DeleteAll() to delete all zone objects in one go.
163 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } argument
172 // Allocate 'size' bytes of memory in the zone.
188 INLINE(void* operator new(size_t size, Zone* zone));
202 void operator delete(void* pointer, Zone* zone) { UNREACHABL argument
[all...]
H A Ddata-flow.h36 #include "zone-inl.h"
88 BitVector(int length, Zone* zone) argument
91 data_(zone->NewArray<uint32_t>(data_length_)) {
96 BitVector(const BitVector& other, Zone* zone) argument
99 data_(zone->NewArray<uint32_t>(data_length_)) {
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dsystem_settings_provider.cc131 string16 GetExemplarCity(const icu::TimeZone& zone) { argument
150 zone.getID(zone_id);
174 // zone id has '_' in place of ' '.
198 // Only the owner can change the time zone.
/external/chromium/net/base/
H A Ddnssec_keyset.cc52 const base::StringPiece& zone,
94 signed_data_len += zone.size();
113 memcpy(&signed_data[j], zone.data(), zone.size());
114 j += zone.size();
50 CheckSignature( const base::StringPiece& name, const base::StringPiece& zone, const base::StringPiece& signature, uint16 rrtype, const std::vector<base::StringPiece>& rrdatas) argument
/external/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cc79 malloc_zone_t *zone = malloc_zone_from_ptr(ptr); local
80 if (zone) {
83 if ((zone->version >= 6) && (zone->free_definite_size)) {
84 zone->free_definite_size(zone, ptr, malloc_size(ptr));
86 malloc_zone_free(zone, ptr);
89 malloc_zone_free(zone, ptr);
126 size_t mz_size(malloc_zone_t* zone, const void* ptr) { argument
130 void *mz_malloc(malloc_zone_t *zone, size_ argument
148 mz_calloc(malloc_zone_t *zone, size_t nmemb, size_t size) argument
157 CHECK(allocated < kCallocPoolSize); return mem; } GET_STACK_TRACE_HERE_FOR_MALLOC; return asan_calloc(nmemb, size, &stack); } void *mz_valloc(malloc_zone_t *zone, size_t size) { if (!asan_inited) { CHECK(system_malloc_zone); return malloc_zone_valloc(system_malloc_zone, size); } GET_STACK_TRACE_HERE_FOR_MALLOC; return asan_memalign(kPageSize, size, &stack); } void ALWAYS_INLINE free_common(void *context, void *ptr) { if (!ptr) return; if (asan_mz_size(ptr)) { GET_STACK_TRACE_HERE_FOR_FREE(ptr); asan_free(ptr, &stack); } else { malloc_zone_t *zone_ptr = malloc_zone_from_ptr(ptr); if (zone_ptr == system_purgeable_zone) { malloc_zone_free(zone_ptr, ptr); } else { ptr = get_saved_cfallocator_ref(ptr); GET_STACK_TRACE_HERE_FOR_FREE(ptr); if (!flags()->mac_ignore_invalid_free) argument
208 mz_free(malloc_zone_t *zone, void *ptr) argument
216 mz_realloc(malloc_zone_t *zone, void *ptr, size_t size) argument
254 mz_destroy(malloc_zone_t* zone) argument
261 mz_memalign(malloc_zone_t *zone, size_t align, size_t size) argument
272 mz_free_definite_size(malloc_zone_t* zone, void *ptr, size_t size) argument
288 mi_good_size(malloc_zone_t *zone, size_t size) argument
293 mi_check(malloc_zone_t *zone) argument
298 mi_print(malloc_zone_t *zone, boolean_t verbose) argument
303 mi_log(malloc_zone_t *zone, void *address) argument
307 mi_force_lock(malloc_zone_t *zone) argument
311 mi_force_unlock(malloc_zone_t *zone) argument
317 mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) argument
329 mi_zone_locked(malloc_zone_t *zone) argument
[all...]
/external/freetype/src/cff/
H A Dcffgload.h109 /* execution context charstring zone */
129 CFF_Decoder_Zone* zone; member in struct:CFF_Decoder_
/external/freetype/src/pshinter/
H A Dpshglob.c157 PSH_Blue_Zone zones, zone; local
161 /* read blue zone entry, and select target top/bottom zone */
183 zone = zones;
184 for ( ; count > 0; count--, zone++ )
186 if ( reference < zone->org_ref )
189 if ( reference == zone->org_ref )
191 FT_Int delta0 = zone->org_delta;
199 zone->org_delta = delta;
204 zone
274 PSH_Blue_Zone zone = top_table->zones; local
297 PSH_Blue_Zone zone = bot_table->zones; local
320 PSH_Blue_Zone zone; local
431 PSH_Blue_Zone zone; local
534 PSH_Blue_Zone zone; local
[all...]
/external/icu4c/test/perf/DateFmtPerf/
H A DDateFmtPerf.h164 TimeZone *zone; local
170 zone = TimeZone::createTimeZone("GMT"); // Create a GMT zone
171 cal->adoptTimeZone(zone);
/external/kernel-headers/original/linux/
H A Dgfp.h81 int zone = GFP_ZONEMASK & (__force int) gfp; local
82 BUG_ON(zone >= GFP_ZONETYPES);
83 return zone;
94 * We get the zone list from the current node and the gfp_mask.
95 * This zone list contains a maximum of MAXNODES*MAX_NR_ZONES zones.
/external/zlib/src/test/
H A Dinfcover.c75 struct mem_zone *zone = mem; local
79 if (zone == NULL || (zone->limit && zone->total + len > zone->limit))
99 item->next = zone->first;
100 zone->first = item;
103 zone->total += item->size;
104 if (zone->total > zone
115 struct mem_zone *zone = mem; local
160 struct mem_zone *zone; local
178 struct mem_zone *zone = strm->opaque; local
186 struct mem_zone *zone = strm->opaque; local
194 struct mem_zone *zone = strm->opaque; local
204 struct mem_zone *zone = strm->opaque; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java114 * Member class defining a zone inside a bar graph area.
118 Rectangle zone; field in class:FingerPrintGraph.BarGraphArea.AreaZone
121 AreaZone(Rectangle zone, String tooltip) { argument
123 this.zone = zone;
133 stream.print(this.zone.x);
135 stream.print(this.zone.y);
137 stream.print(this.zone.x+this.zone.width);
139 stream.print(this.zone
[all...]

Completed in 1274 milliseconds

1234