Searched refs:license_text (Results 1 – 2 of 2) sorted by relevance
| /tools/ |
| A D | microcode-tool | 53 license_text = [] 69 license_text.append(m_license.group(1)) 76 return date, license_text, microcodes 89 license_text = [] 112 license_text.append(line) 118 return date, license_text, microcodes 174 def CreateFile(date, license_text, mcodes, outfile): argument 223 for line in license_text: 284 license_text = None 288 date, license_text, microcodes = ParseFile(options.mcfile) [all …]
|
| A D | microcode-tool.py | 53 license_text = [] 69 license_text.append(m_license.group(1)) 76 return date, license_text, microcodes 89 license_text = [] 112 license_text.append(line) 118 return date, license_text, microcodes 174 def CreateFile(date, license_text, mcodes, outfile): argument 223 for line in license_text: 284 license_text = None 288 date, license_text, microcodes = ParseFile(options.mcfile) [all …]
|
Completed in 15 milliseconds