Searched defs:factory (Results 1 - 15 of 15) sorted by relevance

/vbox/src/libs/xpcom18a4/python/server/
H A Dmodule.py41 import factory namespace
53 self.klassFactory = factory.Factory
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsLeakDetector.cpp190 // create a generic factory for the leak detector.
191 nsCOMPtr<nsIGenericFactory> factory; local
192 rv = NS_NewGenericFactory(getter_AddRefs(factory), &info);
196 // register this factory with the component manager.
197 return nsComponentManager::RegisterFactory(info.mCID, info.mDescription, info.mContractID, factory, PR_TRUE);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl.h120 backendFactory factory; member in struct:ModeData
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp191 nsGenericFactory* factory = new nsGenericFactory; local
192 if (factory != NULL) {
193 res = factory->QueryInterface(aIID, aInstancePtr);
195 delete factory;
293 // Eagerly populate factory/class object hash for entries
295 // never get created. Also create the factory, which doubles
348 // Create a factory object for creating instances of aClass.
372 // Choose the appropriate factory, based on the desired instance
388 fprintf(stderr, "+++ nsGenericModule %s: unable to create factory for %s\n", mModuleName, cs);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl_panel.cpp206 /* return our factory settings */
542 * GetFactory - retrieve factory settings
548 Handle factory; local
552 factory = Get1Resource('pref', kFactoryPrefsID);
553 if (factory == NULL) {
560 size = GetHandleSize(factory);
565 BlockMoveData(*factory, *settings, size);
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp202 * VirtualBox class factory that destroys the created instance right after
500 * factory methods. *ClassFactory here is necessary for a couple of extra
523 * nsModuleComponentInfo lacks the factory construction callback, here we add
553 /* create a new generic factory for a component and register it */
554 nsIGenericFactory *factory; local
555 rc = NS_NewGenericFactory(&factory, info->mpModuleComponentInfo);
560 NS_RELEASE(factory);
567 factory);
568 NS_RELEASE(factory);
822 VirtualBoxClassFactory::FactoryDestructor, // factory destructo
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp384 // Release the reference to the factory
1542 * symbol, calls the routine to create a new factory and returns it to the
1545 * No attempt is made to store the factory in any form anywhere.
1560 ("nsComponentManager: FAILED to load factory from %s (%s)\n",
1615 * Given a classID, this finds the factory for this CID by first searching the
1616 * local CID<->factory mapping. Next it searches for a Dll that implements
1617 * this classID and calls LoadFactory() to create the factory.
1619 * Again, no attempt is made at storing the factory.
1663 nsCOMPtr<nsIFactory> factory; local
1677 rv = FindFactory(aClass, getter_AddRefs(factory));
1696 nsCOMPtr<nsIFactory> factory; local
1871 nsIFactory *factory = nsnull; local
1952 nsIFactory *factory = nsnull; local
2934 nsIFactory* factory; member in struct:__anon17286
2971 DeleteContractIDEntriesByCID(const nsCID* aClass, nsIFactory* factory) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A DFastInfoset.jar ... sun/xml/fastinfoset/stax/events/ com/sun/xml/fastinfoset/stax/factory/ com/sun/xml/fastinfoset/stax/util/ com/sun/xml/fastinfoset ...
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-tools.jar ... print private java.io.File factoryPath private String factory private boolean xListAnnotationTypes private boolean xListDeclarations private boolean xPrintAptRounds private ...

Completed in 67 milliseconds