/external/caliper/caliper/src/main/java/com/google/caliper/options/ |
D | ParsedOptions.java | 71 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()
|
D | CaliperOptions.java | 36 boolean dryRun(); in dryRun() method
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | ExperimentingCaliperRun.java | 135 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()
|
D | AllocationInstrument.java | 97 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
|
D | ArbitraryMeasurementInstrument.java | 91 public void dryRun(Object benchmark) throws InvalidBenchmarkException { in dryRun() method in ArbitraryMeasurementInstrument.ArbitraryMeasurementInstrumentation
|
D | RuntimeInstrument.java | 126 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
|
D | Instrument.java | 118 public abstract void dryRun(Object benchmark) throws InvalidBenchmarkException; in dryRun() method in Instrument.Instrumentation
|
/external/caliper/caliper/src/test/java/com/google/caliper/options/ |
D | ParsedOptionsTest.java | 117 assertFalse(options.dryRun()); in checkDefaults() 151 assertFalse(options.dryRun()); in testKitchenSink()
|
/external/skia/tools/flags/ |
D | SkCommonFlags.h | 16 DECLARE_bool(dryRun);
|
D | SkCommonFlags.cpp | 14 DEFINE_bool(dryRun, false,
|
/external/swiftshader/third_party/LLVM/utils/Misc/ |
D | zkill | 257 if not opts.force and not opts.dryRun: 267 if not opts.dryRun:
|
/external/llvm/utils/Misc/ |
D | zkill | 257 if not opts.force and not opts.dryRun: 267 if not opts.dryRun:
|
/external/caliper/expectations/ |
D | knownfailures.txt | 69 …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/ |
D | ExperimentingRunnerModuleTest.java | 136 public void dryRun(Object benchmark) throws InvalidBenchmarkException {} in createInstrumentation() method in ExperimentingRunnerModuleTest.FakeInstrument
|
/external/v8/src/inspector/ |
D | v8-debugger.h | 53 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun,
|
D | v8-debugger-agent-impl.h | 74 Maybe<bool> dryRun,
|
D | v8-debugger.cc | 387 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()
|
D | v8-debugger-agent-impl.cc | 517 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/ |
D | testing.md | 190 out/Debug/dm --dryRun # Don't really do anything, just print out what we'd do.
|