HomeSort by relevance Sort by last modified time
    Searched defs:dry_run (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_context.cpp 35 unsigned sb_context::dry_run = 0; member in class:r600_sb::sb_context
sb_core.cpp 62 sb_context::dry_run = df & DBG_SB_DRY_RUN; member in class:sb_context
256 if (!sb_context::dry_run) {
sb_bc.h 644 static unsigned dry_run; member in class:r600_sb::sb_context
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 383 def execute (func, args, msg=None, verbose=0, dry_run=0):
386 are disabled by the 'dry_run' flag. This method takes care of all
398 if not dry_run:
421 verbose=1, dry_run=0,
440 If 'dry_run' is true, doesn't actually do anything that would
478 if not dry_run:
507 verbose=%r, dry_run=0,
518 spawn(cmd, dry_run=dry_run)
520 dry_run=dry_run) variable
    [all...]
  /external/python/cpython2/Lib/distutils/
util.py 293 def execute (func, args, msg=None, verbose=0, dry_run=0):
296 are disabled by the 'dry_run' flag. This method takes care of all
308 if not dry_run:
331 verbose=1, dry_run=0,
350 If 'dry_run' is true, doesn't actually do anything that would
388 if not dry_run:
417 verbose=%r, dry_run=0,
428 spawn(cmd, dry_run=dry_run)
430 dry_run=dry_run variable
    [all...]
  /external/clang/
build.py 48 dry_run = False variable in class:Config
89 if not Config.dry_run:
97 if not Config.dry_run:
105 if not Config.dry_run:
113 if not Config.dry_run:
120 if not Config.dry_run:
127 if not Config.dry_run:
134 if not Config.dry_run:
675 Config.dry_run = args.dry_run
    [all...]
  /external/python/cpython3/Lib/distutils/
util.py 275 def execute (func, args, msg=None, verbose=0, dry_run=0):
278 are disabled by the 'dry_run' flag. This method takes care of all
290 if not dry_run:
313 verbose=1, dry_run=0,
332 If 'dry_run' is true, doesn't actually do anything that would
375 if not dry_run:
404 verbose=%r, dry_run=0,
413 spawn(cmd, dry_run=dry_run)
415 dry_run=dry_run variable
    [all...]
  /art/test/testrunner/
testrunner.py 115 dry_run = False variable
579 elif not dry_run:
753 if dry_run:
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_write_buffer.c 53 {"dry_run", no_argument, 0, 'd'},
192 bool dry_run = false; local
236 dry_run = true;
456 if (dry_run) {
471 if (dry_run) {
488 if (dry_run) {
  /external/e2fsprogs/misc/
e2undo.c 297 int c, force = 0, dry_run = 0, verbose = 0, dump = 0; local
334 dry_run = 1;
451 IO_FLAG_EXCLUSIVE | (dry_run ? 0 : IO_FLAG_RW),
609 if (dry_run)
633 if (!dry_run && (force || csum_error || io_error)) {
  /external/python/cpython3/Lib/test/
test_bdb.py 67 # When 'dry_run' is set to true, expect tuples are ignored and the actual
71 dry_run = 0 variable
166 def __init__(self, expect_set, skip=None, dry_run=False, test_case=None):
169 self.dry_run = dry_run
211 if self.dry_run and self.breakpoint_hits:
266 if self.dry_run:
401 if self.dry_run:
417 self.dry_run = test_case.dry_run
577 dry_run = dry_run variable in class:BaseTestCase
    [all...]
  /external/kmod/tools/
modprobe.c 48 static int dry_run = 0; variable
303 if (dry_run)
328 if (dry_run)
537 if (dry_run)
808 dry_run = 1;
821 dry_run = 1;
  /external/f2fs-tools/include/
f2fs_fs.h 372 int dry_run; member in struct:f2fs_configuration
    [all...]

Completed in 689 milliseconds