/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
H A D | imedia_key_system_callback.h | 30 #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 D | imedia_decrypt_module.h | 29 #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 D | imedia_key_session_callback.h | 31 #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 D | ioem_certificate.h | 31 #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 D | imedia_key_system_factory.h | 31 #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 D | imedia_key_session.h | 34 #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 D | imedia_key_system.h | 35 #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 D | GlobalSortKeyComparator.java | 29 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 D | NotifComparator.java | 44 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 D | CacheOomRanker.java | 444 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 D | string_view.h | 348 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 D | string.h | 661 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 D | AbstractResolverComparator.java | 179 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 D | SizeAreaComparator.java | 37 public int compare(Size size, Size size2) { in compare() method in SizeAreaComparator
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ObjectUtils.java | 42 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 D | Locale.h | 87 int LocaleValue::compare(const LocaleValue& other) const { in compare() function
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
H A D | log_utils.h | 68 const ValueCmp compare; variable
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/common/ |
H A D | accessibility_common_helper.h | 59 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 D | CameraUtils.java | 75 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 D | TestGrouping.java | 164 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 D | NotificationGroupingUtil.java | 313 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 D | UsbAccessory.java | 98 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 D | uid.h | 122 constexpr int compare(const Uid& rhs) const in compare() function
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | common.h | 125 VECTOR_Compare compare; member
|
/aosp14/system/core/libutils/include/utils/ |
H A D | String8.h | 319 inline int String8::compare(const String8& other) const in compare() function
|