Home
last modified time | relevance | path

Searched refs:GetItems (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/tools/patman/
Dsettings.py289 def GetItems(config, section): function
327 for name, value in GetItems(config, 'alias'):
331 for name, value in GetItems(config, 'bounces'):
/external/u-boot/tools/buildman/
Dtoolchain.py134 for name, value in bsettings.GetItems('toolchain-wrapper'):
187 self._make_flags = dict(bsettings.GetItems('make-flags'))
199 toolchains = bsettings.GetItems('toolchain')
221 self.prefixes = bsettings.GetItems('toolchain-prefix')
336 for tag, value in bsettings.GetItems('toolchain-alias'):
Dbsettings.py33 def GetItems(section): function
/external/dynamic_depth/internal/dynamic_depth/
Ddynamic_depth.cc44 for (auto item : device->GetContainer()->GetItems()) { in WriteImageAndMetadataAndContainer()
100 for (const auto& item : container->GetItems()) { in GetItemPayload()
Dcontainer.cc80 const std::vector<const Item*> Container::GetItems() const { in GetItems() function in dynamic_depth::Container
/external/dynamic_depth/includes/dynamic_depth/
Dcontainer.h37 const std::vector<const Item*> GetItems() const;