Searched refs:List1 (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | Parsing.py | 233 TokenGuid, TokenName, List1, List2, List3, List4, List5 = \ 242 List1, List2, List3, List4, List5 = \ 247 return (TokenName, TokenGuid, List1, List2, List3, List4, List5, Type) 260 TokenGuid, TokenName, List1, List2 = '', '', '', '' 267 List1, List2 = List[1], List[2] 271 return (TokenName, TokenGuid, List1, List2, Type)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | GenPcdDb.py | 619 def GetMatchedIndex(Key1, List1, Key2, List2): argument 621 while StartPos < len(List1): 622 Index = List1.index(Key1, StartPos)
|