OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRY_RUN
(Results
1 - 9
of
9
) sorted by null
/external/toolchain-utils/cros_utils/
file_utils.py
15
DRY_RUN
= False
18
def Configure(cls,
dry_run
):
19
cls.
DRY_RUN
=
dry_run
23
if cls.
DRY_RUN
:
/external/u-boot/arch/arm/mach-mvebu/
efuse.c
16
#define
DRY_RUN
18
#undef
DRY_RUN
37
#ifndef
DRY_RUN
56
#ifndef
DRY_RUN
63
#ifndef
DRY_RUN
/external/openssh/contrib/
ssh-copy-id
167
DRY_RUN
=1
276
[ "$
DRY_RUN
" ] || printf 'set ssh pka-dsa key %s\nsave\nexit\n' "$KEY" | ssh -T "$@" >/dev/null 2>&1
291
[ "$
DRY_RUN
" ] || printf '%s\n' "$NEW_IDS" | \
298
if [ "$
DRY_RUN
" ] ; then
/external/autotest/contrib/
db_cleanup.py
63
DRY_RUN
= False
214
if not
DRY_RUN
:
360
parser.add_argument('--
dry_run
', action='store_true',
374
verbose = args.verbose or args.
dry_run
383
global STEP_SIZE,
DRY_RUN
, LOAD_RATIO
385
DRY_RUN
= args.
dry_run
/external/toolchain-utils/automation/common/
command_executer.py
22
DRY_RUN
= False
24
def __init__(self,
dry_run
=False):
26
self._dry_run =
dry_run
or self.
DRY_RUN
29
def Configure(cls,
dry_run
):
30
cls.
DRY_RUN
=
dry_run
/external/virglrenderer/scripts/
release.sh
409
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/autotest/utils/
test_importer.py
45
DRY_RUN
= False
218
def update_tests_in_db(tests,
dry_run
=False, add_experimental=False,
227
@param
dry_run
: not used at this time.
415
Log a message if
dry_run
is enabled, or execute the given function.
417
Relies on the
DRY_RUN
global variable.
420
@param func: function to execute if
dry_run
is not enabled.
426
if
DRY_RUN
:
485
global
DRY_RUN
496
dest='
dry_run
', action='store_true', default=False,
537
DRY_RUN
= options.dry_ru
[
all
...]
/art/test/etc/
run-test-jar
78
DRY_RUN
="n" # if y prepare to run the test but don't run it.
397
DRY_RUN
="y"
[
all
...]
/bionic/libc/tools/
gensyscalls.py
34
DRY_RUN
= False
676
if not
DRY_RUN
:
Completed in 1040 milliseconds