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

/frameworks/av/media/libstagefright/foundation/tests/
H A DUtils_test.cpp54 ASSERT_TRUE(AStringUtils::MatchesGlob("AudioA", 5, "AudioB", 5, false));
55 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 6, "AudioA", 5, false));
56 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 5, "AudioA", 6, false));
57 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 5, "audiOB", 5, false));
58 ASSERT_TRUE(AStringUtils::MatchesGlob("AudioA", 5, "audiOB", 5, true));
59 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 6, "AudioA", 5, true));
60 ASSERT_FALSE(AStringUtils::MatchesGlob("AudioA", 5, "AudioA", 6, true));
62 ASSERT_TRUE(AStringUtils::MatchesGlob("*1", 1, "String8", 6, true));
63 ASSERT_TRUE(AStringUtils::MatchesGlob("*1", 1, "String8", 6, false));
64 ASSERT_TRUE(AStringUtils::MatchesGlob("*
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAStringUtils.h30 static bool MatchesGlob(
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAStringUtils.h30 static bool MatchesGlob(
/frameworks/av/media/libstagefright/include/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 1120 milliseconds