| /httpd/include/ |
| H A D | httpd.h | 437 * Add a component to the server description and banner strings 438 * @param pconf The pool to allocate the component from 439 * @param component The string to add 441 AP_DECLARE(void) ap_add_version_component(apr_pool_t *pconf, const char *component);
|
| /httpd/server/ |
| H A D | core.c | 624 * components (where the root component is zero). 3317 AP_DECLARE(void) ap_add_version_component(apr_pool_t *pconf, const char *component) argument 3328 server_banner = apr_pstrdup(pconf, component); 3332 * Tack the given component identifier to the end of 3336 component, NULL); 3340 component, NULL);
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/ |
| H A D | Vtf.py | 153 for component in self.ComponentStatementList : 154 if component.CompLoc.upper() != 'NONE' and not (component.CompLoc.upper() in FvList): 155 FvList.append(component.CompLoc.upper())
|
| /vbox/src/VBox/Main/cbinding/ |
| H A D | tstCAPIGlue.c | 692 char *component = NULL; local 702 g_pVBoxFuncs->pfnUtf16ToUtf8(componentUtf16, &component); 704 fprintf(stderr, " component=%s\n", component); 705 g_pVBoxFuncs->pfnUtf8Free(component);
|
| H A D | VBoxCAPI_v2_2.h | 325 * Basic component object model interface. Objects which implement 1389 nsresult (*GetComponent)(IVirtualBoxErrorInfo *pThis, PRUnichar * *component);
|
| H A D | VBoxCAPI_v3_0.h | 667 * Basic component object model interface. Objects which implement 1826 nsresult (*GetComponent)(IVirtualBoxErrorInfo *pThis, PRUnichar * *component);
|
| H A D | VBoxCAPI_v3_1.h | 667 * Basic component object model interface. Objects which implement 1735 nsresult (*GetComponent)(IVirtualBoxErrorInfo *pThis, PRUnichar * *component);
|
| H A D | VBoxCAPI_v3_2.h | 667 * Basic component object model interface. Objects which implement 1780 nsresult (*GetComponent)(IVirtualBoxErrorInfo *pThis, PRUnichar * *component);
|
| /vbox/src/VBox/Main/testcase/ |
| H A D | tstVBoxAPIXPCOM.cpp | 256 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/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| /vbox/src/VBox/Frontends/VirtualBox/src/ |
| H A D | VBoxFBOverlay.cpp | 1426 int tex0Size = mImage->component(0)->memSize(); 5427 * where 8 is 2 (for color component width is Y width / 2) * 4 for 4byte texture format */
|
| H A D | VBoxFBOverlay.h | 537 VBoxVHWATexture* component(uint32_t i) {return mpTex[i]; } function in class:VBoxVHWATextureImage 1646 mFBO.attachBound(mFBOTex.component(0));
|
| /vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
| H A D | COMDefs.h | 45 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.
|
| H A D | UIMessageCenter.cpp | 2782 .arg(tr("Component: ", "error info"), info.component());
|
| /vbox/src/VBox/Frontends/VBoxShell/ |
| H A D | vboxshell.py | 216 print colored("Error in module '%s': %s" % (errorinfo.component, errorinfo.text), 'red')
|
| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | rdpdr.c | 807 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/Runtime/common/asm/ |
| H A D | ASMXRstor.asm | 39 ; @param fMask The 64-bit state component mask.
|
| H A D | ASMXSave.asm | 39 ; @param fComponents The 64-bit state component mask.
|
| /vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/ |
| H A D | glxproto.h | 1868 ** vertex data for each component type 1898 CARD32 component B32
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
| H A D | arb_program_shader.c | 1470 /* 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/libs/xpcom18a4/nsprpub/config/ |
| H A D | rules.mk | 349 echo Creating component options file $(VMS_SYMVEC_FILE); \
|
| /vbox/src/libs/xpcom18a4/xpcom/components/ |
| H A D | nsComponentManager.cpp | 54 // 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...] |
| H A D | nsComponentManagerObsolete.h | 53 // to the component manager. 115 // Manually register a dynamically loaded component. 129 // Register a component using its FileSpec as its identification 138 // Register a component using its dllName. This could be a dll name with 153 // Manually unregister a dynamically loaded component 157 // Manually unregister a dynamically loaded component 169 static nsresult AutoRegisterComponent(PRInt32 when, nsIFile *component); 170 static nsresult AutoUnregisterComponent(PRInt32 when, nsIFile *component);
|
| H A D | nsNativeComponentLoader.cpp | 283 /* 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 D | nsStaticComponentLoader.cpp | 116 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
|