Home
last modified time | relevance | path

Searched refs:default_match (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/pydir/
Dcrosstest_generator.py13 def Match(desc, includes, excludes, default_match): argument
29 return default_match
149 default_match = not args.include
170 if Match(set(desc), includes, excludes, default_match):
Dszbuild.py48 def MatchSymbol(sym, re_include, re_exclude, default_match): argument
61 return default_match
400 default_match = not args.include
405 if MatchSymbol(sym, re_include, re_exclude, default_match):
471 print 'default_match={dm}'.format(dm=default_match)