HomeSort by relevance Sort by last modified time
    Searched refs:MatchesGlob (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/foundation/tests/
Utils_test.cpp 54 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("*1", 1, "String8", 0, true))
    [all...]
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AStringUtils.h 30 static bool MatchesGlob(
  /frameworks/av/media/libstagefright/foundation/
AStringUtils.cpp 29 bool AStringUtils::MatchesGlob(
ADebug.cpp 75 if (!AStringUtils::MatchesGlob(

Completed in 738 milliseconds