Searched refs:another (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 583 PaddingPropertyT<float> Plus(const PaddingPropertyT<float>& another, bool skipNullOpt = true) in Plus() 585 return Calculate(another, skipNullOpt, true); in Plus() 588 PaddingPropertyT<float> Minus(const PaddingPropertyT<float>& another, bool skipNullOpt = true) const in Minus() 590 return Calculate(another, skipNullOpt, false); in Minus() 603 bool OptionalValueCover(const PaddingPropertyT<float>& another) in OptionalValueCover() 605 if (another.left.has_value() && !left.has_value()) { in OptionalValueCover() 608 if (another.right.has_value() && !right.has_value()) { in OptionalValueCover() 611 if (another.top.has_value() && !top.has_value()) { in OptionalValueCover() 614 if (another.bottom.has_value() && !bottom.has_value()) { in OptionalValueCover() 629 PaddingPropertyT<float> Calculate(const PaddingPropertyT<float>& another, boo [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_divider_arithmetic.h | 95 const ListDividerMap& another = rhs->GetDividerMap();
variable 96 if (another.size() != dividermap_.size()) {
100 auto it = another.find(child.first);
101 if (it == another.end() || it->second.offset != child.second.offset ||
124 const ListDividerMap& another = rhs->GetDividerMap();
in Calculate() local 132 auto it2 = another.find(child.first);
in Calculate() 133 if (it2 == another.end() || !it2->second.isDelta) {
in Calculate()
|
/foundation/ai/ai_engine/services/server/plugin_manager/include/ |
H A D | plugin_manager.h | 41 inline bool operator< (const PluginKey& another) const in operator <() 43 if (aid < another.aid) { in operator <() 46 if (aid == another.aid && version < another.version) { in operator <()
|
/foundation/ai/ai_engine/services/server/server_executor/include/ |
H A D | engine_manager.h | 41 inline bool operator < (const EngineKey &another) const in operator <() 43 if (aid < another.aid) { in operator <() 46 if (aid == another.aid && version < another.version) { in operator <()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 7274 isEqual(one, another) { 7275 if (!(one.width === another.width && 7276 one.height === another.height && 7277 one.top === another.top && 7278 one.left === another.left && 7279 one.duration === another.duration)) { 7283 return !isBaseOrResourceEqual(one.src, another.src); 15295 isEqual(another) { 15296 return (this.type === another.type && 15297 this.style === another [all...] |
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | port.cpp | 188 ErrorCode EmptyInPort::Connect(const std::shared_ptr<Port>& another) in Connect() argument 190 UNUSED_VARIABLE(another); in Connect() 241 ErrorCode EmptyOutPort::Connect(const std::shared_ptr<Port>& another) in Connect() argument 243 UNUSED_VARIABLE(another); in Connect()
|
H A D | port.h | 137 ErrorCode Connect(const std::shared_ptr<Port>& another) override; 160 ErrorCode Connect(const std::shared_ptr<Port>& another) override;
|
/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | netmanager_base_common_utils.h | 87 inline bool IsSameNaturalDay(uint32_t current, uint32_t another) in IsSameNaturalDay() argument 92 std::chrono::system_clock::to_time_t(std::chrono::system_clock::time_point(std::chrono::seconds(another))); in IsSameNaturalDay()
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/ |
H A D | port.h | 147 ErrorCode Connect(const std::shared_ptr<Port> &another) override; 172 ErrorCode Connect(const std::shared_ptr<Port> &another) override;
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/ |
H A D | port.cpp | 173 ErrorCode EmptyInPort::Connect(const std::shared_ptr<Port> &another) in Connect() argument 201 ErrorCode EmptyOutPort::Connect(const std::shared_ptr<Port> &another) in Connect() argument
|
Completed in 19 milliseconds