/third_party/python/Lib/distutils/ |
D | dir_util.py | 17 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
|
D | archive_util.py | 55 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
|
D | file_util.py | 68 link=None, verbose=1, dry_run=0): argument 168 dry_run=0): argument
|
D | spawn.py | 23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): argument
|
D | cygwinccompiler.py | 98 def __init__(self, verbose=0, dry_run=0, force=0): argument 278 def __init__(self, verbose=0, dry_run=0, force=0): argument
|
D | util.py | 289 def execute (func, args, msg=None, verbose=0, dry_run=0): argument 327 verbose=1, dry_run=0, argument
|
D | bcppcompiler.py | 55 dry_run=0, argument
|
D | _msvccompiler.py | 201 def __init__(self, verbose=0, dry_run=0, force=0): argument
|
D | msvccompiler.py | 230 def __init__(self, verbose=0, dry_run=0, force=0): argument
|
D | ccompiler.py | 85 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
|
D | msvc9compiler.py | 328 def __init__(self, verbose=0, dry_run=0, force=0): argument
|
/third_party/jsoncpp/devtools/ |
D | licenseupdater.py | 16 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/ |
D | roll_chromium_deps.py | 565 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/ |
D | format_decision_state.py | 416 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/ |
D | sb_context.cpp | 35 unsigned sb_context::dry_run = 0; member in r600_sb::sb_context
|
/third_party/protobuf/benchmarks/python/ |
D | py_benchmark.py | 127 def dry_run(self, test_method_args='', setup_method_args=''): member in Benchmark
|
/third_party/eudev/src/udev/ |
D | udevadm-trigger.c | 39 static int dry_run; variable
|
/third_party/python/Lib/test/ |
D | test_bdb.py | 73 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/ |
D | shutil.py | 879 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/ |
D | sg_write_buffer.c | 192 bool dry_run = false; in main() local
|
/third_party/e2fsprogs/misc/ |
D | e2undo.c | 301 int c, force = 0, dry_run = 0, verbose = 0, dump = 0; in main() local
|
/third_party/ninja/src/ |
D | build.h | 170 bool dry_run; member
|
/third_party/ffmpeg/libavcodec/ |
D | ratecontrol.c | 868 float ff_rate_estimate_qscale(MpegEncContext *s, int dry_run) in ff_rate_estimate_qscale()
|
/third_party/iptables/libiptc/ |
D | libiptc.c | 1683 bool dry_run) in iptcc_map_target() 1954 bool dry_run) in delete_entry()
|
/third_party/gn/src/gn/ |
D | command_format.cc | 1280 bool dry_run = in RunFormat() local
|