/aosp_15_r20/external/libnfnetlink/include/ |
H A D | linux_list.h | 58 struct list_head *next, *prev; member 78 struct list_head *next) in __list_add() 119 struct list_head * prev, struct list_head * next) in __list_add_rcu() 178 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() 283 struct list_head *next = head->next; in list_empty_careful() local 518 struct hlist_node *next, **pprev; member 538 struct hlist_node *next = n->next; in __hlist_del() local 631 struct hlist_node *next) in hlist_add_before() 640 struct hlist_node *next) in hlist_add_after()
|
/aosp_15_r20/external/iptables/libiptc/ |
H A D | linux_list.h | 54 struct list_head *next, *prev; member 74 struct list_head *next) in __list_add() 115 struct list_head * prev, struct list_head * next) in __list_add_rcu() 174 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() 279 struct list_head *next = head->next; in list_empty_careful() local 514 struct hlist_node *next, **pprev; member 534 struct hlist_node *next = n->next; in __hlist_del() local 627 struct hlist_node *next) in hlist_add_before() 636 struct hlist_node *next) in hlist_add_after()
|
/aosp_15_r20/external/libnetfilter_conntrack/include/internal/ |
H A D | linux_list.h | 59 struct list_head *next, *prev; member 79 struct list_head *next) in __list_add() 120 struct list_head * prev, struct list_head * next) in __list_add_rcu() 179 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() 284 struct list_head *next = head->next; in list_empty_careful() local 519 struct hlist_node *next, **pprev; member 539 struct hlist_node *next = n->next; in __hlist_del() local 632 struct hlist_node *next) in hlist_add_before() 641 struct hlist_node *next) in hlist_add_after()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
H A D | PropertyValue.java | 16 public final PropertyValue next; field in PropertyValue 23 protected PropertyValue(PropertyValue next, Object value) in PropertyValue() method in PropertyValue 51 public Regular(PropertyValue next, Object value, in Regular() 78 public Any(PropertyValue next, Object value, in Any() 104 public Map(PropertyValue next, Object value, Object key) in Map()
|
/aosp_15_r20/external/selinux/mcstrans/src/ |
H A D | mcstrans.c | 59 struct context_map_node *next; member 64 struct affix *next; member 72 struct word *next; member 93 struct word_group *next; member 99 struct base_classification *next; member 112 struct domain *next; member 122 struct sens_constraint *next; member 133 struct cat_constraint *next; member 302 affix_t *next = group->prefixes->next; in destroy_group() local 308 affix_t *next = group->suffixes->next; in destroy_group() local [all …]
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkOpContour.h | 216 SkOpSegment* next; in joinSegments() local 266 SkOpContour* next() { in next() function 270 const SkOpContour* next() const { in next() function 299 SkOpContour* next = this; in resetReverse() local 406 SkOpContour* next; in appendContour() local 415 SkOpContour* next = this; in joinAllSegments() local 431 SkOpContour* next; in remove() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
D | framing.c | 96 INLINE OI_CHAR crc_iterate(uint8_t oldcrc, uint8_t next) { in crc_iterate() 110 INLINE OI_CHAR crc_iterate_top4(uint8_t oldcrc, uint8_t next) { in crc_iterate_top4() 126 INLINE uint8_t crc_iterate_top4(uint8_t oldcrc, uint8_t next) { in crc_iterate_top4() 131 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { in crc_iterate() 139 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { return crc8_narrow[crc ^ next]; } in crc_iterate()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | iter.rs | 42 fn next(&mut self) -> Option<char> { in next() method 188 fn next(&mut self) -> Option<(usize, char)> { in next() method 286 fn next(&mut self) -> Option<u8> { in next() method 652 fn next(&mut self) -> Option<&'a str> { in next() method 934 fn next(&mut self) -> Option<&'a str> { in next() method 1054 fn next(&mut self) -> Option<(usize, &'a str)> { in next() method 1109 fn next(&mut self) -> Option<&'a str> { in next() method 1164 fn next(&mut self) -> Option<&'a str> { in next() method 1231 fn next(&mut self) -> Option<&'a str> { in next() method 1300 fn next(&mut self) -> Option<&'a str> { in next() method [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | iter.rs | 42 fn next(&mut self) -> Option<char> { in next() method 188 fn next(&mut self) -> Option<(usize, char)> { in next() method 286 fn next(&mut self) -> Option<u8> { in next() method 652 fn next(&mut self) -> Option<&'a str> { in next() method 934 fn next(&mut self) -> Option<&'a str> { in next() method 1054 fn next(&mut self) -> Option<(usize, &'a str)> { in next() method 1109 fn next(&mut self) -> Option<&'a str> { in next() method 1164 fn next(&mut self) -> Option<&'a str> { in next() method 1231 fn next(&mut self) -> Option<&'a str> { in next() method 1300 fn next(&mut self) -> Option<&'a str> { in next() method [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | iter.rs | 42 fn next(&mut self) -> Option<char> { in next() method 188 fn next(&mut self) -> Option<(usize, char)> { in next() method 286 fn next(&mut self) -> Option<u8> { in next() method 652 fn next(&mut self) -> Option<&'a str> { in next() method 934 fn next(&mut self) -> Option<&'a str> { in next() method 1054 fn next(&mut self) -> Option<(usize, &'a str)> { in next() method 1109 fn next(&mut self) -> Option<&'a str> { in next() method 1164 fn next(&mut self) -> Option<&'a str> { in next() method 1231 fn next(&mut self) -> Option<&'a str> { in next() method 1298 fn next(&mut self) -> Option<&'a str> { in next() method [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | iter.rs | 42 fn next(&mut self) -> Option<char> { in next() method 188 fn next(&mut self) -> Option<(usize, char)> { in next() method 286 fn next(&mut self) -> Option<u8> { in next() method 652 fn next(&mut self) -> Option<&'a str> { in next() method 934 fn next(&mut self) -> Option<&'a str> { in next() method 1054 fn next(&mut self) -> Option<(usize, &'a str)> { in next() method 1109 fn next(&mut self) -> Option<&'a str> { in next() method 1164 fn next(&mut self) -> Option<&'a str> { in next() method 1231 fn next(&mut self) -> Option<&'a str> { in next() method 1298 fn next(&mut self) -> Option<&'a str> { in next() method [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | iter.rs | 42 fn next(&mut self) -> Option<char> { in next() method 188 fn next(&mut self) -> Option<(usize, char)> { in next() method 286 fn next(&mut self) -> Option<u8> { in next() method 652 fn next(&mut self) -> Option<&'a str> { in next() method 934 fn next(&mut self) -> Option<&'a str> { in next() method 1054 fn next(&mut self) -> Option<(usize, &'a str)> { in next() method 1109 fn next(&mut self) -> Option<&'a str> { in next() method 1164 fn next(&mut self) -> Option<&'a str> { in next() method 1231 fn next(&mut self) -> Option<&'a str> { in next() method 1298 fn next(&mut self) -> Option<&'a str> { in next() method [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/mwcw/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc551/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/dmc/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
H A D | TextElementIteratorsFactory.java | 37 private Iterator<E> next; field in TextElementIteratorsFactory.CascadingIterator 59 public E next() { in next() method in TextElementIteratorsFactory.CascadingIterator 94 public E next() { in next() method in TextElementIteratorsFactory.EmptyIterator 113 public E next() { in next() method in TextElementIteratorsFactory.SingleElementIterator 146 public E next() { in next() method in TextElementIteratorsFactory.ComposedIterator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc/ |
D | arg.hpp | 33 typedef arg<2> next; typedef 50 typedef arg<3> next; typedef 67 typedef arg<4> next; typedef 84 typedef arg<5> next; typedef 101 typedef arg<6> next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc_pre590/ |
D | arg.hpp | 33 typedef arg<2> next; typedef 50 typedef arg<3> next; typedef 67 typedef arg<4> next; typedef 84 typedef arg<5> next; typedef 101 typedef arg<6> next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ctps/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc60/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ttp/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc70/ |
D | arg.hpp | 34 typedef arg<2> next; typedef 52 typedef arg<3> next; typedef 70 typedef arg<4> next; typedef 88 typedef arg<5> next; typedef 106 typedef arg<6> next; typedef
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/src/internal/ |
H A D | LockFreeLinkedList.kt | 77 public val next: Any get() { in <lambda>() constant in kotlinx.coroutines.internal.LockFreeLinkedListNode 78 _next.loop { next -> in <lambda>() method 107 val next = next in <lambda>() constant 204 val next = this.next in <lambda>() constant
|