Home
last modified time | relevance | path

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

/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/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingCaliperRun.java135 ImmutableSet<Experiment> experimentsToRun = dryRun(allExperiments); in run()
145 if (options.dryRun()) { in run()
262 ImmutableSet<Experiment> dryRun(Iterable<Experiment> experiments) in dryRun() method in ExperimentingCaliperRun
272 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/skia/tools/flags/
DSkCommonFlags.h16 DECLARE_bool(dryRun);
DSkCommonFlags.cpp14 DEFINE_bool(dryRun, false,
/external/swiftshader/third_party/LLVM/utils/Misc/
Dzkill257 if not opts.force and not opts.dryRun:
267 if not opts.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/v8/src/inspector/
Dv8-debugger.h53 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun,
Dv8-debugger-agent-impl.h74 Maybe<bool> dryRun,
Dv8-debugger.cc387 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun, in setScriptSource() argument
415 v8Boolean(dryRun, m_isolate)}; in setScriptSource()
450 if (!dryRun && isPaused()) { in setScriptSource()
Dv8-debugger-agent-impl.cc517 const String16& scriptId, const String16& newContent, Maybe<bool> dryRun, in setScriptSource() argument
536 scriptId, newSource, dryRun.fromMaybe(false), optOutCompileError, in setScriptSource()
/external/skia/site/dev/testing/
Dtesting.md190 out/Debug/dm --dryRun # Don't really do anything, just print out what we'd do.