/external/mesa3d/docs/ci/ |
D | fdo-cache | 23 # time and ignore the headers that defeat caching 26 include snippets/uri-caching.conf; 35 # for caching isn't to lower the number of http requests but to 42 include snippets/uri-caching.conf;
|
/external/pytorch/torch/csrc/autograd/functions/ |
D | accumulate_grad.h | 125 at::caching::adjusted_use_count(new_grad) <= num_expected_refs && in accumulateGrad() 157 !at::caching::is_cached_tensor(new_grad._indices()) && in accumulateGrad() 158 !at::caching::is_cached_tensor(new_grad._values()) && in accumulateGrad() 159 !at::caching::is_cached_tensor(new_grad)); in accumulateGrad()
|
/external/dagger2/ |
D | gradle.properties | 11 # Enable caching between builds. 12 org.gradle.caching=true 14 # Enable configuration caching between builds.
|
/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/jspecify/samples/ |
D | TypeVariableMinusNullVsTypeVariable.java | 24 NonnullSupplier<T> caching(); in caching() method 52 return cast.caching(); in cachingIfPossible()
|
/external/bazelbuild-rules_go/tests/core/stdlib/ |
D | README.rst | 9 Go build ids are used for caching within ``go build``; they are not needed by 10 Bazel, which has its own caching mechanism. The build id is influenced by
|
/external/python/mako/doc/build/ |
D | caching.rst | 23 The caching system requires that a cache backend be installed; this 26 any other third-party caching libraries that feature Mako integration. 28 By default, caching will attempt to make use of Beaker. 33 In addition to being available on the ``<%page>`` tag, the caching flag and all 62 * ``cached="True"`` - enable caching for this ``<%page>``, 85 caching can be configured using these arguments: 88 to ``False`` will disable all caching functionality 114 underlying caching implementation, minus the ``"cache_"`` prefix. 204 * ``cache_type`` - type of caching. ``'memory'``, ``'file'``, ``'dbm'``, or 282 The mechanism used by caching can be plugged in [all …]
|
D | index.rst | 15 caching
|
/external/curl/docs/cmdline-opts/ |
D | no-sessionid.md | 18 Disable curl's use of SSL session-ID caching. By default all transfers are 25 --sessionid to enforce session-ID caching.
|
/external/mesa3d/src/intel/vulkan_hasvk/ |
D | anv_gem.c | 162 uint32_t gem_handle, uint32_t caching) in anv_gem_set_caching() argument 166 .caching = caching, in anv_gem_set_caching()
|
/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/mesa3d/src/intel/vulkan/i915/ |
D | anv_kmd_backend.c | 35 uint32_t gem_handle, uint32_t caching) in i915_gem_set_caching() argument 39 .caching = caching, in i915_gem_set_caching()
|
/external/accompanist/ |
D | gradle.properties | 17 # Turn on parallel compilation, caching and on-demand configuration 19 org.gradle.caching=true
|
/external/dagger2/javatests/artifacts/dagger-ksp/ |
D | gradle.properties | 1 org.gradle.caching=true
|
/external/dagger2/javatests/artifacts/dagger/ |
D | gradle.properties | 1 org.gradle.caching=true
|
/external/dagger2/javatests/artifacts/dagger-android/simple/ |
D | gradle.properties | 2 org.gradle.caching=true
|
/external/dagger2/javatests/artifacts/hilt-android/pluginMarker/ |
D | gradle.properties | 2 org.gradle.caching=true
|
/external/dagger2/javatests/artifacts/dagger-android-ksp/ |
D | gradle.properties | 2 org.gradle.caching=true
|
/external/bazelbuild-rules_rust/rust/private/ |
D | stamp.bzl | 24 … This setting should be avoided, since it potentially kills remote caching for the binary and \ 26 …amp = 0: Always replace build information by constant values. This gives good build result caching.
|
/external/angle/extensions/ |
D | EGL_ANGLE_timestamp_surface_attribute.txt | 51 with the exception that ANGLE's EGL implementation will support caching 92 for caching EGL_TIMESTAMPS_ANDROID state.
|
/external/libwebsockets/READMEs/ |
D | README.tls-sessions.md | 3 Lws supports clientside session caching and session resumption on both mbedtls 51 Server-side TLS generally has session caching enabled by default. For client 64 Mbedtls supports clientside session caching in lws, but it does not have a 93 You can disable session caching for a particular vhost by adding the vhost
|
/external/pytorch/aten/src/ATen/ |
D | CachedTensorUtils.h | 5 namespace at::caching {
|
/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()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
D | compile_cache_item.proto | 8 // for caching JIT compiles of kernels.
|