Home
last modified time | relevance | path

Searched defs:dry_run (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Lib/distutils/
Ddir_util.py17 def mkpath(name, mode=0o777, verbose=1, dry_run=0): argument
80 def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): argument
100 preserve_symlinks=0, update=0, verbose=1, dry_run=0): argument
178 def remove_tree(directory, verbose=1, dry_run=0): argument
Darchive_util.py55 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
127 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
207 dry_run=0, owner=None, group=None): argument
Dfile_util.py68 link=None, verbose=1, dry_run=0): argument
168 dry_run=0): argument
Dspawn.py23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): argument
Dcygwinccompiler.py98 def __init__(self, verbose=0, dry_run=0, force=0): argument
278 def __init__(self, verbose=0, dry_run=0, force=0): argument
Dutil.py289 def execute (func, args, msg=None, verbose=0, dry_run=0): argument
327 verbose=1, dry_run=0, argument
Dbcppcompiler.py55 dry_run=0, argument
D_msvccompiler.py201 def __init__(self, verbose=0, dry_run=0, force=0): argument
Dmsvccompiler.py230 def __init__(self, verbose=0, dry_run=0, force=0): argument
Dccompiler.py85 def __init__(self, verbose=0, dry_run=0, force=0): argument
990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): argument
Dmsvc9compiler.py328 def __init__(self, verbose=0, dry_run=0, force=0): argument
/third_party/jsoncpp/devtools/
Dlicenseupdater.py16 def update_license(path, dry_run, show_diff): argument
46 def update_license_in_source_directories(source_dirs, dry_run, show_diff): argument
/third_party/skia/third_party/externals/angle2/scripts/
Droll_chromium_deps.py565 def _EnsureUpdatedMainBranch(dry_run): argument
576 def _CreateRollBranch(dry_run): argument
582 def _RemovePreviousRollBranch(dry_run): argument
593 def _LocalCommit(commit_msg, dry_run): argument
600 def _LocalCommitAmend(commit_msg, dry_run): argument
/third_party/cef/tools/yapf/yapf/yapflib/
Dformat_decision_state.py416 def AddTokenToState(self, newline, dry_run, must_split=False): argument
439 def _AddTokenOnCurrentLine(self, dry_run): argument
472 def _AddTokenOnNewline(self, dry_run, must_split): argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_context.cpp35 unsigned sb_context::dry_run = 0; member in r600_sb::sb_context
/third_party/protobuf/benchmarks/python/
Dpy_benchmark.py127 def dry_run(self, test_method_args='', setup_method_args=''): member in Benchmark
/third_party/eudev/src/udev/
Dudevadm-trigger.c39 static int dry_run; variable
/third_party/python/Lib/test/
Dtest_bdb.py73 dry_run = 0 variable
166 def __init__(self, expect_set, skip=None, dry_run=False, test_case=None): argument
577 dry_run = dry_run variable in BaseTestCase
/third_party/python/Lib/
Dshutil.py879 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
944 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): argument
1040 dry_run=0, owner=None, group=None, logger=None): argument
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_write_buffer.c192 bool dry_run = false; in main() local
/third_party/e2fsprogs/misc/
De2undo.c301 int c, force = 0, dry_run = 0, verbose = 0, dump = 0; in main() local
/third_party/ninja/src/
Dbuild.h170 bool dry_run; member
/third_party/ffmpeg/libavcodec/
Dratecontrol.c868 float ff_rate_estimate_qscale(MpegEncContext *s, int dry_run) in ff_rate_estimate_qscale()
/third_party/iptables/libiptc/
Dlibiptc.c1683 bool dry_run) in iptcc_map_target()
1954 bool dry_run) in delete_entry()
/third_party/gn/src/gn/
Dcommand_format.cc1280 bool dry_run = in RunFormat() local

12