Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 5 of 5) sorted by relevance

/system/core/include/utils/
DString16.h137 inline int strictly_order_type(const String16& lhs, const String16& rhs) in strictly_order_type()
DString8.h244 inline int strictly_order_type(const String8& lhs, const String8& rhs) in strictly_order_type()
/system/core/libpixelflinger/codeflinger/
DCodeCache.h125 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs, in compare_type()
/system/core/libpixelflinger/codeflinger/tinyutils/
DSortedVector.h274 int SortedVector<TYPE>::do_compare(const void* lhs, const void* rhs) const { in do_compare()
/system/core/libutils/
DVectorImpl.cpp155 static int sortProxy(const void* lhs, const void* rhs, void* func) in sortProxy()