/external/chromium_org/ppapi/proxy/ |
plugin_dispatcher.h | 36 class Resource; 56 typedef std::map<SingletonResourceID, scoped_refptr<Resource> > 116 // Same as GetForInstance but retrieves the instance from the given resource 118 static PluginDispatcher* GetForResource(const Resource* resource); 160 // resource. Guaranteed non-NULL.
|
ppb_graphics_3d_proxy.h | 18 #include "ppapi/shared_impl/resource.h" 32 explicit Graphics3D(const HostResource& resource);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_resource.h | 28 /* flag to indicate a resource is to be used as a transfer so should not be tiled */ 47 struct r600_resource resource; member in struct:r600_texture
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
frag_unittest.cc | 40 #include <sys/resource.h> // for getrusage
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
frag_unittest.cc | 40 #include <sys/resource.h> // for getrusage
|
/external/chromium_org/tools/grit/grit/ |
exception.py | 80 '''The resource file was not found.
|
/external/compiler-rt/lib/msan/ |
msan_linux.cc | 31 #include <sys/resource.h>
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_posix_libcdep.cc | 28 #include <sys/resource.h>
|
/external/compiler-rt/test/asan/TestCases/ |
stack-overflow.cc | 24 #include <sys/resource.h>
|
/external/e2fsprogs/e2fsck/ |
ehandler.c | 18 #include <sys/resource.h>
|
scantest.c | 18 #include <sys/resource.h>
|
/external/e2fsprogs/resize/ |
resource_track.c | 2 * resource_track.c --- resource tracking 18 #include <sys/resource.h>
|
/external/eigen/bench/btl/generic_bench/timers/ |
x86_timer.hh | 24 #include <sys/resource.h>
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
DefaultResourceRunnerFactory.java | 12 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
|
ResourceRunner.java | 10 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder; 18 * @param <Z> The type of the resource that will be decoded. 19 * @param <R> the type of the resource the decoded resource will be transcoded to. 80 Resource<Z> fromCache = cacheLoader.load(key, cacheDecoder, width, height); 85 Resource<Z> transformed = transformation.transform(fromCache, width, height); 89 Resource<R> transcoded = transcoder.transcode(transformed);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
GifData.java | 1 package com.bumptech.glide.load.resource.gif;
|
GifResourceDecoder.java | 1 package com.bumptech.glide.load.resource.gif; 43 return "GifResourceDecoder.com.bumptech.glide.load.resource.gif";
|
/external/icu/icu4c/source/extra/uconv/ |
makedata.mak | 62 # We're including a list of resource files. 99 # Inference rule for creating resource bundles 101 @echo Making Resource Bundle files
|
/external/libunwind/tests/ |
ppc64-test-altivec.c | 10 #include <sys/resource.h>
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_resource.h | 28 /* flag to indicate a resource is to be used as a transfer so should not be tiled */ 47 struct r600_resource resource; member in struct:r600_texture
|
/external/qemu/distrib/sdl-1.2.15/Xcode/ |
package | 4 set usage = "Usage: $prog [-f] root-dir info-file [tiff-file] [-d dest-dir] [-r resource-dir] [-traditional | -gnutar]" 64 echo ${prog}: resource-dir parameter already set to ${resDir}. 68 echo ${prog}: -r option requires package resource directory. 206 # copy the resource directory contents into the package directory
|
/external/svox/pico/lib/ |
picoapi.h | 52 A SVOX Pico 'resource' denotes all the language- and speaker-dependent 53 data needed to do TTS synthesis. In the following, the term 'resource' 54 may be used interchangeably with the term 'lingware'. A resource file 139 /* Handle types (opaque) for Pico system, resource, engine ************/ 266 /* Resource loading and unloading functions ***************************/ 269 Loads a resource file into the Pico system. The number of resource 271 Loading of a resource file may be done at any time (even in 275 loaded resource will be available only to engines started after the 276 resource is fully loaded, i.e., not to engines currentl [all...] |
/external/valgrind/main/memcheck/tests/ |
addressable.c | 5 #include <sys/resource.h>
|
/frameworks/base/libs/hwui/thread/ |
TaskManager.cpp | 19 #include <sys/resource.h>
|
/frameworks/native/opengl/tests/gl_perf/ |
gl2_perf.cpp | 21 #include <sys/resource.h>
|