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

  /frameworks/base/include/utils/
TypeHelpers.h 106 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
112 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
223 return strictly_order_type(key, o.key);
String16.h 125 inline int strictly_order_type(const String16& lhs, const String16& rhs) function in namespace:android
String8.h 232 inline int strictly_order_type(const String8& lhs, const String8& rhs) function in namespace:android
  /system/core/libpixelflinger/tinyutils/
TypeHelpers.h 95 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
101 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
218 return strictly_order_type(key, o.key);
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 107 inline int strictly_order_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { function in namespace:android
  /frameworks/base/tools/aapt/
AaptAssets.h 154 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function

Completed in 49 milliseconds