Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcpedb.py11 VALID_REFS = ['VENDOR', 'VERSION', 'CHANGE_LOG', 'PRODUCT', 'PROJECT', 'ADVISORY'] variable
134 if ref.text not in VALID_REFS:
135 …ry, here are some examples and just one word should be used -- " + ' '.join(VALID_REFS) # noqa E501