/aosp_15_r20/external/igt-gpu-tools/overlay/ |
H A D | overlay.h | 66 struct config_section *next; member 68 struct config_value *next; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/ |
D | tcp_options_iterator.rs | 24 fn next(&mut self) -> Option<Self::Item> { in next() method 253 fn next() { in next() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libnl/include/netlink/ |
D | list.h | 19 struct nl_list_head * next; member 31 struct nl_list_head *next) in __nl_list_add()
|
/aosp_15_r20/external/libnl/include/netlink/ |
H A D | list.h | 17 struct nl_list_head * next; member 29 struct nl_list_head *next) in __nl_list_add()
|
/aosp_15_r20/external/rust/android-crates-io/crates/anes/src/ |
D | parser.rs | 148 fn next(&mut self) -> Option<Self::Item> { in next() method 162 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libnl/include/netlink/ |
D | list.h | 19 struct nl_list_head * next; member 31 struct nl_list_head *next) in __nl_list_add()
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libnl/include/netlink/ |
D | list.h | 17 struct nl_list_head * next; member 29 struct nl_list_head *next) in __nl_list_add()
|
/aosp_15_r20/art/runtime/ |
H A D | method_handles-inl.h | 59 const uint32_t next = operands_->GetOperand(operand_index_); in Next() local 65 const uint32_t next = operands_->GetOperand(operand_index_); in NextLong() local
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libnl/include/netlink/ |
D | list.h | 19 struct nl_list_head * next; member 31 struct nl_list_head *next) in __nl_list_add()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libnl/include/netlink/ |
D | list.h | 17 struct nl_list_head * next; member 29 struct nl_list_head *next) in __nl_list_add()
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libnl/include/netlink/ |
D | list.h | 19 struct nl_list_head * next; member 31 struct nl_list_head *next) in __nl_list_add()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | testing_helpers.c | 16 char *next; in parse_num_list() local 77 char *input, *state = NULL, *next; in parse_test_list() local
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLForStatement.cpp | 107 std::unique_ptr<Expression> next, in Convert() 212 std::unique_ptr<Expression> next, in Make()
|
/aosp_15_r20/external/emma/core/java12/com/vladium/util/ |
H A D | IntObjectMap.java | 224 Entry (final int key, final Object value, final Entry next) in Entry() 258 … final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry in rehash() local
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libnl/include/netlink/ |
D | list.h | 13 struct nl_list_head * next; member 25 struct nl_list_head *next) in __nl_list_add()
|
/aosp_15_r20/external/python/cpython2/Tools/msi/ |
D | msilib.py | 632 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument 647 def pushbutton(self, name, x, y, w, h, attr, text, next): argument 650 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument 656 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastProcessQueue.java | 668 final SomeArgs next = removeNextBroadcast(); in makeActiveNextPending() local 1006 BroadcastRecord next = peekNextBroadcastRecord(); in isPendingUrgent() local 1023 final SomeArgs next = mPending.peekFirst(); in isBeyondBarrierLocked() local 1196 final SomeArgs next = peekNextBroadcast(); in updateRunnableAt() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | AbstractFuture.java | 206 @CheckForNull volatile Waiter next; field in AbstractFuture.Waiter 221 void setNext(@CheckForNull Waiter next) { in setNext() 285 @CheckForNull Listener next; field in AbstractFuture.Listener 1008 Listener next = null; in complete() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/ |
D | queue.rs | 457 let mut next = Some(head); in recycle_descriptors() localVariable 702 next: u16, field 742 fn next(&self) -> Option<u16> { in next() method 811 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/nfa/ |
H A D | contiguous.rs | 206 let next = u32tosid(repr[o + 2 + usize::from(class)]); in next_state() localVariable 661 let next = state[2]; in read() localVariable 833 let next = StateID::from_u32_unchecked(nexts[i]); in transitions() localVariable 850 let next = StateID::from_u32_unchecked(class_to_next[i]); in transitions() localVariable
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | Choreographer.java | 1181 final CallbackRecord next = callbacks.next; in doCallbacks() local 1554 public CallbackRecord next; field in Choreographer.CallbackRecord 1595 CallbackRecord next = last.next; in extractDueCallbacksLocked() local 1634 final CallbackRecord next = callback.next; in removeCallbacksLocked() local
|
/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/ |
H A D | ParagraphListBuilder.kt | 532 val next = lineContent(lines[i]).trim() in <lambda>() constant 545 val next = lineContent(lines[i]).trim() in <lambda>() constant
|
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | rnn.cpp | 143 auto next = model->forward(x, std::get<1>(output)); in TEST_F() local 170 auto next = model->forward(x, std::get<1>(output)); in TEST_F() local 299 auto next = model->forward(x, std::get<1>(output)); in TEST_F() local 328 auto next = model->forward(x, std::get<1>(output)); in TEST_F() local
|
/aosp_15_r20/libcore/xml/src/main/java/com/android/org/kxml2/io/ |
H A D | KXmlParser.java | 312 public int next() throws XmlPullParserException, IOException { in next() method in KXmlParser 320 private int next(boolean justOneToken) throws IOException, XmlPullParserException { in next() method in KXmlParser 2146 private final ContentSource next; field in KXmlParser.ContentSource 2150 ContentSource(ContentSource next, char[] buffer, int position, int limit) { in ContentSource() method in KXmlParser.ContentSource
|
/aosp_15_r20/external/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 424 struct file_spec *next; /* next association in hash bucket chain */ member 782 struct dir_hash_node *next; member 1315 struct dir_hash_node *next = current->next; in selinux_restorecon_common() local 1471 struct dir_xattr *current, *next; in selinux_restorecon_xattr() local
|