Home
last modified time | relevance | path

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

12

/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DCommandLineOptions.java41 private final boolean dryRun; field in CommandLineOptions
60 boolean dryRun, in CommandLineOptions() argument
77 this.dryRun = dryRun; in CommandLineOptions()
147 boolean dryRun() { in dryRun() method in CommandLineOptions
148 return dryRun; in dryRun()
192 private boolean dryRun = false; field in CommandLineOptions.Builder
256 Builder dryRun(boolean dryRun) { in dryRun() argument
257 this.dryRun = dryRun; in dryRun()
295 dryRun, in build()
DMain.java181 } else if (parameters.dryRun()) { in formatFiles()
207 if (parameters.dryRun()) { in formatStdin()
259 if (parameters.dryRun() && parameters.inPlace()) { in processArgs()
DCommandLineOptionsParser.java119 optionsBuilder.dryRun(true); in parse()
/external/ktfmt/core/src/main/java/com/facebook/ktfmt/cli/
DParsedArgs.kt32 val dryRun: Boolean, constant in com.facebook.ktfmt.cli.ParsedArgs
53 var dryRun = false in parseOptions() variable
63 arg == "--dry-run" || arg == "-n" -> dryRun = true in parseOptions()
76 dryRun, in parseOptions()
DMain.kt134 if (parsedArgs.dryRun) { in format()
144 if (parsedArgs.dryRun) { in format()
/external/kotlinx.atomicfu/gradle/
Dpublish-npm-js.gradle22 def dryRun = prop("dryRun", "false")
42 if (dryRun == "true") {
/external/kotlinx.coroutines/gradle/
Dpublish-npm-js.gradle21 def dryRun = prop("dryRun", "false")
48 if (dryRun == "true") {
/external/caliper/caliper/src/main/java/com/google/caliper/options/
DParsedOptions.java71 private boolean dryRun; field in ParsedOptions
73 @Override public boolean dryRun() { in dryRun() method in ParsedOptions
74 return dryRun; in dryRun()
79 if (dryRun) { in dryRunIncompatible()
354 .add("dryRun", this.dryRun()) in toString()
DCaliperOptions.java36 boolean dryRun(); in dryRun() method
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DCommandLineOptionsParserTest.java54 assertThat(options.dryRun()).isFalse(); in defaults()
142 public void dryRun() { in dryRun() method in CommandLineOptionsParserTest
143 assertThat(CommandLineOptionsParser.parse(Arrays.asList("--dry-run")).dryRun()).isTrue(); in dryRun()
144 assertThat(CommandLineOptionsParser.parse(Arrays.asList("-n")).dryRun()).isTrue(); in dryRun()
/external/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()
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/cli/
DParsedArgsTest.kt71 assertThat(parsed.dryRun).isFalse() in parseOptions uses default values when args are empty()
95 assertThat(parsed.dryRun).isTrue() in parseOptions recognizes --dry-run()
101 assertThat(parsed.dryRun).isTrue() in parseOptions recognizes -n as --dry-run()
183 assertThat(parsed.dryRun).isTrue() in processArgs use the @file option with file containing arguments()
/external/skia/infra/bots/task_drivers/recreate_skps/
Drecreate_skps.go139dryRun = flag.Bool("dry_run", false, "If set, generate SKPs but do not upload or commit …
157 if !*dryRun {
263 if *dryRun {
288 if *dryRun {
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingCaliperRun.java134 ImmutableSet<Experiment> experimentsToRun = dryRun(allExperiments); in run()
144 if (options.dryRun()) { in run()
261 ImmutableSet<Experiment> dryRun(Iterable<Experiment> experiments) in dryRun() method in ExperimentingCaliperRun
271 experiment.instrumentation().dryRun(benchmark); in dryRun()
DAllocationInstrument.java97 public void dryRun(Object benchmark) throws UserCodeException { in dryRun() method in AllocationInstrument.MicroAllocationInstrumentation
138 public void dryRun(Object benchmark) throws InvalidBenchmarkException { in dryRun() method in AllocationInstrument.MacroAllocationInstrumentation
DArbitraryMeasurementInstrument.java91 public void dryRun(Object benchmark) throws InvalidBenchmarkException { in dryRun() method in ArbitraryMeasurementInstrument.ArbitraryMeasurementInstrumentation
DRuntimeInstrument.java126 public void dryRun(Object benchmark) throws UserCodeException { in dryRun() method in RuntimeInstrument.MacrobenchmarkInstrumentation
179 @Override public void dryRun(Object benchmark) throws UserCodeException { in dryRun() method in RuntimeInstrument.RuntimeInstrumentation
DInstrument.java118 public abstract void dryRun(Object benchmark) throws InvalidBenchmarkException; in dryRun() method in Instrument.Instrumentation
/external/caliper/caliper/src/test/java/com/google/caliper/options/
DParsedOptionsTest.java117 assertFalse(options.dryRun()); in checkDefaults()
151 assertFalse(options.dryRun()); in testKitchenSink()
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go92 dryRun = flag.Bool("dry", false, "don't post regres reports to gerrit") var
116 dryRun: *dryRun,
142 dryRun bool // don't post any reviews member
386 if r.dryRun {
941 if r.dryRun {
1013 if !r.dryRun {
1057 if r.dryRun {
/external/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 {
/external/llvm/utils/Misc/
Dzkill257 if not opts.force and not opts.dryRun:
267 if not opts.dryRun:
/external/caliper/expectations/
Dknownfailures.txt69 …description: "Possible race in parse code that causes dryRun to be true when it is false, goes awa…
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DExperimentingRunnerModuleTest.java136 public void dryRun(Object benchmark) throws InvalidBenchmarkException {} in createInstrumentation() method in ExperimentingRunnerModuleTest.FakeInstrument
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_messages.py1014 dryRun = _messages.BooleanField(2) variable in JobConfiguration
1616 dryRun = _messages.BooleanField(2) variable in QueryRequest

12