Home
last modified time | relevance | path

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

12345

/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_system_callback.h30 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_decrypt_module.h29 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
37 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_key_session_callback.h31 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dioem_certificate.h31 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_key_system_factory.h31 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_key_session.h34 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
42 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_key_system.h35 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
43 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGlobalSortKeyComparator.java29 public int compare(NotificationRecord left, NotificationRecord right) { in compare() method in GlobalSortKeyComparator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/
H A DNotifComparator.java44 public abstract int compare(@NonNull ListEntry o1, @NonNull ListEntry o2); in compare() method in NotifComparator
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DCacheOomRanker.java444 public int compare(RankedProcessRecord o1, RankedProcessRecord o2) { in compare() method in CacheOomRanker.ScoreComparator
451 public int compare(RankedProcessRecord o1, RankedProcessRecord o2) { in compare() method in CacheOomRanker.LastActivityTimeComparator
458 public int compare(RankedProcessRecord o1, RankedProcessRecord o2) { in compare() method in CacheOomRanker.CacheUseComparator
466 public int compare(RankedProcessRecord o1, RankedProcessRecord o2) { in compare() method in CacheOomRanker.RssComparator
476 public int compare(RankedProcessRecord o1, RankedProcessRecord o2) { in compare() method in CacheOomRanker.LastRssComparator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A 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
H A 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
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAbstractResolverComparator.java179 public final int compare(ResolvedComponentInfo lhsp, ResolvedComponentInfo rhsp) { in compare() method in AbstractResolverComparator
226 abstract int compare(ResolveInfo lhs, ResolveInfo rhs); in compare() method in AbstractResolverComparator
307 public int compare(ResolveInfo lhsp, ResolveInfo rhsp) { in compare() method in AbstractResolverComparator.AzInfoComparator
/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSizeAreaComparator.java37 public int compare(Size size, Size size2) { in compare() method in SizeAreaComparator
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DObjectUtils.java42 public static <T extends Comparable> int compare(@Nullable T a, @Nullable T b) { in compare() method in ObjectUtils
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DLocale.h87 int LocaleValue::compare(const LocaleValue& other) const { in compare() function
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_utils.h68 const ValueCmp compare; variable
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/common/
H A Daccessibility_common_helper.h59 bool WaitForLoop(const std::function<bool()> &compare, int32_t timeout) in WaitForLoop()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraUtils.java75 public int compare(Camera.Size lhs, Camera.Size rhs) { in compare() method in CameraUtils.LegacySizeComparator
/aosp14/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestGrouping.java164 public int compare(Class<? extends TestCase> class1, in compare() method in TestGrouping.SortBySimpleName
181 public int compare(Class<? extends TestCase> class1, in compare() method in TestGrouping.SortByFullyQualifiedName
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java313 boolean compare(View parent, View child, Object parentData, Object childData); in compare() method
323 public boolean compare(View parent, View child, Object parentData, Object childData) { in compare() method in NotificationGroupingUtil.BadgeComparator
338 public boolean compare(View parent, View child, Object parentData, Object childData) { in compare() method in NotificationGroupingUtil.TextViewComparator
354 public boolean compare(View parent, View child, Object parentData, Object childData) { in compare() method in NotificationGroupingUtil.IconComparator
413 public boolean compare(View parent, View child, Object parentData, Object childData) { in compare() method in NotificationGroupingUtil.AppNameComparator
/aosp14/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbAccessory.java98 private static boolean compare(String s1, String s2) { in compare() method in UsbAccessory
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Duid.h122 constexpr int compare(const Uid& rhs) const in compare() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dcommon.h125 VECTOR_Compare compare; member
/aosp14/system/core/libutils/include/utils/
H A DString8.h319 inline int String8::compare(const String8& other) const in compare() function

12345