Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/tests/repo/
Dmod.rs102 static EXCLUDE_DIRS: &[&str] = &[ variable
131 return !EXCLUDE_DIRS.contains(&path_string); in base_dir_filter()
174 for exclude in EXCLUDE_DIRS { in clone_rust()
/third_party/jerryscript/tools/
Dcheck-license.py53 EXCLUDE_DIRS = [ variable
76 if any(root.startswith(exclude) for exclude in EXCLUDE_DIRS):
/third_party/python/Tools/scripts/
Dpatchcheck.py16 EXCLUDE_DIRS = [os.path.join('Modules', '_ctypes', 'libffi_osx'), variable
151 if any(filename.startswith(path) for path in EXCLUDE_DIRS):