Searched refs:Description (Results 1 - 25 of 105) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfHeaderObject.py26 # # Description
37 self.Description = ''
75 # @param Description: Description content
77 def SetDescription(self, Description):
78 if not (Description == '' or Description == None):
79 self.Description = Description
87 return self.Description
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPostCodeLib.h50 If Description is not NULL, then the ASCII string specified by Description is
63 @param Description Pointer to an ASCII string that is a description of the
74 IN CONST CHAR8 *Description OPTIONAL
134 Value and Description. If only POST codes are enabled, then call PostCode()
138 @param Description Pointer to an ASCII string that is a description of the
143 #define POST_CODE_WITH_DESCRIPTION(Value,Description) \
146 PostCodeWithDescription(Value,Description) : \
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/
H A DPostCode.c72 If Description is not NULL, then the ASCII string specified by Description is
85 @param Description The pointer to an ASCII string that is a description of the
96 IN CONST CHAR8 *Description OPTIONAL
99 if (Description == NULL) {
108 Description,
109 AsciiStrSize (Description)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableDataModel.py41 # @param Description: Description of a ModelType
47 Description VARCHAR
58 # @param Description: Description of a ModelType
60 def Insert(self, CrossIndex, Name, Description):
62 (Name, Description) = ConvertToSqlString((Name, Description))
63 SqlCommand = """insert into %s values(%s, %s, '%s', '%s')""" % (self.Table, self.ID, CrossIndex, Name, Description)
77 Description
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePostCodeLibDebug/
H A DPostCode.c54 If Description is not NULL, then the ASCII string specified by Description is
67 @param Description The pointer to an ASCII string that is a description of the
78 IN CONST CHAR8 *Description OPTIONAL
81 DEBUG((EFI_D_INFO, "POST %08x - %s\n", Value, Description));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddelayloadhandler.h43 } Description; member in struct:_DELAYLOAD_PROC_DESCRIPTOR
H A Ddsconf.h117 LPSTR Description; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A_DATA
128 LPWSTR Description; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W_DATA
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaDataTable.py169 Description VARCHAR
181 # @param Description: Description of a ModelType
183 def Insert(self, CrossIndex, Name, Description):
184 (Name, Description) = ConvertToSqlString((Name, Description))
185 return Table.Insert(self, CrossIndex, Name, Description)
199 Description = Item[0]
200 self.Insert(CrossIndex, Name, Description)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
H A DSerialStatusCodeWorker.c48 CHAR8 *Description; local
59 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
69 Description
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
H A DSerialStatusCodeWorker.c46 CHAR8 *Description; local
57 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
67 Description
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/Pei/
H A DSerialStatusCodeWorker.c51 CHAR8 *Description; local
62 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
72 Description
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
H A DSerialStatusCodeWorker.c47 CHAR8 *Description; local
58 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
68 Description
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/Smm/
H A DSerialStatusCodeWorker.c47 CHAR8 *Description; local
58 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
68 Description
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePostCodeLibPort80/
H A DPostCode.c54 If Description is not NULL, then the ASCII string specified by Description is
67 @param Description The pointer to an ASCII string that is a description of the
78 IN CONST CHAR8 *Description OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DCommentGenerating.py90 # @param Description multiple lines of Description
94 def GenHeaderCommentSection(Abstract, Description, Copyright, License):
106 if Description:
107 Description = Description.rstrip(EndOfLine)
109 (Description, '\n'))
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseDebugLibNull/
H A DDebugLib.c48 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
58 If Description is NULL, then a <Description> string of "(NULL) Description" is printed.
62 @param Description The pointer to the description of the assert condition.
70 IN CONST CHAR8 *Description
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DCommentParsingUnitTest.py61 Abstract, Description, Copyright, License = \
68 self.assertEqual(Description, ExpectedDescription)
102 Abstract, Description, Copyright, License = \
109 self.assertEqual(Description, ExpectedDescription)
143 Abstract, Description, Copyright, License = \
150 self.assertEqual(Description, ExpectedDescription)
173 # Description
188 Abstract, Description, Copyright, License = \
194 ExpectedDescription = 'Description'
195 self.assertEqual(Description, ExpectedDescriptio
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseDebugLibSerialPort/
H A DDebugLib.c106 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
116 If Description is NULL, then a <Description> string of "(NULL) Description" is printed.
120 @param Description The pointer to the description of the assert condition.
128 IN CONST CHAR8 *Description
136 AsciiSPrint (Buffer, sizeof (Buffer), "ASSERT %a(%d): %a\n", FileName, LineNumber, Description);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibConOut/
H A DDebugLib.c89 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
99 If Description is NULL, then a <Description> string of "(NULL) Description" is printed.
105 @param Description The pointer to the description of the assert condition.
113 IN CONST CHAR8 *Description
127 Description
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibStdErr/
H A DDebugLib.c90 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
100 If Description is NULL, then a <Description> string of "(NULL) Description" is printed.
106 @param Description The pointer to the description of the assert condition.
114 IN CONST CHAR8 *Description
128 Description
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py289 Description VARCHAR
301 # @param Description: Description of a ModelType
303 def Insert(self, CrossIndex, Name, Description):
304 (Name, Description) = ConvertToSqlString((Name, Description))
305 return Table.Insert(self, CrossIndex, Name, Description)
319 Description = Item[0]
320 self.Insert(CrossIndex, Name, Description)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c234 Print a message of the form "ASSERT <FileName>(<LineNumber>): <Description>\n"
244 If Description is NULL, then a <Description> string of "(NULL) Description" is printed.
248 @param Description Pointer to the description of the assert condition.
256 IN CONST CHAR8 *Description
270 DescriptionSize = AsciiStrSize (Description);
285 // Copy Ascii Description
287 AsciiStrCpy (Temp + FileNameSize, Description);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c68 arguments specified by Filename, Description, and LineNumber. If CodeType is
71 Filename, Description, and LineNumber from the optional data area of the
74 ASCII string for the Description, followed by a 32-bit LineNumber. If the
80 If Description is NULL, then ASSERT().
87 @param Description Pointer to the description of the ASSERT().
91 converted ASSERT() arguments specified by Filename, Description,
104 OUT CHAR8 **Description,
112 ASSERT (Description != NULL);
120 *Description = *Filename + AsciiStrLen (*Filename) + 1;
99 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/
H A DVBoxDebugLib.c157 DebugAssert(IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description) argument
168 VBoxPanicMsgString(Description ? Description : "<NULL>");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsconf.h117 LPSTR Description; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A_DATA
128 LPWSTR Description; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W_DATA

Completed in 46 milliseconds

12345