Searched refs:Compare (Results 1 - 11 of 11) sorted by last modified time

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dencoding.h470 template <typename Key, typename T, typename Compare, typename Allocator>
472 const std::map<Key, T, Compare, Allocator>& value) {
H A Dserialization.h265 template <typename Key, typename T, typename Compare, typename Allocator>
267 const std::map<Key, T, Compare, Allocator>& m);
354 template <typename Key, typename T, typename Compare, typename Allocator>
356 const std::map<Key, T, Compare, Allocator>& v) {
642 template <typename Key, typename T, typename Compare, typename Allocator>
643 inline void SerializeType(const std::map<Key, T, Compare, Allocator>& value,
860 template <typename Key, typename T, typename Compare, typename Allocator>
861 inline void SerializeObject(const std::map<Key, T, Compare, Allocator>&, MessageWriter*, void*&);
1005 template <typename Key, typename T, typename Compare, typename Allocator>
1006 inline void SerializeObject(const std::map<Key, T, Compare, Allocato
[all...]
/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;
/frameworks/compile/slang/
H A Dslang_rs_context.h261 template <class FilterIn, class Compare>
262 std::vector<RSExportType *> getReduceResultTypes(FilterIn Filt, Compare Comp) const {
/frameworks/av/include/media/stagefright/foundation/
H A DAStringUtils.h26 static int Compare(const char *a, const char *b, size_t len, bool ignoreCase);
/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/av/media/libstagefright/foundation/include/foundation/
H A DAStringUtils.h26 static int Compare(const char *a, const char *b, size_t len, bool ignoreCase);
/frameworks/av/media/libstagefright/foundation/tests/
H A DUtils_test.cpp33 ASSERT_EQ(AStringUtils::Compare("Audio", "AudioExt", 5, false), 0);
34 ASSERT_EQ(AStringUtils::Compare("Audio", "audiOExt", 5, true), 0);
35 ASSERT_NE(AStringUtils::Compare("Audio", "audioExt", 5, false), 0);
36 ASSERT_NE(AStringUtils::Compare("Audio", "AudiOExt", 5, false), 0);
38 ASSERT_LT(AStringUtils::Compare("Audio", "AudioExt", 7, false), 0);
39 ASSERT_LT(AStringUtils::Compare("Audio", "audiOExt", 7, true), 0);
41 ASSERT_GT(AStringUtils::Compare("AudioExt", "Audio", 7, false), 0);
42 ASSERT_GT(AStringUtils::Compare("audiOext", "Audio", 7, true), 0);
44 ASSERT_LT(AStringUtils::Compare("Audio", "Video", 5, false), 0);
45 ASSERT_LT(AStringUtils::Compare("Audio
[all...]
/frameworks/av/media/libstagefright/include/foundation/
H A DAStringUtils.h26 static int Compare(const char *a, const char *b, size_t len, bool ignoreCase);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dscale_sig_opt.s34 CMP r2, #0 @Compare exp and 0

Completed in 1810 milliseconds