/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/ |
D | mod.rs | 223 next: [EdgeIndex<Ix>; 2], field 247 next: [EdgeIndex<Ix>; 2], field 655 let next = self.nodes[a.index()].next[k]; in remove_node() localVariable 1479 fn next(&mut self) -> Option<NodeIndex<Ix>> { in next() function 1517 next: [EdgeIndex<Ix>; 2], field 1526 fn next(&mut self) -> Option<NodeIndex<Ix>> { in next() function 1575 next: EdgeIndex<Ix>, field 1598 fn next(&mut self) -> Option<(EdgeIndex<Ix>, &mut Edge<E, Ix>)> { in next() function 1645 next: [EdgeIndex<Ix>; 2], field 1660 fn next(&mut self) -> Option<Self::Item> { in next() function [all …]
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | pool_offset_freelist.h | 102 explicit PoolOffsetFreelistEntry(PoolOffsetFreelistEntry* next) in PoolOffsetFreelistEntry() function 111 PoolOffsetFreelistEntry(void* next, bool make_shadow_match) in PoolOffsetFreelistEntry() 145 PoolOffsetFreelistEntry* next) { in EmplaceAndInitForThreadCache() 157 void* next, in EmplaceAndInitForTest() 273 const PoolOffsetFreelistEntry* next) { in IsWellFormed()
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/sync/ |
D | queue.rs | 36 next: Atomic<Node<T>>, field 74 let next = o.next.load(Acquire, guard); in push_internal() localVariable 121 let next = h.next.load(Acquire, guard); in pop_internal() localVariable 153 let next = h.next.load(Acquire, guard); in pop_if_internal() localVariable 342 let mut next = 0; in push_try_pop_many_spsc() localVariable 444 let mut next = 0; in push_pop_many_spsc() localVariable
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkOpSpan.cpp | 136 SkOpPtT* next = this; in prev() local 226 const SkOpSpanBase* next = this; in containsCoinEnd() local 271 SkOpPtT* next = remainder->next(); in merge() local 389 const SkOpSpan* next = fCoincident; in containsCoincidence() local 417 SkOpPtT* next = &fPtT; in insertCoincidence() local 452 SkOpSpanBase* next = this->next(); in release() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/test/ |
D | infcover.c | 59 struct mem_item *next; /* pointer to next item in list, or NULL */ member 114 struct mem_item *item, *next; in mem_free() local 203 struct mem_item *item, *next; in mem_done() local 248 unsigned next, val; in h2b() local 449 static unsigned int next = 0; in pull() local 622 code *next, table[ENOUGH_DISTS]; in cover_trees() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
D | pair_view.hpp | 81 typedef pair_iter<i1_,i2_,Category> next; typedef 100 struct next< pair_iter<Iter1,Iter2,C> > struct 102 typedef typename mpl::next<Iter1>::type i1_; 103 typedef typename mpl::next<Iter2>::type i2_; 104 typedef pair_iter<i1_,i2_,C> type;
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | With.java | 53 public T next(); in next() method 73 public V next() { in next() method in With 340 public CharSequence next() { in next() method in With.CharSequenceSimpleIterator 381 public T next() { in next() method in With.ToIterator 406 public T next() { in next() method in With.ToSimpleIterator
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | rankings.cc | 336 CacheRankingsBlock next(backend_->File(next_addr), next_addr); in Remove() local 419 ScopedRankingsBlock next(this); in GetNext() local 694 CacheRankingsBlock next(backend_->File(next_addr), next_addr); in RevertRemove() local 738 CacheRankingsBlock* next, List* list) { in CheckLinks() 775 CacheRankingsBlock* next) { in CheckSingleLink() 821 CacheAddr next = forward ? node->Data()->next : node->Data()->prev; in CheckListSection() local 881 CacheRankingsBlock* next) { in UpdateIteratorsForRemoved()
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ |
H A D | LockFreeQueueTest.kt | 32 val next = atomic<Node?>(null) constant in kotlinx.atomicfu.test.LockFreeQueue.Node 52 val next = curHead.next.value ?: return -1 in dequeue() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/ |
D | arg_matches.rs | 1357 fn next(&mut self) -> Option<&'a Id> { in next() method 1403 fn next(&mut self) -> Option<Self::Item> { in next() method 1471 fn next(&mut self) -> Option<Self::Item> { in next() method 1544 fn next(&mut self) -> Option<&'a OsStr> { in next() method 1598 fn next(&mut self) -> Option<Self::Item> { in next() method 1647 fn next(&mut self) -> Option<Self::Item> { in next() method 1682 fn next(&mut self) -> Option<Self::Item> { in next() method 1711 fn next(&mut self) -> Option<Self::Item> { in next() function 1751 fn next(&mut self) -> Option<Self::Item> { in next() function 1780 fn next(&mut self) -> Option<Self::Item> { in next() method [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/log/table/ |
H A D | TableLogBufferTest.kt | 99 val next = in <lambda>() constant 110 val next = in <lambda>() constant 121 val next = in <lambda>() constant 132 val next = in <lambda>() constant 143 val next = in <lambda>() constant 154 val next = in <lambda>() constant
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/matches/ |
H A D | arg_matches.rs | 1357 fn next(&mut self) -> Option<&'a Id> { in next() method 1403 fn next(&mut self) -> Option<Self::Item> { in next() method 1471 fn next(&mut self) -> Option<Self::Item> { in next() method 1544 fn next(&mut self) -> Option<&'a OsStr> { in next() method 1598 fn next(&mut self) -> Option<Self::Item> { in next() method 1647 fn next(&mut self) -> Option<Self::Item> { in next() method 1682 fn next(&mut self) -> Option<Self::Item> { in next() method 1711 fn next(&mut self) -> Option<Self::Item> { in next() function 1751 fn next(&mut self) -> Option<Self::Item> { in next() function 1780 fn next(&mut self) -> Option<Self::Item> { in next() method [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-queue/src/ |
D | seg_queue.rs | 58 next: AtomicPtr<Block<T>>, field 77 let next = self.next.load(Ordering::Acquire); in wait_next() localVariable 339 let next = (*block).wait_next(); in pop() localVariable 465 let next = *(*block).next.get_mut(); in drop() localVariable 511 fn next(&mut self) -> Option<Self::Item> { in next() method 535 let next = *(*block).next.get_mut(); in next() localVariable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/ |
D | printers.py | 100 def next(self): member in StdListPrinter._iterator 147 def next(self): member in StdSlistPrinter._iterator 201 def next(self): member in StdVectorPrinter._iterator 285 def next (self): member in StdTuplePrinter._iterator 356 def next(self): member in RbtreeIterator 417 def next(self): member in StdMapPrinter._iter 459 def next(self): member in StdSetPrinter._iter 537 def next(self): member in StdDequePrinter._iter 630 def next (self): member in Tr1HashtableIterator 712 def next(self): member in StdForwardListPrinter._iterator
|
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
H A D | JsonPointer.java | 87 protected JsonPointer(String fullString, String segment, JsonPointer next) { in JsonPointer() method in JsonPointer 99 protected JsonPointer(String fullString, String segment, int matchIndex, JsonPointer next) { in JsonPointer() method in JsonPointer 286 JsonPointer next; in last() local 507 JsonPointer next = _nextSegment; in _constructHead() local 517 JsonPointer next = _nextSegment; in _constructHead() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
D | jmap.rs | 190 let next = env.get_method_id(&iter_class, "next", "()Ljava/lang/Object;")?; in iter() localVariable 247 next: JMethodID, field 278 pub fn next<'other_local_2>( in next() method 297 let next = in next() localVariable 300 let next = env.auto_local(next); in next() localVariable
|
/aosp_15_r20/external/iproute2/include/ |
H A D | list.h | 12 struct list_head *next, *prev; member 23 struct list_head *next) in __list_add() 41 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 88 struct hlist_node *next, **pprev; member 93 struct hlist_node *next = n->next; in hlist_del() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/ |
H A D | LinkedList.kt | 51 val next = this._next in removeImpl() constant 90 val next = _next in removeFirstOrNull() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | prog.cc | 389 int next = splits_.FindNextSetBit(lo+1); in Merge() local 394 int next = splits_.FindNextSetBit(hi+1); in Merge() local 400 int next = splits_.FindNextSetBit(c); in Merge() local 417 int next = splits_.FindNextSetBit(c); in Build() local 882 int next = splits.FindNextSetBit(lo+1); in ComputeHints() local 887 int next = splits.FindNextSetBit(hi+1); in ComputeHints() local 893 int next = splits.FindNextSetBit(c); in ComputeHints() local 1098 uint64_t next = prefix_dfa_[b]; in PrefixAccel_ShiftDFA() local
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | prog.cc | 388 int next = splits_.FindNextSetBit(lo+1); in Merge() local 393 int next = splits_.FindNextSetBit(hi+1); in Merge() local 399 int next = splits_.FindNextSetBit(c); in Merge() local 416 int next = splits_.FindNextSetBit(c); in Build() local 881 int next = splits.FindNextSetBit(lo+1); in ComputeHints() local 886 int next = splits.FindNextSetBit(hi+1); in ComputeHints() local 892 int next = splits.FindNextSetBit(c); in ComputeHints() local 1097 uint64_t next = prefix_dfa_[b]; in PrefixAccel_ShiftDFA() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/iterator/detail/ |
D | segmented_iterator.hpp | 130 struct next struct 132 typedef detail::segmented_next_impl<typename It::context_type> impl; 133 typedef segmented_iterator<typename impl::type> type; 136 static type call(It const& it) in call()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-utf.hh | 41 next (const codepoint_t *text, in next() function 189 next (const codepoint_t *text, in next() function 298 next (const TCodepoint *text, in next() function 357 next (const codepoint_t *text, in next() function 409 next (const codepoint_t *text, in next() function
|
/aosp_15_r20/external/ethtool/ |
H A D | test-common.c | 26 struct list_head *next, *prev; member 118 struct list_head *block, *next; in test_free_all() local 185 struct list_head *head, *next; in test_close() local 221 struct list_head *head, *next; in test_fclose() local 238 struct list_head *head, *next; in test_close_all() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | WeakHashMap.java | 338 Entry<K,V> next = p.next; in expungeStaleEntries() local 528 Entry<K,V> next = e.next; in transfer() local 609 Entry<K,V> next = e.next; in remove() local 638 Entry<K,V> next = e.next; in removeMapping() local 715 Entry<K,V> next; field in WeakHashMap.Entry 722 int hash, Entry<K,V> next) { in Entry() 841 public V next() { in next() method in WeakHashMap.ValueIterator 847 public K next() { in next() method in WeakHashMap.KeyIterator 853 public Map.Entry<K,V> next() { in next() method in WeakHashMap.EntryIterator
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | WeakHashMap.java | 338 Entry<K,V> next = p.next; in expungeStaleEntries() local 528 Entry<K,V> next = e.next; in transfer() local 609 Entry<K,V> next = e.next; in remove() local 638 Entry<K,V> next = e.next; in removeMapping() local 715 Entry<K,V> next; field in WeakHashMap.Entry 722 int hash, Entry<K,V> next) { in Entry() 841 public V next() { in next() method in WeakHashMap.ValueIterator 847 public K next() { in next() method in WeakHashMap.KeyIterator 853 public Map.Entry<K,V> next() { in next() method in WeakHashMap.EntryIterator
|