Searched defs:CurrentLine (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfBinarySectionParser.py29 from Object.Parser.InfCommonObject import CurrentLine namespace
72 CurrentLineObj = CurrentLine()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfCommonObject.py45 ## CurrentLine
47 class CurrentLine(): class in inherits:
H A DInfLibraryClassesObject.py25 from Object.Parser.InfCommonObject import CurrentLine namespace
63 self.CurrentLine = CurrentLine()
135 LibItemObj.CurrentLine.SetFileName(LibItem[2][2])
136 LibItemObj.CurrentLine.SetLineNo(LibItem[2][1])
137 LibItemObj.CurrentLine.SetLineString(LibItem[2][0])
151 Line=LibItemObj.CurrentLine.GetLineNo(),
152 ExtraData=LibItemObj.CurrentLine.GetLineString())
158 Line=LibItemObj.CurrentLine.GetLineNo(),
159 ExtraData=LibItemObj.CurrentLine
[all...]
H A DInfBinaryObject.py30 from Object.Parser.InfCommonObject import CurrentLine namespace
75 class InfBianryVerItem(InfBianryItem, CurrentLine):
78 CurrentLine.__init__(self)
86 class InfBianryUiItem(InfBianryItem, CurrentLine):
89 CurrentLine.__init__(self)
97 class InfBianryCommonItem(InfBianryItem, CurrentLine):
103 CurrentLine.__init__(self)
H A DInfDefineObject.py43 from Object.Parser.InfCommonObject import CurrentLine namespace
59 self.CurrentLine = ['', -1, '']
66 LineInfo=self.CurrentLine)
78 LineInfo=self.CurrentLine)
90 LineInfo=self.CurrentLine)
102 LineInfo=self.CurrentLine)
114 LineInfo=self.CurrentLine)
127 LineInfo=self.CurrentLine)
139 LineInfo=self.CurrentLine)
151 LineInfo=self.CurrentLine)
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DInfBinarySectionTest.py16 from Object.Parser.InfCommonObject import CurrentLine namespace
275 CurrentLine = CurrentLine()
276 CurrentLine.SetFileName("Test")
277 CurrentLine.SetLineString(Item[0])
278 CurrentLine.SetLineNo(Item[1])
281 ItemList.append((ValueList, InfLineCommentObject, CurrentLine))
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c1362 INT32 CurrentLine; local
1369 for (CurrentLine = 0; 0 != MainMenuHelpInfo[CurrentLine]; CurrentLine++) {
1370 InfoString = HiiGetString(gShellDebug1HiiHandle, MainMenuHelpInfo[CurrentLine], NULL);
1371 ShellPrintEx (0, CurrentLine+1, L"%E%s%N", InfoString);
H A DTextEditorTypes.h86 EFI_EDITOR_LINE *CurrentLine; // current line cursor is at member in struct:__anon12798
H A DFileBuffer.c151 @param[in] CurrentLine The pointer to the current line structure.
161 IN CONST EFI_EDITOR_LINE *CurrentLine,
169 if (CurrentLine == NULL || LineList == NULL) {
173 for (Line = CurrentLine, Index = 0; Index < Count; Index++) {
191 @param[in] CurrentLine The pointer to the current line structure.
201 IN CONST EFI_EDITOR_LINE *CurrentLine,
209 if (CurrentLine == NULL || LineList == NULL) {
213 for (Line = CurrentLine, Index = 0; Index < Count; Index++) {
251 Line = InternalEditorMiscLineRetreat (AbsCount,MainEditor.FileBuffer->CurrentLine,MainEditor.FileBuffer->ListHead);
253 Line = InternalEditorMiscLineAdvance ((UINTN)Count,MainEditor.FileBuffer->CurrentLine,MainEdito
159 InternalEditorMiscLineAdvance( IN CONST UINTN Count, IN CONST EFI_EDITOR_LINE *CurrentLine, IN CONST LIST_ENTRY *LineList ) argument
199 InternalEditorMiscLineRetreat( IN CONST UINTN Count, IN CONST EFI_EDITOR_LINE *CurrentLine, IN CONST LIST_ENTRY *LineList ) argument
275 EFI_EDITOR_LINE *CurrentLine; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEditorTypes.h97 HEFI_EDITOR_LINE *CurrentLine; // current line cursor is at member in struct:__anon12816
H A DMainHexEditor.c109 INT32 CurrentLine; local
113 CurrentLine = 0;
115 for (CurrentLine = 0; 0 != HexMainMenuHelpInfo[CurrentLine]; CurrentLine++) {
116 InfoString = HiiGetString(gShellDebug1HiiHandle, HexMainMenuHelpInfo[CurrentLine]
118 ShellPrintEx (0,CurrentLine+1,L"%E%s%N",InfoString);
532 if (HMainEditor.BufferImage->CurrentLine->Link.ForwardLink == HMainEditor.BufferImage->ListHead) {
533 if (HMainEditor.BufferImage->BufferPosition.Column > HMainEditor.BufferImage->CurrentLine->Size) {
570 if (HMainEditor.BufferImage->CurrentLine
[all...]
H A DBufferImage.c191 CurrentLine
205 HBufferImage.CurrentLine = NULL;
555 HEFI_EDITOR_LINE *CurrentLine; local
612 CurrentLine = HBufferImage.CurrentLine;
619 HBufferImage.CurrentLine = CurrentLine;
666 CurrentLine = HBufferImage.CurrentLine;
673 HBufferImage.CurrentLine
[all...]

Completed in 68 milliseconds