Searched refs:names (Results 1 – 19 of 19) sorted by relevance
| /tools/binman/etype/ |
| A D | blob_phase.py | 47 names = [self.root_fname + '-nodtb', self.root_fname + '-dtb'] 49 names.insert(1, self.root_fname + '-bss-pad') 50 for name in names:
|
| /tools/binman/ |
| A D | bintool.py | 146 names = [os.path.splitext(os.path.basename(fname))[0] 148 names = [name for name in names if name[0] != '_'] 149 names = [name[6:] if name.startswith('btool_') else name 150 for name in names] 152 names.append('_testing') 153 return sorted(names) 158 names = Bintool.get_tool_list() 161 for name in names: 242 def show_status(color, prompt, names): argument 245 (' ' * (16 - len(prompt)), ' '.join(names))))
|
| A D | fmap_util.py | 112 def _FormatBlob(fmt, names, obj): argument 113 params = [getattr(obj, name) for name in names] 114 ConvertName(names, params)
|
| A D | fip_util.py | 503 names = {uuid: (desc, uuid, name) for desc, uuid, name in mat} 504 return names 507 def create_code_output(macros, names): argument 543 name_entry = names.get(macro) 582 names = parse_names(srcdir) 583 output = create_code_output(macros, names)
|
| A D | fip_util_test.py | 193 names = fip_util.parse_names(self._indir) 205 self.assertEqual(expected_names, names) 218 names = fip_util.parse_names(self._indir) 220 fip_util.create_code_output(macros, names)
|
| A D | entry.py | 1298 names = {'lzma': 'lzma_alone', 'lzo': 'lzop'} 1299 name = names.get(self.compress, self.compress)
|
| A D | entries.rst | 103 The UUIDs correspond to useful names in `fiptool`, provided by ATF to 104 operate on FIPs. Binman uses these names to make it easier to understand 904 Node names and property values support a basic string-substitution feature. 986 It is also possible to use NAME in the node names so that the FDT files name 1033 `clock-names` and `pinctrl-names` which are not needed in SPL builds. This 2058 the available supported subnode names are board-cfg, pm-cfg, sec-cfg and
|
| A D | README.rst | 931 This string is prepended to all the names of the binaries in the 934 distinguish binaries with otherwise identical names. 1911 Test names to run (omit for all)
|
| A D | binman.rst | 931 This string is prepended to all the names of the binaries in the 934 distinguish binaries with otherwise identical names. 1911 Test names to run (omit for all)
|
| A D | ftest.py | 3213 names = [einfo.name for einfo in einfos] 3214 self.assertEqual(names,
|
| /tools/patman/ |
| A D | series.py | 360 names = ', '.join(f'{c.seq + 1}:{c.subject}'
|
| A D | patman.rst | 680 version of your series is in a branch without a numeric suffix. Branch names 690 You will have an easier time if the branch names you use with 'patman series' 693 are used to having very descriptive branch names, remember that patman lets you 723 branches. It puts the tag names in the database so that it can
|
| A D | README.rst | 680 version of your series is in a branch without a numeric suffix. Branch names 690 You will have an easier time if the branch names you use with 'patman series' 693 are used to having very descriptive branch names, remember that patman lets you 723 branches. It puts the tag names in the database so that it can
|
| /tools/dtoc/ |
| A D | test_fdt | 958 def run_tests(names, processes): argument 970 test_name = names[0] if names else None
|
| A D | test_fdt.py | 958 def run_tests(names, processes): argument 970 test_name = names[0] if names else None
|
| /tools/buildman/ |
| A D | builder.py | 1384 names = [brd.target for brd in line.brds] 1385 board_str = ' '.join(names) if names else ''
|
| A D | README.rst | 157 takes a comma-separated list of board target names and be used multiple times 949 This converts toolchain architecture names to U-Boot names. For example,
|
| A D | buildman.rst | 157 takes a comma-separated list of board target names and be used multiple times 949 This converts toolchain architecture names to U-Boot names. For example,
|
| /tools/u_boot_pylib/ |
| A D | LICENSE | 327 necessary. Here is a sample; alter the names:
|
Completed in 71 milliseconds