Home
last modified time | relevance | path

Searched refs:LineIndex (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DBuildEngine.py346 …def __init__(self, File=None, Content=None, LineIndex=0, SupportedFamily=["MSFT", "INTEL", "GCC", … argument
364 self._LineIndex = LineIndex
416 def ParseSection(self, LineIndex): argument
423 def ParseSubSection(self, LineIndex): argument
431 def SkipSection(self, LineIndex): argument
457 def ParseSectionHeader(self, LineIndex): argument
464 RuleNameList = self.RuleContent[LineIndex][1:-1].split(',')
473 File=self.RuleFile, Line=LineIndex + 1,
474 ExtraData=self.RuleContent[LineIndex])
479 File=self.RuleFile, Line=LineIndex + 1,
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfGuidPpiProtocolSectionParser.py109 LineIndex = -1
111 LineIndex = Item[3]
120 Line=LineIndex)
194 LineIndex = -1
196 LineIndex = Item[3]
205 Line=LineIndex)
363 LineIndex = -1
365 LineIndex = Item[3]
373 File=FileName, Line=LineIndex)
DDecParserMisc.py46 self.LineIndex = 0
57 if self.LineIndex >= self.FileLines:
59 Line = self.Content[self.LineIndex]
60 self.LineIndex += 1
64 if self.LineIndex > 0:
65 self.LineIndex -= 1
78 return self.LineIndex >= self.FileLines
DInfPcdSectionParser.py50 LineIndex = -1
54 LineIndex = Item[3]
60 File=FileName, Line=LineIndex)
183 Line=LineIndex)
DDecParser.py109 self._ItemDict[Key] = [[SecArch, self._RawData.LineIndex]]
134 self._ItemDict[Key].append([SecArch, self._RawData.LineIndex])
158 Line = self._RawData.LineIndex,
165 Line = ['', self._RawData.LineIndex])
168 Line = ['', self._RawData.LineIndex])
173 Line = self._RawData.LineIndex,
251 CommentList.append((Comment, self._RawData.LineIndex))
311 Index = self._RawData.LineIndex
342 Comments = [(Comment, self._RawData.LineIndex)]
387 CurComments.append(((Comment, self._RawData.LineIndex)))
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbCmdMemory.c88 UINTN LineIndex; in EdbDisplayMemory() local
126 for (LineIndex = 0; LineIndex < LineNumber; LineIndex++) { in EdbDisplayMemory()
131 if (((LineIndex % EFI_DEBUGGER_LINE_NUMBER_IN_PAGE) == 0) && in EdbDisplayMemory()
132 (LineIndex != 0)) { in EdbDisplayMemory()
148 if (((LineIndex % EFI_DEBUGGER_LINE_NUMBER_IN_PAGE) == 0) && in EdbDisplayMemory()
149 (LineIndex != 0)) { in EdbDisplayMemory()
DEdbDisasmSupport.c1055 UINTN LineIndex; in EdbPrintRaw() local
1078 for (LineIndex = 0; LineIndex < LineNumber; LineIndex++) { in EdbPrintRaw()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPageCustomizedUi.c130 IN UINTN LineIndex, in UiCustomizeFrontPageBanner() argument
135 if ((LineIndex == 5) && LeftOrRight) { in UiCustomizeFrontPageBanner()
DFrontPageCustomizedUi.h42 IN UINTN LineIndex,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
DTrim.py203 for LineIndex in range(len(NewLines), LineNumber-1):