Searched refs:MatchesGlob (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/foundation/tests/ |
D | Utils_test.cpp | 54 ASSERT_TRUE(AStringUtils::MatchesGlob("AudioA", 5, "AudioB", 5, false)); in TEST_F() 55 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 6, "AudioA", 5, false)); in TEST_F() 56 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 5, "AudioA", 6, false)); in TEST_F() 57 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 5, "audiOB", 5, false)); in TEST_F() 58 ASSERT_TRUE(AStringUtils::MatchesGlob("AudioA", 5, "audiOB", 5, true)); in TEST_F() 59 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 6, "AudioA", 5, true)); in TEST_F() 60 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 5, "AudioA", 6, true)); in TEST_F() 62 ASSERT_TRUE(AStringUtils::MatchesGlob("*1", 1, "String8", 6, true)); in TEST_F() 63 ASSERT_TRUE(AStringUtils::MatchesGlob("*1", 1, "String8", 6, false)); in TEST_F() 64 ASSERT_TRUE(AStringUtils::MatchesGlob("*1", 1, "String8", 0, true)); in TEST_F() [all …]
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AStringUtils.h | 30 static bool MatchesGlob(
|
/frameworks/av/media/libstagefright/foundation/ |
D | AStringUtils.cpp | 29 bool AStringUtils::MatchesGlob( in MatchesGlob() function in android::AStringUtils
|
D | ADebug.cpp | 75 if (!AStringUtils::MatchesGlob( in GetLevelFromSettingsString()
|