Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/include/utils/
DString16.h120 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() function
127 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DString8.h227 inline int compare_type(const String8& lhs, const String8& rhs) in compare_type() function
234 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DTypeHelpers.h111 int compare_type(const TYPE& lhs, const TYPE& rhs) {
DSortedVector.h275 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.h111 inline int compare_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { in compare_type() function
/frameworks/base/tools/aapt/
DAaptAssets.h149 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function
156 return compare_type(lhs, rhs) < 0; in strictly_order_type()
/frameworks/base/libs/hwui/utils/
DSortedList.h236 return compare_type(*reinterpret_cast<const TYPE*> (lhs), *reinterpret_cast<const TYPE*> (rhs)); in do_compare()
/frameworks/base/libs/gui/
DSurfaceComposerClient.cpp80 int compare_type( const ComposerState& lhs, const ComposerState& rhs) { in compare_type() function