Searched defs:SetType (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfBinaryObject.py66 def SetType(self, Type): member in class:InfBianryItem
181 InfBianryVerItemObj.SetType(VerContent[0])
343 InfBianryCommonItemObj.SetType(BinaryFileType)
519 InfBianryUiItemObj.SetType(UiContent[0])
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsTimerImpl.cpp311 NS_IMETHODIMP nsTimerImpl::SetType(PRUint32 aType) function in class:nsTimerImpl
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.h917 VOID SetType (IN UINT8 Type) { function in class:CIfrDefault
1637 VOID SetType (IN UINT8 Type) { function in class:CIfrOneOfOption
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3363 nsresult (*SetType)(IHardDisk *pThis, PRUint32 type); member in struct:IHardDisk_vtbl
H A DVBoxCAPI_v3_0.h3916 nsresult (*SetType)(IHardDisk *pThis, PRUint32 type); member in struct:IHardDisk_vtbl
H A DVBoxCAPI_v3_1.h3898 nsresult (*SetType)(IMedium *pThis, PRUint32 type); member in struct:IMedium_vtbl
H A DVBoxCAPI_v3_2.h4104 nsresult (*SetType)(IMedium *pThis, PRUint32 type); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_0.h4371 nsresult (*SetType)(IMedium *pThis, PRUint32 type); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_1.h4745 nsresult (*SetType)(IMedium *pThis, PRUint32 type); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_2.h5660 nsresult (*SetType)(IMedium *pThis, PRUint32 type); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_3.h11230 nsresult (*SetType)(IMedium *pThis, PRUint32 type); member in struct:IMedium_vtbl
11409 nsresult (*SetType)(IMedium *pThis, PRUint32 type); member in struct:IMediumVtbl
11587 #define IMedium_put_Type(p, aType) ((p)->lpVtbl->SetType(p, aType))
11588 #define IMedium_SetType(p, aType) ((p)->lpVtbl->SetType(p, aType))

Completed in 861 milliseconds