Home
last modified time | relevance | path

Searched refs:match_files (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/c_analyzer/variables/
Dknown.py55 match_files=(lambda f1, f2: f1 == f2), argument
82 if not match_files(varid.filename, varid.filename):
/external/python/cpython3/Tools/c-analyzer/c_analyzer/common/
Dinfo.py75 match_files=(lambda f1, f2: f1 == f2), argument
118 elif not match_files(self.filename, other.filename):
/external/nanopb-c/tests/site_scons/
Dsite_init.py84 def match_files(target, source, env): function
106 match_builder = Builder(action = match_files, suffix = '.matched')
/external/grpc-grpc/third_party/nanopb/tests/site_scons/
Dsite_init.py84 def match_files(target, source, env): function
106 match_builder = Builder(action = match_files, suffix = '.matched')
/external/elfutils/src/
Dunstrip.c97 bool match_files; member
136 info->match_files = true; in parse_opt()
2449 bool match_files; member
2468 if (info->match_files) in match_module()
2494 struct match_module_info mmi = { info->args, NULL, info->match_files }; in handle_implicit_modules()