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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 238 def CleanString2(Line, CommentCharacter='#', AllowCppStyleComment=False):
246 if AllowCppStyleComment:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 330 def CleanString(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False, BuildOption=False):
338 if AllowCppStyleComment:
387 def CleanString2(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False):
395 if AllowCppStyleComment:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 111 AllowCppStyleComment=False):
119 if AllowCppStyleComment:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 275 def CleanString(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False):
283 if AllowCppStyleComment:
311 def CleanString2(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False):
319 if AllowCppStyleComment:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserUnitTest.py 52 Line, Comment = CleanString('line // and comment', AllowCppStyleComment = True)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py 500 Line = CleanString(Content[Index], AllowCppStyleComment=True)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 531 Line, Comment = CleanString2(Content[Index], AllowCppStyleComment=True)
    [all...]

Completed in 193 milliseconds