Home
last modified time | relevance | path

Searched full:caching (Results 1 – 25 of 5224) sorted by relevance

12345678910>>...209

/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DImagePreviewImageLoader.kt52 * image caching, and a limit on the number of parallel loadings. in <lambda>()
101 override suspend fun invoke(uri: Uri, size: Size, caching: Boolean): Bitmap? = in <lambda>()
102 loadImageAsync(uri, caching) in <lambda>()
106 scope.launch { loadImageAsync(uri, caching = true) } in <lambda>()
110 private suspend fun loadImageAsync(uri: Uri, caching: Boolean): Bitmap? { in <lambda>()
111 return getRequestDeferred(uri, caching).await() in <lambda>()
114 private fun getRequestDeferred(uri: Uri, caching: Boolean): Deferred<Bitmap?> { in <lambda>()
122 RequestRecord(uri, CompletableDeferred(), caching) in <lambda>()
124 .apply { this.caching = this.caching || caching } in <lambda>()
167 if (bitmap != null && caching) { in <lambda>()
[all …]
DPreviewImageLoader.kt75 override suspend fun invoke(uri: Uri, size: Size, caching: Boolean): Bitmap? = in <lambda>()
76 loadImageInternal(uri, size, caching) in <lambda>()
80 scope.launch { loadImageInternal(uri.first, uri.second, caching = true) } in <lambda>()
84 private suspend fun loadImageInternal(uri: Uri, size: Size, caching: Boolean): Bitmap? { in <lambda>()
85 return withRequestRecord(uri, caching) { record -> in <lambda>()
106 caching: Boolean, in <lambda>()
109 val record = trackRecordRunning(uri, caching) in <lambda>()
117 private fun trackRecordRunning(uri: Uri, caching: Boolean): RequestRecord = in <lambda>()
123 if (caching) { in <lambda>()
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DBackendServiceCdnPolicy.java77caching headers to cache content. Responses without these headers will not be cached at Google's e…
107 …in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user…
119 …* Requires the origin to set valid caching headers to cache content. Responses without these heade…
152 …in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user…
164 …* Requires the origin to set valid caching headers to cache content. Responses without these heade…
409caching headers to cache content. Responses without these headers will not be cached at Google's e…
425caching headers to cache content. Responses without these headers will not be cached at Google's e…
449caching headers to cache content. Responses without these headers will not be cached at Google's e…
575caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e…
590caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e…
[all …]
H A DBackendBucketCdnPolicy.java77caching headers to cache content. Responses without these headers will not be cached at Google's e…
107 …in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user…
119 …* Requires the origin to set valid caching headers to cache content. Responses without these heade…
152 …in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user…
164 …* Requires the origin to set valid caching headers to cache content. Responses without these heade…
415caching headers to cache content. Responses without these headers will not be cached at Google's e…
431caching headers to cache content. Responses without these headers will not be cached at Google's e…
455caching headers to cache content. Responses without these headers will not be cached at Google's e…
581caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e…
596caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e…
[all …]
H A DBackendServiceCdnPolicyOrBuilder.java133caching headers to cache content. Responses without these headers will not be cached at Google's e…
146caching headers to cache content. Responses without these headers will not be cached at Google's e…
159caching headers to cache content. Responses without these headers will not be cached at Google's e…
248caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e…
260caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e…
273 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
286 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
299 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
311 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
326 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
H A DBackendBucketCdnPolicyOrBuilder.java139caching headers to cache content. Responses without these headers will not be cached at Google's e…
152caching headers to cache content. Responses without these headers will not be cached at Google's e…
165caching headers to cache content. Responses without these headers will not be cached at Google's e…
254caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e…
266caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e…
279 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
292 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
305 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
317 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
332 …es that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exi…
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/
H A DIDevice.hal127 * Gets the caching requirements of the driver implementation.
132 * The data cache is for caching constant data, possibly including preprocessed
136 * The model cache is for caching security-sensitive data such as compiled
145 * indicates compilation caching is not supported by this driver. The driver may
146 * still choose not to cache certain compiled models even if it reports that caching
149 * If the device reports that caching is not supported, the user may avoid calling
177 * Optionally, caching information may be provided for the driver to save
218 * may choose not to save to cache even if the caching information is
236 * the vector must either be 0 indicating that caching information is not provided,
242 * the vector must either be 0 indicating that caching information is not provided,
[all …]
/aosp_15_r20/external/python/mako/doc/build/
Dcaching.rst4 Caching title
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
[all …]
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DIDevice.aidl44 * The maximum number of files for each type of cache in compilation caching.
130 * Gets the caching requirements of the driver implementation.
135 * The data cache is for caching constant data, possibly including preprocessed and transformed
139 * The model cache is for caching security-sensitive data such as compiled executable machine
147 * compilation caching is not supported by this driver. The driver may still choose not to cache
148 * certain compiled models even if it reports that caching is supported.
150 * If the device reports that caching is not supported, the user may avoid calling
250 * Optionally, caching information may be provided for the driver to save the prepared model to
295 * The driver may choose not to save to cache even if the caching information is provided and
318 * of the vector must either be 0 indicating that caching information is not
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/include/nnapi/
DIDevice.h114 * Gets the caching requirements of the driver implementation.
119 * The data cache is for caching constant data, possibly including preprocessed and transformed
123 * The model cache is for caching security-sensitive data such as compiled executable machine
131 * compilation caching is not supported by this driver. The driver may still choose not to cache
132 * certain compiled models even if it reports that caching is supported.
134 * If the device reports that caching is not supported, the user may avoid calling
180 * Optionally, caching information may be provided for the driver to save the prepared model to
211 * save to cache even if the caching information is provided and valid.
228 * indicating that caching information is not provided, or match numModelCache returned from
234 * that caching information is not provided, or match numDataCache returned from
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Ddfareporting_v3_3.reports.html156 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
172 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
190 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
226 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
253 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
259 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
275 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
291 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
316 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
340 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
[all …]
Ddfareporting_v3_5.placementGroups.html124 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
134 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
151 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
161 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
195 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
204 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
228 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
238 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
255 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
265 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
[all …]
Ddfareporting_v3_3.placementGroups.html124 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
134 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
151 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
161 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
196 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
205 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
229 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
239 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
256 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
266 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
[all …]
Ddfareporting_v3_4.placementGroups.html124 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
134 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
151 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
161 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
195 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
204 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
228 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
238 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
255 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
265 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
[all …]
Ddfareporting_v3_5.floodlightActivityGroups.html124 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
133 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
142 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
170 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
179 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
188 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
214 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
223 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
232 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
285 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
[all …]
Ddfareporting_v3_4.floodlightActivityGroups.html124 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
133 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
142 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
170 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
179 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
188 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
214 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
223 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
232 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
285 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
[all …]
Ddfareporting_v3_3.floodlightActivityGroups.html124 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
133 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
142 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
170 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
179 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
188 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
214 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
223 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
232 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
285 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
[all …]
Ddfareporting_v3_5.reports.html156 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
172 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
190 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
226 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
253 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
259 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
275 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
291 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
316 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
370 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
[all …]
Ddfareporting_v3_4.reports.html156 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
172 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
190 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
226 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
253 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
259 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
275 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
291 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
316 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
370 &quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
[all …]
/aosp_15_r20/external/cronet/components/cronet/
H A Durl_request_context_config_unittest.cc160 // Disable caching for HTTP responses. Other information may be stored
348 // Disable caching for HTTP responses. Other information may be stored in __anon5f3c32770202()
396 // Disable caching for HTTP responses. Other information may be stored in TEST()
446 // Disable caching for HTTP responses. Other information may be stored in TEST()
497 // Disable caching for HTTP responses. Other information may be stored in TEST()
549 // Disable caching for HTTP responses. Other information may be stored in TEST()
598 // Disable caching for HTTP responses. Other information may be stored in TEST()
666 // Disable caching for HTTP responses. Other information may be stored in TEST()
713 // Disable caching for HTTP responses. Other information may be stored in TEST()
760 // Disable caching for HTTP responses. Other information may be stored in TEST()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/
DIDevice.h375 * Gets the caching requirements of the driver implementation.
380 * The data cache is for caching constant data, possibly including preprocessed
384 * The model cache is for caching security-sensitive data such as compiled
393 * indicates compilation caching is not supported by this driver. The driver may
394 * still choose not to cache certain compiled models even if it reports that caching
397 * If the device reports that caching is not supported, the user may avoid calling
424 * Optionally, caching information may be provided for the driver to save
465 * may choose not to save to cache even if the caching information is
483 * the vector must either be 0 indicating that caching information is not provided,
489 * the vector must either be 0 indicating that caching information is not provided,
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/
DIDevice.h375 * Gets the caching requirements of the driver implementation.
380 * The data cache is for caching constant data, possibly including preprocessed
384 * The model cache is for caching security-sensitive data such as compiled
393 * indicates compilation caching is not supported by this driver. The driver may
394 * still choose not to cache certain compiled models even if it reports that caching
397 * If the device reports that caching is not supported, the user may avoid calling
424 * Optionally, caching information may be provided for the driver to save
465 * may choose not to save to cache even if the caching information is
483 * the vector must either be 0 indicating that caching information is not provided,
489 * the vector must either be 0 indicating that caching information is not provided,
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/
DIDevice.h375 * Gets the caching requirements of the driver implementation.
380 * The data cache is for caching constant data, possibly including preprocessed
384 * The model cache is for caching security-sensitive data such as compiled
393 * indicates compilation caching is not supported by this driver. The driver may
394 * still choose not to cache certain compiled models even if it reports that caching
397 * If the device reports that caching is not supported, the user may avoid calling
424 * Optionally, caching information may be provided for the driver to save
465 * may choose not to save to cache even if the caching information is
483 * the vector must either be 0 indicating that caching information is not provided,
489 * the vector must either be 0 indicating that caching information is not provided,
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/
DIDevice.h375 * Gets the caching requirements of the driver implementation.
380 * The data cache is for caching constant data, possibly including preprocessed
384 * The model cache is for caching security-sensitive data such as compiled
393 * indicates compilation caching is not supported by this driver. The driver may
394 * still choose not to cache certain compiled models even if it reports that caching
397 * If the device reports that caching is not supported, the user may avoid calling
424 * Optionally, caching information may be provided for the driver to save
465 * may choose not to save to cache even if the caching information is
483 * the vector must either be 0 indicating that caching information is not provided,
489 * the vector must either be 0 indicating that caching information is not provided,
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/
DIDevice.h375 * Gets the caching requirements of the driver implementation.
380 * The data cache is for caching constant data, possibly including preprocessed
384 * The model cache is for caching security-sensitive data such as compiled
393 * indicates compilation caching is not supported by this driver. The driver may
394 * still choose not to cache certain compiled models even if it reports that caching
397 * If the device reports that caching is not supported, the user may avoid calling
424 * Optionally, caching information may be provided for the driver to save
465 * may choose not to save to cache even if the caching information is
483 * the vector must either be 0 indicating that caching information is not provided,
489 * the vector must either be 0 indicating that caching information is not provided,
[all …]

12345678910>>...209