Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 18 of 18) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Dstring_view.h348 constexpr int basic_string_view<CharT>::compare(basic_string_view v) const noexcept in compare() function
369 constexpr int basic_string_view<CharT>::compare(size_type pos1, size_type count1, basic_string_view… in compare() function
375 constexpr int basic_string_view<CharT>::compare( in compare() function
382 constexpr int basic_string_view<CharT>::compare(CharT const* const s) const in compare() function
403 constexpr int basic_string_view<CharT>::compare(size_type pos1, size_type count1, CharT const* cons… in compare() function
409 constexpr int basic_string_view<CharT>::compare( in compare() function
Dstring.h661 int compare(string_view v) const noexcept in compare() function
666 int compare(size_type pos1, size_type count1, string_view v) const in compare() function
671 …int compare(size_type pos1, size_type count1, string_view v, size_type pos2, size_type count2) con… in compare() function
676 int compare(CharT const* const s) const in compare() function
681 int compare(size_type pos1, size_type count1, CharT const* const s) const in compare() function
686 int compare(size_type pos1, size_type count1, CharT const* const s, size_type count2) const in compare() function
/foundation/barrierfree/accessibility/services/test/mock/common/
Daccessibility_common_helper.h59 bool WaitForLoop(const std::function<bool()> &compare, int32_t timeout) in WaitForLoop()
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
Dcommon.h125 VECTOR_Compare compare; member
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
Duid.h122 constexpr int compare(const Uid& rhs) const in compare() function
/foundation/systemabilitymgr/samgr_lite/samgr/source/
Dcommon.c20 Vector VECTOR_Make(VECTOR_Key key, VECTOR_Compare compare) in VECTOR_Make()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
Dtrans_udp_negotiation_exchange.c47 bool compare = regexec(&regComp, sessionName, 0, NULL, 0) == 0; in IsIShareSession() local
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
Ddfx_worker.cpp194 static bool compare(const shared_ptr<DfxTask> &taskOne, const shared_ptr<DfxTask> &taskTwo) in compare() function
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
Dimage_type_converter.cpp68 static T Find(T (&infos)[L], C compare) in Find()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
Dpixel_convert.h108 static inline bool FloatCompareTo(float val, float compare) in FloatCompareTo()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dinput_tdd_test.cpp35 ColorType compare = Color::GetColorFromRGB(red8, green8, blue8); in CompareColor() local
/foundation/window/window_manager/window_scene/test/unittest/
Dscene_session_dirty_manager_test.cpp731 std::vector<int32_t> compare = {POINTER_CHANGE_AREA_DEFAULT, pointerAreaFivePx, variable
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
Daudio_utils.h442 bool CasWithCompare(std::atomic<T> &atomicVar, T newValue, Compare compare) in CasWithCompare()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
Ddate_time_format_module.cpp441 int16_t DateTimeFormatModule::GetNumberEnd(const char *compare, uint8_t start) const in GetNumberEnd() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_decoration_painter.cpp512 … const RSPoint& center, const RSSize& size, NG::RadialShapeType type, const CompareType& compare) in RadiusToSide()
541 … const RSPoint& center, const RSSize& size, NG::RadialShapeType type, const CompareType& compare) in RadiusToCorner()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dskia_decoration_painter.cpp539 … const SkPoint& center, const SkSize& size, NG::RadialShapeType type, const CompareType& compare) in RadiusToSide()
568 … const SkPoint& center, const SkSize& size, NG::RadialShapeType type, const CompareType& compare) in RadiusToCorner()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Drosen_decoration_painter.cpp816 const SkPoint& center, const SkSize& size, RadialShapeType type, const CompareType& compare) in RadiusToSide()
833 const RSPoint& center, const RSSize& size, RadialShapeType type, const CompareType& compare) in RadiusToSide()
878 const SkPoint& center, const SkSize& size, RadialShapeType type, const CompareType& compare) in RadiusToCorner()
907 const RSPoint& center, const RSSize& size, RadialShapeType type, const CompareType& compare) in RadiusToCorner()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_context.h884 auto compare = NodeCompare<decltype(nodeLeft)>(); in operator() local