Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py62 from Library.DataType import TAB_STR_TOKENHELP
629 … if len(StrList) == 4 and StrList[0] == TAB_STR_TOKENCNAME and StrList[3] == TAB_STR_TOKENHELP:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DDataType.py92 TAB_STR_TOKENHELP = 'HELP' variable
DUniClassObject.py629 … if (StringTokenList[3].upper() in [DT.TAB_STR_TOKENPROMPT, DT.TAB_STR_TOKENHELP] and \
630 StringTokenList[3] not in [DT.TAB_STR_TOKENPROMPT, DT.TAB_STR_TOKENHELP]) or \