Home
last modified time | relevance | path

Searched refs:dryrun (Results 1 – 25 of 25) sorted by relevance

/third_party/node/deps/npm/lib/
Duninstall.js27 const dryrun = !!npm.config.get('dry-run')
40 new Uninstaller(where, dryrun, args).run(cb)
46 new Uninstaller(where, dryrun, [pkg.name]).run(cb)
52 constructor (where, dryrun, args) { argument
53 super(where, dryrun, args)
Ddedupe.js36 var dryrun = false
37 if (npm.command.match(/^find/)) dryrun = true
38 if (npm.config.get('dry-run')) dryrun = true
39 if (dryrun && !npm.config.get('json')) npm.config.set('parseable', true)
41 new Deduper(where, dryrun).run(cb)
44 function Deduper (where, dryrun) { argument
46 Installer.call(this, where, dryrun, [])
Dprune.js23 var dryrun = !!npm.config.get('dry-run')
24 new Pruner('.', dryrun, args).run(cb)
27 function Pruner (where, dryrun, args) { argument
28 Installer.call(this, where, dryrun, args)
Dupdate.js24 let dryrun = false
25 if (npm.config.get('dry-run')) dryrun = true
68 const inst = new Installer(deps.where, dryrun, deps.what, deps.opts)
Dinstall.js197 var dryrun = !!npm.config.get('dry-run')
210 new Installer(where, dryrun, args).run(cb)
213 function Installer (where, dryrun, args, opts) { argument
217 this.dryrun = dryrun
287 if (!this.dryrun) {
316 } else if (!this.dryrun) {
Daudit.js59 constructor (where, dryrun, args, opts) { argument
60 super(where, dryrun, args, opts)
/third_party/json/doc/scripts/
Dgit-update-ghpages7 if [[ ! "$dryrun" == "1" ]]; then
83 if [[ ! "$dryrun" == "1" ]]; then "$@"; fi
130 dryrun=0
153 dryrun=1
/third_party/node/deps/npm/test/tap/
Dno-scan-full-global-dir.js65 constructor (where, dryrun, args) { argument
66 super(where, dryrun, args)
95 constructor (where, dryrun, args) { argument
96 super(where, dryrun, args)
Dupdate-path.js26 'Installer': function (where, dryrun, args) { argument
Dupdate-examples.js128 function mockInstaller (where, dryrun, what) { argument
/third_party/python/Tools/scripts/
Dcleanfuture.py46 dryrun = 0 variable
59 global verbose, recurse, dryrun
67 dryrun += 1
107 if dryrun:
118 if not dryrun:
Dreindent.py53 dryrun = False variable
71 global verbose, recurse, dryrun, makebackup, spec_newline
80 dryrun = True
141 if dryrun:
143 if not dryrun:
/third_party/skia/tools/gpu/gl/interface/
DMakefile4 dryrun: target
5 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/gl" --dryrun
/third_party/flutter/skia/tools/gpu/gl/interface/
DMakefile4 dryrun: target
5 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/gl" --dryrun
/third_party/cef/tools/automate/
Dautomate-git.py65 if not options.dryrun:
90 if not options.dryrun:
98 if not options.dryrun:
104 if not options.dryrun and os.path.exists(target):
110 if not options.dryrun:
116 if not options.dryrun and os.path.exists(target):
122 if not options.dryrun:
238 if not options.dryrun:
972 if options.dryrun and options.dryrunplatform is not None:
1111 if not options.dryrun:
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/
DmakeSpec28 if results.verbose or results.dryrun:
30 if not results.dryrun:
/third_party/openssl/
DConfigure231 my $dryrun = 0;
909 $dryrun = 1;
1284 exit 0 if $dryrun; # From older 'config'
/third_party/libabigail/
Dltmain.sh1049 --dry-run|--dryrun|-n)
/third_party/skia/third_party/externals/microhttpd/
Dltmain.sh1069 --dry-run|--dryrun|-n)
/third_party/freetype/builds/unix/
Dltmain.sh2566 --dry-run|--dryrun|-n)
/third_party/libevdev/build-aux/
Dltmain.sh2318 --dry-run|--dryrun|-n)
/third_party/libffi/
Dltmain.sh2318 --dry-run|--dryrun|-n)
/third_party/mtdev/config-aux/
Dltmain.sh2527 --dry-run|--dryrun|-n)
/third_party/skia/third_party/externals/libpng/
Dltmain.sh2318 --dry-run|--dryrun|-n)
/third_party/node/deps/cares/
Dltmain.sh2403 --dry-run|--dryrun|-n)