Home
last modified time | relevance | path

Searched refs:CurrentSection (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/ppconvert/src/common/
H A DIO.cc93 if (CurrentSection == NULL) in OpenFile()
103 if (CurrentSection == NULL) in NewFile()
115 CurrentSection->FlushFile(); in CloseFile()
116 CurrentSection->CloseFile(); in CloseFile()
117 delete (CurrentSection); in CloseFile()
124 IOTreeClass *tree = CurrentSection; in FlushFile()
137 CurrentSection=newSection; in OpenSection()
156 CurrentSection = *Iter; in OpenSection()
185 CurrentSection = newSection; in NewSection()
195 CurrentSection = CurrentSection->Parent; in CloseSection()
[all …]
H A DIO.h113 IOTreeClass* CurrentSection;
123 std::string GetName() { return CurrentSection->Name; } in GetName()
153 inline void NewSection(std::string name) { CurrentSection = CurrentSection->NewSection(name); } in NewSection()
170 return (CurrentSection->ReadVar(name, var)); in ReadVar()
186 return CurrentSection->WriteVar(name, val); in WriteVar()
192 return CurrentSection->WriteVar(name, val); in WriteVar()
198 return CurrentSection->AppendVar(name, val); in AppendVar()
204 return CurrentSection->AppendVar(name, val); in AppendVar()
221 void PrintTree() { CurrentSection->PrintTree(); } in PrintTree()
223 IOSectionClass(IOSectionClass& io) { CurrentSection = io.CurrentSection; } in IOSectionClass()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dconfigfile.cpp161 CurrentSection = Sections; in ClearConfig()
166 delete CurrentSection; in ClearConfig()
167 CurrentSection = next; in ClearConfig()
249 CurrentSection = section; in SetSection()
267 CurrentSection = Sections; in SetFirstSection()
268 if (CurrentSection != NULL) in SetFirstSection()
287 if (CurrentSection != NULL) in SetNextSection()
289 CurrentSection = CurrentSection->Next; in SetNextSection()
339 CurrentSection->LastEntryPtr = &CurrentSection->RootEntry; in ClearCurrentSection()
371 delete CurrentSection; in DeleteCurrentSection()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py117 CurrentSection = DT.MODEL_UNKNOWN
360 CurrentSection = SectionType
369 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
382 CurrentSection = SectionType
470 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
505 CurrentSection == DT.MODEL_PCD_DYNAMIC:
520 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
525 elif CurrentSection == DT.MODEL_EFI_PPI:
530 elif CurrentSection == DT.MODEL_EFI_GUID:
535 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py117 CurrentSection = DT.MODEL_UNKNOWN
360 CurrentSection = SectionType
369 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
382 CurrentSection = SectionType
470 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
505 CurrentSection == DT.MODEL_PCD_DYNAMIC:
520 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
525 elif CurrentSection == DT.MODEL_EFI_PPI:
530 elif CurrentSection == DT.MODEL_EFI_GUID:
535 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py117 CurrentSection = DT.MODEL_UNKNOWN
360 CurrentSection = SectionType
369 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
382 CurrentSection = SectionType
470 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
505 CurrentSection == DT.MODEL_PCD_DYNAMIC:
520 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
525 elif CurrentSection == DT.MODEL_EFI_PPI:
530 elif CurrentSection == DT.MODEL_EFI_GUID:
535 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py117 CurrentSection = DT.MODEL_UNKNOWN
360 CurrentSection = SectionType
369 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
382 CurrentSection = SectionType
470 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
505 CurrentSection == DT.MODEL_PCD_DYNAMIC:
520 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
525 elif CurrentSection == DT.MODEL_EFI_PPI:
530 elif CurrentSection == DT.MODEL_EFI_GUID:
535 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py123 CurrentSection = DT.MODEL_UNKNOWN
366 CurrentSection = SectionType
375 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
388 CurrentSection = SectionType
476 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
511 CurrentSection == DT.MODEL_PCD_DYNAMIC:
526 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
531 elif CurrentSection == DT.MODEL_EFI_PPI:
536 elif CurrentSection == DT.MODEL_EFI_GUID:
541 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py117 CurrentSection = DT.MODEL_UNKNOWN
360 CurrentSection = SectionType
369 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
382 CurrentSection = SectionType
470 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
505 CurrentSection == DT.MODEL_PCD_DYNAMIC:
520 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
525 elif CurrentSection == DT.MODEL_EFI_PPI:
530 elif CurrentSection == DT.MODEL_EFI_GUID:
535 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py117 CurrentSection = DT.MODEL_UNKNOWN
360 CurrentSection = SectionType
369 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
382 CurrentSection = SectionType
470 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
505 CurrentSection == DT.MODEL_PCD_DYNAMIC:
520 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
525 elif CurrentSection == DT.MODEL_EFI_PPI:
530 elif CurrentSection == DT.MODEL_EFI_GUID:
535 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py117 CurrentSection = DT.MODEL_UNKNOWN
360 CurrentSection = SectionType
369 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
382 CurrentSection = SectionType
470 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
505 CurrentSection == DT.MODEL_PCD_DYNAMIC:
520 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
525 elif CurrentSection == DT.MODEL_EFI_PPI:
530 elif CurrentSection == DT.MODEL_EFI_GUID:
535 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py117 CurrentSection = DT.MODEL_UNKNOWN
360 CurrentSection = SectionType
369 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
382 CurrentSection = SectionType
470 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
505 CurrentSection == DT.MODEL_PCD_DYNAMIC:
520 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
525 elif CurrentSection == DT.MODEL_EFI_PPI:
530 elif CurrentSection == DT.MODEL_EFI_GUID:
535 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py117 CurrentSection = DT.MODEL_UNKNOWN
360 CurrentSection = SectionType
369 …SectionLines, CurrentSection = self._ProcessLastSection(SectionLines, Line, LineNo, CurrentSection)
382 CurrentSection = SectionType
470 if CurrentSection == DT.MODEL_META_DATA_DEFINE:
505 CurrentSection == DT.MODEL_PCD_DYNAMIC:
520 elif CurrentSection == DT.MODEL_EFI_PROTOCOL:
525 elif CurrentSection == DT.MODEL_EFI_PPI:
530 elif CurrentSection == DT.MODEL_EFI_GUID:
535 elif CurrentSection == DT.MODEL_EFI_DEPEX:
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py84 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
92 if CurrentSection.upper() == 'defines'.upper():
106 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
115 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
122 CurrentSection = ''
126 if CurrentSection == '':
127 CurrentSection = ItemList[0]
129 if CurrentSection != ItemList[0]:
130 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
134 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py84 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
92 if CurrentSection.upper() == 'defines'.upper():
106 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
115 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
122 CurrentSection = ''
126 if CurrentSection == '':
127 CurrentSection = ItemList[0]
129 if CurrentSection != ItemList[0]:
130 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
134 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py84 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
92 if CurrentSection.upper() == 'defines'.upper():
106 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
115 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
122 CurrentSection = ''
126 if CurrentSection == '':
127 CurrentSection = ItemList[0]
129 if CurrentSection != ItemList[0]:
130 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
134 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py84 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
92 if CurrentSection.upper() == 'defines'.upper():
106 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
115 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
122 CurrentSection = ''
126 if CurrentSection == '':
127 CurrentSection = ItemList[0]
129 if CurrentSection != ItemList[0]:
130 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
134 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Eot/
H A DInfParserLite.py84 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
92 if CurrentSection.upper() == 'defines'.upper():
106 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
115 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
122 CurrentSection = ''
126 if CurrentSection == '':
127 CurrentSection = ItemList[0]
129 if CurrentSection != ItemList[0]:
130 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
134 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Eot/
H A DInfParserLite.py84 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
92 if CurrentSection.upper() == 'defines'.upper():
106 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
115 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
122 CurrentSection = ''
126 if CurrentSection == '':
127 CurrentSection = ItemList[0]
129 if CurrentSection != ItemList[0]:
130 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
134 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py84 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
92 if CurrentSection.upper() == 'defines'.upper():
106 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
115 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
122 CurrentSection = ''
126 if CurrentSection == '':
127 CurrentSection = ItemList[0]
129 if CurrentSection != ItemList[0]:
130 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
134 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py84 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
92 if CurrentSection.upper() == 'defines'.upper():
106 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
115 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
122 CurrentSection = ''
126 if CurrentSection == '':
127 CurrentSection = ItemList[0]
129 if CurrentSection != ItemList[0]:
130 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
134 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Eot/
H A DInfParserLite.py84 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
92 if CurrentSection.upper() == 'defines'.upper():
106 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
115 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
122 CurrentSection = ''
126 if CurrentSection == '':
127 CurrentSection = ItemList[0]
129 if CurrentSection != ItemList[0]:
130 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
134 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/Eot/
H A DInfParserLite.py90 def ParserSource(self, CurrentSection, SectionItemList, ArchList, ThirdList): argument
98 if CurrentSection.upper() == 'defines'.upper():
112 IfDefList, SectionItemList, CurrentSection, ArchList, ThirdList, IncludeFiles = \
121 self.ParserSource(CurrentSection, SectionItemList, ArchList, ThirdList)
128 CurrentSection = ''
132 if CurrentSection == '':
133 CurrentSection = ItemList[0]
135 if CurrentSection != ItemList[0]:
136 …d '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]),…
140 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/Common/
H A DFvLib.c420 EFI_FILE_SECTION_POINTER CurrentSection; in SearchSectionByType() local
429 CurrentSection = FirstSection; in SearchSectionByType()
431 while ((UINTN) CurrentSection.CommonHeader < (UINTN) SearchEnd) { in SearchSectionByType()
432 if (CurrentSection.CommonHeader->Type == SectionType) { in SearchSectionByType()
437 *Section = CurrentSection; in SearchSectionByType()
447 if (GetLength(CurrentSection.CommonHeader->Size) == 0xffffff) { in SearchSectionByType()
451 GuidSecAttr = CurrentSection.GuidDefinedSection->Attributes; in SearchSectionByType()
459 ((UINTN) CurrentSection.CommonHeader + GuidDataOffset); in SearchSectionByType()
476CurrentSection.CommonHeader = (EFI_COMMON_SECTION_HEADER *) ((((UINTN) CurrentSection.CommonHeader… in SearchSectionByType()
513 EFI_FILE_SECTION_POINTER CurrentSection; in GetSectionByType() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/
H A DFvLib.c420 EFI_FILE_SECTION_POINTER CurrentSection; in SearchSectionByType() local
429 CurrentSection = FirstSection; in SearchSectionByType()
431 while ((UINTN) CurrentSection.CommonHeader < (UINTN) SearchEnd) { in SearchSectionByType()
432 if (CurrentSection.CommonHeader->Type == SectionType) { in SearchSectionByType()
437 *Section = CurrentSection; in SearchSectionByType()
447 if (GetLength(CurrentSection.CommonHeader->Size) == 0xffffff) { in SearchSectionByType()
451 GuidSecAttr = CurrentSection.GuidDefinedSection->Attributes; in SearchSectionByType()
459 ((UINTN) CurrentSection.CommonHeader + GuidDataOffset); in SearchSectionByType()
476CurrentSection.CommonHeader = (EFI_COMMON_SECTION_HEADER *) ((((UINTN) CurrentSection.CommonHeader… in SearchSectionByType()
513 EFI_FILE_SECTION_POINTER CurrentSection; in GetSectionByType() local
[all …]

1234567