Home
last modified time | relevance | path

Searched defs:dryRun (Results 1 – 10 of 10) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
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
DExperimentingCaliperRun.java262 ImmutableSet<Experiment> dryRun(Iterable<Experiment> experiments) in dryRun() method in ExperimentingCaliperRun
DInstrument.java118 public abstract void dryRun(Object benchmark) throws InvalidBenchmarkException; in dryRun() method in Instrument.Instrumentation
/external/caliper/caliper/src/main/java/com/google/caliper/options/
DCaliperOptions.java36 boolean dryRun(); in dryRun() method
DParsedOptions.java71 private boolean dryRun; field in ParsedOptions
73 @Override public boolean dryRun() { in dryRun() method in ParsedOptions
/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.cc387 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun, in setScriptSource()
Dv8-debugger-agent-impl.cc517 const String16& scriptId, const String16& newContent, Maybe<bool> dryRun, in setScriptSource()