Home
last modified time | relevance | path

Searched full:recently (Results 1 – 25 of 2413) sorted by relevance

12345678910>>...97

/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/cache/lru/
DLruCache.java28 …* 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/
DBatteryManagerFacade.java123 @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/
DZip.kt14 * 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/
Dbroken_alternative_services.h95 // 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/
Dbroken_alternative_services.h95 // 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/
DBindingOrBuilder.java70 * 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 …]
DBinding.java142 * 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/
Dlru_cache.h5 // 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/
Dlru_cache.h5 // 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/
DShadowContextWrapper.java45 * @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}
DShadowToast.java190 * 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/
DBindingOrBuilder.java102recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
114recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
126recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
139recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
DBinding.java193recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
207recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
221recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
236recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
1091recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
1105recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
1119recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
1134recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
1149recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
1171recently deleted. For example, `alice&#64;example.com?uid=123456789012345678901`. If the user is r…
[all …]
/external/piex/src/binary_parse/
Dcached_paged_byte_array.cc19 // 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/
Dscreen_capturer_helper.h25 // 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/
DDenyRuleOrBuilder.java39 * 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/
DDenyRuleOrBuilder.java39 * 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 …]
DDenyRule.java87 * 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/
DAliasListEntry.java121 …* 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/
Dbidding_strategy_system_status.proto45 // 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/
Dbidding_strategy_system_status.proto45 // 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/
Dbidding_strategy_system_status.proto45 // 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/
Dbidding_strategy_system_status.proto45 // 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/
Dring_buffer.h38 // 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/
Dclipping_predictor_level_buffer.h53 // 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

12345678910>>...97