Home
last modified time | relevance | path

Searched refs:dryrun (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKitTools/Scripts/modules/
Dscm.py85 def __init__(self, cwd, dryrun=False): argument
88 self.dryrun = dryrun
206 def __init__(self, cwd, dryrun=False): argument
207 SCM.__init__(self, cwd, dryrun)
280 if self.dryrun:
287 def __init__(self, cwd, dryrun=False): argument
288 SCM.__init__(self, cwd, dryrun)
359 if self.dryrun:
Dbugzilla.py123 def __init__(self, dryrun=False, committers=CommitterList()): argument
124 self.dryrun = dryrun
230 if self.dryrun:
256 if self.dryrun:
296 if self.dryrun:
331 if self.dryrun:
344 if self.dryrun:
363 if self.dryrun:
376 if self.dryrun:
/external/webkit/WebKitTools/Scripts/
Dbugzilla-tool642 if options.dryrun:
643 self.scm().dryrun = True
644 self.bugs.dryrun = True
/external/ppp/pppd/
Doptions.c115 bool dryrun; /* print out option values and exit */ variable
273 { "dryrun", o_bool, &dryrun,
Dmain.c435 if (dump_options || dryrun) {
441 if (dryrun)
Dpppd.h319 extern bool dryrun; /* check everything, print options, exit */