HomeSort by relevance Sort by last modified time
    Searched refs:resource (Results 751 - 775 of 2028) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/core/
WebCorePrefixMac.h 85 #include <sys/resource.h>
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSShaderValue.h 51 StyleFetchedShader* resource(ResourceFetcher*);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResourcesCycleSolver.cpp 23 // Set to a value > 0, to debug the resource cache.
61 // Walk all resources and check wheter they reference any resource contained in the resources set.
77 // A child of the given 'resource' contains resources.
81 // Walk all child resources and check wheter they reference any resource contained in the resources set.
110 // Add all parent resource containers to the HashSet.
140 // If we're a resource, add ourselves to the HashSet.
150 RenderSVGResourceContainer* resource = *it; local
151 if (parentResources.contains(resource) || resourceContainsCycles(resource))
152 breakCycle(resource);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_screen_buffer.c 69 struct pipe_resource *resource,
78 transfer->resource = resource;
106 struct r300_resource *rbuf = r300_resource(transfer->resource);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_buffer.c 50 struct pipe_resource *resource,
58 transfer->resource = resource;
75 struct si_resource *rbuffer = si_resource(transfer->resource);
r600_resource.h 28 /* flag to indicate a resource is to be used as a transfer so should not be tiled */
42 struct si_resource resource; member in struct:r600_resource_texture
44 /* If this resource is a depth-stencil buffer on evergreen, this contains
45 * the depth part of the format. There is a separate stencil resource
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_shm.c 83 struct pipe_resource *resource; local
90 resource = resource_surface_get_single_resource(surface->rsurf, attachment);
93 screen->resource_get_handle(screen, resource, &wsh);
95 pipe_resource_reference(&resource, NULL);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
RawHeightMap.java 108 public RawHeightMap(URL resource, int size, int format, boolean swapxy) throws Exception {
109 // varify that resource and size are valid.
110 if (null == resource || size <= 0) {
111 throw new Exception("Must supply valid resource and "
117 setup(resource.openStream(), size, format, swapxy);
119 throw new Exception("Unable to open height url: " + resource);
  /external/lzma/C/Util/LzmaLib/
makefile 24 $O\resource.res
  /external/lzma/C/Util/SfxSetup/
makefile 28 $O\resource.res
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen_buffer.c 69 struct pipe_resource *resource,
78 transfer->resource = resource;
106 struct r300_resource *rbuf = r300_resource(transfer->resource);
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_buffer.c 50 struct pipe_resource *resource,
58 transfer->resource = resource;
75 struct si_resource *rbuffer = si_resource(transfer->resource);
r600_resource.h 28 /* flag to indicate a resource is to be used as a transfer so should not be tiled */
42 struct si_resource resource; member in struct:r600_resource_texture
44 /* If this resource is a depth-stencil buffer on evergreen, this contains
45 * the depth part of the format. There is a separate stencil resource
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_shm.c 83 struct pipe_resource *resource; local
90 resource = resource_surface_get_single_resource(surface->rsurf, attachment);
93 screen->resource_get_handle(screen, resource, &wsh);
95 pipe_resource_reference(&resource, NULL);
  /external/openssh/openbsd-compat/
port-irix.c 40 # include <sys/resource.h>
  /external/smack/src/org/jivesoftware/smack/
NonSASLAuthentication.java 47 public String authenticate(String username, String resource, CallbackHandler cbh) throws XMPPException {
52 return authenticate(username, String.valueOf(pcb.getPassword()),resource);
58 public String authenticate(String username, String password, String resource) throws
98 auth.setResource(resource);
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 30 # include <sys/resource.h>
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 18 #include <sys/resource.h>
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex15.c 9 #include <sys/resource.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
wait.h 33 #include <sys/resource.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
wait.h 33 #include <sys/resource.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
wait.h 33 #include <sys/resource.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
wait.h 33 #include <sys/resource.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
wait.h 33 #include <sys/resource.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
wait.h 33 #include <sys/resource.h>

Completed in 1401 milliseconds

<<31323334353637383940>>