Searched refs:dryrun (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebKitTools/Scripts/modules/ |
D | scm.py | 85 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:
|
D | bugzilla.py | 123 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/ |
D | bugzilla-tool | 642 if options.dryrun: 643 self.scm().dryrun = True 644 self.bugs.dryrun = True
|
/external/ppp/pppd/ |
D | options.c | 115 bool dryrun; /* print out option values and exit */ variable 273 { "dryrun", o_bool, &dryrun,
|
D | main.c | 435 if (dump_options || dryrun) { 441 if (dryrun)
|
D | pppd.h | 319 extern bool dryrun; /* check everything, print options, exit */
|