HomeSort by relevance Sort by last modified time
    Searched defs:dry_run (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/cr/cr/base/
context.py 211 return self.Find('CR_VERBOSE') or self.dry_run
214 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 109 bool* dry_run);
387 bool dry_run = false; variable
390 printer_name, job_title, tags, &dry_run);
393 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run));
398 int job_id, bool dry_run) {
399 if (dry_run || job_id)
778 bool* dry_run) {
799 *dry_run = IsDryRunJob(tags);
800 if (*dry_run) {

Completed in 1079 milliseconds