Searched refs:strictly_order_type (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/utils/
H A DTypeHelpers.h118 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);
H A DString16.h130 inline int strictly_order_type(const String16& lhs, const String16& rhs) function in namespace:android
H A DString8.h237 inline int strictly_order_type(const String8& lhs, const String8& rhs) function in namespace:android
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h105 inline int strictly_order_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { function in namespace:android
/frameworks/base/tools/aapt/
H A DAaptAssets.h150 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function

Completed in 631 milliseconds