Searched defs:Method (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_amd64_darwin.cpp208 typedef PRUint32 (*Method)(PRUint64, PRUint64, PRUint64, PRUint64, PRUint64, PRUint64); typedef
209 PRUint32 result = ((Method)methodAddress)(a0, a1, a2, a3, a4, a5);
H A Dxptcinvoke_x86_64_linux.cpp208 typedef PRUint32 (*Method)(PRUint64, PRUint64, PRUint64, PRUint64, PRUint64, PRUint64); typedef
209 PRUint32 result = ((Method)methodAddress)(a0, a1, a2, a3, a4, a5);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsThreadUtils.h275 typedef void (T::*Method)(); typedef in class:nsRunnableMethod
277 nsRunnableMethod(T *obj, Method method)
293 Method mMethod;
/vbox/src/libs/xpcom18a4/python/
H A Dxpt.py163 ret = self.items[index] = Method(mi, index, self.interface_info)
166 class Method: class in inherits:
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DQueryTable.c3184 @param[in] Method The key of the structure.
3189 IN UINT8 Method,
3194 PRINT_INFO_OPTION (Method, Option);
3195 PRINT_TABLE_ITEM (McErrorDetectMethodTable, Method);
3188 DisplayMcErrorDetectMethod( IN UINT8 Method, IN UINT8 Option ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPal.h222 /// PAL_CACHE_PROTECTION.Method.
247 UINT32 Method:4; member in struct:__anon11669
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d9types.h288 BYTE Method; member in struct:_D3DVERTEXELEMENT9
H A Dwinnt.h4893 DWORD Method; member in struct:_TAPE_CREATE_PARTITION
4934 ULONG Method; member in struct:_TAPE_SET_POSITION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9types.h286 BYTE Method; member in struct:_D3DVERTEXELEMENT9
H A Dwinnt.h5011 DWORD Method; member in struct:_TAPE_CREATE_PARTITION
5052 ULONG Method; member in struct:_TAPE_SET_POSITION

Completed in 219 milliseconds