/external/syzkaller/dashboard/app/ |
D | admin.go | 23 dryRun := true 24 if !dryRun { 29 if err := dropNamespaceReportingState(c, w, ns, dryRun); err != nil { 71 if err := dropEntities(c, childKeys, dryRun); err != nil { 75 if err := dropEntities(c, keys, dryRun); err != nil { 84 func dropNamespaceReportingState(c context.Context, w http.ResponseWriter, ns string, dryRun bool) … 96 if !dryRun { 107 func dropEntities(c context.Context, keys []*datastore.Key, dryRun bool) error { 108 if dryRun {
|
/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/brotli/research/ |
D | sieve.cc | 18 static TextIdx dryRun(TextIdx sliceLen, Slot* map, TextIdx* shortcut, in dryRun() function 200 TextIdx size = dryRun( in sieve_generate() 209 size = dryRun(sliceLen, map.data(), shortcut.data(), end, end, b, ++piece); in sieve_generate() 219 size = dryRun( in sieve_generate() 240 size = dryRun( in sieve_generate()
|
/external/skia/infra/cts/ |
D | run_testlab.go | 46 …dryRun = flag.Bool("dryrun", false, "Print out the command and quit without triggering… var 121 if err := runTests(apkPath, devices, ignoredDevices, client, *dryRun); err != nil { 125 if !*dryRun && (*uploadGCSPath != "") && (*properties != "") { 222 …k_path string, devices, ignoredDevices []*DeviceVersions, client *http.Client, dryRun bool) error { 245 if dryRun {
|
/external/skqp/infra/cts/ |
D | run_testlab.go | 46 …dryRun = flag.Bool("dryrun", false, "Print out the command and quit without triggering… var 121 if err := runTests(apkPath, devices, ignoredDevices, client, *dryRun); err != nil { 125 if !*dryRun && (*uploadGCSPath != "") && (*properties != "") { 222 …k_path string, devices, ignoredDevices []*DeviceVersions, client *http.Client, dryRun bool) error { 245 if dryRun {
|
/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 | 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 | ArbitraryMeasurementInstrument.java | 91 public void dryRun(Object benchmark) throws InvalidBenchmarkException { in dryRun() method in ArbitraryMeasurementInstrument.ArbitraryMeasurementInstrumentation
|
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 | 17 DEFINE_bool(dryRun, false,
|
/external/skqp/tools/flags/ |
D | SkCommonFlags.h | 16 DECLARE_bool(dryRun);
|
D | SkCommonFlags.cpp | 17 DEFINE_bool(dryRun, false,
|
/external/llvm/utils/Misc/ |
D | zkill | 257 if not opts.force and not opts.dryRun: 267 if not opts.dryRun:
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/Misc/ |
D | zkill | 257 if not opts.force and not opts.dryRun: 267 if not opts.dryRun:
|
/external/swiftshader/third_party/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-agent-impl.h | 80 Maybe<bool> dryRun,
|
/external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
D | bigquery_v2_messages.py | 1014 dryRun = _messages.BooleanField(2) variable in JobConfiguration 1616 dryRun = _messages.BooleanField(2) variable in QueryRequest
|
/external/skia/site/dev/testing/ |
D | testing.md | 191 out/Debug/dm --dryRun # Don't really do anything, just print out what we'd do.
|
/external/skqp/site/dev/testing/ |
D | testing.md | 191 out/Debug/dm --dryRun # Don't really do anything, just print out what we'd do.
|