Home
last modified time | relevance | path

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

/frameworks/base/include/utils/
DString16.h142 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() function
149 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DString8.h312 inline int compare_type(const String8& lhs, const String8& rhs) in compare_type() function
319 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) {
DSortedVector.h273 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
/frameworks/base/tools/aapt/
DAaptAssets.h107 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function
114 return compare_type(lhs, rhs) < 0; in strictly_order_type()
/frameworks/base/libs/ui/
DSurfaceComposerClient.cpp113 static inline int compare_type( const layer_state_t& lhs, in compare_type() function