Home
last modified time | relevance | path

Searched defs:zone (Results 176 - 200 of 431) sorted by relevance

12345678910>>...18

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneTest.java224 ZoneDescriptor(TimeZone zone) { in ZoneDescriptor() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java220 ZoneDescriptor(TimeZone zone) { in ZoneDescriptor() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIslamicCalendar.java190 public IslamicCalendar(TimeZone zone) in IslamicCalendar() argument
224 IslamicCalendar(TimeZone zone, Locale aLocale) IslamicCalendar() argument
236 IslamicCalendar(TimeZone zone, ULocale locale) IslamicCalendar() argument
[all...]
H A DChineseCalendar.java289 ChineseCalendar(TimeZone zone) ChineseCalendar() argument
299 ChineseCalendar(TimeZone zone, Locale aLocale) ChineseCalendar() argument
319 ChineseCalendar(TimeZone zone, ULocale locale) ChineseCalendar() argument
332 ChineseCalendar(TimeZone zone, ULocale locale, int epochYear, TimeZone zoneAstroCalc) ChineseCalendar() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddatefmt.cpp616 DateFormat::adoptTimeZone(TimeZone* zone) in adoptTimeZone() argument
625 DateFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
H A Dwindtfmt.cpp305 void Win32DateFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
/third_party/node/deps/v8/src/zone/
H A Dzone-chunk-list.h55 explicit ZoneChunkList(Zone* zone, StartMode start_mode = StartMode::kEmpty) in ZoneChunkList() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dwindtfmt.cpp306 void Win32DateFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
H A Ddatefmt.cpp615 DateFormat::adoptTimeZone(TimeZone* zone) in adoptTimeZone() argument
624 DateFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.h282 Zone* zone() const { return zone_; } zone() function in v8::internal::compiler::final
[all...]
H A Descape-analysis.h110 explicit Dependable(Zone* zone) : dependants_(zone) {} in Dependable() argument
H A Dpersistent-map.h117 explicit PersistentMap(Zone* zone, Value def_value = Value()) in PersistentMap() argument
149 PersistentMap(const FocusedTree* tree, Zone* zone, Value def_value) in PersistentMap() argument
H A Dbranch-elimination.cc17 BranchElimination(Editor* editor, JSGraph* js_graph, Zone* zone, SourcePositionTable* source_positions, Phase phase) BranchElimination() argument
444 AddCondition( Zone* zone, Node* condition, Node* branch, bool is_true, ControlPathConditions hint) AddCondition() argument
462 AddConditionInNewBlock( Zone* zone, Node* condition, Node* branch, bool is_true) AddConditionInNewBlock() argument
[all...]
H A Dmachine-graph-verifier.cc24 MachineRepresentationInferrer(Schedule const* schedule, Graph const* graph, Linkage* linkage, Zone* zone) MachineRepresentationInferrer() argument
H A Dtype-cache.h205 Zone* zone() { return &zone_; } zone() function in v8::internal::compiler::final
[all...]
H A Dcsa-load-elimination.cc238 KillOffset(ConstantOffsetInfos& infos, uint32_t offset, MachineRepresentation repr, Zone* zone) KillOffset() argument
[all...]
H A Dnode.cc11 Node::OutOfLineInputs* Node::OutOfLineInputs::New(Zone* zone, int capacity) { in New() argument
58 Node* Node::NewImpl(Zone* zone, NodeId id, const Operator* op, int input_count, in NewImpl() argument
131 Node* Node::New(Zone* zone, NodeId id, const Operator* op, int input_count, in New() argument
136 Clone(Zone* zone, NodeId id, const Node* node) Clone() argument
154 AppendInput(Zone* zone, Node* new_to) AppendInput() argument
203 InsertInput(Zone* zone, int index, Node* new_to) InsertInput() argument
215 InsertInputs(Zone* zone, int index, int count) InsertInputs() argument
274 EnsureInputCount(Zone* zone, int new_input_count) EnsureInputCount() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.cc14 SpillPlacer(LiveRangeFinder* finder, TopTierRegisterAllocationData* data, Zone* zone) SpillPlacer() argument
H A Dregister-allocator-verifier.h76 explicit PendingAssessment(Zone* zone, const InstructionBlock* origin, in PendingAssessment() argument
138 explicit BlockAssessments(Zone* zone, int spill_slot_delta) in BlockAssessments() argument
245 DelayedAssessments(Zone* zone) DelayedAssessments() argument
264 Zone* zone() const { return zone_; } zone() function in v8::internal::compiler::final
[all...]
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.h101 OptimizedCompilationInfo(Zone* zone, Isolate* isolate, in OptimizedCompilationInfo() argument
115 Zone* zone() { return zone_; } in zone() function in v8::internal::final
H A Dsafepoint-table.h219 explicit SafepointTableBuilder(Zone* zone) : entries_(zone), zone_(zone) {} in SafepointTableBuilder() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.cc25 BytecodeArrayWriter( Zone* zone, ConstantArrayBuilder* constant_array_builder, SourcePositionTableBuilder::RecordingMode source_position_mode) BytecodeArrayWriter() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h452 MergeLoopValue(Zone* zone, interpreter::Register owner, ValueNode* merged, ValueNode* unmerged, int merge_offset) MergeLoopValue() argument
468 NewLoopPhi(Zone* zone, interpreter::Register reg, int merge_offset) NewLoopPhi() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc51 Zone* zone() { return zone_; } in zone() function in v8::internal::final
20 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, Variable* result, AstValueFactory* ast_value_factory, Zone* zone) Processor() argument
34 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result, AstValueFactory* ast_value_factory, Zone* zone) Processor() argument
[all...]
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc139 NfaInterpreter(Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, int register_count_per_match, String input, int32_t input_index, Zone* zone) NfaInterpreter() argument
559 FindMatches( Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode, int register_count_per_match, String input, int start_index, int32_t* output_registers, int output_register_count, Zone* zone) FindMatches() argument
[all...]

Completed in 22 milliseconds

12345678910>>...18