Searched defs:component (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp256 printf("Error: could not get component manager! rc=%#x\n", rc);
506 * retrieved from the XPCOM component manager. We use the
515 printf("Error: could not get component manager! rc=%#x\n", rc);
619 nsXPIDLString component; local
620 info->GetComponent(getter_Copies(component));
621 printf(" component=%s\n", NS_ConvertUTF16toUTF8(component).get());
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsStaticComponentLoader.cpp116 NS_WARNING("operating on uninitialized static component loader");
242 nsIFile *component,
250 nsStaticComponentLoader::AutoRegisterComponent(PRInt32 when, nsIFile *component, argument
241 AutoUnregisterComponent(PRInt32 when, nsIFile *component, PRBool *retval) argument
H A DnsNativeComponentLoader.cpp283 /* XXXshaver cheat and use the global component manager */
429 // in the case of re-registering a component, we want to remove
453 // able to register on some later autoreg, after another component has been
603 nsIFile *component,
616 rv = obsoleteManager->RegistryLocationForSpec(component,
631 NS_LITERAL_STRING("Unregistering native component").get());
636 rv = CreateDll(component, persistentDescriptor, &dll);
660 manager->RemoveFileInfo(component, nsnull);
668 nsIFile *component,
704 rv = component
602 AutoUnregisterComponent(PRInt32 when, nsIFile *component, PRBool *unregistered) argument
667 AutoRegisterComponent(PRInt32 when, nsIFile *component, PRBool *registered) argument
[all...]
H A DnsComponentManager.cpp54 // Arena used by component manager for storing contractid string, dll
826 NS_WARNING("No GRE component manager");
860 // Shutdown the component manager
865 // Write out our component data file.
897 // Release all the component data - loaders and type strings
1834 // test this first, since there's no point in creating a component during
1915 // test this first, since there's no point in creating a component during
2490 // First check to see if this component is in the application
2506 // Next check to see if this component is in the GRE
2707 * Register a component, usin
3256 AutoRegisterComponent(PRInt32 when, nsIFile *component) argument
3285 AutoUnregisterComponent(PRInt32 when, nsIFile *component) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h45 CSomething component;
57 ret = component.TestArrays(in, out);
146 QString component() const { return mComponent; } function in class:COMErrorInfo
539 * Queries the current result code from the given component.
545 * Queries the current result code and error info from the given component.
553 * Queries the current result code from the given component.
562 * Queries the current result code and error info from the given component.
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpdr.c807 uint16 component; local
815 in_uint16(s, component);
818 if (component == RDPDR_CTYP_CORE)
858 unimpl("RDPDR pakid 0x%x of component 0x%x\n", pakid, component);
863 else if (component == RDPDR_CTYP_PRN)
869 unimpl("RDPDR component 0x%x\n", component);
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c692 char *component = NULL; local
702 g_pVBoxFuncs->pfnUtf16ToUtf8(componentUtf16, &component);
704 fprintf(stderr, " component=%s\n", component);
705 g_pVBoxFuncs->pfnUtf8Free(component);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h537 VBoxVHWATexture* component(uint32_t i) {return mpTex[i]; } function in class:VBoxVHWATextureImage
1646 mFBO.attachBound(mFBOTex.component(0));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c1470 /* TXB takes the 4th component of the source vector automatically, as d3d. Nothing more to do */
1824 * The ARL is performed when A0 is used - the requested component is read from A0_SHADOW into
1825 * A0.x. We can use the overwritten component of A0_shadow as temporary storage for the sign.
1858 * with more than one component. Thus replicate the first source argument over all
1887 /* No swizzles are allowed in d3d's texkill. PS 1.x ignores the 4th component as documented,
1919 /* ARB fp doesn't like swizzles on the parameter of the KIL instruction. To mask the 4th component,
2337 * Take a 3-component dot product of the TexCoord[dstreg] and src,
2355 * Take a 3-component dot product of the TexCoord[dstreg] and src. */
3218 char component[4] = {'x', 'y', 'z', 'w'}; local
3226 component[cur_cli
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c1346 /* TXB takes the 4th component of the source vector automatically, as d3d. Nothing more to do */
1707 * The ARL is performed when A0 is used - the requested component is read from A0_SHADOW into
1708 * A0.x. We can use the overwritten component of A0_shadow as temporary storage for the sign.
1737 * with more than one component. Thus replicate the first source argument over all
1767 /* No swizzles are allowed in d3d's texkill. PS 1.x ignores the 4th component as documented,
1797 /* ARB fp doesn't like swizzles on the parameter of the KIL instruction. To mask the 4th component,
2220 * Take a 3-component dot product of the TexCoord[dstreg] and src,
2238 * Take a 3-component dot product of the TexCoord[dstreg] and src. */
3022 char component[4] = {'x', 'y', 'z', 'w'}; local
3029 component[cur_cli
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 87 milliseconds