Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 40) sorted by relevance

12

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_config_impl_test.cpp70 ResConfigImpl *other = CreateResConfigImpl(nullptr, nullptr, nullptr); variable
84 ResConfigImpl *other = CreateResConfigImpl("en", nullptr, "CA"); variable
98 ResConfigImpl *other = CreateResConfigImpl("tl", nullptr, "PH"); variable
112 ResConfigImpl *other = CreateResConfigImpl("qaa", nullptr, nullptr); variable
126 ResConfigImpl *other = CreateResConfigImpl("qaa", nullptr, "CA"); variable
140 ResConfigImpl *other = CreateResConfigImpl("az", nullptr, nullptr); variable
154 ResConfigImpl *other = CreateResConfigImpl("az", nullptr, "IR"); variable
168 ResConfigImpl *other = CreateResConfigImpl("ar", nullptr, "EG"); variable
182 ResConfigImpl *other = CreateResConfigImpl("qaa", "Latn", "FR"); variable
196 ResConfigImpl *other = CreateResConfigImpl("qaa", nullptr, "FR"); variable
[all …]
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dres_config_impl_test.cpp70 ResConfigImpl *other = CreateResConfigImpl(nullptr, nullptr, nullptr); variable
84 ResConfigImpl *other = CreateResConfigImpl("en", nullptr, "CA"); variable
98 ResConfigImpl *other = CreateResConfigImpl("tl", nullptr, "PH"); variable
112 ResConfigImpl *other = CreateResConfigImpl("qaa", nullptr, nullptr); variable
126 ResConfigImpl *other = CreateResConfigImpl("qaa", nullptr, "CA"); variable
140 ResConfigImpl *other = CreateResConfigImpl("az", nullptr, nullptr); variable
154 ResConfigImpl *other = CreateResConfigImpl("az", nullptr, "IR"); variable
168 ResConfigImpl *other = CreateResConfigImpl("ar", nullptr, "EG"); variable
182 ResConfigImpl *other = CreateResConfigImpl("qaa", "Latn", "FR"); variable
196 ResConfigImpl *other = CreateResConfigImpl("qaa", nullptr, "FR"); variable
[all …]
/base/update/packaging_tools/
Dblocks_manager.py44 def __eq__(self, other): argument
47 def __ne__(self, other): argument
101 def get_union_with_other(self, other): argument
118 def get_intersect_with_other(self, other): argument
139 def get_subtract_with_other(self, other): argument
150 def is_overlaps(self, other): argument
169 def get_map_within(self, other): argument
/base/security/appverify/interfaces/innerkits/appverify/src/util/
Ddigest_parameter.cpp35 DigestParameter::DigestParameter(const DigestParameter& other) in DigestParameter()
43 DigestParameter& DigestParameter::operator = (const DigestParameter& other) in operator =()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dlocale_matcher.cpp239 const ResLocale *other, in CompareRegionWhenQaag()
266 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage()
296 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript()
337 const ResLocale *other, in AlphabeticallyCompare()
372 const ResLocale *other, in CompareWhenRegionIsNull()
424 const ResLocale *other, in CompareDefaultRegion()
456 const ResLocale *other, in CompareRegion()
505 bool LocaleMatcher::Match(const ResLocale *current, const ResLocale *other) in Match()
541 int8_t CompareLanguageIgnoreOldNewCode(const ResLocale *current, const ResLocale *other, const ResL… in CompareLanguageIgnoreOldNewCode()
573 const ResLocale *other, in CompareRegionWhenLangIsNotEqual()
[all …]
Dres_config_impl.cpp117 bool ResConfigImpl::CopyLocale(ResConfig &other) in CopyLocale()
164 bool ResConfigImpl::Copy(ResConfig &other) in Copy()
212 bool ResConfigImpl::IsMoreSuitable(const ResConfigImpl *other, in IsMoreSuitable()
/base/global/resource_management/frameworks/resmgr/src/
Dlocale_matcher.cpp239 const ResLocale *other, in CompareRegionWhenQaag()
266 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage()
295 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript()
336 const ResLocale *other, in AlphabeticallyCompare()
371 const ResLocale *other, in CompareWhenRegionIsNull()
423 const ResLocale *other, in CompareDefaultRegion()
455 const ResLocale *other, in CompareRegion()
504 bool LocaleMatcher::Match(const ResLocale *current, const ResLocale *other) in Match()
540 int8_t CompareLanguageIgnoreOldNewCode(const ResLocale *current, const ResLocale *other, const ResL… in CompareLanguageIgnoreOldNewCode()
572 const ResLocale *other, in CompareRegionWhenLangIsNotEqual()
[all …]
Dres_config_impl.cpp206 bool ResConfigImpl::CopyLocale(ResConfig &other) in CopyLocale()
258 bool ResConfigImpl::Copy(ResConfig &other) in Copy()
381 bool ResConfigImpl::IsMoreSuitable(const ResConfigImpl *other, in IsMoreSuitable()
543 bool ResConfigImpl::IsMoreSpecificThan(const ResConfigImpl *other, uint32_t density) const in IsMoreSpecificThan() argument
/base/security/appverify/interfaces/innerkits/appverify/src/common/
Dhap_byte_buffer.cpp36 HapByteBuffer::HapByteBuffer(const HapByteBuffer& other) : buffer(nullptr), position(0), limit(0), … in HapByteBuffer()
67 HapByteBuffer& HapByteBuffer::operator=(const HapByteBuffer& other) in operator =()
282 bool HapByteBuffer::CopyPartialBuffer(const HapByteBuffer& other, int32_t len) in CopyPartialBuffer()
310 bool HapByteBuffer::IsEqual(const HapByteBuffer& other) in IsEqual()
330 bool HapByteBuffer::IsEqual(const std::string& other) in IsEqual()
/base/useriam/pin_auth/common/utils/
Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr()
/base/useriam/fingerprint_auth/common/utils/
Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr()
/base/useriam/face_auth/common/utils/
Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr()
/base/useriam/user_auth_framework/common/utils/
Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr()
/base/security/security_component_manager/frameworks/security_component/src/
Dsave_button.cpp37 bool SaveButton::CompareComponentBasicInfo(SecCompBase *other, bool isRectCheck) const in CompareComponentBasicInfo()
Dlocation_button.cpp37 bool LocationButton::CompareComponentBasicInfo(SecCompBase *other, bool isRectCheck) const in CompareComponentBasicInfo()
Dpaste_button.cpp37 bool PasteButton::CompareComponentBasicInfo(SecCompBase *other, bool isRectCheck) const in CompareComponentBasicInfo()
/base/startup/init/services/modules/init_hook/
Dparam_hook.c94 static const ParamCmdInfo other[] = { in GetOtherSpecial() local
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_entity.cpp50 bool SecCompEntity::CompareComponentBasicInfo(SecCompBase* other, bool isRectCheck) const in CompareComponentBasicInfo()
/base/security/code_signature/interfaces/innerkits/common/include/
Dbyte_buffer.h41 ByteBuffer(const ByteBuffer &other) in ByteBuffer()
/base/theme/wallpaper_mgr/utils/include/
Dconcurrent_map.h38 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap()
54 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/base/inputmethod/imf/frameworks/common/
Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap()
59 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() function
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_timer.cpp48 ReminderRequestTimer::ReminderRequestTimer(const ReminderRequestTimer &other) : ReminderRequest(oth… in ReminderRequestTimer()
/base/sensors/sensor/utils/ipc/src/
Dstream_buffer.cpp25 StreamBuffer &StreamBuffer::operator=(const StreamBuffer &other) in operator =()
/base/msdp/device_status/utils/ipc/src/
Dstream_buffer.cpp27 StreamBuffer &StreamBuffer::operator=(const StreamBuffer &other) in operator =()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp85 void InitValueByBaseType(AppEventParamValue* value, const AppEventParamValue& other) in InitValueByBaseType()
118 void InitValueByReferType(AppEventParamValue* value, const AppEventParamValue& other) in InitValueByReferType()
161 AppEventParamValue::AppEventParamValue(const AppEventParamValue& other) : type(other.type) in AppEventParamValue()

12