OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesGlob
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/tests/
Utils_test.cpp
58
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
("*1", 1, "String8", 0, true))
[
all
...]
/frameworks/av/include/media/stagefright/foundation/
AStringUtils.h
30
static bool
MatchesGlob
(
/frameworks/av/media/libstagefright/foundation/
AStringUtils.cpp
29
bool AStringUtils::
MatchesGlob
(
ADebug.cpp
73
if (!AStringUtils::
MatchesGlob
(
Completed in 152 milliseconds