| /tools/binman/btool/ |
| A D | _testing.py | 27 def fetch(self, method): argument 29 return super().fetch(method) 30 if method == bintool.FETCH_BIN: 34 if method == bintool.FETCH_BUILD:
|
| A D | cst.py | 39 def fetch(self, method): argument 41 if method != bintool.FETCH_BUILD:
|
| A D | fdt_add_pubkey.py | 54 def fetch(self, method): argument 69 if method != bintool.FETCH_BIN:
|
| A D | mkimage.py | 55 def fetch(self, method): argument 70 if method != bintool.FETCH_BIN:
|
| A D | fiptool.py | 98 def fetch(self, method): argument 108 if method != bintool.FETCH_BUILD:
|
| A D | fdtgrep.py | 118 def fetch(self, method): argument 134 if method != bintool.FETCH_BIN:
|
| A D | bootgen.py | 128 def fetch(self, method): argument 130 if method != bintool.FETCH_BUILD:
|
| A D | lz4.py | 111 def fetch(self, method): argument 126 if method != bintool.FETCH_BIN:
|
| A D | cbfstool.py | 200 def fetch(self, method): argument 215 if method != bintool.FETCH_BIN:
|
| A D | futility.py | 148 def fetch(self, method): argument 163 if method != bintool.FETCH_BUILD:
|
| A D | ifwitool.py | 147 def fetch(self, method): argument 162 if method != bintool.FETCH_BIN:
|
| A D | mkeficapsule.py | 110 def fetch(self, method): argument 120 if method != bintool.FETCH_BUILD:
|
| A D | lzma_alone.py | 94 def fetch(self, method): argument 109 if method != bintool.FETCH_BIN:
|
| A D | openssl.py | 350 def fetch(self, method): argument 365 if method != bintool.FETCH_BIN:
|
| /tools/binman/ |
| A D | bintool.py | 183 def fetch_tool(self, method, col, skip_present): argument 209 if method == FETCH_ANY: 216 result = try_fetch(method) 230 def fetch_tools(method, names_to_fetch): argument 259 result = btool.fetch_tool(method, col, skip_present) 262 if method == FETCH_ANY: 483 def fetch(self, method): argument 589 def fetch(self, method): argument 604 if method != FETCH_BIN:
|
| A D | bintool_test.py | 78 def check_fetch_url(cls, fake_download, method): argument 94 btest.fetch_tool(method, col, False) 162 def check_fetch_all(self, method): argument 166 def fake_fetch(method, col, skip_present): argument 181 Bintool.fetch_tools(method, ['all']) 197 def fake_fetch2(method, col, skip_present): argument 320 for method in range(bintool.FETCH_COUNT): 321 result = btool.fetch(method)
|
| A D | README.rst | 697 not set the offset (with the GetOffsets() method). 1134 entry type is controlled by the UseExpanded() method. In the SPL case it checks 1164 processing. It must happen in the ObtainContents() method. 1994 entry. This method adds any properties associated with this, expanding the 2002 processing is complete, this method should return True. If the processing 2003 cannot complete because it needs the ProcessFdt() method of another entry to 2004 run first, this method should return False, in which case it will be called 2070 the 'tools' module's Run() method. The tools must exist on the PATH,
|
| A D | binman.rst | 697 not set the offset (with the GetOffsets() method). 1134 entry type is controlled by the UseExpanded() method. In the SPL case it checks 1164 processing. It must happen in the ObtainContents() method. 1994 entry. This method adds any properties associated with this, expanding the 2002 processing is complete, this method should return True. If the processing 2003 cannot complete because it needs the ProcessFdt() method of another entry to 2004 run first, this method should return False, in which case it will be called 2070 the 'tools' module's Run() method. The tools must exist on the PATH,
|
| A D | entries.rst | 1831 this method must give up and return None. But if `required` is True then 1852 you can override this method to read from your custom file format. It 1924 available. This is set by the `SetAllowMissing()` method, if 1944 read_elf_segments() method.
|
| /tools/ |
| A D | asn1_compiler.c | 693 enum asn1_method method : 8; 865 element->method = ASN1_PRIM; in parse_type() 940 element->method |= ASN1_CONS; in parse_type() 945 element->method = ASN1_PRIM; in parse_type() 967 element->method = ASN1_CONS; in parse_type() 1032 element->method = ASN1_CONS; in parse_type() 1049 element->method = ASN1_CONS; in parse_type() 1223 asn1_methods[e->method], in dump_element() 1228 asn1_methods[e->method], in dump_element() 1512 asn1_methods[tag->method | e->method], in render_element() [all …]
|
| A D | Kconfig | 203 update on the board. The installation method depends on
|
| /tools/patman/ |
| A D | test_cseries.py | 1327 return_value=None) as method): 1329 method.assert_called_once_with(True, update_commit=False, 1335 return_value=None) as method): 1343 return_value=None) as method): 1351 return_value=None) as method): 1359 return_value=None) as method): 1361 method.assert_called_once_with(True, update_commit=True, 3111 return_value=None) as method: 3117 method.assert_called_once_with(['xdg-open', url]) 3675 return_value=None) as method): [all …]
|
| /tools/dtoc/ |
| A D | dtb_platdata.py | 1221 outfile.method(plat)
|