Home
last modified time | relevance | path

Searched refs:DRYRUN (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dfixnotice.py48 DRYRUN = 0 variable
60 global DRYRUN, OLD_NOTICE, NEW_NOTICE, VERBOSE
74 DRYRUN = 1
94 elif DRYRUN or VERBOSE:
96 if DRYRUN:
/external/python/cpython2/Tools/scripts/
Dfixnotice.py48 DRYRUN = 0 variable
60 global DRYRUN, OLD_NOTICE, NEW_NOTICE, VERBOSE
74 DRYRUN = 1
97 elif DRYRUN or VERBOSE:
99 if DRYRUN:
/external/tinyalsa_new/scripts/
Dversion.sh18 DRYRUN=0
157 if [ ${DRYRUN} -ne 1 ]; then
236 DRYRUN=1
/external/python/cpython3/Tools/msi/
Duploadrelease.bat10 set DRYRUN=false variable
24 if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts variable