/system/core/libpixelflinger/codeflinger/ |
CodeCache.h | 38 virtual int compare_type(const AssemblyKeyBase& key) const = 0; 46 virtual int compare_type(const AssemblyKeyBase& key) const { function in class:android::AssemblyKey 48 return android::compare_type(mKey, rhs); 102 friend int compare_type( 117 friend int compare_type( 122 // KeyedVector uses compare_type(), which is more efficient, than 124 inline int compare_type( function in namespace:android 128 return lhs.key.mKey->compare_type(*(rhs.key.mKey));
|
/frameworks/base/libs/hwui/ |
LayerCache.h | 122 friend inline int compare_type(const LayerEntry& lhs, const LayerEntry& rhs) { function in struct:android::uirenderer::LayerCache::LayerEntry
|
RenderBufferCache.h | 108 friend inline int compare_type(const RenderBufferEntry& lhs, function in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
|
PatchCache.h | 122 friend inline int compare_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
|
TextDropShadowCache.h | 107 inline int compare_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
|
GradientCache.h | 98 inline int compare_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
|
PathCache.h | 167 friend inline int compare_type(const PathDescription& lhs, const PathDescription& rhs) { function in struct:android::uirenderer::PathDescription
|
/system/core/include/utils/ |
String16.h | 132 inline int compare_type(const String16& lhs, const String16& rhs) function in namespace:android 139 return compare_type(lhs, rhs) < 0;
|
String8.h | 239 inline int compare_type(const String8& lhs, const String8& rhs) function in namespace:android 246 return compare_type(lhs, rhs) < 0;
|
SortedVector.h | 274 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
|
/frameworks/base/libs/hwui/font/ |
Font.h | 155 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) { function in namespace:android::uirenderer
|
/frameworks/base/core/jni/android/graphics/ |
TextLayoutCache.h | 114 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));
|
/frameworks/rs/cpp/util/ |
TypeHelpers.h | 123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::RSC
|
/frameworks/rs/server/ |
TypeHelpers.h | 123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
SortedVector.h | 275 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
|
TypeHelpers.h | 110 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::tinyutils
|
/frameworks/base/tools/aapt/ |
AaptAssets.h | 145 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function 152 return compare_type(lhs, rhs) < 0;
|
ResourceTable.cpp | 651 int cmp = compare_type(type, o.type); [all...] |
/frameworks/native/libs/gui/ |
SurfaceComposerClient.cpp | 98 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { function in namespace:android 107 int compare_type(const DisplayState& lhs, const DisplayState& rhs) { function in namespace:android 108 return compare_type(lhs.token, rhs.token);
|
/system/core/include/private/pixelflinger/ |
ggl_context.h | 254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) { function in namespace:android
|
/external/chromium_org/v8/src/ |
ast.h | 1124 Handle<Type> compare_type() { return compare_type_; } function in class:v8::internal::V8_FINAL [all...] |
hydrogen.cc | [all...] |