Searched refs:MatchesGlob (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/tests/
H A DUtils_test.cpp58 ASSERT_TRUE(AStringUtils::MatchesGlob("AudioA", 5, "AudioB", 5, false));
59 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 6, "AudioA", 5, false));
60 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 5, "AudioA", 6, false));
61 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 5, "audiOB", 5, false));
62 ASSERT_TRUE(AStringUtils::MatchesGlob("AudioA", 5, "audiOB", 5, true));
63 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 6, "AudioA", 5, true));
64 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 5, "AudioA", 6, true));
66 ASSERT_TRUE(AStringUtils::MatchesGlob("*1", 1, "String8", 6, true));
67 ASSERT_TRUE(AStringUtils::MatchesGlob("*1", 1, "String8", 6, false));
68 ASSERT_TRUE(AStringUtils::MatchesGlob("*
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAStringUtils.h30 static bool MatchesGlob(
/frameworks/av/media/libstagefright/foundation/
H A DAStringUtils.cpp29 bool AStringUtils::MatchesGlob( function in class:android::AStringUtils
H A DADebug.cpp75 if (!AStringUtils::MatchesGlob(

Completed in 1474 milliseconds