Searched refs:Content (Results 26 - 41 of 41) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DCommonClass.py465 # @var Content: To store value for Content
471 self.Content = ''
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParsing.py956 Content = ''
972 Content += '\n\n' + Section + '\n'
975 Content += Statement + '\n'
977 return Content
/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-template.h171 RTASN1TMPL_MEMBER_OPT_ITAG( Content, RTASN1OCTETSTRING, RTAsn1OctetString, 0);
/vbox/include/iprt/crypto/
H A Dpkcs7.h167 /** Content type (RFC-2630 11.1).
229 /** Content, optional, explicit tag 0.
244 * @remarks What's signed and verified is Content.pEncapsulated->uData.pv.
246 RTASN1OCTETSTRING Content; member in struct:RTCRPKCS7CONTENTINFO
247 /** Pointer to the CMS octet string that's inside the Content, NULL if PKCS \#7.
253 * Content.pEncapsulated, while the union below will be holding the same pointer
257 /** Same as Content.pEncapsulated, except a choice of known types. */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py238 # @param Content The new content of the file
244 def SaveFileOnChange(File, Content, IsBinaryFile=True):
246 Content = Content.replace("\n", os.linesep)
250 if Content == open(File, "rb").read():
268 if not SaveFileToDisk(File, Content):
272 Fd.write(Content)
276 Fd.write(Content)
H A DInfClassObject.py506 print UserExtension.UserID, UserExtension.Identifier, UserExtension.Content
986 # UserExtension.Content = UserExtension.Content + CleanString(Line) + '\n'
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py96 IdComment = DataClass.IdentifierClass(-1, '', '', '', comment.Content, DataClass.MODEL_IDENTIFIER_COMMENT, -1, -1, comment.StartPos[0], comment.StartPos[1], comment.EndPos[0], comment.EndPos[1])
100 Type = GetIdType(pp.Content)
101 IdPP = DataClass.IdentifierClass(-1, '', '', '', pp.Content, Type, -1, -1, pp.StartPos[0], pp.StartPos[1], pp.EndPos[0], pp.EndPos[1])
105 IdPE = DataClass.IdentifierClass(-1, '', '', '', pe.Content, DataClass.MODEL_IDENTIFIER_PREDICATE_EXPRESSION, -1, -1, pe.StartPos[0], pe.StartPos[1], pe.EndPos[0], pe.EndPos[1])
207 LBPos = enum.Content.find('{')
208 RBPos = enum.Content.find('}')
209 Name = enum.Content[4:LBPos].strip()
210 Value = enum.Content[LBPos + 1:RBPos]
219 if su.Content.startswith('union'):
222 LBPos = su.Content
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py184 # @param Content The content of file
187 def FileLinesSplit(Content=None, MaxLength=None):
188 ContentList = Content.split(TAB_LINE_BREAK)
1484 FileWrite(File, "Report Content: %s" % ", ".join(ReportType))
1557 Content = FileLinesSplit(File.getvalue(), gLineMaxLength)
1558 SaveFileOnChange(self.ReportFile, Content, True)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DParser.py774 Content = open(File, 'r').readlines()
775 for Line in Content:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParser.py729 Content = ConvertSpecialChar(open(DecFile, 'rb').readlines())
733 RawData = FileContent(DecFile, Content)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dmimepull.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jvnet/ org/jvnet/mimepull/ org/jvnet/mimepull/FinalArrayList ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenC.py2117 # @param Content The content of code file
2123 def Generate(FilePath, Content, IsBinaryFile):
2124 return SaveFileOnChange(FilePath, Content, IsBinaryFile)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVidPn.cpp1226 pNewVidPnPresentPathInfo->Content = D3DKMDT_VPPC_GRAPHICS;
1580 /* Content (D3DKMDT_VPPC_GRAPHICS, _NOTSPECIFIED, _VIDEO), does not matter for now
1581 pNewVidPnPresentPathInfo->Content
2531 const char* vboxVidPnDumpStrContent(D3DKMDT_VIDPN_PRESENT_PATH_CONTENT Content) argument
2533 switch (Content)
3048 LOGREL_EXACT(("Importance(%s), TargetColorBasis(%s), Content(%s), ",
3051 vboxVidPnDumpStrContent(pVidPnPresentPathInfo->Content)));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h451 CRYPT_DER_BLOB Content; member in struct:_CRYPT_CONTENT_INFO
755 CRYPT_OBJID_BLOB Content; member in struct:_CRYPT_TIME_STAMP_REQUEST_INFO
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h451 CRYPT_DER_BLOB Content; member in struct:_CRYPT_CONTENT_INFO
755 CRYPT_OBJID_BLOB Content; member in struct:_CRYPT_TIME_STAMP_REQUEST_INFO

Completed in 165 milliseconds

12