Home
last modified time | relevance | path

Searched defs:CommentCharacter (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DString.py94 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument
114 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument
275 def CleanString(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False): argument
311 def CleanString2(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False): argument
357 def GetMultipleValuesOfKeyFromLines(Lines, Key, KeyValues, CommentCharacter): argument
379 def GetDefineValue(String, Key, CommentCharacter): argument
403 def GetSingleValueOfKeyFromLines(Lines, Dictionary, CommentCharacter, KeySplitCharacter, \ argument
DParsing.py421 def GetComponents(Lines, KeyValues, CommentCharacter): argument
DMisc.py1067 def GetCharIndexOutStr(CommentCharacter, Line): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DString.py164 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument
186 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument
330 def CleanString(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False, Buil… argument
387 def CleanString2(Line, CommentCharacter=DataType.TAB_COMMENT_SPLIT, AllowCppStyleComment=False): argument
427 def GetMultipleValuesOfKeyFromLines(Lines, Key, KeyValues, CommentCharacter): argument
448 def GetDefineValue(String, Key, CommentCharacter): argument
496 def GetSingleValueOfKeyFromLines(Lines, Dictionary, CommentCharacter, KeySplitCharacter, ValueSplit… argument
DEdkIIWorkspace.py183 …def ConvertTextFileToDictionary(self, FileName, Dictionary, CommentCharacter, KeySplitCharacter, V… argument
201 …def ConvertDictionaryToTextFile(self, FileName, Dictionary, CommentCharacter, KeySplitCharacter, V… argument
220 def ConvertTextFileToDictionary(FileName, Dictionary, CommentCharacter, KeySplitCharacter, ValueSpl… argument
253 def ConvertDictionaryToTextFile(FileName, Dictionary, CommentCharacter, KeySplitCharacter, ValueSpl… argument
DDictionary.py28 def ConvertTextFileToDictionary(FileName, Dictionary, CommentCharacter, KeySplitCharacter, ValueSpl… argument
DTargetTxtClassObject.py79 def ConvertTextFileToDict(self, FileName, CommentCharacter, KeySplitCharacter): argument
DParsing.py541 def GetComponents(Lines, Key, KeyValues, CommentCharacter): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/
DTargetTool.py58 def ConvertTextFileToDict(self, FileName, CommentCharacter, KeySplitCharacter): argument
96 def RWFile(self, CommentCharacter, KeySplitCharacter, Num): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DMetaDataParser.py238 def CleanString2(Line, CommentCharacter='#', AllowCppStyleComment=False): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DDecParserMisc.py110 def CleanString(Line, CommentCharacter=TAB_COMMENT_SPLIT, \ argument