Home
last modified time | relevance | path

Searched refs:method (Results 1 – 23 of 23) sorted by relevance

/tools/binman/btool/
A D_testing.py27 def fetch(self, method): argument
29 return super().fetch(method)
30 if method == bintool.FETCH_BIN:
34 if method == bintool.FETCH_BUILD:
A Dcst.py39 def fetch(self, method): argument
41 if method != bintool.FETCH_BUILD:
A Dfdt_add_pubkey.py54 def fetch(self, method): argument
69 if method != bintool.FETCH_BIN:
A Dmkimage.py55 def fetch(self, method): argument
70 if method != bintool.FETCH_BIN:
A Dfiptool.py98 def fetch(self, method): argument
108 if method != bintool.FETCH_BUILD:
A Dfdtgrep.py118 def fetch(self, method): argument
134 if method != bintool.FETCH_BIN:
A Dbootgen.py128 def fetch(self, method): argument
130 if method != bintool.FETCH_BUILD:
A Dlz4.py111 def fetch(self, method): argument
126 if method != bintool.FETCH_BIN:
A Dcbfstool.py200 def fetch(self, method): argument
215 if method != bintool.FETCH_BIN:
A Dfutility.py148 def fetch(self, method): argument
163 if method != bintool.FETCH_BUILD:
A Difwitool.py147 def fetch(self, method): argument
162 if method != bintool.FETCH_BIN:
A Dmkeficapsule.py110 def fetch(self, method): argument
120 if method != bintool.FETCH_BUILD:
A Dlzma_alone.py94 def fetch(self, method): argument
109 if method != bintool.FETCH_BIN:
A Dopenssl.py350 def fetch(self, method): argument
365 if method != bintool.FETCH_BIN:
/tools/binman/
A Dbintool.py183 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 Dbintool_test.py78 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 DREADME.rst697 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 Dbinman.rst697 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 Dentries.rst1831 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 Dasn1_compiler.c693 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 DKconfig203 update on the board. The installation method depends on
/tools/patman/
A Dtest_cseries.py1327 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 Ddtb_platdata.py1221 outfile.method(plat)

Completed in 53 milliseconds