Home
last modified time | relevance | path

Searched defs:Dictionary (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
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
DString.py496 def GetSingleValueOfKeyFromLines(Lines, Dictionary, CommentCharacter, KeySplitCharacter, ValueSplit… argument
DMisc.py983 def Append(self, AppendString, Dictionary=None): argument
996 def Replace(self, Dictionary=None): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DString.py403 def GetSingleValueOfKeyFromLines(Lines, Dictionary, CommentCharacter, KeySplitCharacter, \ argument