Home
last modified time | relevance | path

Searched refs:_excluded (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/c-analyzer/c_common/
Dscriptutil.py399 def match_kind(kind, *, _excluded=excluded): argument
400 return kind not in _excluded
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dasset.dart485 _excluded = excluded.map<String>((String path) => fs.path.absolute(path) + fs.path.separator);
488 Iterable<String> _excluded;
502 if (fs.isFileSync(path) && !_excluded.any((String exclude) => path.startsWith(exclude)))