Searched refs:creators (Results 1 – 12 of 12) sorted by relevance
14 creators[chipType] = std::move(creator); in registerCPLD()21 auto it = creators.find(chipType); in create()22 if (it != creators.end()) in create()32 configs.reserve(creators.size()); in getConfigs()34 std::transform(creators.begin(), creators.end(), in getConfigs()
59 std::unordered_map<std::string, Creator> creators; member in phosphor::software::cpld::CPLDFactory
435 doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")436 doc.creationInfo.creators.append("Organization: %s" % d.getVar("SPDX_ORG"))437 doc.creationInfo.creators.append("Person: N/A ()")539 package_doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")540 package_doc.creationInfo.creators.append("Organization: %s" % d.getVar("SPDX_ORG"))541 package_doc.creationInfo.creators.append("Person: N/A ()")652 runtime_doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")653 runtime_doc.creationInfo.creators.append("Organization: %s" % d.getVar("SPDX_ORG"))654 runtime_doc.creationInfo.creators.append("Person: N/A ()")820 doc.creationInfo.creators.append("Tool: OpenEmbedded Core create-spdx.bbclass")[all …]
266 creators = _StringList() variable in SPDXCreationInfo
26 Modified under GNU General Public License, with creators' permission,
18 conditions that creators and other rights holders may use to share
7 Creative Commons public licenses provide a standard set of terms and conditions that creators and o…