Searched refs:method (Results 1 - 25 of 87) sorted by relevance

1234

/vbox/include/VBox/com/
H A Derrorprint.h55 * Calls the given method of the given interface and then checks if the return
64 #define CHECK_ERROR(iface, method) \
66 rc = iface->method; \
68 com::GlueHandleComError(iface, #method, rc, __FILE__, __LINE__); \
75 #define CHECK_ERROR_STMT(iface, method, stmt) \
77 rc = iface->method; \
80 com::GlueHandleComError(iface, #method, rc, __FILE__, __LINE__); \
89 #define CHECK_ERROR2_STMT(iface, method, stmt) \
91 HRESULT hrcCheck = iface->method; \
94 com::GlueHandleComError(iface, #method, hrcChec
[all...]
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsfshared.h41 #define _MRX_VBOX_CONTROL_CODE(request, method, access) \
42 CTL_CODE(IOCTL_MRX_VBOX_BASE, request, method, access)
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.h155 int method,
166 int method,
179 method contain the compression method (0 for store, Z_DEFLATED for deflate)
195 int method,
208 int method,
224 int method,
241 int method,
267 int method,
288 int method,
[all...]
H A Dzip.c148 int method; /* compression method of file currenty wr.*/ member in struct:__anon17363
979 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.method,2);
1058 const char* comment, int method, int level, int raw,
1079 if ((method!=0) && (method!=Z_DEFLATED) && (method!=Z_BZIP2ED))
1082 if ((method!=0) && (method!=Z_DEFLATED))
1126 zi->ci.method
1055 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1265 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1281 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1296 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument
1311 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) argument
1324 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) argument
1337 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1350 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
[all...]
H A Dmztools.c56 unsigned int method = READ_16(header + 8); local
156 WRITE_16(header + 10, method);
H A Dunzip.h116 uLong compression_method; /* compression method 2 bytes */
137 uLong compression_method; /* compression method 2 bytes */
346 int* method,
352 *method will receive method of compression, *level will receive level of
355 but you CANNOT set method parameter as NULL
359 int* method,
366 *method will receive method of compression, *level will receive level of
369 but you CANNOT set method paramete
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dnanohttp.h33 const char *method,
40 const char *method,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjbase.h58 * non virtual methods that dereference the method pointer themselves and perform the call.
104 * method inheritance works properly.
109 * the inherited method definitions there. This time I could have used a trick to use only one
155 * - Each method is declared as a pointer to function field in the jump table. The implementation
177 * - Of course in C++ we use inheritance so that we don't have to duplicate the method definitions.
186 #define STDMETHOD(method) virtual HRESULT STDMETHODCALLTYPE method
187 #define STDMETHOD_(type,method) virtual type STDMETHODCALLTYPE method
188 #define STDMETHODV(method) virtua
[all...]
H A Dntddndis.h43 #define _NDIS_CONTROL_CODE(request, method) \
44 CTL_CODE(FILE_DEVICE_PHYSICAL_NETCARD, request, method, FILE_ANY_ACCESS)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjbase.h58 * non virtual methods that dereference the method pointer themselves and perform the call.
104 * method inheritance works properly.
109 * the inherited method definitions there. This time I could have used a trick to use only one
155 * - Each method is declared as a pointer to function field in the jump table. The implementation
177 * - Of course in C++ we use inheritance so that we don't have to duplicate the method definitions.
227 #define STDMETHOD(method) virtual HRESULT STDMETHODCALLTYPE method
228 #define STDMETHOD_(type,method) virtual type STDMETHODCALLTYPE method
229 #define STDMETHODV(method) virtua
[all...]
H A Dntddndis.h39 #define _NDIS_CONTROL_CODE(request, method) \
40 CTL_CODE(FILE_DEVICE_PHYSICAL_NETCARD, request, method, FILE_ANY_ACCESS)
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_sma.c72 mad->hdr.method = IB_MGMT_METHOD_GET_RESP;
110 mad->hdr.method = IB_MGMT_METHOD_GET_RESP;
139 mad->hdr.method = IB_MGMT_METHOD_GET_RESP;
204 if ( mad->hdr.method == IB_MGMT_METHOD_SET ) {
238 mad->hdr.method = IB_MGMT_METHOD_GET_RESP;
290 if ( mad->hdr.method == IB_MGMT_METHOD_SET ) {
299 mad->hdr.method = IB_MGMT_METHOD_GET_RESP;
304 mad->hdr.method = IB_MGMT_METHOD_GET_RESP;
H A Dib_mcast.c52 sa->mad_hdr.method =
98 joined = ( mad->hdr.method == IB_MGMT_METHOD_GET_RESP );
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_x86_solaris.cpp110 register nsresult (*method) (nsXPTCStubBase *, uint32, PRUint32 *) = PrepareAndDispatch; \
116 "pushl $"#n"\n\t" /* method index */ \
124 : "2" (method) /* %2 */ \
137 "\n\t pushl $"#n"\t / method index" \
H A Dxptcstubs_unixish_x86.cpp146 register nsresult (*method) (nsXPTCStubBase *, uint32, PRUint32 *) = PrepareAndDispatch; \
155 "pushl $"#n"\n\t" /* method index */ \
164 : "2" (method) /* %2 */ \
H A Dxptcinvoke_linux_s390.cpp209 PRUint32 method = vtable[methodIndex]; local
211 PRUint32 method = vtable[methodIndex + 2]; local
249 "a" (method)
H A Dxptcinvoke_linux_s390x.cpp203 PRUint64 method = vtable[methodIndex]; local
205 PRUint64 method = vtable[methodIndex + 2]; local
245 "a" (method)
H A Dxptcinvoke_asm_ppc_netbsd.s76 lfd f1,32(r30) # load FP registers with method parameters
96 lwz r4,4(r30) # load GP regs with method parameters
105 blrl # call method
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcstubs_emx.cpp131 register void* method = PrepareAndDispatch; \
136 "pushl $"#n"\n\t" /* method index */ \
141 : "d" (method) /* %1 */ \
H A Dxptcstubs_os2.cpp168 register nsresult (*method) (nsXPTCStubBase *, PRUint32, PRUint32 *) = PrepareAndDispatch; \
174 "pushl $"#n"\n\t" /* method index */ \
182 : "2" (method) /* %2 */ \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvertexdeclaration.c44 TRACE(" method: %s (%#x)\n", debug_d3ddeclmethod(element->method), element->method);
238 e->method = elements[i].method;
/vbox/src/libs/xpcom18a4/java/src/
H A DnsThreadUtils.h150 * The flags to pass to the main thread's dispatch method.
162 * method simply calls ProcessNextEvent on the thread while HasPendingEvents
207 * A boolean parameter that if "true" indicates that the method may block
269 // An event that can be used to call a method on a class. The class type must
277 nsRunnableMethod(T *obj, Method method) argument
278 : mObj(obj), mMethod(method) {
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dstub_test.cpp171 register void* method = PrepareAndDispatch; \
176 "pushl $"#n"\n\t" /* method index */ \
181 : "d" (method) /* %1 */ \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvertexdeclaration.c46 TRACE(" method: %s (%#x)\n", debug_d3ddeclmethod(element->method), element->method);
209 e->method = elements[i].method;
292 elements[idx].method = WINED3D_DECL_METHOD_DEFAULT;
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_java.c705 struct _IDL_OP_DCL *method = &IDL_OP_DCL(state->tree); local
707 (IDL_tree_property_get(method->ident, "notxpcom") != NULL);
709 (IDL_tree_property_get(method->ident, "noscript") != NULL);
712 const char *method_name = IDL_IDENT(method->ident).str;
735 * Write beginning of method declaration
750 * return value; an exception indicates XPCOM method failure.
752 if (method_notxpcom || method->op_type_spec) {
753 state->tree = method->op_type_spec;
759 for (iterator = method->parameter_dcls; iterator != NULL;
795 * Write method nam
[all...]

Completed in 640 milliseconds

1234