Home
last modified time | relevance | path

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

/third_party/jerryscript/tools/
H A Dcheck-license.py53 EXCLUDE_DIRS = [ variable
76 if any(root.startswith(exclude) for exclude in EXCLUDE_DIRS):
/third_party/rust/crates/syn/tests/repo/
H A Dmod.rs217 static EXCLUDE_DIRS: &[&str] = &[ consts
282 return !EXCLUDE_DIRS.contains(&path_string); in base_dir_filter()
318 for dir in EXCLUDE_DIRS { in clone_rust()
330 for exclude in EXCLUDE_DIRS { in clone_rust()
332 panic!("duplicate path in EXCLUDE_DIRS: {}", exclude); in clone_rust()
/third_party/python/Tools/scripts/
H A Dpatchcheck.py16 EXCLUDE_DIRS = [os.path.join('Modules', '_ctypes', 'libffi_osx'), variable
153 if any(filename.startswith(path) for path in EXCLUDE_DIRS):

Completed in 2 milliseconds