Searched defs:Compare (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoMem.h48 VO_S32 (VO_API * Compare) (VO_S32 uID, VO_PTR pBuffer1, VO_PTR pBuffer2, VO_U32 uSize); member in struct:VO_MEM_OPERATOR
/frameworks/av/media/libstagefright/foundation/
H A DAStringUtils.cpp23 int AStringUtils::Compare(const char *a, const char *b, size_t len, bool ignoreCase) { function in class:android::AStringUtils
38 if (strLen < globIx || Compare(str, glob, globIx /* len */, ignoreCase)) {
59 return !Compare(tail, pattern, len, ignoreCase);
62 while (ix + len <= strLen && Compare(str + ix, pattern, len, ignoreCase)) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h128 struct Compare { struct in class:mcld::BranchIsland::Key
157 typedef HashEntry<Key, Stub*, Key::Compare> StubEntryType;

Completed in 499 milliseconds