/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | StackMapParser.h | 78 FunctionAccessor next() const { in next() function 98 ConstantAccessor next() const { in next() function 155 LocationAccessor next() const { in next() function 187 LiveOutAccessor next() const { in next() function 287 RecordAccessor next() const { in next() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 79 FunctionAccessor next() const { in next() function 99 ConstantAccessor next() const { in next() function 156 LocationAccessor next() const { in next() function 188 LiveOutAccessor next() const { in next() function 288 RecordAccessor next() const { in next() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | StackMapParser.h | 78 FunctionAccessor next() const { in next() function 98 ConstantAccessor next() const { in next() function 155 LocationAccessor next() const { in next() function 187 LiveOutAccessor next() const { in next() function 287 RecordAccessor next() const { in next() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | StackMapParser.h | 78 FunctionAccessor next() const { in next() function 98 ConstantAccessor next() const { in next() function 155 LocationAccessor next() const { in next() function 187 LiveOutAccessor next() const { in next() function 287 RecordAccessor next() const { in next() function
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | mksquashfs.h | 54 struct dir_ent *next; member 64 struct inode_info *next; member 86 struct file_info *next; member 111 struct id *next; member 117 struct append_file *next; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 76 FunctionAccessor next() const { in next() function 96 ConstantAccessor next() const { in next() function 153 LocationAccessor next() const { in next() function 185 LiveOutAccessor next() const { in next() function 285 RecordAccessor next() const { in next() function
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 68 FunctionAccessor next() const { in next() function 89 ConstantAccessor next() const { in next() function 145 LocationAccessor next() const { in next() function 177 LiveOutAccessor next() const { in next() function 278 RecordAccessor next() const { in next() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/literal/ |
D | imp.rs | 233 fn next(&mut self) -> Option<Self::Item> { in next() method 240 let next = &many[0..1]; in next() localVariable 249 let next = &one[..]; in next() localVariable 258 let next = &lits[0]; in next() localVariable 267 let next = &lits[0]; in next() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/ |
D | filter.rs | 123 fn next(&mut self) -> Option<Self::Item> { in next() function 198 fn next(&mut self) -> Option<Self::Item> { in next() function 243 fn next(&mut self) -> Option<Self::Item> { in next() function 305 fn next(&mut self) -> Option<Self::Item> { in next() function 445 fn next(&mut self) -> Option<Self::Item> { in next() function 525 fn next(&mut self) -> Option<Self::Item> { in next() function 552 fn next(&mut self) -> Option<Self::Item> { in next() function
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-secure-streams-policy.h | 56 struct lws_ss_plugin *next; member 84 const struct lws_metric_policy *next; member 100 struct lws_ss_x509 *next; member 171 struct lws_ss_trust_store *next; member 200 struct lws_ss_metadata *next; member 228 struct lws_ss_auth *next; member 250 struct lws_ss_policy *next; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/ |
D | sparse.rs | 669 let next = &self.trans()[pos..pos + (ntrans * size_of::<S>())]; in state() localVariable 749 let next = map[&old_state.next_at(i)]; in to_sized() localVariable 990 let next = remap[dfa.state_id_to_index(next)]; in from_dense_sized() localVariable 1063 fn next(&mut self) -> Option<(S, State<'a, S>)> { in next() method 1093 next: &'a [u8], field 1099 fn next(&self, input: u8) -> S { in next() method 1143 let next = self.next_at(i); in fmt() localVariable 1187 next: &'a mut [u8], field
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | LinkedList.java | 185 final Node<E> next = f.next; in unlinkFirst() local 223 final Node<E> next = x.next; in unlink() local 465 Node<E> next = x.next; in clear() local 884 private Node<E> next; field in LinkedList.ListItr 898 public E next() { in next() method in LinkedList.ListItr 983 Node<E> next; field in LinkedList.Node 986 Node(Node<E> prev, E element, Node<E> next) { in Node() method in LinkedList.Node 1008 public E next() { in next() method in LinkedList.DescendingIterator
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | LinkedList.java | 185 final Node<E> next = f.next; in unlinkFirst() local 223 final Node<E> next = x.next; in unlink() local 465 Node<E> next = x.next; in clear() local 884 private Node<E> next; field in LinkedList.ListItr 898 public E next() { in next() method in LinkedList.ListItr 983 Node<E> next; field in LinkedList.Node 986 Node(Node<E> prev, E element, Node<E> next) { in Node() method in LinkedList.Node 1008 public E next() { in next() method in LinkedList.DescendingIterator
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/ |
D | LinkedList.java | 185 final Node<E> next = f.next; in unlinkFirst() local 223 final Node<E> next = x.next; in unlink() local 465 Node<E> next = x.next; in clear() local 884 private Node<E> next; field in LinkedList.ListItr 898 public E next() { in next() method in LinkedList.ListItr 983 Node<E> next; field in LinkedList.Node 986 Node(Node<E> prev, E element, Node<E> next) { in Node() method in LinkedList.Node 1008 public E next() { in next() method in LinkedList.DescendingIterator
|
/aosp_15_r20/external/zlib/contrib/tests/ |
H A D | infcover.cc | 74 struct mem_item *next; /* pointer to next item in list, or NULL */ member 129 struct mem_item *item, *next; in mem_free() local 218 struct mem_item *item, *next; in mem_done() local 270 unsigned next, val; in h2b() local 471 static unsigned int next = 0; in pull() local
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | AttributionSource.java | 141 @Nullable AttributionSource next) { in AttributionSource() 149 public AttributionSource(@NonNull AttributionSource current, @Nullable AttributionSource next) { in AttributionSource() 158 @Nullable AttributionSource next) { in AttributionSource() 169 int deviceId, @Nullable AttributionSource next) { in AttributionSource() 211 public AttributionSource withNextAttributionSource(@Nullable AttributionSource next) { in withNextAttributionSource()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
H A D | LinkedNode.java | 12 private LinkedNode<T> next; field in LinkedNode 14 public LinkedNode(T value, LinkedNode<T> next) in LinkedNode() method in LinkedNode 28 public LinkedNode<T> next() { return next; } in next() method in LinkedNode
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilityInputFilterTest.java | 120 public void setNext(EventStreamTransformation next) { in setNext() 191 EventStreamTransformation next = mEventHandler.get(SECOND_DISPLAY); in testEventHandler_shouldIncreaseAndHaveCorrectOrderAfterOnDisplayAdded() local 244 EventStreamTransformation next = mEventHandler.get(DEFAULT_DISPLAY); in testEventHandler_shouldHaveCorrectOrderForEventStreamTransformation() local 452 EventStreamTransformation next = mEventHandler.get(displayId); in getMagnificationGestureHandlerFromEventHandler() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/ |
D | list.cc | 13 struct list_node_t* next; member 164 list_node_t* next = list_free_node_(list, list->head); in list_remove() local 201 list_node_t* next = node->next; in list_foreach() local 234 list_node_t* next = node->next; in list_free_node_() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | stream.rs | 376 fn next(stream: &Stream) -> Option<store::Key> { in next() method 398 fn next(stream: &Stream) -> Option<store::Key> { in next() method 425 fn next(stream: &Stream) -> Option<store::Key> { in next() method 447 fn next(stream: &Stream) -> Option<store::Key> { in next() method 469 fn next(stream: &Stream) -> Option<store::Key> { in next() method 496 fn next(stream: &Stream) -> Option<store::Key> { in next() method
|
/aosp_15_r20/external/wmediumd/wmediumd/ |
H A D | list.h | 29 struct list_head *next, *prev; member 52 struct list_head *next) in __list_add_valid() 69 struct list_head *next) in __list_add() 114 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() 304 struct list_head *next = head->next; in list_empty_careful() local 421 struct list_head *next) in __list_splice()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp.h | 52 struct string_node *next; member 115 struct token_node *next; member 126 struct argument_node *next; member 158 struct expansion_node *next; member 171 struct skip_node *next; member 177 struct active_list *next; member
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | compile.cc | 97 PatchList next = PatchList::Deref(inst0, l); in Append() local 474 int next) { in UncachedRuneByteSuffix() 485 int next) { in MakeRuneCacheKey() 493 int next) { in CachedRuneByteSuffix() 507 int next = inst_[id].out(); in IsCachedRuneByteSuffix() local 673 int next; member 700 int next = 0; in Add_80_10ffff() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/map/aux_/ |
D | iterator.hpp | 73 struct next< m_iter<Map,order,max_order> > struct 79 > type; 83 struct next< m_iter<Map,max_order,max_order> > struct
|
/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | intrusive_list.h | 24 IntrusiveNodeHeader *next; member 40 auto next = prev_header->next; in insert() local 54 auto next = elem_header->next; in remove() local
|