Searched defs:components (Results 26 - 31 of 31) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp224 const nsModuleComponentInfo* components,
231 mComponents(components),
405 fprintf(stderr, "*** Registering %s components (all right -- a generic module!)\n", mModuleName);
472 fprintf(stderr, "*** Unregistering %s components (all right -- a generic module!)\n", mModuleName);
530 nsModuleComponentInfo* components,
539 info.mComponents = components;
223 nsGenericModule(const char* moduleName, PRUint32 componentCount, const nsModuleComponentInfo* components, nsModuleConstructorProc ctor, nsModuleDestructorProc dtor, const char** aLibDepends) argument
528 NS_NewGenericModule(const char* moduleName, PRUint32 componentCount, nsModuleComponentInfo* components, nsModuleDestructorProc dtor, nsIModule* *result) argument
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py738 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()
769 str += "import xpcom.components\n" namespace
771 str += " _com_interfaces_ = xpcom.components.interfaces.IEventListener\n"
790 import xpcom.components namespace
791 return oIUnknown.queryInterface(getattr(xpcom.components.interfaces, sClassName))
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp538 * Helper function to register self components upon start-up
550 /* skip components w/o a constructor */
829 const nsModuleComponentInfoPlusFactoryConstructor components[] = { local
854 rc = RegisterSelfComponents(registrar, components,
855 NS_ARRAY_LENGTH(components));
858 RTMsgError("Failed to register server components! (rc=%Rhrc)", rc);
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp351 static const nsModuleComponentInfo components[] = { variable
461 const int components_length = sizeof(components) / sizeof(components[0]);
666 RegisterGenericFactory(registrar, &components[i]);
683 // the default components directory.
687 // auto register components in the GRE directory as well.
702 printf("start - Registering GRE components\n");
708 NS_ERROR("Could not get GRE components directory!");
721 printf("end - Registering GRE components\n");
724 NS_ERROR("Could not AutoRegister GRE components");
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 57 milliseconds

12