HomeSort by relevance Sort by last modified time
    Searched refs:CleanString2 (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 131 Comment = CleanString2(Line)[1]
229 ## CleanString2
238 def CleanString2(Line, CommentCharacter='#', AllowCppStyleComment=False):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentParsing.py 25 from Library.String import CleanString2
89 Comment = CleanString2(Line)[1]
184 Comment = CleanString2(CommentLine)[1]
245 Comment = CleanString2(CommentLine)[1]
String.py 302 ## CleanString2
311 def CleanString2(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 377 ## CleanString2
387 def CleanString2(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 531 Line, Comment = CleanString2(Content[Index], AllowCppStyleComment=True)
534 NextLine, NextComment = CleanString2(Content[Index + 1])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py     [all...]

Completed in 179 milliseconds