| /openbmc/u-boot/tools/buildman/ |
| H A D | control.py | 25 def GetActionSummary(is_summary, commits, selected, options): argument 33 count = (count + options.step - 1) / options.step 40 str += ' (%d thread%s, %d job%s per thread)' % (options.threads, 41 GetPlural(options.threads), options.jobs, GetPlural(options.jobs)) 44 def ShowActions(series, why_selected, boards_selected, builder, options, argument 69 options) 72 for upto in range(0, len(series.commits), options.step): 80 if options.verbose: 110 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument 128 if options.full_help: [all …]
|
| /openbmc/webui-vue/src/plugins/ |
| H A D | toast.js | 28 show(options) { argument 30 toastController.create(options); 32 console.warn('Toast controller not available:', options); 35 info(body, options = {}) { argument 37 ...options, 42 ...options.props, 46 success(body, options = {}) { argument 48 ...options, 55 ...options.props, 59 warning(body, options = {}) { argument [all …]
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | main.py | 71 def __init__(self, write, options): argument 73 self.options = options 79 if not self.options.quiet: 83 if self.options.verbose: 87 if not self.options.quiet: 90 def _mk_writer(options): argument 93 return Writer(write, options) 112 options, args = parser.parse_args(argv) 115 options.prune = True 116 options.boottime = False [all …]
|
| H A D | main.py.in | 27 """Make an options parser.""" 28 usage = "%prog [options] /path/to/tmp/buildstats/<recipe-machine>/<BUILDNAME>/" 71 def __init__(self, write, options): argument 73 self.options = options 79 if not self.options.quiet: 83 if self.options.verbose: 87 if not self.options.quiet: 90 def _mk_writer(options): argument 93 return Writer(write, options) 112 options, args = parser.parse_args(argv) [all …]
|
| /openbmc/u-boot/tools/patman/ |
| H A D | patman | 78 (options, args) = parser.parse_args() 79 settings.Setup(parser, options.project, '') 80 (options, args) = parser.parse_args() 86 elif options.test: 109 elif options.cc_cmd: 110 fd = open(options.cc_cmd, 'r') 121 elif options.full_help: 133 if options.count == -1: 135 options.count = gitutil.CountCommitsToBranch() - options.start 138 if not options.count: [all …]
|
| H A D | patman.py | 78 (options, args) = parser.parse_args() 79 settings.Setup(parser, options.project, '') 80 (options, args) = parser.parse_args() 86 elif options.test: 109 elif options.cc_cmd: 110 fd = open(options.cc_cmd, 'r') 121 elif options.full_help: 133 if options.count == -1: 135 options.count = gitutil.CountCommitsToBranch() - options.start 138 if not options.count: [all …]
|
| /openbmc/qemu/net/ |
| H A D | vmnet-host.c | 23 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in validate_options() local 26 if (options->net_uuid && in validate_options() 27 qemu_uuid_parse(options->net_uuid, &net_uuid) < 0) { in validate_options() 32 if ((options->start_address || in validate_options() 33 options->end_address || in validate_options() 34 options->subnet_mask) && in validate_options() 35 !(options->start_address && in validate_options() 36 options->end_address && in validate_options() 37 options->subnet_mask)) { in validate_options() 49 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in build_if_desc() local [all …]
|
| H A D | vmnet-shared.c | 22 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in validate_options() local 24 if ((options->start_address || in validate_options() 25 options->end_address || in validate_options() 26 options->subnet_mask) && in validate_options() 27 !(options->start_address && in validate_options() 28 options->end_address && in validate_options() 29 options->subnet_mask)) { in validate_options() 42 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in build_if_desc() local 51 if (options->nat66_prefix) { in build_if_desc() 54 options->nat66_prefix); in build_if_desc() [all …]
|
| /openbmc/u-boot/tools/binman/ |
| H A D | control.py | 67 def Binman(options, args): argument 79 if options.full_help: 89 if options.dt: 90 dtb_fname = options.dt 92 board = options.board 95 board_pathname = os.path.join(options.build_dir, board) 97 if not options.indir: 98 options.indir = ['.'] 99 options.indir.append(board_pathname) 107 tout.Init(options.verbosity) [all …]
|
| H A D | binman | 116 options.build_dir, all_set) 118 def RunBinman(options, args): argument 130 if not options.debug: 133 if options.test: 134 ret_code = RunTests(options.debug, options.processes, args[1:]) 136 elif options.test_coverage: 139 elif options.entry_docs: 144 ret_code = control.Binman(options, args) 147 if options.debug: 155 (options, args) = cmdline.ParseArgs(sys.argv) [all …]
|
| H A D | binman.py | 116 options.build_dir, all_set) 118 def RunBinman(options, args): argument 130 if not options.debug: 133 if options.test: 134 ret_code = RunTests(options.debug, options.processes, args[1:]) 136 elif options.test_coverage: 139 elif options.entry_docs: 144 ret_code = control.Binman(options, args) 147 if options.debug: 155 (options, args) = cmdline.ParseArgs(sys.argv) [all …]
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-diffsigs | 151 options = parser.parse_args() variable 153 options.color = 'never' 154 options.dump = True 155 options.sigdatafile2 = None 156 options.sigargs = None 158 if options.debug: 161 color = (options.color == 'always' or (options.color == 'auto' and sys.stdout.isatty())) 163 if options.taskargs: 166 if not options.dump and options.sigargs: 167 … files = find_siginfo_task(tinfoil, options.taskargs[0], options.taskargs[1], options.sigargs[0], [all …]
|
| H A D | bitbake-dumpsig | 151 options = parser.parse_args() variable 153 options.color = 'never' 154 options.dump = True 155 options.sigdatafile2 = None 156 options.sigargs = None 158 if options.debug: 161 color = (options.color == 'always' or (options.color == 'auto' and sys.stdout.isatty())) 163 if options.taskargs: 166 if not options.dump and options.sigargs: 167 … files = find_siginfo_task(tinfoil, options.taskargs[0], options.taskargs[1], options.sigargs[0], [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.cookie.js | 57 var config = $.cookie = function (key, value, options) { 61 options = $.extend({}, config.defaults, options); 63 if (typeof options.expires === 'number') { 64 var days = options.expires, t = options.expires = new Date(); 70 …options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max… 71 options.path ? '; path=' + options.path : '', 72 options.domain ? '; domain=' + options.domain : '', 73 options.secure ? '; secure' : '' 108 $.removeCookie = function (key, options) { argument 111 $.cookie(key, '', $.extend({}, options, { expires: -1 }));
|
| H A D | bootstrap-3.4.1.js | 190 var Button = function (element, options) { argument 192 this.options = $.extend({}, Button.DEFAULTS, options) 214 $el[val](data[state] == null ? this.options[state] : data[state]) 256 var options = typeof option == 'object' && option 258 if (!data) $this.data('bs.button', (data = new Button(this, options))) 316 var Carousel = function (element, options) { argument 319 this.options = options 326 this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this)) 328 this.options.pause == 'hover' && !('ontouchstart' in document.documentElement) && this.$element 360 this.options.interval [all …]
|
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | desc_constr.h | 88 static inline void init_desc(u32 *desc, u32 options) in init_desc() argument 90 *desc = (options | HDR_ONE) + 1; in init_desc() 93 static inline void init_job_desc(u32 *desc, u32 options) in init_job_desc() argument 95 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc() 98 static inline void init_job_desc_pdb(u32 *desc, u32 options, size_t pdb_bytes) in init_job_desc_pdb() argument 104 options); in init_job_desc_pdb() 188 static inline u32 *append_##cmd(u32 *desc, u32 options) \ 192 append_cmd(desc, CMD_##op | options); \ 211 static inline void append_##cmd(u32 *desc, u32 options) \ 214 append_cmd(desc, CMD_##op | options); \ [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | wic | 106 def wic_create_subcommand(options, usage_str): argument 111 if options.build_rootfs and not bitbake_exe: 114 if not options.image_name: 116 for val, opt in [(options.rootfs_dir, 'rootfs-dir'), 117 (options.bootimg_dir, 'bootimg-dir'), 118 (options.kernel_dir, 'kernel-dir'), 119 (options.native_sysroot, 'native-sysroot')]: 126 if options.image_name: 127 BB_VARS.default_image = options.image_name 129 options.build_check = False [all …]
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | wic | 106 def wic_create_subcommand(options, usage_str): argument 111 if options.build_rootfs and not bitbake_exe: 114 if not options.image_name: 116 for val, opt in [(options.rootfs_dir, 'rootfs-dir'), 117 (options.bootimg_dir, 'bootimg-dir'), 118 (options.kernel_dir, 'kernel-dir'), 119 (options.native_sysroot, 'native-sysroot')]: 126 if options.image_name: 127 BB_VARS.default_image = options.image_name 129 options.build_check = False [all …]
|
| /openbmc/phosphor-networkd/src/ |
| H A D | ncsi_netlink_main.cpp | 73 auto options = ArgumentParser(argc, argv); in main() local 79 auto ifIndex = (options)["index"]; in main() 98 auto package = (options)["package"]; in main() 114 auto channel = (options)["channel"]; in main() 129 auto payloadStr = (options)["oem-payload"]; in main() 187 else if ((options)["set"] == "true") in main() 196 else if ((options)["info"] == "true") in main() 205 else if ((options)["clear"] == "true") in main() 209 else if (!(options)["pmask"].empty()) in main() 215 mask = std::stoul((options)["pmask"], &lastChar, 0); in main() [all …]
|
| /openbmc/u-boot/tools/ |
| H A D | moveconfig.py | 534 def confirm(options, prompt): argument 535 if not options.yes: 548 def cleanup_empty_blocks(header_path, options): argument 562 options.color) 564 if options.dry_run: 570 def cleanup_one_header(header_path, patterns, options): argument 621 show_diff(lines, tolines, header_path, options.color) 623 if options.dry_run: 630 def cleanup_headers(configs, options): argument 637 if not confirm(options, 'Clean up headers?'): [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/ |
| H A D | mount-copybind | 21 options=$3 23 options= 26 [ -n "$options" ] && options=",$options" 66 mount -o "bind$options" "$spec" "$mountpoint" 79 mount -o "bind$options" "$spec" "$mountpoint"
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/ |
| H A D | python3.patch | 29 …parser = GConfSchemaParser(argfile, options.gettext_domain, options.schema_id, options.keep_unders… 38 if not options.simple and not options.xml: 39 options.simple = True 44 if not options.simple and not options.xml: 46 fout = open(options.output, 'w') 52 if os.path.exists(options.output): 53 os.unlink(options.output)
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | klcc-cross-accept-clang-options.patch | 13 + # Allow clang options 16 + # Allow clang options 19 + # Allow clang options 22 + # Allow clang options 25 + # Allow clang options 28 + # Allow clang options 31 + # Allow clang options 34 + # Allow clang options
|
| /openbmc/estoraged/include/ |
| H A D | filesystemInterface.hpp | 37 std::initializer_list<std::string> options = {}) = 0; 101 const std::string& options) = 0; 119 std::initializer_list<std::string> options) override in runMkfs() argument 123 mkfsCommand.size() + logicalVolumePath.size() + options.size() + in runMkfs() 124 std::accumulate(options.begin(), options.end(), 0, in runMkfs() 129 for (const std::string& s : options) in runMkfs() 169 const std::string& options) override in runFsck() argument 171 std::string fsckCommand("fsck " + logicalVolumePath + " " + options); in runFsck()
|
| /openbmc/u-boot/Documentation/sphinx/ |
| H A D | kernel_include.py | 98 encoding = self.options.get( 101 tab_width = self.options.get( 116 startline = self.options.get('start-line', None) 117 endline = self.options.get('end-line', None) 129 after_text = self.options.get('start-after', None) 137 before_text = self.options.get('end-before', None) 148 if 'literal' in self.options: 155 classes=self.options.get('class', [])) 158 if 'number-lines' in self.options: 160 startline = int(self.options['number-lines'] or 1) [all …]
|