HomeSort by relevance Sort by last modified time
    Searched refs:dry_run (Results 126 - 150 of 257) sorted by null

1 2 3 4 56 7 8 91011

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 53 TOKENEXTRA **t, int dry_run, int seg_skip,
  /external/libyuv/files/
setup_links.py 250 def __init__(self, links_db, force=False, dry_run=False, prompt=False):
252 self._dry_run = dry_run
455 if options.dry_run or options.force or options.clean_only:
484 options.dry_run, options.prompt)
  /external/python/cpython2/Lib/distutils/command/
build_py.py 391 force=self.force, prefix=prefix, dry_run=self.dry_run)
394 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)
build_clib.py 102 dry_run=self.dry_run,
  /external/vixl/tools/
test.py 445 if not args.nolint and not (args.fast or args.dry_run):
449 if not args.noclang_format and not (args.fast or args.dry_run):
487 if (args.dry_run):
527 if not args.dry_run:
  /external/webrtc/
setup_links.py 271 def __init__(self, links_db, force=False, dry_run=False, prompt=False):
273 self._dry_run = dry_run
476 if options.dry_run or options.force or options.clean_only:
505 options.dry_run, options.prompt)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
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/gdb/linux-x86/lib/python2.7/distutils/command/
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/command/
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/linux-x86/2.7.5/lib/python2.7/distutils/command/
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)
  /external/mmc-utils/
mmc_cmds.c 526 int set_partitioning_setting_completed(int dry_run, const char * const device,
531 if (dry_run) {
671 int dry_run = 1; local
680 dry_run = 0;
783 if (!set_partitioning_setting_completed(dry_run, device, fd))
795 int dry_run = 1; local
803 dry_run = 0;
925 if (!set_partitioning_setting_completed(dry_run, device, fd))
937 int dry_run = 1; local
945 dry_run = 0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_clib.py 102 dry_run=self.dry_run,
upload.py 78 dry_run=self.dry_run)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
emxccompiler.py 44 dry_run=0,
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_core.cpp 62 sb_context::dry_run = df & DBG_SB_DRY_RUN; member in class:sb_context
256 if (!sb_context::dry_run) {

Completed in 1188 milliseconds

1 2 3 4 56 7 8 91011