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

  /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 147 inline int compare_type(const String16& lhs, const String16& rhs) function in namespace:android
154 return compare_type(lhs, rhs) < 0;
String8.h 323 inline int compare_type(const String8& lhs, const String8& rhs) function in namespace:android
330 return compare_type(lhs, rhs) < 0;
SortedVector.h 273 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
TypeHelpers.h 123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
  /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 122 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function
129 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/surfaceflinger_client/
SurfaceComposerClient.cpp 154 static inline int compare_type( const layer_state_t& lhs, function in namespace:android

Completed in 97 milliseconds