Searched refs:OrderedDict (Results 1 - 24 of 24) sorted by relevance

/u-boot/tools/binman/etype/
H A Dblob_named_by_arg.py9 from collections import OrderedDict namespace
H A Dcollection.py8 from collections import OrderedDict namespace
H A Dtext.py6 from collections import OrderedDict namespace
H A Dintel_ifwi.py8 from collections import OrderedDict namespace
50 self._ifwi_entries = OrderedDict()
H A Datf_fip.py8 from collections import OrderedDict namespace
175 self._entries = OrderedDict()
H A Dmkimage.py8 from collections import OrderedDict namespace
210 entries = OrderedDict(self._entries)
H A Dxilinx_bootgen.py10 from collections import OrderedDict namespace
95 self._entries = OrderedDict()
H A Dgbb.py9 from collections import OrderedDict namespace
H A Dvblock.py9 from collections import OrderedDict namespace
H A Dnxp_imx8mimage.py10 from collections import OrderedDict namespace
H A Dcbfs.py8 from collections import OrderedDict namespace
175 self._entries = OrderedDict()
H A Dti_board_config.py14 from collections import OrderedDict namespace
78 self._entries = OrderedDict()
H A D_testing.py8 from collections import OrderedDict namespace
H A Dx509_cert.py8 from collections import OrderedDict namespace
H A Dsection.py11 from collections import OrderedDict namespace
164 self._entries = OrderedDict()
/u-boot/tools/
H A Dexpo.py36 OrderedDict():
42 vals = collections.OrderedDict()
/u-boot/tools/binman/
H A Dimage.py8 from collections import OrderedDict namespace
403 entries = OrderedDict()
H A Delf.py8 from collections import namedtuple, OrderedDict namespace
89 return OrderedDict(sorted(syms.items(), key=lambda x: x[1].address))
173 return OrderedDict(sorted(syms.items(), key=lambda x: x[1].address))
H A Dcontrol.py8 from collections import OrderedDict namespace
36 images = OrderedDict()
53 OrderedDict of Image objects, each of which describes an image
57 images = OrderedDict()
548 OrderedDict of images:
589 new_images = OrderedDict()
H A Dcbfs_util.py18 from collections import OrderedDict namespace
455 self._files = OrderedDict()
660 self.files = OrderedDict()
H A Dfip_util.py394 self.fents = collections.OrderedDict()
447 macros = collections.OrderedDict()
H A Dbintool_test.py212 self.btools = collections.OrderedDict()
/u-boot/tools/buildman/
H A Dboards.py8 from collections import OrderedDict namespace
492 board_dict = OrderedDict()
503 board_dict = OrderedDict()
641 result = OrderedDict()
/u-boot/tools/dtoc/
H A Ddtb_platdata.py163 _struct_data (dict): OrderedDict of dtplat structures to output
184 self._struct_data = collections.OrderedDict()

Completed in 206 milliseconds