| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | pl330.c | 581 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 D | deploy.py | 168 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 D | standard.py | 1264 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 D | 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 47 + 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 D | 0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 22 if (! dry_run && ! skip_rest_of_patch) {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 46 + 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 D | 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 23 if (! dry_run && ! skip_rest_of_patch) {
|
| H A D | 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch | 81 if (! dry_run && ! skip_rest_of_patch) {
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | patman.py | 168 options.dry_run, not options.ignore_bad_tags, cc_file, 174 if options.dry_run:
|
| H A D | patman | 168 options.dry_run, not options.ignore_bad_tags, cc_file, 174 if options.dry_run:
|
| H A D | func_test.py | 134 dry_run = True 155 dry_run, not ignore_bad_tags, cc_file,
|
| H A D | gitutil.py | 335 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 D | bitbake-worker | 173 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 D | control.py | 226 if not options.dry_run: 272 if options.dry_run:
|
| H A D | test.py | 295 options.dry_run = False
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | 0001-When-building-introspection-files-do-not-quote-CFLAG.patch | 29 spawn(cmd, dry_run=self.dry_run)
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | check-package | 126 if flags.dry_run:
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | moveconfig.py | 602 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 D | 13_shlib_weaksym.patch | 230 extern int dry_run; /* verification flag */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/ |
| H A D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch | 194 progress: Union['UpdateProgress', None] = None, dry_run: bool = False, 204 if not dry_run:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cookerdata.py | 137 self.dry_run = False
|
| H A D | runqueue.py | 2148 …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 D | builtin-record.c | 2410 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 D | 0001-Make-ndiff-support-python3.patch | 1635 if not self.dry_run: 1644 if not self.dry_run:
|