Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DCommentParsing.py41 from Library.DataType import TAB_HEX_START
205 if Value.strip().startswith((TAB_HEX_START, TAB_CAPHEX_START)):
DDataType.py361 TAB_HEX_START = '0x' variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenDecFile.py57 from Library.DataType import TAB_HEX_START
643 if ErrorNo.startswith(TAB_HEX_START) or ErrorNo.startswith(TAB_CAPHEX_START):
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py64 from Library.DataType import TAB_HEX_START
702 … if PcdErr.GetErrorNumber().lower() == (TAB_HEX_START + StrNameList[3]).lower() and \