Home
last modified time | relevance | path

Searched refs:DRY_RUN (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/arm/mach-mvebu/
Defuse.c16 #define DRY_RUN macro
18 #undef DRY_RUN
37 #ifndef DRY_RUN
56 #ifndef DRY_RUN in enable_efuse_program()
63 #ifndef DRY_RUN in disable_efuse_program()
/external/toolchain-utils/cros_utils/
Dfile_utils.py15 DRY_RUN = False variable in FileUtils
19 cls.DRY_RUN = dry_run
23 if cls.DRY_RUN:
/external/openssh/contrib/
Dssh-copy-id167 DRY_RUN=1
276 …[ "$DRY_RUN" ] || printf 'set ssh pka-dsa key %s\nsave\nexit\n' "$KEY" | ssh -T "$@" >/dev/null 2>…
291 [ "$DRY_RUN" ] || printf '%s\n' "$NEW_IDS" | \
298 if [ "$DRY_RUN" ] ; then
/external/autotest/contrib/
Ddb_cleanup.py63 DRY_RUN = False variable
214 if not DRY_RUN:
383 global STEP_SIZE, DRY_RUN, LOAD_RATIO
385 DRY_RUN = args.dry_run
/external/virglrenderer/scripts/
Drelease.sh409 if [ x"$DRY_RUN" = x ]; then
463 if [ x"$DRY_RUN" = x ]; then
477 if [ x$DRY_RUN = x ]; then
522 if [ x$DRY_RUN = x ]; then
619 DRY_RUN=yes
/external/toolchain-utils/automation/common/
Dcommand_executer.py22 DRY_RUN = False variable in CommandExecuter
26 self._dry_run = dry_run or self.DRY_RUN
30 cls.DRY_RUN = dry_run
/external/autotest/utils/
Dtest_importer.py45 DRY_RUN = False variable
426 if DRY_RUN:
485 global DRY_RUN
537 DRY_RUN = options.dry_run
538 if DRY_RUN:
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DOpts.td35 def DRY_RUN : Flag<[ "/", "-" ], "dry-run">,