Searched refs:Method (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/AcpiTables/
H A DDsdt.asl112 Method (_PRT, 0, NotSerialized) {
153 Method (PSTA, 1, NotSerialized) {
164 Method (PDIS, 1, NotSerialized) {
171 Method (PCRS, 1, NotSerialized) {
202 Method (PSRS, 2, NotSerialized) {
221 Method (_STA, 0, NotSerialized) { Return (PSTA (PIRA)) }
222 Method (_DIS, 0, NotSerialized) { PDIS (PIRA) }
223 Method (_CRS, 0, NotSerialized) { Return (PCRS (PIRA)) }
224 Method (_PRS, 0, NotSerialized) { Return (PPRS) }
225 Method (_SR
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTpm.asl84 Method (PTS, 1, Serialized)
110 Method (_STA, 0)
122 Method (HINF, 3, Serialized, 0, {BuffObj, PkgObj}, {UnknownObj, UnknownObj, UnknownObj}) // IntObj, IntObj, PkgObj
171 Method (TPPI, 3, Serialized, 0, {BuffObj, PkgObj, IntObj, StrObj}, {UnknownObj, UnknownObj, UnknownObj}) // IntObj, IntObj, PkgObj
287 Method (TMCI, 3, Serialized, 0, IntObj, {UnknownObj, UnknownObj, UnknownObj}) // IntObj, IntObj, PkgObj
324 Method (_DSM, 4, Serialized, 0, UnknownObj, {BuffObj, IntObj, IntObj, PkgObj})
/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/java/src/org/mozilla/xpcom/internal/
H A DXPCOMJavaProxy.java41 import java.lang.reflect.Method;
111 public Object invoke(Object aProxy, Method aMethod, Object[] aParams)
/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/include/VBox/
H A DVBoxGuest.h159 # define IOCTL_CODE(DeviceType, Function, Method, Access, DataSize_ignored) \
160 ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
H A Dusblib-win.h56 # define CTL_CODE(DeviceType, Function, Method, Access) \
57 ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddmksctrl.h87 STDMETHOD(KsMethod)(THIS_ PKSMETHOD Method, ULONG MethodLength, LPVOID MethodData,
H A Ddevicetopology.idl221 [in] PKSMETHOD Method,
H A Dwinioctl.h31 #define CTL_CODE( DeviceType, Function, Method, Access ) ( \
32 (DWORD)((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
H A Dd3d9types.h288 BYTE Method; member in struct:_D3DVERTEXELEMENT9
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java557 Method m = c.getDeclaredMethod("toLogString");
572 Method eq = obj.getClass().getDeclaredMethod("equals",
595 Method method = TestBean.class.getDeclaredMethod(methodName);
630 Method method = TestBean.class.getDeclaredMethod(methodName);
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DMozilla.java43 import java.lang.reflect.Method;
226 Method mainBundleMethod = bundleClass.getMethod("mainBundle", (java.lang.Class[])null);
231 Method fwPathMethod = bundleClass.getMethod("privateFrameworksPath",
858 * Public Method to access to the service manager.
876 * Public Method to access to the component manager.
894 * Public Method to access to the component registration manager.
923 * Public Method to create an instance of a nsILocalFile.
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxUtils-darwin-cocoa.mm606 Method m1 = class_getInstanceMethod(oriClass, oriSel);
607 Method m2 = class_getInstanceMethod(myClass, oriSel);
608 Method m3 = class_getInstanceMethod(myClass, qtSel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMigrationUtilities.py379 # @param Method A function returning a string item of an object.
384 def GetSection(SectionName, Method, ObjectList):
388 Item = Method(Object)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c199 elements[idx].Method = D3DDECLMETHOD_DEFAULT;
366 (*wined3d_elements)[i].method = d3d9_elements[i].Method;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c196 elements[idx].Method = D3DDECLMETHOD_DEFAULT;
367 (*wined3d_elements)[i].method = d3d9_elements[i].Method;
/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.h161 @param[in] Method The key of the structure.
166 IN UINT8 Method,
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/Additions/WINNT/Graphics/Wine/include/
H A Dwinioctl.h31 #define CTL_CODE( DeviceType, Function, Method, Access ) ( \
32 (DWORD)((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
H A Dd3d9types.h286 BYTE Method; member in struct:_D3DVERTEXELEMENT9
/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/libs/xpcom18a4/python/server/
H A Dpolicy.py315 m = xpcom.xpt.Method(info, index, None)

Completed in 217 milliseconds

12