HomeSort by relevance Sort by last modified time
    Searched refs:dryRun (Results 1 - 25 of 144) 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 17 DEFINE_bool(dryRun, false,
  /external/skqp/tools/flags/
SkCommonFlags.h 16 DECLARE_bool(dryRun);
SkCommonFlags.cpp 17 DEFINE_bool(dryRun, false,
  /external/skia/infra/cts/
run_testlab.go 41 // --dryrun flag or run '$ gcloud firebase test android models list'
78 dryRun = flag.Bool("dryrun", false, "Print out the command and quit without triggering tests.")
122 if err := runTests(apk_path, devices, ignoredDevices, client, *dryRun); err != nil {
193 func runTests(apk_path string, devices, ignoredDevices []*tsuite.DeviceVersions, client *http.Client, dryRun bool) error {
215 if dryRun {
  /external/skqp/infra/cts/
run_testlab.go 41 // --dryrun flag or run '$ gcloud firebase test android models list'
78 dryRun = flag.Bool("dryrun", false, "Print out the command and quit without triggering tests.")
122 if err := runTests(apk_path, devices, ignoredDevices, client, *dryRun); err != nil {
193 func runTests(apk_path string, devices, ignoredDevices []*tsuite.DeviceVersions, client *http.Client, dryRun bool) error {
215 if dryRun {
  /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-agent-impl.h 74 Maybe<bool> dryRun,
v8-debugger.h 53 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun,
v8-debugger.cc 387 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun,
415 v8Boolean(dryRun, m_isolate)};
450 if (!dryRun && isPaused()) {
    [all...]
v8-debugger-agent-impl.cc 517 const String16& scriptId, const String16& newContent, Maybe<bool> dryRun,
536 scriptId, newSource, dryRun.fromMaybe(false), optOutCompileError,
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java     [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java     [all...]

Completed in 839 milliseconds

1 2 3 4 5 6