Home
last modified time | relevance | path

Searched refs:exclude_list (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
Dexamples.sh18 exclude_list="examples tools_common"
21 for word in ${exclude_list}; do
/external/opencv3/samples/python2/
Ddemo.py22 exclude_list = ['demo', 'common'] variable
80 if fn[0] != '_' and name not in exclude_list:
/external/selinux/policycoreutils/sepolicy/sepolicy/
D__init__.py206 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:
Dgui.py1620 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/
Doutput_writers.py989 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/
Dconfig.py168 self.exclude_list = DEFAULT_EXCLUDE[:]