/external/chromium_org/v8/src/ |
regexp-macro-assembler.cc | 38 RegExpMacroAssembler::RegExpMacroAssembler(Zone* zone) 41 zone_(zone) { 60 NativeRegExpMacroAssembler::NativeRegExpMacroAssembler(Zone* zone) 61 : RegExpMacroAssembler(zone) {
|
deoptimizer.cc | 364 Zone zone(isolate); 365 ZoneList<Code*> codes(10, &zone); 376 codes.Add(code, &zone); [all...] |
ast.h | 47 #include "zone-inl.h" 56 // Nodes are allocated in a separate zone, which allows faster 209 void* operator new(size_t size, Zone* zone) { 210 return zone->New(static_cast<int>(size)); 251 // current zone from the TLS. 272 SmallMapList(int capacity, Zone* zone) : list_(capacity, zone) {} 274 void Reserve(int capacity, Zone* zone) { list_.Reserve(capacity, zone); [all...] |
regexp-macro-assembler-irregexp.cc | 42 Zone* zone) 43 : RegExpMacroAssembler(zone), 48 isolate_(zone->isolate()) { }
|
lithium-allocator-inl.h | 155 range->set_assigned_register(reg, chunk()->zone());
|
regexp-macro-assembler-irregexp.h | 51 RegExpMacroAssemblerIrregexp(Vector<byte>, Zone* zone);
|
/external/icu4c/i18n/ |
datefmt.cpp | 463 DateFormat::adoptTimeZone(TimeZone* zone) 466 fCalendar->adoptTimeZone(zone); 472 DateFormat::setTimeZone(const TimeZone& zone) 475 fCalendar->setTimeZone(zone);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TimeZoneTest.java | 163 TimeZone zone = new SimpleTimeZone(45, "TEST"); local 164 TimeZone.setDefault(zone); 165 assertEquals("timezone not set", zone, TimeZone.getDefault()); 185 /* Time zone data was changed in ICU49.2. Many common short names were removed. */
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ResponseData.java | 247 TimeZone zone = TimeZone.getTimeZone(tz); local 248 int zoneOffset = zone.getRawOffset() + zone.getDSTSavings();
|
/external/icu4c/data/ |
makedata.mak | 350 # Read the list of time zone display name resource bundle files 351 !IF EXISTS("$(ICUSRCDATA)\zone\resfiles.mk") 352 !INCLUDE "$(ICUSRCDATA)\zone\resfiles.mk" 353 !IF EXISTS("$(ICUSRCDATA)\zone\reslocal.mk") 354 !INCLUDE "$(ICUSRCDATA)\zone\reslocal.mk" 357 !MESSAGE Information: cannot find "zone\reslocal.mk". Not building user-additional resource bundle files. 360 !MESSAGE Warning: cannot find "zone\resfiles.mk" 364 ZONE_FILES = zone\root.txt $(ZONE_ALIAS_SOURCE) $(ZONE_SOURCE) 365 ZONE_RES_FILES = $(ZONE_FILES:.txt =.res zone\) 367 ZONE_RES_FILES = zone\pool.res $(ZONE_RES_FILES:zone\ =zone\ [all...] |
/external/chromium_org/v8/test/cctest/ |
test-strings.cc | 41 #include "zone-inl.h" 137 Zone* zone) { 192 uc16* buf = zone->NewArray<uc16>(len); 196 Resource* resource = new(zone) Resource(Vector<const uc16>(buf, len)); 204 char* buf = zone->NewArray<char>(len); 209 new(zone) AsciiResource(Vector<const char>(buf, len)); 266 ConsStringGenerationData(bool long_blocks, Zone* zone); 289 Zone* zone) [all...] |
/external/chromium/net/base/ |
dnssec_keyset.cc | 52 const base::StringPiece& zone, 94 signed_data_len += zone.size(); 113 memcpy(&signed_data[j], zone.data(), zone.size()); 114 j += zone.size();
|
dnssec_chain_verifier.cc | 23 A DNSSEC chain verifier can be in one of two states: entering a zone, or within a zone. Initially, the verifier is entering the root zone. 25 When entering a zone, the verifier reads the following structure: 44 If only a trusted key is needed within this zone, then the signature length MAY be zero. In which case, |entryKey| MUST be 0 and |numKeys| MUST be 1. 46 After processing this data, the verifier trusts one or more keys for this zone. 48 When within a zone, the verifier reads the following structure: 55 |name| must be closer to the current target domain than the current zone. Here, 'closer' is defined as a greater number of matching labels when comparing right to left. 59 DS: this indicates a zone transition to a new zone named |name|. The verifier reads the following structure [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.c | 70 table->zone = 0; 197 table->zone = 0; 491 /* the top of the stem is aligned against a blue zone */ 496 /* the bottom of the stem is aligned against a blue zone */ 715 /* the top of the stem is aligned against a blue zone */ 720 /* the bottom of the stem is aligned against a blue zone */ 904 psh_print_zone( PSH_Zone zone ) 906 printf( "zone [scale,delta,min,max] = [%.3f,%.3f,%d,%d]\n", 907 zone->scale / 65536.0, 908 zone->delta / 64.0 1756 PSH_Blue_Zone zone; local [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 70 table->zone = 0; 197 table->zone = 0; 491 /* the top of the stem is aligned against a blue zone */ 496 /* the bottom of the stem is aligned against a blue zone */ 715 /* the top of the stem is aligned against a blue zone */ 720 /* the bottom of the stem is aligned against a blue zone */ 904 psh_print_zone( PSH_Zone zone ) 906 printf( "zone [scale,delta,min,max] = [%.3f,%.3f,%d,%d]\n", 907 zone->scale / 65536.0, 908 zone->delta / 64.0 1756 PSH_Blue_Zone zone; local [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
zdump.c | 165 static void abbrok(const char * abbrp, const char * zone); 170 static void show(char * zone, time_t t, int v); 181 static void showICU(FILE * fp, char * zone, time_t t1, time_t t2); 224 abbrok(abbrp, zone) 226 const char * const zone; 256 _("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"), 257 progname, zone, abbrp, wp); 464 /* we want to display a zone name here */ 468 printf("ZONE: %s\n", argv[i]); 519 * abbreviated zone name changes * 772 abbrok(abbr(tmp), zone); local [all...] |
/external/icu4c/tools/tzcode/ |
zdump.c | 165 static void abbrok(const char * abbrp, const char * zone); 170 static void show(char * zone, time_t t, int v); 181 static void showICU(FILE * fp, char * zone, time_t t1, time_t t2); 224 abbrok(abbrp, zone) 226 const char * const zone; 256 _("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"), 257 progname, zone, abbrp, wp); 464 /* we want to display a zone name here */ 468 printf("ZONE: %s\n", argv[i]); 519 * abbreviated zone name changes * 772 abbrok(abbr(tmp), zone); local [all...] |
/external/v8/src/ |
hydrogen.h | 38 #include "zone.h" 160 inline Zone* zone(); 249 Zone* zone() { return isolate_->zone(); } function in class:v8::internal::HGraph 383 Zone* HBasicBlock::zone() { return graph_->zone(); } function in class:v8::internal::HBasicBlock 606 inline Zone* zone() 1129 Zone* zone() { return zone_; } function in class:v8::internal::HGraphBuilder 1160 Zone* AstContext::zone() { return owner_->zone(); } function in class:v8::internal::AstContext [all...] |
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
DateFmtPerf.h | 163 TimeZone *zone; local 169 zone = TimeZone::createTimeZone("GMT"); // Create a GMT zone 170 cal->adoptTimeZone(zone);
|
/external/icu4c/test/intltest/ |
dadrfmt.cpp | 76 * Headers { "locale", "zone", "spec", "date", "str"} 78 // zone: time zone name, or "" to not explicitly set zone 135 UnicodeString zone = currentCase->getString("zone", status); local 137 errln("case %d: No 'zone' line.", n); 186 if (zone.length() > 0) { 187 TimeZone * tz = TimeZone::createTimeZone(zone);
|
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.h | 164 TimeZone *zone; local 170 zone = TimeZone::createTimeZone("GMT"); // Create a GMT zone 171 cal->adoptTimeZone(zone);
|
/external/chromium_org/content/renderer/ |
renderer_main_platform_delegate_win.cc | 94 scoped_ptr<icu::TimeZone> zone(icu::TimeZone::createDefault());
|
/external/chromium_org/third_party/freetype/src/cff/ |
cffgload.h | 144 /* execution context charstring zone */ 164 CFF_Decoder_Zone* zone; member in struct:CFF_Decoder_
|
/external/clang/test/ARCMT/ |
Common.h | 32 - (NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
|
/external/freetype/src/cff/ |
cffgload.h | 144 /* execution context charstring zone */ 164 CFF_Decoder_Zone* zone; member in struct:CFF_Decoder_
|