/external/chromium_org/tools/cr/cr/targets/ |
target.py | 65 def dry_run(self): member in class:Target 66 return self.context.dry_run
|
/external/chromium_org/tools/cr/cr/ |
context.py | 188 return self.Find('CR_VERBOSE') or self.dry_run 191 def dry_run(self): member in class:Context
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 315 def execute (func, args, msg=None, verbose=0, dry_run=0): 318 are disabled by the 'dry_run' flag. This method takes care of all 330 if not dry_run: 353 verbose=1, dry_run=0, 372 If 'dry_run' is true, doesn't actually do anything that would 410 if not dry_run: 439 verbose=%r, dry_run=0, 450 spawn(cmd, dry_run=dry_run) 452 dry_run=dry_run variable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 315 def execute (func, args, msg=None, verbose=0, dry_run=0): 318 are disabled by the 'dry_run' flag. This method takes care of all 330 if not dry_run: 353 verbose=1, dry_run=0, 372 If 'dry_run' is true, doesn't actually do anything that would 410 if not dry_run: 439 verbose=%r, dry_run=0, 450 spawn(cmd, dry_run=dry_run) 452 dry_run=dry_run variable [all...] |
/external/chromium_org/chrome/service/cloud_print/ |
print_system_cups.cc | 107 bool* dry_run); 384 bool dry_run = false; variable 387 printer_name, job_title, tags, &dry_run); 390 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run)); 395 int job_id, bool dry_run) { 396 if (dry_run || job_id) 764 bool* dry_run) { 785 *dry_run = IsDryRunJob(tags); 786 if (*dry_run) {
|