/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/ |
D | ImagePreviewImageLoader.kt | 52 * 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 …]
|
D | PreviewImageLoader.kt | 75 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 D | BackendServiceCdnPolicy.java | 77 …caching 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… 409 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 425 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 449 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 575 …caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e… 590 …caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e… [all …]
|
H A D | BackendBucketCdnPolicy.java | 77 …caching 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… 415 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 431 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 455 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 581 …caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e… 596 …caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e… [all …]
|
H A D | BackendServiceCdnPolicyOrBuilder.java | 133 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 146 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 159 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 248 …caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e… 260 …caching 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 D | BackendBucketCdnPolicyOrBuilder.java | 139 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 152 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 165 …caching headers to cache content. Responses without these headers will not be cached at Google's e… 254 …caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common e… 266 …caching 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 D | IDevice.hal | 127 * 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/ |
D | caching.rst | 4 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 D | IDevice.aidl | 44 * 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/ |
D | IDevice.h | 114 * 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/ |
D | dfareporting_v3_3.reports.html | 156 "etag": "A String", # The eTag of this response for caching purposes. 172 "etag": "A String", # The eTag of this response for caching purposes. 190 "etag": "A String", # The eTag of this response for caching purposes. 226 "etag": "A String", # The eTag of this response for caching purposes. 253 "etag": "A String", # The eTag of this response for caching purposes. 259 "etag": "A String", # The eTag of this response for caching purposes. 275 "etag": "A String", # The eTag of this response for caching purposes. 291 "etag": "A String", # The eTag of this response for caching purposes. 316 "etag": "A String", # The eTag of this response for caching purposes. 340 "etag": "A String", # The eTag of this response for caching purposes. [all …]
|
D | dfareporting_v3_5.placementGroups.html | 124 "etag": "A String", # The eTag of this response for caching purposes. 134 "etag": "A String", # The eTag of this response for caching purposes. 151 "etag": "A String", # The eTag of this response for caching purposes. 161 "etag": "A String", # The eTag of this response for caching purposes. 195 "etag": "A String", # The eTag of this response for caching purposes. 204 "etag": "A String", # The eTag of this response for caching purposes. 228 "etag": "A String", # The eTag of this response for caching purposes. 238 "etag": "A String", # The eTag of this response for caching purposes. 255 "etag": "A String", # The eTag of this response for caching purposes. 265 "etag": "A String", # The eTag of this response for caching purposes. [all …]
|
D | dfareporting_v3_3.placementGroups.html | 124 "etag": "A String", # The eTag of this response for caching purposes. 134 "etag": "A String", # The eTag of this response for caching purposes. 151 "etag": "A String", # The eTag of this response for caching purposes. 161 "etag": "A String", # The eTag of this response for caching purposes. 196 "etag": "A String", # The eTag of this response for caching purposes. 205 "etag": "A String", # The eTag of this response for caching purposes. 229 "etag": "A String", # The eTag of this response for caching purposes. 239 "etag": "A String", # The eTag of this response for caching purposes. 256 "etag": "A String", # The eTag of this response for caching purposes. 266 "etag": "A String", # The eTag of this response for caching purposes. [all …]
|
D | dfareporting_v3_4.placementGroups.html | 124 "etag": "A String", # The eTag of this response for caching purposes. 134 "etag": "A String", # The eTag of this response for caching purposes. 151 "etag": "A String", # The eTag of this response for caching purposes. 161 "etag": "A String", # The eTag of this response for caching purposes. 195 "etag": "A String", # The eTag of this response for caching purposes. 204 "etag": "A String", # The eTag of this response for caching purposes. 228 "etag": "A String", # The eTag of this response for caching purposes. 238 "etag": "A String", # The eTag of this response for caching purposes. 255 "etag": "A String", # The eTag of this response for caching purposes. 265 "etag": "A String", # The eTag of this response for caching purposes. [all …]
|
D | dfareporting_v3_5.floodlightActivityGroups.html | 124 "etag": "A String", # The eTag of this response for caching purposes. 133 "etag": "A String", # The eTag of this response for caching purposes. 142 "etag": "A String", # The eTag of this response for caching purposes. 170 "etag": "A String", # The eTag of this response for caching purposes. 179 "etag": "A String", # The eTag of this response for caching purposes. 188 "etag": "A String", # The eTag of this response for caching purposes. 214 "etag": "A String", # The eTag of this response for caching purposes. 223 "etag": "A String", # The eTag of this response for caching purposes. 232 "etag": "A String", # The eTag of this response for caching purposes. 285 "etag": "A String", # The eTag of this response for caching purposes. [all …]
|
D | dfareporting_v3_4.floodlightActivityGroups.html | 124 "etag": "A String", # The eTag of this response for caching purposes. 133 "etag": "A String", # The eTag of this response for caching purposes. 142 "etag": "A String", # The eTag of this response for caching purposes. 170 "etag": "A String", # The eTag of this response for caching purposes. 179 "etag": "A String", # The eTag of this response for caching purposes. 188 "etag": "A String", # The eTag of this response for caching purposes. 214 "etag": "A String", # The eTag of this response for caching purposes. 223 "etag": "A String", # The eTag of this response for caching purposes. 232 "etag": "A String", # The eTag of this response for caching purposes. 285 "etag": "A String", # The eTag of this response for caching purposes. [all …]
|
D | dfareporting_v3_3.floodlightActivityGroups.html | 124 "etag": "A String", # The eTag of this response for caching purposes. 133 "etag": "A String", # The eTag of this response for caching purposes. 142 "etag": "A String", # The eTag of this response for caching purposes. 170 "etag": "A String", # The eTag of this response for caching purposes. 179 "etag": "A String", # The eTag of this response for caching purposes. 188 "etag": "A String", # The eTag of this response for caching purposes. 214 "etag": "A String", # The eTag of this response for caching purposes. 223 "etag": "A String", # The eTag of this response for caching purposes. 232 "etag": "A String", # The eTag of this response for caching purposes. 285 "etag": "A String", # The eTag of this response for caching purposes. [all …]
|
D | dfareporting_v3_5.reports.html | 156 "etag": "A String", # The eTag of this response for caching purposes. 172 "etag": "A String", # The eTag of this response for caching purposes. 190 "etag": "A String", # The eTag of this response for caching purposes. 226 "etag": "A String", # The eTag of this response for caching purposes. 253 "etag": "A String", # The eTag of this response for caching purposes. 259 "etag": "A String", # The eTag of this response for caching purposes. 275 "etag": "A String", # The eTag of this response for caching purposes. 291 "etag": "A String", # The eTag of this response for caching purposes. 316 "etag": "A String", # The eTag of this response for caching purposes. 370 "etag": "A String", # The eTag of this response for caching purposes. [all …]
|
D | dfareporting_v3_4.reports.html | 156 "etag": "A String", # The eTag of this response for caching purposes. 172 "etag": "A String", # The eTag of this response for caching purposes. 190 "etag": "A String", # The eTag of this response for caching purposes. 226 "etag": "A String", # The eTag of this response for caching purposes. 253 "etag": "A String", # The eTag of this response for caching purposes. 259 "etag": "A String", # The eTag of this response for caching purposes. 275 "etag": "A String", # The eTag of this response for caching purposes. 291 "etag": "A String", # The eTag of this response for caching purposes. 316 "etag": "A String", # The eTag of this response for caching purposes. 370 "etag": "A String", # The eTag of this response for caching purposes. [all …]
|
/aosp_15_r20/external/cronet/components/cronet/ |
H A D | url_request_context_config_unittest.cc | 160 // 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/ |
D | IDevice.h | 375 * 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/ |
D | IDevice.h | 375 * 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/ |
D | IDevice.h | 375 * 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/ |
D | IDevice.h | 375 * 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/ |
D | IDevice.h | 375 * 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 …]
|