Home
last modified time | relevance | path

Searched refs:dryRun (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/brotli/research/
Dsieve.cc18 static TextIdx dryRun(TextIdx sliceLen, Slot* map, TextIdx* shortcut, in dryRun() function
200 TextIdx size = dryRun( in sieve_generate()
209 size = dryRun(sliceLen, map.data(), shortcut.data(), end, end, b, ++piece); in sieve_generate()
219 size = dryRun( in sieve_generate()
240 size = dryRun( in sieve_generate()
/third_party/node/deps/npm/lib/
Dpack.js73 const dryRun = npm.config.get('dry-run')
77 return packDirectory(mani, mani._resolved, target, target, true, dryRun)
79 } else if (dryRun) {
133 function packDirectory (mani, dir, target, filename, logIt, dryRun) { argument
162 if (dryRun) {
Dpublish.js35 dryRun: 'dry-run', property
137 if (!opts.dryRun) {
/third_party/skia/infra/bots/task_drivers/recreate_skps/
Drecreate_skps.go130dryRun = flag.Bool("dry_run", false, "If set, generate SKPs but do not upload or commit …
145 if !*dryRun {
249 if *dryRun {
267 if *dryRun {
/third_party/flutter/skia/infra/cts/
Drun_testlab.go47dryRun = flag.Bool("dryrun", false, "Print out the command and quit without triggering test… var
122 if err := runTests(apkPath, devices, ignoredDevices, client, *dryRun); err != nil {
126 if !*dryRun && (*uploadGCSPath != "") && (*properties != "") {
223 …k_path string, devices, ignoredDevices []*DeviceVersions, client *http.Client, dryRun bool) error {
246 if dryRun {
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
Dmain.go91 dryRun = flag.Bool("dry", false, "don't post regres reports to gerrit") var
114 dryRun: *dryRun,
140 dryRun bool // don't post any reviews member
384 if r.dryRun {
883 if r.dryRun {
955 if !r.dryRun {
999 if r.dryRun {
/third_party/skia/tools/gpu/gl/interface/
Dgen_interface.go26 dryRun = flag.Bool("dryrun", false, "Print the outputs, don't write to file") var
267 if *dryRun {
/third_party/flutter/skia/tools/gpu/gl/interface/
Dgen_interface.go26 dryRun = flag.Bool("dryrun", false, "Print the outputs, don't write to file") var
267 if *dryRun {
/third_party/skia/site/docs/dev/testing/
Dtesting.md201 out/Debug/dm --dryRun # Don't really do anything, just print out what we'd do.
/third_party/flutter/skia/site/dev/testing/
Dtesting.md191 out/Debug/dm --dryRun # Don't really do anything, just print out what we'd do.
/third_party/flutter/skia/bench/
Dnanobench.cpp136 static DEFINE_bool(dryRun, false,
/third_party/skia/bench/
Dnanobench.cpp153 static DEFINE_bool(dryRun, false,
/third_party/skia/dm/
DDM.cpp118 static DEFINE_bool(dryRun, false,
/third_party/flutter/skia/dm/
DDM.cpp110 static DEFINE_bool(dryRun, false,