/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/boost_tuple/ |
D | boost_tuple_iterator.hpp | 87 struct next struct 89 typedef typename Iterator::cons_type cons_type; 90 typedef typename cons_type::tail_type tail_type; 98 type; 102 call(Iterator const& iter) in call()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | HashMap.java | 218 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newNode() 223 java.util.HashMap.Node<K, V> p, java.util.HashMap.Node<K, V> next) { in replacementNode() 228 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newTreeNode() 233 java.util.HashMap.Node<K, V> p, java.util.HashMap.Node<K, V> next) { in replacementTreeNode() 294 public java.util.Map.Entry<K, V> next() { in next() method in HashMap.EntryIterator 389 java.util.HashMap.Node<K, V> next; field in HashMap.HashIterator 429 public K next() { in next() method in HashMap.KeyIterator 500 Node(int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in Node() 542 java.util.HashMap.Node<K, V> next; field in HashMap.Node 551 TreeNode(int hash, K key, V val, java.util.HashMap.Node<K, V> next) { in TreeNode() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/ |
D | mod.rs | 59 fn next(&mut self) -> Option<Self::Item> { in next() function 154 fn next(&mut self) -> Option<Self::Item> { in next() function 294 fn next(&mut self) -> Option<Self::Item> { in next() function 398 fn next(&mut self) -> Option<Self::Item> { in next() function 503 fn next(&mut self) -> Option<Self::Item> { in next() function 540 fn next(&mut self) -> Option<Self::Item> { in next() function 581 fn next(&mut self) -> Option<Self::Item> { in next() function 649 fn next(&mut self) -> Option<Self::Item> { in next() function 690 fn next(&mut self) -> Option<Self::Item> { in next() method 894 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 | encoded_next_freelist.h | 87 explicit EncodedNextFreelistEntry(EncodedNextFreelistEntry* next) in EncodedNextFreelistEntry() function 96 EncodedNextFreelistEntry(void* next, bool make_shadow_match) in EncodedNextFreelistEntry() 129 EncodedNextFreelistEntry* next) { in EmplaceAndInitForThreadCache() 141 void* next, in EmplaceAndInitForTest() 253 const EncodedNextFreelistEntry* next) { in IsWellFormed()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/etree/ |
H A D | ElementPath.py | 153 def prepare_child(next, token): argument 172 def prepare_star(next, token): argument 178 def prepare_self(next, token): argument 183 def prepare_descendant(next, token): argument 214 def prepare_parent(next, token): argument 227 def prepare_predicate(next, token): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/etree/ |
D | ElementPath.py | 153 def prepare_child(next, token): argument 172 def prepare_star(next, token): argument 178 def prepare_self(next, token): argument 183 def prepare_descendant(next, token): argument 214 def prepare_parent(next, token): argument 227 def prepare_predicate(next, token): argument
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
H A D | TestObjectIdSerialization.java | 20 public Identifiable next; field in TestObjectIdSerialization.Identifiable 33 public StringIdentifiable next; field in TestObjectIdSerialization.StringIdentifiable 49 public IdentifiableWithProp next; field in TestObjectIdSerialization.IdentifiableWithProp 73 public IdWrapper next; field in TestObjectIdSerialization.ValueNode 95 public IdWrapperCustom next; field in TestObjectIdSerialization.ValueNodeCustom 174 public Identifiable next; field in TestObjectIdSerialization.IdentifiableStringId
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/etree/ |
D | ElementPath.py | 153 def prepare_child(next, token): argument 172 def prepare_star(next, token): argument 178 def prepare_self(next, token): argument 183 def prepare_descendant(next, token): argument 214 def prepare_parent(next, token): argument 227 def prepare_predicate(next, token): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/etree/ |
D | ElementPath.py | 153 def prepare_child(next, token): argument 172 def prepare_star(next, token): argument 178 def prepare_self(next, token): argument 183 def prepare_descendant(next, token): argument 214 def prepare_parent(next, token): argument 227 def prepare_predicate(next, token): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/etree/ |
D | ElementPath.py | 153 def prepare_child(next, token): argument 172 def prepare_star(next, token): argument 178 def prepare_self(next, token): argument 183 def prepare_descendant(next, token): argument 214 def prepare_parent(next, token): argument 227 def prepare_predicate(next, token): argument
|
/aosp_15_r20/external/python/cpython3/Lib/xml/etree/ |
D | ElementPath.py | 153 def prepare_child(next, token): argument 172 def prepare_star(next, token): argument 178 def prepare_self(next, token): argument 183 def prepare_descendant(next, token): argument 214 def prepare_parent(next, token): argument 227 def prepare_predicate(next, token): argument
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | AtomicDoubleArray.java | 115 long next = doubleToRawLongBits(newValue); in set() local 126 long next = doubleToRawLongBits(newValue); in lazySet() local 138 long next = doubleToRawLongBits(newValue); in getAndSet() local 245 long next = doubleToRawLongBits(nextVal); in getAndUpdate() local 267 long next = doubleToRawLongBits(nextVal); in updateAndGet() local
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
H A D | ConstructedOctetStream.java | 29 ASN1OctetStringParser next = getNextParser(); in read() local 56 ASN1OctetStringParser next = getNextParser(); in read() local 78 ASN1OctetStringParser next = getNextParser(); in read() local 97 ASN1OctetStringParser next = getNextParser(); in read() local
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
H A D | ConstructedOctetStream.java | 30 ASN1OctetStringParser next = getNextParser(); in read() local 57 ASN1OctetStringParser next = getNextParser(); in read() local 79 ASN1OctetStringParser next = getNextParser(); in read() local 98 ASN1OctetStringParser next = getNextParser(); in read() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
H A D | ConstructedOctetStream.java | 30 ASN1OctetStringParser next = getNextParser(); in read() local 57 ASN1OctetStringParser next = getNextParser(); in read() local 79 ASN1OctetStringParser next = getNextParser(); in read() local 98 ASN1OctetStringParser next = getNextParser(); in read() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrTriangulator.cpp | 52 static void list_insert(T* t, T* prev, T* next, T** head, T** tail) { in list_insert() 128 void GrTriangulator::VertexList::insert(Vertex* v, Vertex* prev, Vertex* next) { in insert() 304 void GrTriangulator::EdgeList::insert(Edge* edge, Edge* prev, Edge* next) { in insert() 355 Vertex* next = v->fNext; in emitMonotonePoly() local 381 Vertex* prev, Vertex* curr, Vertex* next, int winding, skgpu::VertexWriter data) const { in emitTriangle() 651 Edge* GrTriangulator::makeEdge(Vertex* prev, Vertex* next, EdgeType type, in makeEdge() 666 Edge* next = prev ? prev->fRight : fHead; in insert() local 679 Edge* next = nullptr; in FindEnclosingEdges() local 698 Edge* next; in insertAbove() local 716 Edge* next; in insertBelow() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/include/ |
D | ares.h | 541 struct ares_caa_reply *next; member 550 struct ares_srv_reply *next; member 558 struct ares_mx_reply *next; member 564 struct ares_txt_reply *next; member 572 struct ares_txt_ext *next; member 581 struct ares_naptr_reply *next; member 601 struct ares_uri_reply *next; member 631 struct ares_addrinfo_cname *next; member 719 struct ares_addr_node *next; member 728 struct ares_addr_port_node *next; member
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A D | RedundentExprEliminator.java | 167 MultistepExprHolder next = list; in eleminateSharedPartialPaths() local 304 MultistepExprHolder next = head; in findCommonAncestor() local 384 MultistepExprHolder next = head; in isNotSameAsOwner() local 497 AxesWalker next = (AxesWalker)walker.getNextWalker().clone(); in createIteratorFromSteps() local 1321 MultistepExprHolder(ExpressionOwner exprOwner, int stepCount, MultistepExprHolder next) in MultistepExprHolder() method in RedundentExprEliminator.MultistepExprHolder 1340 MultistepExprHolder next = this; in addInSortedOrder() local 1375 MultistepExprHolder next = this; in unlink() local 1404 MultistepExprHolder next = this; in getLength() local 1419 MultistepExprHolder next = this; in diagnose() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | mod.rs | 49 fn next(&mut self) -> Option<Self::Item> { in next() function 93 fn next(&mut self) -> Option<Self::Item> { in next() function 95 let next = self.iter.next(); in next() localVariable 107 let next = self.iter.next_back(); in next_back() localVariable 121 fn next(&mut self) -> Option<Self::Item> { in next() method 158 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | mod.rs | 49 fn next(&mut self) -> Option<Self::Item> { in next() function 93 fn next(&mut self) -> Option<Self::Item> { in next() function 95 let next = self.iter.next(); in next() localVariable 107 let next = self.iter.next_back(); in next_back() localVariable 121 fn next(&mut self) -> Option<Self::Item> { in next() method 158 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | mod.rs | 49 fn next(&mut self) -> Option<Self::Item> { in next() function 93 fn next(&mut self) -> Option<Self::Item> { in next() function 95 let next = self.iter.next(); in next() localVariable 107 let next = self.iter.next_back(); in next_back() localVariable 121 fn next(&mut self) -> Option<Self::Item> { in next() method 158 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | mod.rs | 49 fn next(&mut self) -> Option<Self::Item> { in next() function 93 fn next(&mut self) -> Option<Self::Item> { in next() function 95 let next = self.iter.next(); in next() localVariable 107 let next = self.iter.next_back(); in next_back() localVariable 121 fn next(&mut self) -> Option<Self::Item> { in next() method 158 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/ |
H A D | mod.rs | 49 fn next(&mut self) -> Option<Self::Item> { in next() function 93 fn next(&mut self) -> Option<Self::Item> { in next() function 95 let next = self.iter.next(); in next() localVariable 107 let next = self.iter.next_back(); in next_back() localVariable 121 fn next(&mut self) -> Option<Self::Item> { in next() method 158 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/ |
D | infcover.c | 59 struct mem_item *next; /* pointer to next item in list, or NULL */ member 112 struct mem_item *item, *next; in mem_free() local 196 struct mem_item *item, *next; in mem_done() local 240 unsigned next, val; in h2b() local 451 static unsigned int next = 0; in pull() local 628 code *next, table[ENOUGH_DISTS]; in cover_trees() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/ |
D | joint_iter.hpp | 61 struct next< joint_iter<I1,L1,I2> > struct 63 typedef joint_iter< typename mpl::next<I1>::type,L1,I2 > type; 67 struct next< joint_iter<L1,L1,I2> > struct 69 typedef joint_iter< L1,L1,typename mpl::next<I2>::type > type;
|