/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/cache/lru/ |
D | LruCache.java | 28 …* A thread-safe LRU (Least Recently Used) cache implementation that returns the value for a specif… 32 * When the cache is full, a new value will push out the least recently used value. 34 …* before it's returned so that the order of most recently used to least recently used can be maint… 86 …* Moves an entry to the back of the queue and sets it as the most recently used. If the entry is a… 87 * most recently used, do nothing. 92 * <li>Add it to the back of the queue (most recently used)</li> 107 * The least-recently-used and most-recently-used pointers are reset if needed. 129 … * Adds an entry to the queue as the most recently used, adjusts all pointers and triggers an evict 148 …* Removes the least recently used entry from the cache, marks it as evicted and removes it from th…
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | BatteryManagerFacade.java | 123 @Rpc(description = "Returns the most recently recorded battery data.") 157 @Rpc(description = "Returns the most recently received battery status data:" + "\n1 - unknown;" 163 @Rpc(description = "Returns the most recently received battery health data:" + "\n1 - unknown;" 175 @Rpc(description = "Returns the most recently received plug type data:" + "\n-1 - unknown" 182 @Rpc(description = "Returns the most recently received battery presence data.") 187 @Rpc(description = "Returns the most recently received battery level (percentage).") 196 @Rpc(description = "Returns the most recently received battery voltage.") 201 @Rpc(description = "Returns the most recently received battery temperature.") 206 @Rpc(description = "Returns the most recently received battery technology data.")
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Zip.kt | 14 * the most recently emitted values by each flow. in <lambda>() 34 * the most recently emitted values by each flow. 51 …hose values are generated by [transform] function that process the most recently emitted values by… in combine() 79 …hose values are generated by [transform] function that process the most recently emitted values by… 108 * the most recently emitted values by each flow. 124 …hose values are generated by [transform] function that process the most recently emitted values by… 144 * the most recently emitted values by each flow. 162 …hose values are generated by [transform] function that process the most recently emitted values by… 184 * the most recently emitted values by each flow. 204 …hose values are generated by [transform] function that process the most recently emitted values by… [all …]
|
/external/cronet/stable/net/http/ |
D | broken_alternative_services.h | 95 // Clears all broken and recently-broken alternative services (i.e. mark all 96 // as not broken nor recently-broken). 101 // After the delay, it will be in the recently broken state. However, when the 109 // After the delay, it will be in the recently broken state. When the default 113 // Marks |broken_alternative_service| as recently broken. Being recently 146 // Sets broken and recently broken alternative services. 150 // If a broken/recently-broken alt svc that's being added is already stored, 187 // marked broken before). After the delay, it will be in the recently broken
|
/external/cronet/tot/net/http/ |
D | broken_alternative_services.h | 95 // Clears all broken and recently-broken alternative services (i.e. mark all 96 // as not broken nor recently-broken). 101 // After the delay, it will be in the recently broken state. However, when the 109 // After the delay, it will be in the recently broken state. When the default 113 // Marks |broken_alternative_service| as recently broken. Being recently 146 // Sets broken and recently broken alternative services. 150 // If a broken/recently-broken alt svc that's being added is already stored, 187 // marked broken before). After the delay, it will be in the recently broken
|
/external/sdk-platform-java/java-iam/proto-google-iam-v1/src/main/java/com/google/iam/v1/ |
D | BindingOrBuilder.java | 70 * identifier) representing a user that has been recently deleted. For 75 * unique identifier) representing a service account that has been recently 82 * identifier) representing a Google group that has been recently 112 * identifier) representing a user that has been recently deleted. For 117 * unique identifier) representing a service account that has been recently 124 * identifier) representing a Google group that has been recently 154 * identifier) representing a user that has been recently deleted. For 159 * unique identifier) representing a service account that has been recently 166 * identifier) representing a Google group that has been recently 197 * identifier) representing a user that has been recently deleted. For [all …]
|
D | Binding.java | 142 * identifier) representing a user that has been recently deleted. For 147 * unique identifier) representing a service account that has been recently 154 * identifier) representing a Google group that has been recently 186 * identifier) representing a user that has been recently deleted. For 191 * unique identifier) representing a service account that has been recently 198 * identifier) representing a Google group that has been recently 230 * identifier) representing a user that has been recently deleted. For 235 * unique identifier) representing a service account that has been recently 242 * identifier) representing a Google group that has been recently 275 * identifier) representing a user that has been recently deleted. For [all …]
|
/external/cronet/tot/base/containers/ |
D | lru_cache.h | 5 // This file contains a template for a Least Recently Used cache that allows 7 // least-recently-used items for removal. Variations exist to support use as a 261 // least-recently-used to most-recently-used by iterating from `rbegin()` to 271 // removal, and lookup. Entries can be iterated in order of least-recently-used 272 // to most-recently-used by iterating from `rbegin()` to `rend()`, where a "use" 284 // can be iterated in order of least-recently-used to most-recently-used by 295 // order of least-recently-used to most-recently-used by iterating from
|
/external/cronet/stable/base/containers/ |
D | lru_cache.h | 5 // This file contains a template for a Least Recently Used cache that allows 7 // least-recently-used items for removal. Variations exist to support use as a 261 // least-recently-used to most-recently-used by iterating from `rbegin()` to 271 // removal, and lookup. Entries can be iterated in order of least-recently-used 272 // to most-recently-used by iterating from `rbegin()` to `rend()`, where a "use" 284 // can be iterated in order of least-recently-used to most-recently-used by 295 // order of least-recently-used to most-recently-used by iterating from
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowContextWrapper.java | 45 * @return the most recently started {@code Intent} 55 * @return the most recently started {@code Intent} 73 * @return the most recently started {@code IntentForResult} 83 * @return the most recently started {@code IntentForResult} 93 * @return the most recently started {@code Intent} 103 * @return the most recently started {@code Intent}
|
D | ShadowToast.java | 190 * Returns the text of the most recently shown {@code Toast}. 192 * @return the text of the most recently shown {@code Toast} 207 * Returns the most recently shown {@code Toast}. 209 * @return the most recently shown {@code Toast}
|
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
D | BindingOrBuilder.java | 102 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 114 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 126 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 139 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r…
|
D | Binding.java | 193 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 207 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 221 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 236 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 1091 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 1105 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 1119 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 1134 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 1149 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… 1171 …recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is r… [all …]
|
/external/piex/src/binary_parse/ |
D | cached_paged_byte_array.cc | 19 // pointers to pages recently used. The least recently used page is stored 52 // If the cache is full, remove the first (least recently used) page. in getPage() 58 // Cache the most recently used page to the end of the vector. in getPage()
|
/external/webrtc/modules/desktop_capture/ |
D | screen_capturer_helper.h | 25 // the size of the most recently captured screen, on behalf of the 48 // Access the size of the most recently captured screen. 60 // of the most recently captured screen, as previously set by 80 // The size of the most recently captured screen.
|
/external/sdk-platform-java/java-iam/proto-google-iam-v2beta/src/main/java/com/google/iam/v2beta/ |
D | DenyRuleOrBuilder.java | 39 * Google Account that was deleted recently. For example, 46 * that was deleted recently. For example, 54 * A Google Cloud service account that was deleted recently. For example, 82 * Google Account that was deleted recently. For example, 89 * that was deleted recently. For example, 97 * A Google Cloud service account that was deleted recently. For example, 125 * Google Account that was deleted recently. For example, 132 * that was deleted recently. For example, 140 * A Google Cloud service account that was deleted recently. For example, 169 * Google Account that was deleted recently. For example, [all …]
|
/external/sdk-platform-java/java-iam/proto-google-iam-v2/src/main/java/com/google/iam/v2/ |
D | DenyRuleOrBuilder.java | 39 * Google Account that was deleted recently. For example, 46 * that was deleted recently. For example, 54 * A Google Cloud service account that was deleted recently. For example, 82 * Google Account that was deleted recently. For example, 89 * that was deleted recently. For example, 97 * A Google Cloud service account that was deleted recently. For example, 125 * Google Account that was deleted recently. For example, 132 * that was deleted recently. For example, 140 * A Google Cloud service account that was deleted recently. For example, 169 * Google Account that was deleted recently. For example, [all …]
|
D | DenyRule.java | 87 * Google Account that was deleted recently. For example, 94 * that was deleted recently. For example, 102 * A Google Cloud service account that was deleted recently. For example, 132 * Google Account that was deleted recently. For example, 139 * that was deleted recently. For example, 147 * A Google Cloud service account that was deleted recently. For example, 177 * Google Account that was deleted recently. For example, 184 * that was deleted recently. For example, 192 * A Google Cloud service account that was deleted recently. For example, 223 * Google Account that was deleted recently. For example, [all …]
|
/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/ |
D | AliasListEntry.java | 121 …* Date and time that the alias was most recently created in the account and Region. Formatted as U… 124 …* @return Date and time that the alias was most recently created in the account and Region. Format… 132 …* Date and time that the alias was most recently associated with a KMS key in the account and Regi… 136 …* @return Date and time that the alias was most recently associated with a KMS key in the account … 266 …* Date and time that the alias was most recently created in the account and Region. Formatted as U… 270 …* Date and time that the alias was most recently created in the account and Region. Formatt… 278 …* Date and time that the alias was most recently associated with a KMS key in the account and Regi… 283 …* Date and time that the alias was most recently associated with a KMS key in the account a…
|
/external/googleapis/google/ads/googleads/v14/enums/ |
D | bidding_strategy_system_status.proto | 45 // The bid strategy is learning because it has been recently created or 46 // recently reactivated. 60 // recently modified conversion types that were relevant to the 65 // recently changed their conversion settings.
|
/external/googleapis/google/ads/googleads/v15/enums/ |
D | bidding_strategy_system_status.proto | 45 // The bid strategy is learning because it has been recently created or 46 // recently reactivated. 60 // recently modified conversion types that were relevant to the 65 // recently changed their conversion settings.
|
/external/googleapis/google/ads/googleads/v16/enums/ |
D | bidding_strategy_system_status.proto | 45 // The bid strategy is learning because it has been recently created or 46 // recently reactivated. 60 // recently modified conversion types that were relevant to the 65 // recently changed their conversion settings.
|
/external/googleapis/google/ads/searchads360/v0/enums/ |
D | bidding_strategy_system_status.proto | 45 // The bid strategy is learning because it has been recently created or 46 // recently reactivated. 60 // recently modified conversion types that were relevant to the 65 // recently changed their conversion settings.
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | ring_buffer.h | 38 // Replace the least recently pushed array in the buffer with `new_values`. 46 // and least recently push array is returned when `delay` is 0 and N - 1 58 int tail_; // Index of the least recently pushed sub-array.
|
/external/webrtc/modules/audio_processing/agc2/ |
D | clipping_predictor_level_buffer.h | 53 // least recently pushed item. 57 // average and maximum value for the `num_items` most recently pushed items 59 // to the most recently pushed item). The value of `delay` is limited to
|