Home
last modified time | relevance | path

Searched refs:records (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dlogmerge.py63 records = digest_chunk(chunk, branch)
65 del records[-1]
66 database[len(database):] = records
132 records = []
162 records.append((date, working_file, rev, author, text))
163 return records
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
DFirmwarePerformanceSmm.uni2 // This module collects performance data for SMM driver boot records and S3 Suspend Performance Rec…
5 // for SMM boot performance records and S3 Suspend Performance Record.
20 … #language en-US "Collects performance data for SMM driver boot records and S3 Suspend Pe…
22 …tatus code listener to collect performance data for SMM boot performance records and S3 Suspend Pe…
DFirmwarePerformanceSmm.inf2 # This module collects performance data for SMM driver boot records and S3 Suspend Performance Rec…
5 # for SMM boot performance records and S3 Suspend Performance Record.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
DFirmwarePerformanceDxe.uni5 // for Firmware Basic Boot Performance Record and other boot performance records,
23 …ta for Firmware Basic Boot Performance Record and other boot performance records, and installs FPD…
DFirmwarePerformanceDxe.inf5 # for Firmware Basic Boot Performance Record and other boot performance records,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcgitb.py118 records = inspect.getinnerframes(etb, context)
119 for frame, file, lnum, func, lines, index in records:
206 records = inspect.getinnerframes(etb, context)
207 for frame, file, lnum, func, lines, index in records:
Dtarfile.py1160 records = []
1171 records.append("%d %s=%s\n" % (p, keyword, value))
1172 records = "".join(records)
1179 info["size"] = len(records)
1184 cls._create_payload(records)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py504 def formatHeader(self, records): argument
510 def formatFooter(self, records): argument
516 def format(self, records): argument
521 if len(records) > 0:
522 rv = rv + self.formatHeader(records)
523 for record in records:
525 rv = rv + self.formatFooter(records)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmakeunicodedata.py311 records = [table[0]]
318 index[i] = cache[record] = len(records)
319 records.append(record)
322 for record in records:
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDpStrings.uni152 #string STR_DP_STATS_NUMPROFILE #language en-US "%,8d are profiling records.\n"
153 #language fr-FR "%,8d are profiling records.\n"
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DUefiDpLib.uni73 #string STR_DP_STATS_NUMPROFILE #language en-US "%,8d are profiling records.\n"
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
DIntelFrameworkModulePkg.dec41 ## GUID identifies Data Hub records logged by Status Code Runtime Protocol.
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.dec232 ## GUID identifies status code records HOB that originate from the PEI status code
1345 # the extension FPDT boot records received after ReadyToBoot and before ExitBootService.
1346 # @Prompt Pad size for extension FPDT boot records.
1491 …# instance which records the S3 boot script table start address, length, etc. To introduce this P…
1499 …# instance which records the S3 boot script table start address, length, etc. To introduce this P…
DMdeModulePkg.uni542 …Guid_PcdExtFpdtBootRecordPadSize_PROMPT #language en-US "Pad size for extension FPDT boot records"
544 …ad size in FPDT Basic Boot Performance Table for the extension FPDT boot records received after Re…
803 …private data structure used in DxeS3BootScriptLib library instance which records the S3 boot scrip…
807 …ata structure SMM copy used in DxeS3BootScriptLib library instance which records the S3 boot scrip…
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DSmbiosViewStrings.uni66 …OSVIEW_EVENTLOGINFO_SYSTEM_EVENT_LOG_2 #language en-US "\r\nSystem Event Log records:\r\n"
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DQuarkPlatformPkg.dec370 # Identifies the number of Contained Element records that follow, in the range 0 to 255.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.uni638 " function, and the system records the reason for the system reset.\r\n"
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.dec95 ## @libraryclass Provides services to log status code records.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog263 - Add debug records in assmebler code [Londer]