Searched defs:resources (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/libs/libxml2-2.6.31/
H A Dcheck-relaxng-test-suite.py44 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 Dcheck-relaxng-test-suite2.py33 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 Dcheck-xsddata-test-suite.py43 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 Dxf86Bus.h63 resPtr resources; member in struct:__anon7520
H A Dxf86str.h777 resPtr resources; member in struct:_entityInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Bus.h63 resPtr resources; member in struct:__anon7889
H A Dxf86str.h777 resPtr resources; member in struct:_entityInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Bus.h63 resPtr resources; member in struct:__anon8245
H A Dxf86str.h769 resPtr resources; member in struct:_entityInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Bus.h63 resPtr resources; member in struct:__anon8562
H A Dxf86str.h752 resPtr resources; member in struct:_entityInfo
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Bus.h36 resPtr resources; member in struct:__anon3017
H A Dxf86str.h670 resPtr resources; member in struct:_entityInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Bus.h64 resPtr resources; member in struct:__anon4665
H A Dxf86str.h773 resPtr resources; member in struct:_entityInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Bus.h64 resPtr resources; member in struct:__anon4232
H A Dxf86str.h747 resPtr resources; member in struct:_entityInfo
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c3249 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 DVBoxPS2NT.cpp1911 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 Ddevice.c637 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 Djaxws-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 Djaxws-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 Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1938 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 Dwined3d_private.h1906 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 */

Completed in 864 milliseconds

12