HomeSort by relevance Sort by last modified time
    Searched refs:dryRun (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/caliper/caliper/src/main/java/com/google/caliper/options/
CaliperOptions.java 36 boolean dryRun();
ParsedOptions.java 71 private boolean dryRun;
73 @Override public boolean dryRun() {
74 return dryRun;
79 if (dryRun) {
354 .add("dryRun", this.dryRun())
  /external/skia/tools/flags/
SkCommonFlags.h 16 DECLARE_bool(dryRun);
SkCommonFlags.cpp 14 DEFINE_bool(dryRun, false,
  /external/caliper/caliper/src/test/java/com/google/caliper/options/
ParsedOptionsTest.java 117 assertFalse(options.dryRun());
151 assertFalse(options.dryRun());
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ExperimentingCaliperRun.java 135 ImmutableSet<Experiment> experimentsToRun = dryRun(allExperiments);
145 if (options.dryRun()) {
262 ImmutableSet<Experiment> dryRun(Iterable<Experiment> experiments)
272 experiment.instrumentation().dryRun(benchmark);
AllocationInstrument.java 97 public void dryRun(Object benchmark) throws UserCodeException {
138 public void dryRun(Object benchmark) throws InvalidBenchmarkException {
ArbitraryMeasurementInstrument.java 91 public void dryRun(Object benchmark) throws InvalidBenchmarkException {
RuntimeInstrument.java 126 public void dryRun(Object benchmark) throws UserCodeException {
179 @Override public void dryRun(Object benchmark) throws UserCodeException {
Instrument.java 118 public abstract void dryRun(Object benchmark) throws InvalidBenchmarkException;
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/
aws-java-sdk-marketplacemeteringservice-1.11.18.jar 
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
ExperimentingRunnerModuleTest.java 136 public void dryRun(Object benchmark) throws InvalidBenchmarkException {}
  /external/llvm/utils/Misc/
zkill 152 parser.add_option("-n", "--dry-run", dest="dryRun",
257 if not opts.force and not opts.dryRun:
267 if not opts.dryRun:
  /external/swiftshader/third_party/LLVM/utils/Misc/
zkill 152 parser.add_option("-n", "--dry-run", dest="dryRun",
257 if not opts.force and not opts.dryRun:
267 if not opts.dryRun:
  /external/v8/src/inspector/
v8-debugger.h 57 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun,
v8-debugger-agent-impl.h 81 Maybe<bool> dryRun,
v8-debugger.cc 333 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun,
361 v8Boolean(dryRun, m_isolate)};
396 if (!dryRun && isPaused()) {
    [all...]
v8-debugger-agent-impl.cc 545 const String16& scriptId, const String16& newContent, Maybe<bool> dryRun,
555 scriptId, newSource, dryRun.fromMaybe(false), optOutCompileError,
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java     [all...]
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.0/
gradle-bintray-plugin-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.2/
gradle-bintray-plugin-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 672 milliseconds

1 2 3 4 5 6