/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-deque/src/ |
D | deque.rs | 1225 next: AtomicPtr<Block<T>>, field 1244 let next = self.next.load(Ordering::Acquire); in wait_next() localVariable 1315 fn default() -> Self { in default() method 1482 let next = (*block).wait_next(); in steal() localVariable 1640 let next = (*block).wait_next(); in steal_batch_with_limit() localVariable 1837 let next = (*block).wait_next(); in steal_batch_with_limit_and_pop() localVariable 2000 let next = *(*block).next.get_mut(); in drop() localVariable
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex30/aar/ |
D | lint.jar | ... public static synthetic java.lang.String extractAttribute$default (org.jetbrains.uast.UAnnotation, com ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex10000/aar/ |
D | lint.jar | ... public static synthetic java.lang.String extractAttribute$default (org.jetbrains.uast.UAnnotation, com ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common/aar/ |
D | lint.jar | ... public static synthetic java.lang.String extractAttribute$default (org.jetbrains.uast.UAnnotation, com ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex33/aar/ |
D | lint.jar | ... public static synthetic java.lang.String extractAttribute$default (org.jetbrains.uast.UAnnotation, com ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex34/aar/ |
D | lint.jar | ... public static synthetic java.lang.String extractAttribute$default (org.jetbrains.uast.UAnnotation, com ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex35/aar/ |
D | lint.jar | ... public static synthetic java.lang.String extractAttribute$default (org.jetbrains.uast.UAnnotation, com ... |
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum_derive/src/ |
D | parsing.rs | 47 pub(crate) fn default(&self) -> Option<&Ident> { in default() method 477 let mut next = lower; in parse_alternative_values() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/net/send_recv/ |
D | msg.rs | 183 fn default() -> Self { in default() method 530 fn next(&mut self) -> Option<Self::Item> { in next() method 852 fn next(&mut self) -> Option<Self::Item> { in next() method 958 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/ |
D | weak_value_hash_map.rs | 44 fn next(&mut self) -> Option<Self::Item> { in next() method 69 fn next(&mut self) -> Option<Self::Item> { in next() method 85 fn next(&mut self) -> Option<Self::Item> { in next() method 104 fn next(&mut self) -> Option<Self::Item> { in next() method 139 fn next(&mut self) -> Option<Self::Item> { in next() method 525 fn default() -> Self { in default() method
|
D | weak_weak_hash_map.rs | 45 fn next(&mut self) -> Option<Self::Item> { in next() method 70 fn next(&mut self) -> Option<Self::Item> { in next() method 86 fn next(&mut self) -> Option<Self::Item> { in next() method 105 fn next(&mut self) -> Option<Self::Item> { in next() method 140 fn next(&mut self) -> Option<Self::Item> { in next() method 545 fn default() -> Self { in default() method
|
D | weak_key_hash_map.rs | 39 fn next(&mut self) -> Option<Self::Item> { in next() method 67 fn next(&mut self) -> Option<Self::Item> { in next() method 92 fn next(&mut self) -> Option<Self::Item> { in next() method 108 fn next(&mut self) -> Option<Self::Item> { in next() method 124 fn next(&mut self) -> Option<Self::Item> { in next() method 143 fn next(&mut self) -> Option<Self::Item> { in next() method 178 fn next(&mut self) -> Option<Self::Item> { in next() method 604 fn default() -> Self { in default() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/nfa/ |
H A D | noncontiguous.rs | 613 let next = self.follow_transition(sid, byte); in next_state() localVariable 773 next: StateID, field 784 pub(crate) fn next(&self) -> StateID { in next() method 850 fn default() -> Builder { in default() method 1132 let next = self.nfa.follow_transition(prev, b); in build_trie() localVariable 1136 let next = self.nfa.alloc_state(depth)?; in build_trie() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/ |
H A D | variations.rs | 218 fn default() -> Self { in default() method 335 fn next(&mut self) -> Option<Self::Item> { in next() method 361 fn next(&mut self) -> Option<Self::Item> { in next() method 433 fn next(&mut self) -> Option<Self::Item> { in next() method 486 fn next(&mut self) -> Option<Self::Item> { in next() method 491 let next = TupleVariationHeader::read(self.data, self.axis_count); in next() localVariable 740 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/ |
D | reader.rs | 41 fn default() -> ReaderBuilder { in default() method 1949 fn next(&mut self) -> Option<Result<D>> { in next() method 2002 fn next(&mut self) -> Option<Result<D>> { in next() method 2041 fn next(&mut self) -> Option<Result<StringRecord>> { in next() method 2078 fn next(&mut self) -> Option<Result<StringRecord>> { in next() method 2117 fn next(&mut self) -> Option<Result<ByteRecord>> { in next() method 2154 fn next(&mut self) -> Option<Result<ByteRecord>> { in next() method
|
/aosp_15_r20/external/crosvm/virtio_sys/src/ |
H A D | virtio_ring.rs | 69 pub next: __virtio16, field 104 fn default() -> Self { in default() method
|
/aosp_15_r20/external/mesa3d/src/compiler/rust/ |
H A D | bitset.rs | 149 fn default() -> BitSet { in default() method 242 fn next(&mut self) -> Option<usize> { in next() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/ |
H A D | regex.rs | 612 fn next(&mut self) -> Option<Match> { in next() method 868 fn default() -> Builder { in default() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 2035 fn default() -> Option<T> { in default() method 2211 fn next(&mut self) -> Option<A> { in next() method 2251 fn next(&mut self) -> Option<&'a A> { in next() method 2301 fn next(&mut self) -> Option<&'a mut A> { in next() method 2342 fn next(&mut self) -> Option<A> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 2035 fn default() -> Option<T> { in default() method 2211 fn next(&mut self) -> Option<A> { in next() method 2251 fn next(&mut self) -> Option<&'a A> { in next() method 2301 fn next(&mut self) -> Option<&'a mut A> { in next() method 2342 fn next(&mut self) -> Option<A> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/linked-hash-map/src/ |
D | lib.rs | 58 next: *mut Node<K, V>, field 164 let next = (*cur).next; in drop_entries() localVariable 828 fn default() -> Self { in default() method 1100 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method 1121 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method 1142 fn next(&mut self) -> Option<(K, V)> { in next() method 1163 fn next(&mut self) -> Option<(K, V)> { in next() method 1191 let next = (*self.tail).next; in next_back() localVariable 1211 fn next(&mut self) -> Option<OccupiedEntry<'a, K, V, S>> { in next() method 1269 let next = (*self.tail).next; in next_back() localVariable [all …]
|
/aosp_15_r20/external/crosvm/x86_64/src/ |
H A D | bootparam.rs | 207 fn default() -> Self { in default() method 301 fn default() -> Self { in default() method 307 fn default() -> Self { in default() method 324 fn default() -> Self { in default() method 343 fn default() -> Self { in default() method 351 pub next: __u64, field 470 fn default() -> Self { in default() method
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | mailbox.py | 70 def get(self, key, default=None): argument 149 def pop(self, key, default=None): argument 551 def next(self): member in Maildir 2063 def next(self): member in _Mailbox 2191 def next(self): member in MHMailbox
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/error/ |
D | mod.rs | 726 fn next(&mut self) -> Option<Self::Item> { in next() method 742 fn next(&mut self) -> Option<Error> { in next() method 893 fn default() -> Self { in default() method
|
/aosp_15_r20/trusty/user/base/lib/storage/rust/src/ |
D | lib.rs | 887 fn default() -> Self { in default() method 992 fn next(&mut self) -> Option<Self::Item> { in next() method 998 let next = self.try_next().transpose(); in next() localVariable
|