Home
last modified time | relevance | path

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

12345678910>>...19

/third_party/zlib/test/
H A Dinfcover.c75 struct mem_zone *zone = mem; in mem_alloc() local
115 struct mem_zone *zone = mem; mem_free() local
160 struct mem_zone *zone; mem_setup() local
178 struct mem_zone *zone = strm->opaque; mem_limit() local
186 struct mem_zone *zone = strm->opaque; mem_used() local
194 struct mem_zone *zone = strm->opaque; mem_high() local
204 struct mem_zone *zone = strm->opaque; mem_done() local
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_media_mem.h135 struct hil_media_memory_zone *zone; member
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp1449 struct mem_zone *zone; in HWTEST_F() local
1494 struct mem_zone *zone; HWTEST_F() local
1556 struct mem_zone *zone; HWTEST_F() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java297 ChineseCalendar(TimeZone zone) ChineseCalendar() argument
308 ChineseCalendar(TimeZone zone, Locale aLocale) ChineseCalendar() argument
330 ChineseCalendar(TimeZone zone, ULocale locale) ChineseCalendar() argument
342 ChineseCalendar(TimeZone zone, ULocale locale, int epochYear, TimeZone zoneAstroCalc) ChineseCalendar() argument
[all...]
H A DIslamicCalendar.java204 public IslamicCalendar(TimeZone zone) in IslamicCalendar() argument
241 IslamicCalendar(TimeZone zone, Locale aLocale) IslamicCalendar() argument
254 IslamicCalendar(TimeZone zone, ULocale locale) IslamicCalendar() argument
[all...]
/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

Completed in 21 milliseconds

12345678910>>...19