Lines Matching refs:name
12 # * Neither the name of ARM Limited nor the names of its contributors may be
88 # Extract the macro name as key and value as element.
91 # Capture macro name.
218 # Return a list of files whose name matches at least one `include` pattern, and
229 def NameMatchesAnyFilter(name, filters):
231 if fnmatch.fnmatch(name, f):
241 os.path.join(root, name)
242 for name in files
243 if NameMatchesAnyFilter(name, include) and \
244 not NameMatchesAnyFilter(name, exclude)