HomeSort by relevance Sort by last modified time
    Searched refs:dry_run (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/bison/build-aux/
gnupload 30 dry_run=false
168 dry_run=:
200 if $dry_run; then
254 if $dry_run || grep -q "^use-agent" $GNUPGHOME/gpg.conf; then :; else
288 if $dry_run; then
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 133 remove_tree(self.bdist_dir, dry_run=self.dry_run)
install_scripts.py 51 if self.dry_run:
build_py.py 390 force=self.force, prefix=prefix, dry_run=self.dry_run)
393 force=self.force, prefix=prefix, dry_run=self.dry_run)
build_scripts.py 78 if not self.dry_run:
95 if not self.dry_run:
119 if self.dry_run:
sdist.py 414 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
471 dir_util.remove_tree(base_dir, dry_run=self.dry_run)
  /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...]
file_util.py 72 link=None, verbose=1, dry_run=0):
95 have been copied, if 'dry_run' true).
133 if dry_run:
162 def move_file (src, dst, verbose=1, dry_run=0):
178 if dry_run:
ccompiler.py 93 def __init__ (self, verbose=0, dry_run=0, force=0):
94 self.dry_run = dry_run
468 if self.dry_run:
    [all...]
cygwinccompiler.py 109 def __init__ (self, verbose=0, dry_run=0, force=0):
111 UnixCCompiler.__init__ (self, verbose, dry_run, force)
335 dry_run=0,
338 CygwinCCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 133 remove_tree(self.bdist_dir, dry_run=self.dry_run)
install_scripts.py 51 if self.dry_run:
  /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...]
file_util.py 72 link=None, verbose=1, dry_run=0):
95 have been copied, if 'dry_run' true).
133 if dry_run:
162 def move_file (src, dst, verbose=1, dry_run=0):
178 if dry_run:
ccompiler.py 93 def __init__ (self, verbose=0, dry_run=0, force=0):
94 self.dry_run = dry_run
468 if self.dry_run:
    [all...]
cygwinccompiler.py 109 def __init__ (self, verbose=0, dry_run=0, force=0):
111 UnixCCompiler.__init__ (self, verbose, dry_run, force)
335 dry_run=0,
338 CygwinCCompiler.__init__ (self, verbose, dry_run, force)
  /external/chromium_org/ui/views/controls/
styled_label.cc 163 // doesn't actually make any changes to member variables when |dry_run| is
186 gfx::Size StyledLabel::CalculateAndDoLayout(int width, bool dry_run) {
187 if (!dry_run) {
277 if (style_info.is_link && !dry_run)
299 if (!dry_run) {
styled_label.h 115 // has to work with. If |dry_run| is true, the view hierarchy is not touched.
117 gfx::Size CalculateAndDoLayout(int width, bool dry_run);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 216 if not self.options.dry_run and self.import_in_place:
226 if not self.options.dry_run and self.import_in_place:
357 if not self.import_in_place and not self.options.dry_run:
375 if not self.import_in_place and not self.options.dry_run:
383 if not self.options.dry_run:
388 if not self.import_in_place and not self.options.dry_run:
393 if not self.import_in_place and not self.options.dry_run:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_marshal.py 284 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
289 memuse=character_size, dry_run=False)
294 memuse=pointer_size, dry_run=False)
299 memuse=pointer_size, dry_run=False)
305 dry_run=False)
311 dry_run=False)
315 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_marshal.py 284 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
289 memuse=character_size, dry_run=False)
294 memuse=pointer_size, dry_run=False)
299 memuse=pointer_size, dry_run=False)
305 dry_run=False)
311 dry_run=False)
315 @test_support.precisionbigmemtest(size=LARGE_SIZE, memuse=1, dry_run=False)
  /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) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_tokenize.c 309 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
320 if (!dry_run)
323 if (dry_run)
328 if (!dry_run) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 308 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
319 if (!dry_run)
322 if (dry_run)
327 if (!dry_run) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 308 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
319 if (!dry_run)
322 if (dry_run)
327 if (!dry_run) {

Completed in 1088 milliseconds

12 3 4