Searched refs:KeyValues (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | String.py | 94 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 101 KeyValues.append([CleanString(Line, CommentCharacter), NewKey[1]]) 114 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 125 KeyValues.append([CleanString(Line, CommentCharacter), SkuIdNameList[1]]) 357 def GetMultipleValuesOfKeyFromLines(Lines, Key, KeyValues, CommentCharacter): argument 360 if KeyValues: 367 KeyValues += [Line]
|
D | Parsing.py | 282 def GetComponent(Lines, KeyValues): argument 361 KeyValues.append([ListItem, LibraryClassItem, \ 386 KeyValues.append([ListItem, [], [], []]) 421 def GetComponents(Lines, KeyValues, CommentCharacter): argument 498 KeyValues.append([ListItem, LibraryClassItem, BuildOption, \ 523 KeyValues.append([ListItem, [], [], []])
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | String.py | 164 def GetLibraryClassesWithModuleType(Lines, Key, KeyValues, CommentCharacter): argument 171 KeyValues.append([CleanString(Line, CommentCharacter), newKey[1]]) 186 def GetDynamics(Lines, Key, KeyValues, CommentCharacter): argument 197 KeyValues.append([CleanString(Line, CommentCharacter), SkuIdNameList[1]]) 427 def GetMultipleValuesOfKeyFromLines(Lines, Key, KeyValues, CommentCharacter): argument 433 KeyValues += [Line]
|
D | Parsing.py | 430 def GetComponent(Lines, KeyValues): argument 484 KeyValues.append([ListItem, LibraryClassItem, BuildOption, Pcd]) 505 KeyValues.append([ListItem, [], [], []]) 541 def GetComponents(Lines, Key, KeyValues, CommentCharacter): argument 594 KeyValues.append([ListItem, LibraryClassItem, BuildOption, Pcd]) 615 KeyValues.append([ListItem, [], [], []])
|