Home
last modified time | relevance | path

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

/third_party/flutter/skia/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()
/third_party/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()
/third_party/skia/tools/flags/
DCommandLineFlags.cpp368 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local
369 if ((matchExclude = matchName[0] == '~')) { in ShouldSkipImpl()
387 return matchExclude; in ShouldSkipImpl()
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.cpp368 bool matchExclude, matchStart, matchEnd; in ShouldSkipImpl() local
369 if ((matchExclude = matchName[0] == '~')) { in ShouldSkipImpl()
387 return matchExclude; in ShouldSkipImpl()