Searched refs:prefix (Results 1 – 20 of 20) sorted by relevance
/scripts/build/ |
A D | gen_kobject_placeholders.py | 30 def write_define(out_fp, prefix, name, value): argument 48 prefix = one_sect['define_prefix'] 50 write_define(out_fp, prefix, 'ALIGN', align) 51 write_define(out_fp, prefix, 'SZ', size)
|
A D | gen_isr_tables_parser_carrays.py | 69 prefix = self.__config.endian_prefix() 72 intlist_header_fmt = prefix + "II" 83 intlist_entry_fmt = prefix + "iiQQ" 85 intlist_entry_fmt = prefix + "iiII"
|
A D | gen_isr_tables_parser_local.py | 87 prefix = self.__config.endian_prefix() 90 intlist_header_fmt = prefix + "IIIII" 104 intlist_entry_fmt = prefix + "ii"
|
A D | elf_parser.py | 179 def _object_find_named(self, prefix, cb): argument 185 if sym.name.startswith(prefix):
|
/scripts/west_commands/ |
A D | packages.py | 21 return sys.prefix != sys.base_prefix
|
A D | sdk.py | 466 prefix = f"toolchain_{osname}-{arch}_" 468 re.sub(r"\..*", "", x["name"].replace(prefix, "")) 470 if x["name"].startswith(prefix)
|
A D | run_common.py | 703 fd, name = tempfile.mkstemp(prefix='west-exc-', suffix='.txt')
|
/scripts/generate_usb_vif/ |
A D | generate_vif.py | 72 prefix = '{' + xml_constants.XML_VIF_NAMESPACE + '}' 74 element_name = child.tag[len(prefix):]
|
/scripts/west_commands/completion/ |
A D | west-completion.zsh | 335 '(-n --namespace-prefix)'{-n,--namespace-prefix}'[namespace prefix]:namespace prefix:'
|
A D | west-completion.fish | 495 …est -n "__zephyr_west_seen_subcommand_from spdx" -o n -l namespace-prefix -rf -d "namespace prefix"
|
/scripts/ |
A D | checkpatch.pl | 301 my ($hashRef, $prefix) = @_; 2044 my $prefix = ''; 2073 $output .= $prefix . $level . ':'; 2230 my $prefix = $absolute; 2234 if ($prefix ne ".../") { 2467 $prefix = ''; 2577 $prefix = "$realfile:$realline: " 2582 $prefix = "$filename:$linenr: "; 4420 if ($prefix !~ /$Type\s+$/ && 4422 $prefix !~ /[{,:]\s+$/ && [all …]
|
/scripts/dts/python-devicetree/src/devicetree/ |
A D | edtlib.py | 3012 prefix: str, 3044 map_prop = parent.props.get(prefix + "-map") 3046 if require_controller and prefix + "-controller" not in parent.props: 3053 masked_child_spec = _mask(prefix, child, parent, child_spec) 3082 prefix, child, parent, child_spec, parent_spec) 3085 return _map(prefix, parent, map_parent, parent_spec, spec_len_fn, 3093 prefix: str, 3101 mask_prop = parent.props.get(prefix + "-map-mask") 3115 prefix: str, 3129 pass_thru_prop = parent.props.get(prefix + "-map-pass-thru")
|
/scripts/pylib/twister/twisterlib/ |
A D | coverage.py | 398 def _interleave_list(prefix, list): argument 399 tuple_list = [(prefix, item) for item in list]
|
/scripts/utils/ |
A D | pinctrl_nrf_migrate.py | 284 prefix = "psels = " if i == 0 else "\t"
|
/scripts/ci/es_upload/ |
A D | README.md | 58 are renamed with the parent object's name as a prefix:
|
/scripts/release/ |
A D | list_devicetree_bindings_changes.py | 375 with tempfile.TemporaryDirectory(prefix='dt_bindings_worktree') as tmpdir:
|
/scripts/dts/python-devicetree/tests/ |
A D | test.dts | 432 // Test <prefix>-map, via gpio-map
|
A D | test_dtlib.py | 47 fd, path = tempfile.mkstemp(prefix='pytest-', suffix='.dts')
|
/scripts/kconfig/ |
A D | kconfiglib.py | 5876 prefix = TYPE_TO_STR[sc.orig_type] 5879 prefix = "prompt" 5881 indent_add_cond(prefix + ' "{}"'.format(escape(self.prompt[0])),
|
/scripts/ci/ |
A D | check_compliance.py | 675 kconfiglib_dir = tempfile.mkdtemp(prefix="kconfiglib_")
|
Completed in 48 milliseconds