Home
last modified time | relevance | path

Searched refs:caching (Results 1 – 25 of 222) sorted by relevance

123456789

/external/libunwind/doc/
Dunw_set_caching_policy.tex8 …ogramming Library}{unw\_set\_caching\_policy}unw\_set\_caching\_policy -- set unwind caching policy
19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
24 \item[\Const{UNW\_CACHE\_NONE}] Turns off caching completely. This
27 \item[\Const{UNW\_CACHE\_GLOBAL}] Enables caching using a global cache
28 that is shared by all threads. If global caching is unavailable or
31 \item[\Const{UNW\_CACHE\_PER\_THREAD}] Enables caching using
32 thread-local caches. If a thread-local caching are unavailable or
37 If caching is enabled, an application must be prepared to make
45 caching is turned off by default. For the local address space
46 \Func{unw\_local\_addr\_space}, caching is turned on by default.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dempty_module_with_cache.ll4 ; Verify that enabling caching is working, even if the module is empty
10 ; Verify that enabling caching is working with llvm-lto2
16 ; Same, but without hash, the index will be empty and caching should not happen
21 ; Verify that caching is disabled for module without hash
27 ; Verify that caching is disabled for module without hash, with llvm-lto2
Dcache.ll6 ; Verify that enabling caching is ignoring module without hash
12 ; Verify that enabling caching is ignoring module without hash with llvm-lto2
26 ; Verify that enabling caching is working, and that the pruner only removes
37 ; Verify that enabling caching is working with llvm-lto2
/external/igt-gpu-tools/tests/
Dkms_pwrite_crc.c53 uint32_t caching; in test() local
80 caching = gem_get_caching(data->drm_fd, fb->gem_handle); in test()
81 igt_assert(caching == I915_CACHING_NONE || caching == I915_CACHING_DISPLAY); in test()
Dkms_mmap_write_crc.c81 uint32_t caching; in test() local
106 caching = gem_get_caching(data->drm_fd, fb->gem_handle); in test()
107 igt_assert(caching == I915_CACHING_NONE || caching == I915_CACHING_DISPLAY); in test()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt13 optionally, to use a basic caching mechanism to store generated object images.
28 caching facilities.
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt13 optionally, to use a basic caching mechanism to store generated object images.
28 caching facilities.
/external/igt-gpu-tools/lib/
Dioctl_wrappers.c202 int __gem_set_caching(int fd, uint32_t handle, uint32_t caching) in __gem_set_caching() argument
209 arg.caching = caching; in __gem_set_caching()
230 void gem_set_caching(int fd, uint32_t handle, uint32_t caching) in gem_set_caching() argument
232 igt_require(__gem_set_caching(fd, handle, caching) == 0); in gem_set_caching()
255 return arg.caching; in gem_get_caching()
Dioctl_wrappers.h64 int __gem_set_caching(int fd, uint32_t handle, uint32_t caching);
65 void gem_set_caching(int fd, uint32_t handle, uint32_t caching);
/external/glide/
DMETADATA2 …agement framework for Android that wraps media decoding, memory and disk caching, and resource poo…
/external/python/httplib2/doc/html/_sources/
Dindex.txt19 caching, keep-alive, compression, redirects and many kinds of authentication.
/external/python/httplib2/doc/
Dindex.rst19 caching, keep-alive, compression, redirects and many kinds of authentication.
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/
Dcontrol13 Test that 802.1x authentication is bypassed and uses PMKSA caching
/external/llvm/test/ThinLTO/X86/
Dcache.ll4 ; Verify that enabling caching is working
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dcache.ll1 ; Verify that enabling caching is ignoring module when we emit them without hash.
15 ; Verify that enabling caching is working with module with hash.
/external/curl/tests/data/
Dtest151549 caching of manual libcurl DNS entries after DNS cache timeout
Dtest151645 caching of manual libcurl DNS entries after dead connection
Dtest16216 Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
/external/python/google-api-python-client/docs/
Dperformance.md31 You should turn on caching at the `httplib2` level. The cache will store `ETags` associated with a …
33 To enable caching, pass in a cache implementation to the `httplib2.Http` constructor. In the simple…
/external/mesa3d/src/intel/vulkan/
Danv_gem.c158 uint32_t gem_handle, uint32_t caching) in anv_gem_set_caching() argument
162 .caching = caching, in anv_gem_set_caching()
/external/v8/src/objects/
Dprototype-info.tq27 // [object_create_map]: A field caching the map for Object.create(prototype).
/external/curl/docs/
DALTSVC.md38 - using `Age:` value for caching age as per spec
/external/angle/src/common/third_party/base/
DREADME.angle14 base::MRUCache is a few collections of most-recently-used caching structures.
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt25 caching facilities.
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt25 caching facilities.

123456789