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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenMetaFileMisc.py 142 # transfer dict that using (Statement, SortedArch) as key,
143 # (GenericComment, UsageComment) as value into a dict that using SortedArch as
154 for Statement, SortedArch in OrigDict:
158 for Statement, SortedArch in OrigDict:
159 Comment = OrigDict[Statement, SortedArch]
171 if SortedArch in NewDict:
172 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
174 NewDict[SortedArch] = [NewStateMent]
GenInfFile.py 276 SortedArch = DT.TAB_ARCH_COMMON
283 if SortedArch in NewSectionDict:
284 NewSectionDict[SortedArch] = NewSectionDict[SortedArch] + [Statement]
286 NewSectionDict[SortedArch] = [Statement]
411 SortedArch = ' '.join(ArchList)
414 KeyList = [SortedArch]
418 SortedArch = DT.TAB_ARCH_COMMON
419 KeyList = [SortedArch + '.' + ModuleString]
494 SortedArch = ' '.join(ArchList)
    [all...]
GenDecFile.py 126 SortedArch = ' '.join(ArchList)
127 if SortedArch in NewSectionDict:
128 NewSectionDict[SortedArch] = \
129 NewSectionDict[SortedArch] + [Statement]
131 NewSectionDict[SortedArch] = [Statement]
208 SortedArch = ' '.join(ArchList)
209 if SortedArch in NewSectionDict:
210 NewSectionDict[SortedArch] = \
211 NewSectionDict[SortedArch] + [Statement]
213 NewSectionDict[SortedArch] = [Statement]
    [all...]

Completed in 72 milliseconds