Home
last modified time | relevance | path

Searched refs:matchExclude (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/skqp/src/
Dskqp_main.cpp52 bool matchExclude, matchStart, matchEnd; in should_skip() local
53 if ((matchExclude = matchName[0] == '~')) { in should_skip()
70 return matchExclude; in should_skip()
/external/skia/tools/skqp/src/
Dskqp_main.cpp58 bool matchExclude, matchStart, matchEnd; in should_skip() local
59 if ((matchExclude = matchName[0] == '~')) { in should_skip()
76 return matchExclude; in should_skip()
/external/skia/tools/flags/
DCommandLineFlags.cpp368 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local
369 if ((matchExclude = matchName[0] == '~')) { in ShouldSkipImpl()
387 return matchExclude; in ShouldSkipImpl()
/external/skqp/tools/flags/
DSkCommandLineFlags.cpp379 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local
380 if ((matchExclude = matchName[0] == '~')) { in ShouldSkipImpl()
397 return matchExclude; in ShouldSkipImpl()