Searched defs:com (Results 1 - 25 of 33) sorted by relevance

12

/vbox/include/VBox/com/
H A Dcom.h29 #include "VBox/com/defs.h"
31 namespace com namespace
107 } /* namespace com */
H A DNativeEventQueue.h36 #include <VBox/com/defs.h>
37 #include <VBox/com/assert.h>
39 namespace com namespace
138 } /* namespace com */
H A Derrorprint.h33 #include <VBox/com/ErrorInfo.h>
35 namespace com namespace
40 void GluePrintErrorInfo(const com::ErrorInfo &info);
59 * com::ErrorInfo) if the interface reports that it supports error information.
68 com::GlueHandleComError(iface, #method, rc, __FILE__, __LINE__); \
80 com::GlueHandleComError(iface, #method, rc, __FILE__, __LINE__); \
94 com::GlueHandleComError(iface, #method, hrcCheck, __FILE__, __LINE__); \
111 com::GlueHandleComError(iface, #method, rc, __FILE__, __LINE__); \
122 com::GlueHandleComError(iface, #method, rc, __FILE__, __LINE__); \
138 com
[all...]
H A DEventQueue.h35 #include <VBox/com/defs.h>
36 #include <VBox/com/assert.h>
38 namespace com namespace
127 } /* namespace com */
H A DMultiResult.h30 #include "VBox/com/defs.h"
31 #include "VBox/com/string.h"
35 namespace com namespace
95 * The MultiResult class is a com::FWResult enhancement that also acts as a
126 * by the base com::FWResult class becomes very useful because it allows to
128 * a S_OK value multiple times. See com::FWResult for details.
257 } /* namespace com */
H A Darray.h33 * arrays to and from COM interface methods and consists of the com::SafeArray
35 * VBox/com/defs.h.
79 com::SafeArray<LONG> in(ComSafeArrayInArg(aIn));
108 com::SafeArray<LONG> in(3);
113 com::SafeArray<LONG> out;
114 com::SafeArray<LONG> ret;
135 com::SafeArray<int> values(mValues);
157 * special SafeArray implementation, com::SafeIfacePointer, which takes the
158 * interface class name as a template argument (e.g. com::SafeIfacePointer
159 * <IUnknown>). This implementation functions identically to com
216 namespace com namespace
[all...]
H A Dptr.h47 #include <VBox/com/defs.h>
51 namespace com namespace
53 // declare a couple of XPCOM helper methods (defined in glue/com.cpp)
329 using namespace com;
/vbox/src/VBox/Main/glue/
H A DEventQueue.cpp20 #include "VBox/com/EventQueue.h"
31 namespace com namespace
247 /* namespace com */
H A DErrorInfo.cpp26 #include "VBox/com/VirtualBox.h"
27 #include "VBox/com/ErrorInfo.h"
28 #include "VBox/com/assert.h"
29 #include "VBox/com/com.h"
30 #include "VBox/com/MultiResult.h"
37 namespace com namespace
363 } /* namespace com */
H A Derrorprint.cpp21 #include <VBox/com/ErrorInfo.h>
22 #include <VBox/com/errorprint.h>
31 namespace com namespace
34 void GluePrintErrorInfo(const com::ErrorInfo &info)
104 static void glueHandleComErrorInternal(com::ErrorInfo &info,
112 const com::ErrorInfo *pInfo = &info;
145 com::ErrorInfo info(iface, COM_IIDOF(IUnknown));
171 } /* namespace com */
H A Dstring.cpp18 #include "VBox/com/string.h"
24 namespace com namespace
306 } /* namespace com */
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dioctl.h83 unsigned long com; member in struct:ioctl_pt
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ com/sun ...
H A Djaxws-rt.jar ... META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ com/sun/xml/ws/ com ...
H A Dsaaj-impl.jar ... META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com ...
H A Djaxb-xjc.jar ... sun.codemodel/codemodel/ com/ com/sun/ com/sun/codemodel/ com/sun/codemodel/fmt/ com/sun/codemodel/util/ com/sun/codemodel
H A Dstreambuffer.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ com/sun ...
H A Djaxws-tools.jar ... META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ com/sun/istack/ws/ com ...
H A Dsjsxp.jar ... META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ com ...
H A Dresolver.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ com/sun ...
H A DFastInfoset.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ com/sun ...
H A Dhttp.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ com/sun
H A Dactivation.jar ... INF/mailcap.default META-INF/mimetypes.default com/ com/sun/ com/sun/activation/ com/sun/activation/registries/ com ...
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfparseln.c113 char esc, con, nl, com; local
130 com = str[2];
148 if (s && com) { /* Check and eliminate comments */
150 if (*cp == com && !isescaped(ptr, cp, esc)) {
202 if (cp[1] == com)
208 if (cp[1] != com && cp[1] != con && cp[1] != esc)
/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h29 namespace com namespace
180 HRESULT i_convertMachineGroups(const std::vector<com::Utf8Str> aMachineGroups, StringsList *pllMachineGroups);
235 static const com::Utf8Str &i_getVersionNormalized();
252 HRESULT getVersion(com::Utf8Str &aVersion);
253 HRESULT getVersionNormalized(com::Utf8Str &aVersionNormalized);
255 HRESULT getPackageType(com::Utf8Str &aPackageType);
256 HRESULT getAPIVersion(com::Utf8Str &aAPIVersion);
257 HRESULT getHomeFolder(com::Utf8Str &aHomeFolder);
258 HRESULT getSettingsFilePath(com::Utf8Str &aSettingsFilePath);
262 HRESULT getMachineGroups(std::vector<com
[all...]

Completed in 158 milliseconds

12