Home
last modified time | relevance | path

Searched defs:exclude_dirs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dpysource.py91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dpysource.py91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument
/aosp_15_r20/external/vixl/tools/
H A Dutil.py234 exclude_dirs = ['.*', '*/traces/*']): argument
/aosp_15_r20/external/bazelbuild-rules_rust/tools/rust_analyzer/
H A Drust_project.rs82 exclude_dirs: Vec<String>, field
H A Daquery.rs60 pub exclude_dirs: Vec<String>, field