Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dexamples.sh18 exclude_list="examples vpxdec vpxenc tools_common"
21 for word in ${exclude_list}; do
/external/selinux/policycoreutils/sepolicy/sepolicy/
D__init__.py193 def find_all_files(domain, exclude_list = []): argument
197 if exe.endswith("_exec_t") and exe not in exclude_list:
205 def find_entrypoint_path(exe, exclude_list = []): argument
208 if exe.endswith("_exec_t") and exe not in exclude_list:
Dgui.py1616 def exclude_type(self, type, exclude_list): argument
1617 for e in exclude_list:
1623 exclude_list = []
1632 exclude_list.append(self.strip_domain(d[0]))
1652 …if write.startswith(compare) and not self.exclude_type(write, exclude_list) and write in self.file…
1661 if app.startswith(compare) and not self.exclude_type(app, exclude_list):