Searched defs:zone (Results 26 - 50 of 198) sorted by relevance

12345678

/external/chromium_org/v8/test/cctest/
H A Dtest-liveedit.cc80 Zone* zone)
81 : next_chunk_pointer_(next_chunk_pointer), zone_(zone) {
100 Zone zone(Isolate::Current());
103 ListDiffOutputWriter writer(&first_chunk, &zone);
79 ListDiffOutputWriter(DiffChunkStruct** next_chunk_pointer, Zone* zone) argument
/external/freetype/src/cff/
H A Dcf2blues.h43 * Each zone is defined by a top and bottom edge in character space.
44 * Further, each zone is either a top zone or a bottom zone, as recorded
63 * curved edge of a zone.
92 /* by a blue zone */
134 CF2_Fixed dsFlatEdge; /* top edge of bottom zone or bottom edge */
135 /* of top zone (rounded) */
165 CF2_BlueRec zone[CF2_MAX_BLUES + CF2_MAX_OTHERBLUES]; member in struct:CF2_BluesRec_
H A Dcffgload.h144 /* execution context charstring zone */
164 CFF_Decoder_Zone* zone; member in struct:CFF_Decoder_
/external/v8/src/
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...]
/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/chromium_org/chrome_frame/test/
H A Dutil_unittests.cc210 HRESULT(LPCWSTR url, DWORD* zone, DWORD flags));
222 HRESULT(DWORD zone, LPCWSTR pattern, DWORD flags));
224 HRESULT(DWORD zone, IEnumString** enum_string, DWORD flags));
228 // interface by providing specialized zone overrides.
249 ACTION_P3(HandleZone, mock, url_prefix, zone) {
251 return zone != URLZONE_UNTRUSTED;
260 URLZONE zone; member in struct:Zones
274 const Zones& zone = test_zones[i]; local
275 EXPECT_CALL(mock, IsZoneAllowed(UrlPathStartsWith(zone.url_prefix)))
276 .WillRepeatedly(testing::Return(zone
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.h109 /* execution context charstring zone */
129 CFF_Decoder_Zone* zone; member in struct:CFF_Decoder_
/external/chromium_org/third_party/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/chromium_org/third_party/icu/source/i18n/
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...]
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h163 TimeZone *zone; local
169 zone = TimeZone::createTimeZone("GMT"); // Create a GMT zone
170 cal->adoptTimeZone(zone);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_osx.h34 // malloc-zone functionality built into OS X to register our malloc
52 // 3) Registering a new malloc zone avoids all these issues:
55 // If we make tcmalloc the default malloc zone (undocumented but
59 // through the malloc-zone interface when free-ing, and will pick up
102 size_t mz_size(malloc_zone_t* zone, const void* ptr) { argument
110 void* mz_malloc(malloc_zone_t* zone, size_t size) { argument
114 void* mz_calloc(malloc_zone_t* zone, size_t num_items, size_t size) { argument
118 void* mz_valloc(malloc_zone_t* zone, size_t size) { argument
122 void mz_free(malloc_zone_t* zone, void* ptr) { argument
126 void* mz_realloc(malloc_zone_t* zone, voi argument
130 mz_memalign(malloc_zone_t* zone, size_t align, size_t size) argument
134 mz_destroy(malloc_zone_t* zone) argument
147 mi_good_size(malloc_zone_t *zone, size_t size) argument
152 mi_check(malloc_zone_t *zone) argument
156 mi_print(malloc_zone_t *zone, boolean_t verbose) argument
166 mi_log(malloc_zone_t *zone, void *address) argument
170 mi_force_lock(malloc_zone_t *zone) argument
174 mi_force_unlock(malloc_zone_t *zone) argument
178 mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) argument
186 mi_zone_locked(malloc_zone_t *zone) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_osx.h34 // malloc-zone functionality built into OS X to register our malloc
52 // 3) Registering a new malloc zone avoids all these issues:
55 // If we make tcmalloc the default malloc zone (undocumented but
59 // through the malloc-zone interface when free-ing, and will pick up
102 size_t mz_size(malloc_zone_t* zone, const void* ptr) { argument
110 void* mz_malloc(malloc_zone_t* zone, size_t size) { argument
114 void* mz_calloc(malloc_zone_t* zone, size_t num_items, size_t size) { argument
118 void* mz_valloc(malloc_zone_t* zone, size_t size) { argument
122 void mz_free(malloc_zone_t* zone, void* ptr) { argument
126 void* mz_realloc(malloc_zone_t* zone, voi argument
130 mz_memalign(malloc_zone_t* zone, size_t align, size_t size) argument
134 mz_destroy(malloc_zone_t* zone) argument
147 mi_good_size(malloc_zone_t *zone, size_t size) argument
152 mi_check(malloc_zone_t *zone) argument
156 mi_print(malloc_zone_t *zone, boolean_t verbose) argument
166 mi_log(malloc_zone_t *zone, void *address) argument
170 mi_force_lock(malloc_zone_t *zone) argument
174 mi_force_unlock(malloc_zone_t *zone) argument
178 mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) argument
186 mi_zone_locked(malloc_zone_t *zone) argument
[all...]
/external/chromium_org/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc124 Zone* zone)
125 : NativeRegExpMacroAssembler(zone),
126 masm_(new MacroAssembler(zone->isolate(), NULL, kRegExpCodeSize)),
121 RegExpMacroAssemblerARM( Mode mode, int registers_to_save, Zone* zone) argument
/external/chromium_org/v8/src/
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_)) {
206 Iterator(const GrowableBitVector* target, Zone* zone) argument
208 ? new(zone) BitVector(1, zone)
218 GrowableBitVector(int length, Zone* zone) argument
219 : bits_(new(zone) BitVecto
226 Add(int value, Zone* zone) argument
231 Union(const GrowableBitVector& other, Zone* zone) argument
246 EnsureCapacity(int value, Zone* zone) argument
[all...]
H A Dinterface.h31 #include "zone-inl.h" // For operator new.
62 static Interface* NewUnknown(Zone* zone) { argument
63 return new(zone) Interface(NONE);
76 static Interface* NewModule(Zone* zone) { argument
77 return new(zone) Interface(MODULE);
85 void Add(Handle<String> name, Interface* interface, Zone* zone, bool* ok) { argument
86 DoAdd(name.location(), name->Hash(), interface, zone, ok);
91 void Unify(Interface* that, Zone* zone, bool* ok);
160 Interface* Lookup(Handle<String> name, Zone* zone);
233 void DoAdd(void* name, uint32_t hash, Interface* interface, Zone* zone,
[all...]
H A Dregexp-macro-assembler.cc38 RegExpMacroAssembler::RegExpMacroAssembler(Zone* zone) argument
41 zone_(zone) {
60 NativeRegExpMacroAssembler::NativeRegExpMacroAssembler(Zone* zone) argument
61 : RegExpMacroAssembler(zone) {
H A Dregexp-macro-assembler.h66 explicit RegExpMacroAssembler(Zone* zone);
181 Zone* zone() const { return zone_; } function in class:v8::internal::RegExpMacroAssembler
208 explicit NativeRegExpMacroAssembler(Zone* zone);
H A Drewriter.cc41 Processor(Variable* result, Zone* zone) argument
46 factory_(Isolate::Current(), zone) {
262 Processor processor(result, info->zone());
281 body->Add(result_statement, info->zone());
H A Dsafepoint-table.cc35 #include "zone-inl.h"
119 void Safepoint::DefinePointerRegister(Register reg, Zone* zone) { argument
120 registers_->Add(reg.code(), zone);
H A Dtype-info.h34 #include "zone-inl.h"
242 Zone* zone);
315 Zone* zone() const { return zone_; } function in class:v8::internal::TypeFeedbackOracle
/external/chromium_org/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc122 Zone* zone)
123 : NativeRegExpMacroAssembler(zone),
124 masm_(zone->isolate(), NULL, kRegExpCodeSize),
126 code_relative_fixup_positions_(4, zone),
119 RegExpMacroAssemblerX64( Mode mode, int registers_to_save, Zone* zone) argument
/external/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cc54 // Prevent the client app from overwriting the zone contents.
55 // Library functions that need to modify the zone will set PROT_WRITE on it.
89 INTERCEPTOR(void, malloc_set_zone_name, malloc_zone_t *zone, const char *name) { argument
94 if (name && zone->introspect == asan_zone.introspect) {
100 // since that appropriately changes VM region protections on the zone.
101 REAL(malloc_set_zone_name)(zone, name);
157 size_t mz_size(malloc_zone_t* zone, const void* ptr) { argument
161 void *mz_malloc(malloc_zone_t *zone, size_t size) { argument
170 void *mz_calloc(malloc_zone_t *zone, size_t nmemb, size_t size) { argument
186 void *mz_valloc(malloc_zone_t *zone, size_
179 CHECK(allocated < kCallocPoolSize); return mem; } GET_STACK_TRACE_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_MALLOC; return asan_memalign(GetPageSizeCached(), size, &stack, FROM_MALLOC); } void ALWAYS_INLINE free_common(void *context, void *ptr) { if (!ptr) return; GET_STACK_TRACE_FREE; if (!flags()->mac_ignore_invalid_free) argument
213 mz_free(malloc_zone_t *zone, void *ptr) argument
217 mz_realloc(malloc_zone_t *zone, void *ptr, size_t size) argument
236 mz_destroy(malloc_zone_t* zone) argument
244 mz_memalign(malloc_zone_t *zone, size_t align, size_t size) argument
270 mi_good_size(malloc_zone_t *zone, size_t size) argument
275 mi_check(malloc_zone_t *zone) argument
279 mi_print(malloc_zone_t *zone, boolean_t verbose) argument
283 mi_log(malloc_zone_t *zone, void *address) argument
287 mi_force_lock(malloc_zone_t *zone) argument
291 mi_force_unlock(malloc_zone_t *zone) argument
295 mi_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) argument
304 mi_zone_locked(malloc_zone_t *zone) argument
[all...]
/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
556 PSH_Blue_Zone zone; local
[all...]

Completed in 3104 milliseconds

12345678