Home
last modified time | relevance | path

Searched defs:dryrun (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/autotest/client/common_lib/
H A Drevision_control.py236 dryrun=False): argument
253 def push(self, remote, local_refspec, remote_refspec, dryrun=False): argument
/aosp_15_r20/external/skia/tools/gpu/gl/interface/
H A DMakefile4 dryrun: target
/aosp_15_r20/external/eigen/test/
H A Dfastmath.cpp30 void check_inf_nan(bool dryrun) { in check_inf_nan()
/aosp_15_r20/external/autotest/site_utils/
H A Dsync_cloudsql_access.py73 dryrun=False): argument
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dcleanfuture.py46 dryrun = 0 variable
Dreindent.py53 dryrun = False variable
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dcleanfuture.py46 dryrun = 0 variable
Dreindent.py51 dryrun = 0 variable
/aosp_15_r20/external/autotest/contrib/
H A Dbackfill_tko_task_references.py145 def _insert_task_references(conn, task_references, dryrun): argument
/aosp_15_r20/external/autotest/cli/
H A Dskylab_utils.py139 def upload_change(self, commit_message, draft=False, dryrun=False, argument
/aosp_15_r20/external/autotest/utils/
H A Dreindent.py56 dryrun = 0 variable
/aosp_15_r20/external/cronet/build/gn_ast/
H A Dgn_editor.py43 dryrun: bool = False variable in OperationResult
/aosp_15_r20/external/angle/build/gn_ast/
H A Dgn_editor.py43 dryrun: bool = False variable in OperationResult
/aosp_15_r20/external/e2fsprogs/misc/
H A De2fuzz.c29 static int dryrun = 0; variable
/aosp_15_r20/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc166 bool dryrun = false; // never save anything in main() local
/aosp_15_r20/external/erofs-utils/lib/
H A Dcache.c73 bool dryrun) in __erofs_battach()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddebug_test.go26 dryrun = flag.Bool("n", false, "just print the command line and first debugging bits") var
/aosp_15_r20/external/dnsmasq/src/
H A Drfc1035.c968 int dryrun = 0, sec_reqd = 0; in answer_request() local
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcros_build_lib.py612 quiet=False, encoding=None, errors=None, dryrun=False, argument
H A Dgit.py1416 def PushBranch(branch, git_repo, dryrun=False, argument
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dblockimg.cpp1628 const CommandMap& command_map, bool dryrun) { in PerformBlockImageUpdate()