Home
last modified time | relevance | path

Searched defs:next (Results 1101 – 1125 of 10451) sorted by relevance

1...<<41424344454647484950>>...419

/aosp_15_r20/external/igt-gpu-tools/overlay/
H A Doverlay.h66 struct config_section *next; member
68 struct config_value *next; member
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dtcp_options_iterator.rs24 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/
Dlist.h19 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 Dlist.h17 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/
Dparser.rs148 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/
Dlist.h19 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/
Dlist.h17 struct nl_list_head * next; member
29 struct nl_list_head *next) in __nl_list_add()
/aosp_15_r20/art/runtime/
H A Dmethod_handles-inl.h59 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/
Dlist.h19 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/
Dlist.h17 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/
Dlist.h19 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 Dtesting_helpers.c16 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 DSkSLForStatement.cpp107 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 DIntObjectMap.java224 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/
Dlist.h13 struct nl_list_head * next; member
25 struct nl_list_head *next) in __nl_list_add()
/aosp_15_r20/external/python/cpython2/Tools/msi/
Dmsilib.py632 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 DBroadcastProcessQueue.java668 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 DAbstractFuture.java206 @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/
Dqueue.rs457 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 Dcontiguous.rs206 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 DChoreographer.java1181 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 DParagraphListBuilder.kt532 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 Drnn.cpp143 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 DKXmlParser.java312 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 Dselinux_restorecon.c424 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

1...<<41424344454647484950>>...419