HomeSort by relevance Sort by last modified time
    Searched refs:strictly_order_type (Results 1 - 12 of 12) sorted by null

  /frameworks/rs/cpp/util/
TypeHelpers.h 118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::RSC
124 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
238 return strictly_order_type(key, o.key);
  /frameworks/rs/server/
TypeHelpers.h 118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
124 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
238 return strictly_order_type(key, o.key);
  /system/core/include/utils/
TypeHelpers.h 118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
124 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
245 return strictly_order_type(key, o.key);
String16.h 137 inline int strictly_order_type(const String16& lhs, const String16& rhs) function in namespace:android
String8.h 250 inline int strictly_order_type(const String8& lhs, const String8& rhs) function in namespace:android
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 102 friend inline int strictly_order_type(const Key& lhs, const Key& rhs) { function in class:android::ProgramCache::Key
  /frameworks/base/libs/hwui/
PatchCache.h 118 friend inline int strictly_order_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
TextDropShadowCache.h 98 inline int strictly_order_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
GradientCache.h 87 inline int strictly_order_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
  /frameworks/base/libs/hwui/font/
Font.h 155 inline int strictly_order_type(const Font::FontDescription& lhs, function in namespace:android::uirenderer
  /frameworks/base/tools/aapt/
AaptAssets.h 134 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function
ResourceTable.cpp 671 return strictly_order_type(ident, o.ident);
    [all...]

Completed in 132 milliseconds