Home
last modified time | relevance | path

Searched refs:Zone (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/third_party/tzdata/
Detcetera21 Zone Etc/UTC 0 - UTC
25 #Zone GMT 0 - GMT
27 Zone Etc/GMT 0 - GMT
37 # Be consistent with POSIX TZ settings in the Zone names,
47 # Zone GMT-12 -12 - GMT-1200
54 Zone Etc/GMT-14 14 - +14
55 Zone Etc/GMT-13 13 - +13
56 Zone Etc/GMT-12 12 - +12
57 Zone Etc/GMT-11 11 - +11
58 Zone Etc/GMT-10 10 - +10
[all …]
Dbackzone79 # Zone NAME STDOFF RULES FORMAT [UNTIL]
161 Zone Africa/Accra -0:00:52 - LMT 1915 Nov 2
177 Zone Africa/Addis_Ababa 2:34:48 - LMT 1870
182 Zone Africa/Asmara 2:35:32 - LMT 1870
189 Zone Africa/Bamako -0:32:00 - LMT 1912
196 Zone Africa/Bangui 1:14:20 - LMT 1912
209 Zone Africa/Banjul -1:06:36 - LMT 1912
226 Zone Africa/Blantyre 2:20:00 - LMT 1911 Jul 24
232 Zone Africa/Brazzaville 1:01:08 - LMT 1912
236 Zone Africa/Bujumbura 1:57:28 - LMT 1890
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneAliasTest.java53 Zone.Seconds seconds = new Zone.Seconds(); in TestAliases()
54 for (Iterator it = Zone.getZoneSet().iterator(); it.hasNext(); ) { in TestAliases()
55 Zone zone = (Zone)it.next(); in TestAliases()
61 + ": " + Zone.formatHours(zone.minRecentOffset) in TestAliases()
62 + " != " + Zone.formatHours(zone.maxRecentOffset)); in TestAliases()
71 Zone otherZone = Zone.make(otherId); in TestAliases()
77 + id + " => " + Zone.bf.join(aliasesSet) in TestAliases()
79 + otherId + " => " + Zone.bf.join(otherAliases)); in TestAliases()
96 Zone last = null; in TestDifferences()
97 Zone.Seconds diffDate = new Zone.Seconds(); in TestDifferences()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneAliasTest.java50 Zone.Seconds seconds = new Zone.Seconds(); in TestAliases()
51 for (Iterator it = Zone.getZoneSet().iterator(); it.hasNext(); ) { in TestAliases()
52 Zone zone = (Zone)it.next(); in TestAliases()
58 + ": " + Zone.formatHours(zone.minRecentOffset) in TestAliases()
59 + " != " + Zone.formatHours(zone.maxRecentOffset)); in TestAliases()
68 Zone otherZone = Zone.make(otherId); in TestAliases()
74 + id + " => " + Zone.bf.join(aliasesSet) in TestAliases()
76 + otherId + " => " + Zone.bf.join(otherAliases)); in TestAliases()
93 Zone last = null; in TestDifferences()
94 Zone.Seconds diffDate = new Zone.Seconds(); in TestDifferences()
[all …]
/third_party/node/deps/v8/src/compiler/
Dload-elimination.h33 LoadElimination(Editor* editor, JSGraph* jsgraph, Zone* zone) in NON_EXPORTED_BASE()
50 explicit AbstractElements(Zone* zone) { in NON_EXPORTED_BASE()
56 MachineRepresentation representation, Zone* zone) in NON_EXPORTED_BASE()
63 Zone* zone) const { in NON_EXPORTED_BASE()
72 AbstractElements const* Kill(Node* object, Node* index, Zone* zone) const; in NON_EXPORTED_BASE()
75 Zone* zone) const; in NON_EXPORTED_BASE()
131 explicit AbstractField(Zone* zone) : info_for_node_(zone) {} in NON_EXPORTED_BASE()
132 AbstractField(Node* object, FieldInfo info, Zone* zone) in NON_EXPORTED_BASE()
138 Zone* zone) const { in NON_EXPORTED_BASE()
145 AbstractField const* KillConst(Node* object, Zone* zone) const; in NON_EXPORTED_BASE()
[all …]
Daccess-info.h34 ElementsKind elements_kind, Zone* zone);
71 static PropertyAccessInfo NotFound(Zone* zone, MapRef receiver_map,
74 Zone* zone, MapRef receiver_map,
81 Zone* zone, MapRef receiver_map,
88 Zone* zone, MapRef receiver_map, base::Optional<ObjectRef> constant,
90 static PropertyAccessInfo ModuleExport(Zone* zone, MapRef receiver_map,
92 static PropertyAccessInfo StringLength(Zone* zone, MapRef receiver_map);
93 static PropertyAccessInfo Invalid(Zone* zone);
95 Zone* zone, MapRef receiver_map, JSObjectRef holder,
98 Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder,
[all …]
Dtypes.h347 friend Zone; variable
349 static RangeType* New(double min, double max, Zone* zone) { in New()
353 static RangeType* New(Limits lim, Zone* zone) { in New()
389 Zone* zone);
390 static Type Constant(double value, Zone* zone);
391 static Type Range(double min, double max, Zone* zone);
392 static Type Tuple(Type first, Type second, Type third, Zone* zone);
394 static Type Union(Type type1, Type type2, Zone* zone);
395 static Type Intersect(Type type1, Type type2, Zone* zone);
510 static Type Range(RangeType::Limits lims, Zone* zone);
[all …]
Dredundancy-elimination.h16 RedundancyElimination(Editor* editor, Zone* zone);
34 static EffectPathChecks* Copy(Zone* zone, EffectPathChecks const* checks);
35 static EffectPathChecks const* Empty(Zone* zone);
39 EffectPathChecks const* AddCheck(Zone* zone, Node* node) const;
44 friend Zone;
56 explicit PathChecksForEffectNodes(Zone* zone) : info_for_node_(zone) {} in PathChecksForEffectNodes()
74 Zone* zone() const { return zone_; } in zone()
77 Zone* const zone_;
Dmemory-lowering.h38 static AllocationState const* Empty(Zone* zone) { in Empty()
42 Zone* zone) { in Closed()
46 Node* top, Node* effect, Zone* zone) { in Open()
58 friend Zone;
74 Node* node, Node* object, const char* name, Zone* temp_zone)>;
77 JSGraph* jsgraph, Zone* zone, JSGraphAssembler* graph_assembler,
81 Zone*) { UNREACHABLE(); },
119 Zone* zone() const { return zone_; } in zone()
120 inline Zone* graph_zone() const;
128 Zone* zone_;
Dnode-aux-data.h19 T DefaultConstruct(Zone* zone) { in DefaultConstruct()
24 T ZoneConstruct(Zone* zone) { in ZoneConstruct()
28 template <class T, T def(Zone*) = DefaultConstruct<T>>
31 explicit NodeAuxData(Zone* zone) : zone_(zone), aux_data_(zone) {} in NodeAuxData()
32 explicit NodeAuxData(size_t initial_size, Zone* zone) in NodeAuxData()
58 Zone* zone_;
62 template <class T, T def(Zone*)>
96 template <class T, T def(Zone*)>
102 template <class T, T def(Zone*)>
Dvalue-numbering-reducer.h19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone); in NON_EXPORTED_BASE()
31 Zone* temp_zone() const { return temp_zone_; } in NON_EXPORTED_BASE()
32 Zone* graph_zone() const { return graph_zone_; } in NON_EXPORTED_BASE()
37 Zone* temp_zone_; in NON_EXPORTED_BASE()
38 Zone* graph_zone_; in NON_EXPORTED_BASE()
Dzone-stats.cc18 for (Zone* zone : zone_stats_->zones_) { in StatsScope()
38 for (Zone* zone : zone_stats_->zones_) { in GetCurrentAllocatedBytes()
54 void ZoneStats::StatsScope::ZoneReturned(Zone* zone) { in ZoneReturned()
79 for (Zone* zone : zones_) { in GetCurrentAllocatedBytes()
89 Zone* ZoneStats::NewEmptyZone(const char* zone_name, in NewEmptyZone()
91 Zone* zone = new Zone(allocator_, zone_name, support_zone_compression); in NewEmptyZone()
96 void ZoneStats::ReturnZone(Zone* zone) { in ReturnZone()
Dper-isolate-compiler-cache.h16 class Zone; variable
29 explicit PerIsolateCompilerCache(Zone* zone) in PerIsolateCompilerCache()
44 Zone* zone() const { return zone_; } in zone()
48 Zone* zone = new Zone(isolate->allocator(), "Compiler zone"); in Setup()
56 Zone* const zone_;
Dzone-stats.h33 Zone* zone() { in zone()
49 Zone* zone_;
66 void ZoneReturned(Zone* zone);
68 using InitialValues = std::map<Zone*, size_t>;
86 Zone* NewEmptyZone(const char* zone_name, bool support_zone_compression);
87 void ReturnZone(Zone* zone);
90 using Zones = std::vector<Zone*>;
/third_party/node/deps/v8/src/zone/
Dzone-containers.h31 explicit ZoneVector(Zone* zone) in ZoneVector()
36 ZoneVector(size_t size, Zone* zone) in ZoneVector()
41 ZoneVector(size_t size, T def, Zone* zone) in ZoneVector()
46 ZoneVector(std::initializer_list<T> list, Zone* zone) in ZoneVector()
52 ZoneVector(InputIt first, InputIt last, Zone* zone) in ZoneVector()
62 explicit ZoneDeque(Zone* zone) in ZoneDeque()
75 explicit ZoneLinkedList(Zone* zone) in ZoneLinkedList()
85 explicit ZoneForwardList(Zone* zone) in ZoneForwardList()
96 explicit ZonePriorityQueue(Zone* zone) in ZonePriorityQueue()
107 explicit ZoneQueue(Zone* zone) in ZoneQueue()
[all …]
Dzone-list.h35 ZoneList(int capacity, Zone* zone) : capacity_(capacity) { in ZoneList()
41 ZoneList(const ZoneList<T>& other, Zone* zone) in ZoneList()
47 ZoneList(const base::Vector<const T>& other, Zone* zone) in ZoneList()
111 void Add(const T& element, Zone* zone);
113 void AddAll(const ZoneList<T>& other, Zone* zone);
115 void AddAll(const base::Vector<const T>& other, Zone* zone);
117 void InsertAt(int index, const T& element, Zone* zone);
122 base::Vector<T> AddBlock(T value, int count, Zone* zone);
140 V8_INLINE void Clear(Zone* zone);
178 void ResizeAdd(const T& element, Zone* zone);
[all …]
Dzone.h38 class V8_EXPORT_PRIVATE Zone final {
40 Zone(AccountingAllocator* allocator, const char* name,
42 ~Zone();
244 explicit ZoneScope(Zone* zone);
248 Zone* const zone_;
269 void* operator new(size_t, Zone*) = delete; // See explanation above.
285 void operator delete(void* pointer, Zone* zone) = delete;
294 explicit ZoneAllocationPolicy(Zone* zone) : zone_(zone) {} in ZoneAllocationPolicy()
305 Zone* zone() const { return zone_; } in zone()
308 Zone* zone_;
[all …]
Dzone.cc32 Zone::Zone(AccountingAllocator* allocator, const char* name, in Zone() function in v8::internal::Zone
40 Zone::~Zone() { in ~Zone()
45 void* Zone::AsanNew(size_t size) { in AsanNew()
72 void Zone::Reset() { in Reset()
98 void Zone::DeleteAll() { in DeleteAll()
124 void Zone::ReleaseSegment(Segment* segment) { in ReleaseSegment()
131 Address Zone::NewExpand(size_t size) { in NewExpand()
192 ZoneScope::ZoneScope(Zone* zone) in ZoneScope()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dicuzones16 # Zone NAME GMTOFF RULES FORMAT
17 Zone Etc/Unknown 0 - Unknown
34 # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
35 Zone SystemV/AST4ADT -4:00 SystemV A%sT
36 Zone SystemV/EST5EDT -5:00 SystemV E%sT
37 Zone SystemV/CST6CDT -6:00 SystemV C%sT
38 Zone SystemV/MST7MDT -7:00 SystemV M%sT
39 Zone SystemV/PST8PDT -8:00 SystemV P%sT
40 Zone SystemV/YST9YDT -9:00 SystemV Y%sT
41 Zone SystemV/AST4 -4:00 - AST
[all …]
/third_party/node/deps/v8/src/ast/
Dmodules.h25 explicit SourceTextModuleDescriptor(Zone* zone) in SourceTextModuleDescriptor()
43 const Scanner::Location specifier_loc, Zone* zone);
50 const Scanner::Location specifier_loc, Zone* zone);
57 const Scanner::Location specifier_loc, Zone* zone);
66 const Scanner::Location loc, Zone* zone);
75 const Scanner::Location specifier_loc, Zone* zone);
81 const Scanner::Location specifier_loc, Zone* zone);
86 PendingCompilationErrorHandler* error_handler, Zone* zone);
204 void AddSpecialExport(const Entry* entry, Zone* zone) { in AddSpecialExport()
220 void AddNamespaceImport(const Entry* entry, Zone* zone) { in AddNamespaceImport()
[all …]
Dast.h288 friend Zone; variable
322 Zone* zone) { in InitializeStatements()
329 friend Zone; variable
338 Block(Zone* zone, int capacity, bool ignore_completion_value, in Block()
376 friend Zone; variable
399 friend Zone; variable
420 friend Zone; variable
455 friend Zone; variable
475 friend Zone; variable
500 friend Zone; variable
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
Dicuzones16 # Zone NAME GMTOFF RULES FORMAT
17 Zone Etc/Unknown 0 - Unknown
39 # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
40 Zone SystemV/AST4ADT -4:00 - AST 1901 Dec 13 20:45:52u
42 Zone SystemV/EST5EDT -5:00 - EST 1901 Dec 13 20:45:52u
44 Zone SystemV/CST6CDT -6:00 - CST 1901 Dec 13 20:45:52u
46 Zone SystemV/MST7MDT -7:00 - MST 1901 Dec 13 20:45:52u
48 Zone SystemV/PST8PDT -8:00 - PST 1901 Dec 13 20:45:52u
50 Zone SystemV/YST9YDT -9:00 - YST 1901 Dec 13 20:45:52u
52 Zone SystemV/AST4 -4:00 - AST
[all …]
/third_party/node/deps/v8/src/parsing/
Dpreparse-data.h101 explicit PreparseDataBuilder(Zone* zone, PreparseDataBuilder* parent_builder,
141 void Finalize(Zone* zone);
146 inline ZonePreparseData* CopyToZone(Zone* zone, int children_length);
215 ZonePreparseData* Serialize(Zone* zone);
217 void FinalizeChildren(Zone* zone);
225 void CopyByteData(Zone* zone);
263 virtual ZonePreparseData* Serialize(Zone* zone) = 0;
267 static ProducedPreparseData* For(PreparseDataBuilder* builder, Zone* zone);
271 static ProducedPreparseData* For(Handle<PreparseData> data, Zone* zone);
275 static ProducedPreparseData* For(ZonePreparseData* data, Zone* zone);
[all …]
Dpreparse-data-impl.h152 virtual ProducedPreparseData* GetChildData(Zone* zone, int child_index) = 0;
155 Zone* zone, int start_position, int* end_position, int* num_parameters,
161 Zone* zone) final;
169 Zone* zone);
173 Zone* zone);
188 ProducedPreparseData* GetChildData(Zone* zone, int child_index) final;
198 V8_EXPORT_PRIVATE ZonePreparseData(Zone* zone,
225 Zone* zone, int children_length) { in CopyToZone()
235 ZoneConsumedPreparseData(Zone* zone, ZonePreparseData* data);
238 ProducedPreparseData* GetChildData(Zone* zone, int child_index) final;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineScheduler.cpp21 SchedBoundary &Zone) const { in biasAddiLoadCandidate()
29 SchedCandidate &FirstCand = Zone.isTop() ? TryCand : Cand; in biasAddiLoadCandidate()
30 SchedCandidate &SecondCand = Zone.isTop() ? Cand : TryCand; in biasAddiLoadCandidate()
47 SchedBoundary *Zone) const { in tryCandidate()
48 GenericScheduler::tryCandidate(Cand, TryCand, Zone); in tryCandidate()
50 if (!Cand.isValid() || !Zone) in tryCandidate()
60 if (biasAddiLoadCandidate(Cand, TryCand, *Zone)) in tryCandidate()

12345678910>>...20