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

12 3 4 5

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
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:
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/darwin-x86/2.7.5/lib/python2.7/
shutil.py 337 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
367 if not dry_run:
389 if not dry_run:
398 def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=False):
407 spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run)
416 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None):
431 if not dry_run:
442 _call_external_zip(base_dir, zip_filename, verbose, dry_run)
448 if not dry_run
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 337 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
367 if not dry_run:
389 if not dry_run:
398 def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=False):
407 spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run)
416 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None):
431 if not dry_run:
442 _call_external_zip(base_dir, zip_filename, verbose, dry_run)
448 if not dry_run
    [all...]
  /external/chromium_org/build/
get_syzygy_binaries.py 82 def _SaveState(output_dir, state, dry_run=False):
86 if dry_run:
204 def _CleanState(output_dir, state, dry_run=False):
238 if not dry_run:
247 if not dry_run:
275 if not options.dry_run:
292 if options.dry_run and relpath in deleted:
299 if not options.dry_run:
391 if not options.dry_run:
398 if options.dry_run
    [all...]
  /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_lib.py 138 dry_run=self.dry_run)
142 verbose=self.verbose, dry_run=self.dry_run)
install_scripts.py 51 if self.dry_run:
  /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_lib.py 138 dry_run=self.dry_run)
142 verbose=self.verbose, dry_run=self.dry_run)
install_scripts.py 51 if self.dry_run:
  /external/chromium_org/v8/tools/push-to-trunk/
auto_tag.py 154 if not self._options.dry_run:
168 parser.add_argument("--dry_run", help="Don't tag the new version.",
172 if not options.dry_run and not options.author:
bump_up_version.py 168 if self._options.dry_run: # pragma: no cover
213 parser.add_argument("--dry_run", help="Don't commit the new version.",
217 if not options.dry_run and not options.author:
  /external/clang/tools/diag-build/
diag-build.sh 76 dry_run='-dry-run'
79 dry_run='-n'
97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
  /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...]
  /external/chromium_org/third_party/skia/tools/
roll_deps.py 174 def submit_tries(bots_to_run, dry_run=False):
179 dry_run: (bool) whether to actually submit the try request.
185 if dry_run:
238 submit_tries(config.cl_bot_list, dry_run=config.skip_cl_upload)
262 submit_tries(config.cl_bot_list, dry_run=config.skip_cl_upload)
  /external/chromium_org/ui/views/controls/
styled_label.cc 169 // doesn't actually make any changes to member variables when |dry_run| is
192 gfx::Size StyledLabel::CalculateAndDoLayout(int width, bool dry_run) {
193 if (!dry_run) {
284 if (style_info.is_link && !dry_run)
305 if (!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 107 bool* dry_run);
385 bool dry_run = false; variable
388 printer_name, job_title, tags, &dry_run);
391 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run));
396 int job_id, bool dry_run) {
397 if (dry_run || job_id)
776 bool* dry_run) {
797 *dry_run = IsDryRunJob(tags);
798 if (*dry_run) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_tokenize.c 406 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
417 if (!dry_run)
420 if (dry_run)
425 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) {
  /frameworks/base/tests/backup/
test_backup.sh 18 #export DRY_RUN="echo"
  /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) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 162 # now for a dry_run
167 make_tarball(base_name, 'dist', compress=None, dry_run=True)
191 # same test with dry_run
199 dry_run=True)

Completed in 946 milliseconds

12 3 4 5