Home
last modified time | relevance | path

Searched refs:Compare (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/tests/
DUtils_test.cpp37 ASSERT_EQ(AStringUtils::Compare("Audio", "AudioExt", 5, false), 0); in TEST_F()
38 ASSERT_EQ(AStringUtils::Compare("Audio", "audiOExt", 5, true), 0); in TEST_F()
39 ASSERT_NE(AStringUtils::Compare("Audio", "audioExt", 5, false), 0); in TEST_F()
40 ASSERT_NE(AStringUtils::Compare("Audio", "AudiOExt", 5, false), 0); in TEST_F()
42 ASSERT_LT(AStringUtils::Compare("Audio", "AudioExt", 7, false), 0); in TEST_F()
43 ASSERT_LT(AStringUtils::Compare("Audio", "audiOExt", 7, true), 0); in TEST_F()
45 ASSERT_GT(AStringUtils::Compare("AudioExt", "Audio", 7, false), 0); in TEST_F()
46 ASSERT_GT(AStringUtils::Compare("audiOext", "Audio", 7, true), 0); in TEST_F()
48 ASSERT_LT(AStringUtils::Compare("Audio", "Video", 5, false), 0); in TEST_F()
49 ASSERT_LT(AStringUtils::Compare("Audio1", "Audio2", 6, false), 0); in TEST_F()
[all …]
/frameworks/av/media/libstagefright/foundation/
DAStringUtils.cpp23 int AStringUtils::Compare(const char *a, const char *b, size_t len, bool ignoreCase) { in Compare() function in android::AStringUtils
38 if (strLen < globIx || Compare(str, glob, globIx /* len */, ignoreCase)) { in MatchesGlob()
59 return !Compare(tail, pattern, len, ignoreCase); in MatchesGlob()
62 while (ix + len <= strLen && Compare(str + ix, pattern, len, ignoreCase)) { in MatchesGlob()
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h124 struct Compare { struct
153 typedef HashEntry<Key, Stub*, Key::Compare> StubEntryType;
/frameworks/av/include/media/stagefright/foundation/
DAStringUtils.h26 static int Compare(const char *a, const char *b, size_t len, bool ignoreCase);
/frameworks/av/media/libstagefright/codecs/common/include/
DvoMem.h48 VO_S32 (VO_API * Compare) (VO_S32 uID, VO_PTR pBuffer1, VO_PTR pBuffer2, VO_U32 uSize);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dscale_sig_opt.s34 CMP r2, #0 @Compare exp and 0
/frameworks/base/docs/html/training/articles/
Dperf-anr.jd59 level, you can think of responsiveness as a <em>class</em> problem. (Compare
/frameworks/base/docs/html/tools/debugging/
Ddebugging-memory.jd747 <strong>Add to Compare Basket</strong>.
749 <li>Switch to the <em>Compare Basket</em> view and click <strong>Compare the Results</strong>
/frameworks/base/docs/html/guide/topics/data/
Dbackup.jd502 <li>Compare the entity key to a list of known key values that you should have declared as static