/external/v8/src/ |
hydrogen-instructions.h | 40 #include "zone.h" 240 Range* CopyClearLower(Zone* zone) const { 241 return new(zone) Range(kMinInt, upper_); 243 Range* CopyClearUpper(Zone* zone) const { 244 return new(zone) Range(lower_, kMaxInt); 246 Range* Copy(Zone* zone) const { 247 Range* result = new(zone) Range(lower_, upper_) [all...] |
lithium-allocator.cc | 90 void UseInterval::SplitAt(LifetimePosition pos, Zone* zone) { 92 UseInterval* after = new(zone) UseInterval(pos, end_); 129 LiveRange::LiveRange(int id, Zone* zone) 141 spill_operand_(new(zone) LOperand()), 147 Zone* zone) { 151 ConvertOperands(zone); 155 void LiveRange::MakeSpilled(Zone* zone) [all...] |
parser.cc | 90 : zone_(Isolate::Current()->zone()), 104 RegExpTree* atom = new(zone()) RegExpAtom(characters_->ToConstVector()); 120 RegExpText* text = new(zone()) RegExpText(); 132 characters_ = new(zone()) ZoneList<uc16>(4); 181 alternative = new(zone()) RegExpAlternative(terms_.GetList()); 198 return new(zone()) RegExpDisjunction(alternatives_.GetList()); 217 text_.Add(new(zone()) RegExpAtom(prefix)); 221 atom = new(zone()) RegExpAtom(char_vector); 244 terms_.Add(new(zone()) RegExpQuantifier(min, max, type, atom)); 411 Scope* result = new(zone()) Scope(parent, type) [all...] |
parser.h | 288 Zone* zone() { return zone_; } function in class:v8::internal::RegExpBuilder 290 Zone* zone_; 400 Zone* zone() { return isolate_->zone(); } function in class:v8::internal::RegExpParser 549 Zone* zone() { return isolate_->zone(); } function in class:v8::internal::Parser
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | [all...] |
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
system_settings_provider.cc | 131 string16 GetExemplarCity(const icu::TimeZone& zone) { 150 zone.getID(zone_id); 174 // zone id has '_' in place of ' '. 198 // Only the owner can change the time zone.
|
/external/chromium_org/third_party/icu/source/i18n/ |
gregocal.cpp | 163 GregorianCalendar::GregorianCalendar(TimeZone* zone, UErrorCode& status) 164 : Calendar(zone, Locale::getDefault(), status), 174 GregorianCalendar::GregorianCalendar(const TimeZone& zone, UErrorCode& status) 175 : Calendar(zone, Locale::getDefault(), status), 196 GregorianCalendar::GregorianCalendar(TimeZone* zone, const Locale& aLocale, 198 : Calendar(zone, aLocale, status), 208 GregorianCalendar::GregorianCalendar(const TimeZone& zone, const Locale& aLocale, 210 : Calendar(zone, aLocale, status), [all...] |
timezone.cpp | 34 * Substantial rewrite of zone lookup, default zone, and 236 * Fetch a specific zone by name. Replaces the getByKey call. 238 * @param id Time zone ID 240 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle. 258 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object 283 * Given an ID, open the appropriate resource for the given time zone. 285 * @param id zone id 303 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec))); 327 // be valid even if we can't load the time zone UDataMemory 873 int32_t zone = -1; local [all...] |
calendar.cpp | 114 // can add more things here: DST, zone, etc. 663 Calendar::Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success) 674 if(zone == 0) { 684 fZone = zone; 691 Calendar::Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) 703 fZone = zone.clone(); 770 Calendar::createInstance(const TimeZone& zone, UErrorCode& success) 772 return createInstance(zone, Locale::getDefault(), success); 788 Calendar::createInstance(TimeZone* zone, const Locale& aLocale, UErrorCode& success) 809 delete zone; [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
tzselect.ksh | 5 # Ask the user about the time zone, and output the resulting TZ value to stdout. 50 TZ_ZONE_TABLE=$TZDIR/zone.tab 54 echo >&2 "$0: time zone files are not set up correctly" 74 'so that time zone rules can be set correctly.' 96 'none - I want to specify the time zone using the Posix TZ format.' 117 echo >&2 'For example, GST-10 is a zone named GST' \ 133 'Posix time zone string.' 181 # Get list of names of time zone rule regions in the country. 203 'time zone regions.' 239 echo >&2 "$0: time zone files are not set up correctly [all...] |
/external/chromium_org/v8/src/ |
full-codegen.h | 97 info->zone()), 98 back_edges_(2, info->zone()), 101 info->zone()), 103 zone_(info->zone()) { 125 Zone* zone() const { return zone_; } function in class:v8::internal::FullCodeGenerator 848 Zone* zone_; 857 // A map from property names to getter/setter pairs allocated in the zone. 862 explicit AccessorTable(Zone* zone) [all...] |
hydrogen.cc | 85 phis_(4, graph->zone()), 90 predecessors_(2, graph->zone()), 92 dominated_blocks_(4, graph->zone()), 97 deleted_phis_(4, graph->zone()), 118 loop_information_ = new(zone()) HLoopInformation(this, zone()); 130 phis_.Add(phi, zone()); 155 HBlockEntry* entry = new(zone()) HBlockEntry(); 173 HPhi* phi = new(zone()) HPhi(merged_index, zone()); [all...] |
safepoint-table.cc | 35 #include "zone-inl.h" 119 void Safepoint::DefinePointerRegister(Register reg, Zone* zone) { 120 registers_->Add(reg.code(), zone);
|
type-info.cc | 62 Zone* zone) 65 zone_(zone) { 410 types->Reserve(4, zone()); 412 types, name, flags, native_context_, zone()); 467 types->Reserve(maps.length(), zone()); 471 types->AddMapIfMissing(map, zone()); 489 ZoneList<RelocInfo> infos(16, zone()); 504 infos->Add(*it.rinfo(), zone());
|
type-info.h | 34 #include "zone-inl.h" 231 Zone* zone); 308 Zone* zone() const { return zone_; } function in class:v8::internal::TypeFeedbackOracle 338 Zone* zone_;
|
json-parser.h | 206 Zone* zone() { return &zone_; } function in class:v8::internal::BASE_EMBEDDED 215 Zone zone_; 327 ZoneList<Handle<Object> > properties(8, zone()); 423 properties.Add(value, zone()); 472 ZoneList<Handle<Object> > elements(4, zone()); 480 elements.Add(element, zone());
|
ast.cc | 234 void ObjectLiteral::CalculateEmitStore(Zone* zone) { 235 ZoneAllocationPolicy allocator(zone); 422 void TargetCollector::AddTarget(Label* target, Zone* zone) { 428 targets_.Add(target, zone); 702 receiver_types_.Add(handle(holder_->map()), oracle->zone()); 917 explicit RegExpUnparser(Zone* zone); 928 Zone* zone_ [all...] |
/external/chromium_org/v8/src/x64/ |
regexp-macro-assembler-x64.h | 44 RegExpMacroAssemblerX64(Mode mode, int registers_to_save, Zone* zone); 239 code_relative_fixup_positions_.Add(masm_.pc_offset(), zone());
|
/external/icu4c/i18n/ |
dtitvfmt.cpp | 420 DateIntervalFormat::adoptTimeZone(TimeZone* zone) 423 fDateFormat->adoptTimeZone(zone); 430 fFromCalendar->setTimeZone(*zone); 433 fToCalendar->setTimeZone(*zone); 438 DateIntervalFormat::setTimeZone(const TimeZone& zone) 441 fDateFormat->setTimeZone(zone); 446 fFromCalendar->setTimeZone(zone); 449 fToCalendar->setTimeZone(zone); [all...] |
gregocal.cpp | 163 GregorianCalendar::GregorianCalendar(TimeZone* zone, UErrorCode& status) 164 : Calendar(zone, Locale::getDefault(), status), 174 GregorianCalendar::GregorianCalendar(const TimeZone& zone, UErrorCode& status) 175 : Calendar(zone, Locale::getDefault(), status), 196 GregorianCalendar::GregorianCalendar(TimeZone* zone, const Locale& aLocale, 198 : Calendar(zone, aLocale, status), 208 GregorianCalendar::GregorianCalendar(const TimeZone& zone, const Locale& aLocale, 210 : Calendar(zone, aLocale, status), [all...] |
timezone.cpp | 34 * Substantial rewrite of zone lookup, default zone, and 204 * Fetch a specific zone by name. Replaces the getByKey call. 206 * @param id Time zone ID 208 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle. 226 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object 251 * Given an ID, open the appropriate resource for the given time zone. 253 * @param id zone id 271 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec))); 296 // be valid even if we can't load the time zone UDataMemory 1040 int32_t zone = -1; local [all...] |
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 5 # Ask the user about the time zone, and output the resulting TZ value to stdout. 50 TZ_ZONE_TABLE=$TZDIR/zone.tab 54 echo >&2 "$0: time zone files are not set up correctly" 74 'so that time zone rules can be set correctly.' 96 'none - I want to specify the time zone using the Posix TZ format.' 117 echo >&2 'For example, GST-10 is a zone named GST' \ 133 'Posix time zone string.' 181 # Get list of names of time zone rule regions in the country. 203 'time zone regions.' 239 echo >&2 "$0: time zone files are not set up correctly [all...] |
/external/qemu/ |
kvm-all.c | 357 struct kvm_coalesced_mmio_zone zone; local 359 zone.addr = start; 360 zone.size = size; 362 ret = kvm_vm_ioctl(s, KVM_REGISTER_COALESCED_MMIO, &zone); 376 struct kvm_coalesced_mmio_zone zone; local 378 zone.addr = start; 379 zone.size = size; 381 ret = kvm_vm_ioctl(s, KVM_UNREGISTER_COALESCED_MMIO, &zone);
|
/libcore/luni/src/main/java/java/util/ |
SimpleTimeZone.java | 27 * that represents a time zone for use with a Gregorian calendar. This class 78 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT 79 * and time zone ID. Timezone IDs can be obtained from 84 * the given base time zone offset to GMT. 86 * the time zone ID which is obtained from 95 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT, 96 * time zone ID, and times to start and end the daylight savings time. Timezone IDs can 98 * {@code TimeZone.getDefault} to create a {@code TimeZone}. For a time zone that does not 129 * the given base time zone offset to GMT. 131 * the time zone ID which is obtained fro 299 SimpleTimeZone zone = (SimpleTimeZone) super.clone(); local [all...] |