Searched refs:xpcom (Results 26 - 48 of 48) sorted by relevance

12

/vbox/src/libs/xpcom18a4/python/server/
H A Dmodule.py37 from xpcom import components
38 from xpcom import ServerException, Exception
39 from xpcom import nsError
H A D__init__.py38 # The xpcom.server package.
41 from xpcom import _xpcom
45 # xpcom.server.tracer to some class/function, and it will be used in place
46 # of the real xpcom object. Presumably this "trace" object will delegate
H A Dloader.py38 import xpcom namespace
39 from xpcom import components, logger
45 from xpcom.client import Component
73 from xpcom import _xpcom
150 except xpcom.COMException, details:
151 from xpcom import nsError
181 from xpcom import _xpcom
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DGREVersionRange.java38 package org.mozilla.xpcom;
H A DIXPCOM.java37 package org.mozilla.xpcom;
77 * using xpcom.
H A DMozilla.java37 package org.mozilla.xpcom;
96 private IXPCOM xpcom = null; field in class:Mozilla
441 File xpcomLib = new File(grePath, "xpcom.dll");
648 Class mozillaClass = Class.forName("org.mozilla.xpcom.internal.MozillaImpl",
652 Class greClass = Class.forName("org.mozilla.xpcom.internal.GREImpl",
656 Class xpcomClass = Class.forName("org.mozilla.xpcom.internal.XPCOMImpl",
658 xpcom = (IXPCOM) xpcomClass.newInstance();
661 Class.forName("org.mozilla.xpcom.internal.JavaXPCOMMethods",
666 "org.mozilla.xpcom.internal.* classes", e);
722 xpcom
[all...]
H A DINIParser.java38 package org.mozilla.xpcom;
H A DVersionComparator.java38 package org.mozilla.xpcom;
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py39 import xpcom.components namespace
40 import xpcom._xpcom namespace
41 import xpcom.nsError namespace
43 MakeVariant = xpcom._xpcom.MakeVariant
52 component_iid = xpcom.components.ID("{7EE4BDC6-CB53-42c1-A9E4-616B8E012ABA}")
53 new_iid = xpcom.components.ID("{2AF747D3-ECBC-457b-9AF9-5C5D80EDC360}")
81 if xpcom.verbose:
128 if xpcom.verbose:
255 test_attribute(c, "iid_value", component_iid, xpcom._xpcom.IID(new_iid))
300 test_method(c.do_nsISupportsIs, (xpcom
[all...]
H A Dtest_com_exceptions.py39 from xpcom import components, nsError, ServerException, COMException, logger
40 from xpcom.server import WrapObject
H A Dregrtest.py40 # The Regression Tests for the xpcom package.
77 from xpcom import _xpcom
H A Dpyxpcom_test_tools.py2 from xpcom import _xpcom
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/
H A DJavaXPCOMMethods.java37 package org.mozilla.xpcom.internal;
41 import org.mozilla.xpcom.IJavaXPCOMUtils;
H A DXPCOMJavaProxy.java38 package org.mozilla.xpcom.internal;
44 import org.mozilla.xpcom.XPCOMException;
/vbox/src/libs/xpcom18a4/python/
H A Dxpt.py60 of the new xpcom interfaces that provide this info.
71 import xpcom namespace
72 import xpcom._xpcom namespace
78 iim = xpcom._xpcom.XPTI_GetInterfaceInfoManager()
98 except xpcom.Exception:
100 if xpcom.verbose:
103 return Interface(xpcom._xpcom.IID_nsISupports)
114 _com_interfaces_ = xpcom.components.interfaces.%s
153 except xpcom.Exception:
154 if xpcom
[all...]
H A Dprimitives.py2 from xpcom import components
H A Dfile.py38 """Implementation of Python file objects for Mozilla/xpcom.
52 xpcom by Python does not load up the full set of Mozilla URL handlers.
64 from xpcom import components, Exception, _xpcom
118 # Not part of the xpcom interface, but handy for direct Python users.
173 # Based on io.js - http://lxr.mozilla.org/seamonkey/source/xpcom/tests/utils/io.js
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py484 # attribute names to match those in xpcom.
735 sys.path.append(VBoxSdkDir + '/bindings/xpcom/python/')
736 import xpcom.vboxxpcom namespace
737 import xpcom namespace
738 import xpcom.components namespace
743 import xpcom.components namespace
744 return xpcom.components.classes["@virtualbox.org/Session;1"].createInstance()
747 import xpcom.components namespace
748 return xpcom.components.classes["@virtualbox.org/VirtualBox;1"].createInstance()
757 import xpcom namespace
761 import xpcom namespace
769 str += "import xpcom.components\\n" namespace
778 import xpcom namespace
782 import xpcom namespace
786 import xpcom namespace
790 import xpcom.components namespace
813 import xpcom namespace
817 import xpcom namespace
[all...]
/vbox/src/VBox/Main/glue/tests/
H A DMakefile47 VBOX_JAR=$(VBOX_SDK)/bindings/xpcom/java/vboxjxpcom.jar
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A Dobjs.mk60 XPCOM_GLUE_SRC_CSRCS := $(addprefix $(topsrcdir)/xpcom/glue/, $(XPCOM_GLUE_SRC_LCSRCS))
/vbox/src/libs/xpcom18a4/python/client/
H A D__init__.py41 from xpcom import xpt, COMException, nsError, logger
44 from xpcom._xpcom import IID_nsISupports, IID_nsIClassInfo, \
135 from xpcom.xpcom_consts import XPT_MD_GETTER, XPT_MD_SETTER, XPT_MD_NOTXPCOM, XPT_MD_CTOR, XPT_MD_HIDDEN
/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py43 from xpcom import components, verbose
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1030 ## @todo add a pipe interface similar to xpcom if feasible, i.e. if
1211 sys.path.insert(1, os.path.join(self.oBuild.sSdkPath, 'bindings', 'xpcom', 'python'))
1222 from xpcom import Exception as NativeComExceptionClass
1223 from xpcom import nsError as NativeComErrorClass
1319 from xpcom import Exception as NativeComExceptionClass # pylint: disable=F0401
1345 Drop all VBox object references and shutdown com/xpcom.
1366 from xpcom import _xpcom as _xpcom; # pylint: disable=F0401
1646 # Drop all VBox object references and shutdown xpcom then

Completed in 106 milliseconds

12