Searched defs:loader (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/xpcom18a4/python/server/
H A D__init__.py75 # Create the main module for the Python loader.
82 import loader namespace
84 return WrapObject(loader.MakePythonComponentLoaderModule(serviceManager, nsIFile), iid, bWrapClient = 0)
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.h69 // Predefined loader types. Do not change the numbers.
85 nsIComponentLoader *loader; member in struct:nsLoaderdata
179 // Convert a loader type string into an index into the loader data
180 // array. Empty loader types are converted to NATIVE. Returns -1 if
181 // loader type cannot be determined.
184 // Add a loader type if not already known. Out the typeIndex
185 // if the loader type is either added or already there;
192 // native loader. This is an optimization method only.
282 nsCOMPtr<nsIComponentLoader> loader; local
[all...]
H A DnsStaticComponentLoader.cpp116 NS_WARNING("operating on uninitialized static component loader");
192 nsStaticComponentLoader *loader = NS_STATIC_CAST(nsStaticComponentLoader *, local
194 nsIComponentManager *mgr = loader->mComponentMgr;
214 loader->mDeferredComponents.AppendElement(info);
H A DxcDll.cpp80 nsDll::nsDll(nsIFile *dllSpec, nsNativeComponentLoader *loader) argument
84 m_loader(loader),
87 NS_ASSERTION(loader, "Null loader when creating a nsDLL");
145 // set by either the native component loader or the native
151 // component library holds a reference via the OS so loader.
341 // using the backpointer of the loader.
H A DnsComponentManager.cpp789 mLoaderData[mNLoaderData].loader = mNativeComponentLoader;
790 NS_ADDREF(mLoaderData[mNLoaderData].loader);
802 mLoaderData[mNLoaderData].loader = mStaticComponentLoader;
803 NS_ADDREF(mLoaderData[mNLoaderData].loader);
807 /* Init the static loader */
899 NS_IF_RELEASE(mLoaderData[i].loader);
2594 * The other RegisterFunctions create a loader mapping and persistent
2596 * loader's OnRegister function, either.
2791 nsCOMPtr<nsIComponentLoader> loader; local
2792 nsresult rv = GetLoaderForType(typeIndex, getter_AddRefs(loader));
2857 nsCOMPtr<nsIComponentLoader> loader; local
3194 nsCOMPtr<nsIComponentLoader> loader; local
3267 nsCOMPtr<nsIComponentLoader> loader; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp445 // We want to tell the component loader of any dependencies
446 // we have so that the loader can resolve them for us.
448 nsCOMPtr<nsINativeComponentLoader> loader = do_GetInterface(aCompMgr); local
449 if (loader && mLibraryDependencies)
454 loader->AddDependentLibrary(aPath,
457 loader = nsnull;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Ddri_util.h270 * Private data from the loader. We just hold on to it and pass
271 * it back when calling into loader provided functions.
518 /* Extensions provided by the loader. */
533 __DRIloaderExtension *loader; member in struct:__DRIscreenRec::__anon3712
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp477 nsCOMPtr<nsIXPTLoader> loader = local
480 if (loader) {
484 rv = loader->LoadEntry(file, zipItem->GetName(),
494 NS_WARNING("Could not load XPT Zip loader");
1004 nsCOMPtr<nsIXPTLoader> loader = local
1007 if (loader) {
1015 rv = loader->EnumerateEntries(file, sink);
1022 NS_WARNING("Could not load XPT Zip loader");
1151 nsCOMPtr<nsIXPTLoader> loader = local
1154 if (loader) {
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c708 PyObject *loader; local
711 &loader))
720 pythonExternalEntityLoaderObjext = loader;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/ws/ javax/xml/ws/handler/ ...
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-api.jar ... .Class, java.lang.ClassLoader) Class clazz ClassLoader loader String classnameAsResource static java.net.URL which (java ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Dsaaj-impl.jar ... .soap.SOAPMessage message Object endPoint Class urlEndpointClass ClassLoader loader public void setProxy (java.lang.String, int) com ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 123 milliseconds