/external/libunwind/doc/ |
D | unw_set_caching_policy.tex | 8 …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/ |
D | empty_module_with_cache.ll | 4 ; 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
|
D | cache.ll | 6 ; 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/ |
D | kms_pwrite_crc.c | 53 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()
|
D | kms_mmap_write_crc.c | 81 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/ |
D | README.txt | 13 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/ |
D | README.txt | 13 optionally, to use a basic caching mechanism to store generated object images. 28 caching facilities.
|
/external/igt-gpu-tools/lib/ |
D | ioctl_wrappers.c | 202 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()
|
D | ioctl_wrappers.h | 64 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/ |
D | METADATA | 2 …agement framework for Android that wraps media decoding, memory and disk caching, and resource poo…
|
/external/python/httplib2/doc/html/_sources/ |
D | index.txt | 19 caching, keep-alive, compression, redirects and many kinds of authentication.
|
/external/python/httplib2/doc/ |
D | index.rst | 19 caching, keep-alive, compression, redirects and many kinds of authentication.
|
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/ |
D | control | 13 Test that 802.1x authentication is bypassed and uses PMKSA caching
|
/external/llvm/test/ThinLTO/X86/ |
D | cache.ll | 4 ; Verify that enabling caching is working
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/ |
D | cache.ll | 1 ; 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/ |
D | test1515 | 49 caching of manual libcurl DNS entries after DNS cache timeout
|
D | test1516 | 45 caching of manual libcurl DNS entries after dead connection
|
D | test162 | 16 Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
|
/external/python/google-api-python-client/docs/ |
D | performance.md | 31 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/ |
D | anv_gem.c | 158 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/ |
D | prototype-info.tq | 27 // [object_create_map]: A field caching the map for Object.create(prototype).
|
/external/curl/docs/ |
D | ALTSVC.md | 38 - using `Age:` value for caching age as per spec
|
/external/angle/src/common/third_party/base/ |
D | README.angle | 14 base::MRUCache is a few collections of most-recently-used caching structures.
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 25 caching facilities.
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 25 caching facilities.
|