/system/core/libpixelflinger/codeflinger/ |
CodeCache.h | 37 virtual int compare_type(const AssemblyKeyBase& key) const = 0; 45 virtual int compare_type(const AssemblyKeyBase& key) const { function in class:android::AssemblyKey 47 return android::compare_type(mKey, rhs); 104 friend int compare_type( 119 friend int compare_type( 124 // KeyedVector uses compare_type(), which is more efficient, than 126 inline int compare_type( function in namespace:android 130 return lhs.key.mKey->compare_type(*(rhs.key.mKey));
|
/frameworks/base/include/utils/ |
String16.h | 120 inline int compare_type(const String16& lhs, const String16& rhs) function in namespace:android 127 return compare_type(lhs, rhs) < 0;
|
String8.h | 227 inline int compare_type(const String8& lhs, const String8& rhs) function in namespace:android 234 return compare_type(lhs, rhs) < 0;
|
SortedVector.h | 275 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
|
TypeHelpers.h | 111 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
|
/frameworks/base/core/jni/android/graphics/ |
TextLayoutCache.h | 111 inline int compare_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { function in namespace:android
|
/frameworks/base/libs/hwui/utils/ |
SortedList.h | 236 return compare_type(*reinterpret_cast<const TYPE*> (lhs), *reinterpret_cast<const TYPE*> (rhs));
|
/system/core/libpixelflinger/tinyutils/ |
SortedVector.h | 274 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
|
TypeHelpers.h | 100 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
|
/frameworks/base/tools/aapt/ |
AaptAssets.h | 149 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function 156 return compare_type(lhs, rhs) < 0;
|
/system/core/include/private/pixelflinger/ |
ggl_context.h | 234 inline int compare_type(const needs_t& lhs, const needs_t& rhs) { function in namespace:android
|
/frameworks/base/libs/gui/ |
SurfaceComposerClient.cpp | 80 int compare_type( const ComposerState& lhs, const ComposerState& rhs) { function in namespace:android
|