Home
last modified time | relevance | path

Searched refs:dry_run (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dpl330.c581 static inline u32 _emit_ADDH(unsigned dry_run, u8 buf[], in _emit_ADDH() argument
584 if (dry_run) in _emit_ADDH()
597 static inline u32 _emit_END(unsigned dry_run, u8 buf[]) in _emit_END() argument
599 if (dry_run) in _emit_END()
609 static inline u32 _emit_FLUSHP(unsigned dry_run, u8 buf[], u8 peri) in _emit_FLUSHP() argument
611 if (dry_run) in _emit_FLUSHP()
625 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD() argument
627 if (dry_run) in _emit_LD()
643 static inline u32 _emit_LDP(unsigned dry_run, u8 buf[], in _emit_LDP() argument
646 if (dry_run) in _emit_LDP()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Ddeploy.py168 if args.strip and not args.dry_run:
198 if args.dry_run:
299 … shellscript = _prepare_remote_script(deploy=False, dryrun=args.dry_run, undeployall=args.all)
317 if not args.all and not args.dry_run:
H A Dstandard.py1264 def _remove_source_files(append, files, destpath, no_report_remove=False, dry_run=False): argument
1267 dry_run_suffix = ' (dry-run)' if dry_run else ''
1278 if not dry_run:
1610 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out…
1759 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out…
1873 if args.dry_run:
2054 dry_run_suffix = ' (dry-run)' if args.dry_run else ''
2129 if args.dry_run:
2141 if not args.dry_run:
2218 if args.dry_run:
/OK3568_Linux_fs/buildroot/package/patch/
H A D0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch47 + if (! dry_run && ! skip_rest_of_patch)
63 - if (! dry_run && ! skip_rest_of_patch) {
118 + if (! dry_run && ! skip_rest_of_patch) {
H A D0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch22 if (! dry_run && ! skip_rest_of_patch) {
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch46 + if (! dry_run && ! skip_rest_of_patch)
62 - if (! dry_run && ! skip_rest_of_patch) {
117 + if (! dry_run && ! skip_rest_of_patch) {
H A D0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch23 if (! dry_run && ! skip_rest_of_patch) {
H A D0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch81 if (! dry_run && ! skip_rest_of_patch) {
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dpatman.py168 options.dry_run, not options.ignore_bad_tags, cc_file,
174 if options.dry_run:
H A Dpatman168 options.dry_run, not options.ignore_bad_tags, cc_file,
174 if options.dry_run:
H A Dfunc_test.py134 dry_run = True
155 dry_run, not ignore_bad_tags, cc_file,
H A Dgitutil.py335 def EmailPatches(series, cover_fname, args, dry_run, raise_on_error, cc_fname, argument
423 if not dry_run:
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker173 dry_run = cfg.dry_run or dry_run_exec
176 if 'fakeroot' in taskdep and taskname in taskdep['fakeroot'] and not dry_run:
302 if dry_run:
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dcontrol.py226 if not options.dry_run:
272 if options.dry_run:
H A Dtest.py295 options.dry_run = False
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/
H A D0001-When-building-introspection-files-do-not-quote-CFLAG.patch29 spawn(cmd, dry_run=self.dry_run)
/OK3568_Linux_fs/buildroot/utils/
H A Dcheck-package126 if flags.dry_run:
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py602 if options.dry_run:
675 if options.dry_run:
1235 if not self.options.dry_run and updated:
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D13_shlib_weaksym.patch230 extern int dry_run; /* verification flag */
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch194 progress: Union['UpdateProgress', None] = None, dry_run: bool = False,
204 if not dry_run:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcookerdata.py137 self.dry_run = False
H A Drunqueue.py2148 …fakeroot' in taskdep and taskname in taskdep['fakeroot'] and not self.cooker.configuration.dry_run:
2216 if not (self.cooker.configuration.dry_run or self.rqdata.setscene_enforce):
2229 …p and taskname in taskdep['fakeroot'] and not (self.cooker.configuration.dry_run or self.rqdata.se…
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-record.c2410 static bool dry_run; variable
2570 OPT_BOOLEAN(0, "dry-run", &dry_run,
2719 if (dry_run) in cmd_record()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch1635 if not self.dry_run:
1644 if not self.dry_run: