Searched refs:CleanString2 (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | CommentParsing.py | 25 from Library.String import CleanString2 89 Comment = CleanString2(Line)[1] 184 Comment = CleanString2(CommentLine)[1] 245 Comment = CleanString2(CommentLine)[1]
|
D | String.py | 311 def CleanString2(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False): function
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | MetaDataParser.py | 131 Comment = CleanString2(Line)[1] 238 def CleanString2(Line, CommentCharacter='#', AllowCppStyleComment=False): function
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | String.py | 387 def CleanString2(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False): function
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileParser.py | 531 Line, Comment = CleanString2(Content[Index], AllowCppStyleComment=True) 534 NextLine, NextComment = CleanString2(Content[Index + 1]) 1649 Line, Comment = CleanString2(Content[Index])
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
D | MetaFileParser.py | 1553 Line, Comment = CleanString2(Content[Index])
|