Home
last modified time | relevance | path

Searched refs:_ignore (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/infra/bots/recipe_modules/build/
H A Dpathkit.py8 def compile_fn(api, checkout_root, _ignore):
16 # further, we don't use the same out_dir as everyone else (thus the _ignore)
51 def copy_build_products(api, _ignore, dst):
H A Dcanvaskit.py9 def compile_fn(api, checkout_root, _ignore):
17 # further, we don't use the same out_dir as everyone else (thus the _ignore)
53 def copy_build_products(api, _ignore, dst):
H A Dcmake.py11 def compile_fn(api, checkout_root, _ignore):
22 # further, we don't use the same out_dir as everyone else (thus the _ignore)
/third_party/python/Lib/
H A Dtrace.py74 self._ignore = { '<string>': 1 }
77 if modulename in self._ignore:
78 return self._ignore[modulename]
83 self._ignore[modulename] = 1
93 self._ignore[modulename] = 1
99 self._ignore[modulename] = 1
112 self._ignore[modulename] = 1
116 self._ignore[modulename] = 0
H A Denum.py361 self._ignore = []
405 self._ignore = value
418 elif key in self._ignore:
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
H A DDicer.js81 if (this.listenerCount('preamble') !== 0) { this.emit('preamble', this._part) } else { this._ignore() }
112 Dicer.prototype._ignore = function () {
161 this._ignore()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Dmultipart.js167 self.parser._ignore()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite399 eval ignore=\$check_${stream}_ignore
/third_party/python/Lib/test/
H A Dtest_shutil.py626 def _ignore(src, names): function
636 shutil.copytree(src_dir, dst_dir, ignore=_ignore)
641 shutil.copytree(pathlib.Path(src_dir), dst_dir, ignore=_ignore)
648 shutil.copytree(src_dir_entry, dst_dir, ignore=_ignore)
/third_party/node/deps/undici/
H A Dundici.js2915 this._ignore();
2948 Dicer.prototype._ignore = function() {
3003 this._ignore();
3951 self.parser._ignore();

Completed in 22 milliseconds