Searched refs:license_text (Results 1 – 3 of 3) sorted by relevance
| /u-boot/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: 285 date, license_text, microcodes = ParseFile(options.mcfile) 292 print('\n'.join(license_text)) [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: 285 date, license_text, microcodes = ParseFile(options.mcfile) 292 print('\n'.join(license_text)) [all …]
|
| /u-boot/scripts/kconfig/ |
| A D | gconf.c | 691 const gchar *license_text = in on_license1_activate() local 699 GTK_BUTTONS_CLOSE, "%s", license_text); in on_license1_activate()
|
Completed in 9 milliseconds