/vbox/src/libs/libxml2-2.6.31/ |
H A D | check-relaxng-test-suite.py | 44 resources = {} variable 46 global resources 50 if resources.has_key(URL): 51 return(StringIO.StringIO(resources[URL])) 53 log.write("resources: %s\n" % (resources)) 210 global resources 231 resources[name] = res 234 # dir handling: pseudo directory resources 263 global resources [all...] |
H A D | check-relaxng-test-suite2.py | 33 resources = {} variable 35 global resources 37 if resources.has_key(URL): 38 return(StringIO.StringIO(resources[URL])) 40 log.write("resources: %s\n" % (resources)) 224 global resources 245 resources[name] = res 248 # dir handling: pseudo directory resources 277 global resources [all...] |
H A D | check-xsddata-test-suite.py | 43 resources = {} variable 45 global resources 47 if resources.has_key(URL): 48 return(StringIO.StringIO(resources[URL])) 50 log.write("resources: %s\n" % (resources)) 222 global resources 243 resources[name] = res 246 # dir handling: pseudo directory resources 275 global resources [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86Bus.h | 63 resPtr resources; member in struct:__anon7520
|
H A D | xf86str.h | 777 resPtr resources; member in struct:_entityInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86Bus.h | 63 resPtr resources; member in struct:__anon7889
|
H A D | xf86str.h | 777 resPtr resources; member in struct:_entityInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | xf86Bus.h | 63 resPtr resources; member in struct:__anon8245
|
H A D | xf86str.h | 769 resPtr resources; member in struct:_entityInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | xf86Bus.h | 63 resPtr resources; member in struct:__anon8562
|
H A D | xf86str.h | 752 resPtr resources; member in struct:_entityInfo
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/ |
H A D | xf86Bus.h | 36 resPtr resources; member in struct:__anon3017
|
H A D | xf86str.h | 670 resPtr resources; member in struct:_entityInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86Bus.h | 64 resPtr resources; member in struct:__anon4665
|
H A D | xf86str.h | 773 resPtr resources; member in struct:_entityInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86Bus.h | 64 resPtr resources; member in struct:__anon4232
|
H A D | xf86str.h | 747 resPtr resources; member in struct:_entityInfo
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/ |
H A D | device.c | 3249 IDirect3DResource9 **resources, UINT32 resource_count) 3251 FIXME("iface %p, resources %p, resource_count %u stub!\n", 3252 iface, resources, resource_count); 3248 d3d9_device_CheckResourceResidency(IDirect3DDevice9Ex *iface, IDirect3DResource9 **resources, UINT32 resource_count) argument
|
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/ |
H A D | VBoxPS2NT.cpp | 1911 PCM_RESOURCE_LIST resources = NULL; local 1912 CreateResList(pDevExt, &resources, &resourceListSize); 1930 resources, resourceListSize, FALSE, &fConflict); 2183 if (resources) 2185 resources->Count = 0; 2187 0, pPortDevObj, resources, resourceListSize, FALSE, &fConflict); 2215 if (resources) 2216 ExFreePool(resources);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | device.c | 637 WARN("The application is holding D3DPOOL_DEFAULT resources, rejecting reset\n"); 2820 IDirect3DResource9 **resources, UINT32 resource_count) 2822 FIXME("iface %p, resources %p, resource_count %u stub!\n", 2823 iface, resources, resource_count); 2819 IDirect3DDevice9ExImpl_CheckResourceResidency(IDirect3DDevice9Ex *iface, IDirect3DResource9 **resources, UINT32 resource_count) argument
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-tools.jar | ... com/sun/tools/ws/processor/util/ com/sun/tools/ws/resources/ com/sun/tools/ws/spi/ com/sun/tools/ws/util ... |
H A D | jaxws-rt.jar | ... com/sun/xml/ws/protocol/xml/ com/sun/xml/ws/resources/ com/sun/xml/ws/server/ com/sun/xml/ws/server ... |
H A D | resolver.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ... |
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_private.h | 1938 struct list resources; /* a linked list to track resources created by the device */ member in struct:IWineD3DDeviceImpl 2123 /* Tests show that the start address of resources is 32 byte aligned */
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | wined3d_private.h | 1906 struct list resources; /* a linked list to track resources created by the device */ member in struct:IWineD3DDeviceImpl 2088 /* Tests show that the start address of resources is 32 byte aligned */
|