Searched refs:exclude_list (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/test/ |
D | examples.sh | 18 exclude_list="examples tools_common" 21 for word in ${exclude_list}; do
|
/external/opencv3/samples/python2/ |
D | demo.py | 22 exclude_list = ['demo', 'common'] variable 80 if fn[0] != '_' and name not in exclude_list:
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | __init__.py | 206 def find_all_files(domain, exclude_list=[]): argument 210 if exe.endswith("_exec_t") and exe not in exclude_list: 220 def find_entrypoint_path(exe, exclude_list=[]): argument 223 if exe.endswith("_exec_t") and exe not in exclude_list:
|
D | gui.py | 1620 def exclude_type(self, type, exclude_list): argument 1621 for e in exclude_list: 1627 exclude_list = [] 1636 exclude_list.append(self.strip_domain(d[0])) 1656 …if write.startswith(compare) and not self.exclude_type(write, exclude_list) and write in self.file… 1665 if app.startswith(compare) and not self.exclude_type(app, exclude_list):
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | output_writers.py | 989 writer_spec, exclude_list=files_to_keep) 1014 def _try_to_clean_garbage(self, writer_spec, exclude_list=()): argument 1031 if f.filename not in exclude_list:
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | config.py | 168 self.exclude_list = DEFAULT_EXCLUDE[:]
|