Searched refs:_ignore (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/infra/bots/recipe_modules/build/ |
H A D | pathkit.py | 8 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 D | canvaskit.py | 9 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 D | cmake.py | 11 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 D | trace.py | 74 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 D | enum.py | 361 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 D | Dicer.js | 81 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 D | multipart.js | 167 self.parser._ignore()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | test-suite | 399 eval ignore=\$check_${stream}_ignore
|
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 626 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 D | undici.js | 2915 this._ignore(); 2948 Dicer.prototype._ignore = function() { 3003 this._ignore(); 3951 self.parser._ignore();
|
Completed in 20 milliseconds