Home
last modified time | relevance | path

Searched defs:next (Results 826 – 850 of 10451) sorted by relevance

1...<<31323334353637383940>>...419

/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DInstructionList.java236 final InstructionHandle next = ih.getNext(); in append() local
634 InstructionHandle next = end.getNext(); in move() local
687 …private void remove(final InstructionHandle prev, InstructionHandle next) throws TargetLostExcepti… in remove()
995 public InstructionHandle next() throws NoSuchElementException { in iterator() method
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DLocalCache.java565 public Entry<K, V> next() { in next() method in LocalCache.EntryIterator
583 Entry<K, Timestamped<V>> next = iterator.next(); in hasNext() local
616 public K next() { in next() method in LocalCache.KeyIterator
640 public V next() { in next() method in LocalCache.ValueIterator
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/char/
H A Dmod.rs164 fn next(&mut self) -> Option<char> { in next() method
240 fn next(&mut self) -> Option<char> { in next() method
331 fn next(&mut self) -> Option<char> { in next() method
519 fn next(&mut self) -> Option<char> { in next() method
/aosp_15_r20/prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/core/common/28.0.0/
HDcommon-28.0.0.jar ... () public java.util.Map$Entry next () public volatile synthetic java.lang.Object ...
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/char/
H A Dmod.rs164 fn next(&mut self) -> Option<char> { in next() method
240 fn next(&mut self) -> Option<char> { in next() method
331 fn next(&mut self) -> Option<char> { in next() method
519 fn next(&mut self) -> Option<char> { in next() method
/aosp_15_r20/external/python/cpython2/Lib/msilib/
D__init__.py454 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
469 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
472 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
478 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/char/
H A Dmod.rs166 fn next(&mut self) -> Option<char> { in next() method
242 fn next(&mut self) -> Option<char> { in next() method
333 fn next(&mut self) -> Option<char> { in next() method
521 fn next(&mut self) -> Option<char> { in next() method
/aosp_15_r20/external/python/cpython3/Lib/msilib/
D__init__.py459 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
474 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
477 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
483 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/char/
H A Dmod.rs166 fn next(&mut self) -> Option<char> { in next() method
242 fn next(&mut self) -> Option<char> { in next() method
333 fn next(&mut self) -> Option<char> { in next() method
521 fn next(&mut self) -> Option<char> { in next() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/char/
H A Dmod.rs164 fn next(&mut self) -> Option<char> { in next() method
240 fn next(&mut self) -> Option<char> { in next() method
331 fn next(&mut self) -> Option<char> { in next() method
519 fn next(&mut self) -> Option<char> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs63 next: Option<NonNull<Node<T>>>, field
1194 fn next(&mut self) -> Option<&'a T> { in next() method
1262 fn next(&mut self) -> Option<&'a mut T> { in next() method
1456 let next = match self.current { in peek_next() localVariable
1574 let next = match self.current { in peek_next() localVariable
1940 fn next(&mut self) -> Option<T> { in next() function
1977 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs63 next: Option<NonNull<Node<T>>>, field
1194 fn next(&mut self) -> Option<&'a T> { in next() method
1262 fn next(&mut self) -> Option<&'a mut T> { in next() method
1456 let next = match self.current { in peek_next() localVariable
1582 let next = match self.current { in peek_next() localVariable
1960 fn next(&mut self) -> Option<T> { in next() function
1997 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dsparse.rs393 let next = remap[dfa.to_index(next)]; in from_dense() localVariable
2176 fn next(&mut self) -> Option<(StateID, Anchored, Start)> { in next() method
2222 fn next(&mut self) -> Option<State<'a>> { in next() method
2255 next: &'a [u8], field
2275 fn next(&self, input: u8) -> StateID { in next() method
2398 let next = self.next_at(i); in fmt() localVariable
2448 next: &'a mut [u8], field
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs63 next: Option<NonNull<Node<T>>>, field
1194 fn next(&mut self) -> Option<&'a T> { in next() method
1262 fn next(&mut self) -> Option<&'a mut T> { in next() method
1456 let next = match self.current { in peek_next() localVariable
1582 let next = match self.current { in peek_next() localVariable
1960 fn next(&mut self) -> Option<T> { in next() function
1997 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs63 next: Option<NonNull<Node<T>>>, field
1194 fn next(&mut self) -> Option<&'a T> { in next() method
1262 fn next(&mut self) -> Option<&'a mut T> { in next() method
1456 let next = match self.current { in peek_next() localVariable
1574 let next = match self.current { in peek_next() localVariable
1940 fn next(&mut self) -> Option<T> { in next() function
1977 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs63 next: Option<NonNull<Node<T>>>, field
1194 fn next(&mut self) -> Option<&'a T> { in next() method
1262 fn next(&mut self) -> Option<&'a mut T> { in next() method
1456 let next = match self.current { in peek_next() localVariable
1582 let next = match self.current { in peek_next() localVariable
1960 fn next(&mut self) -> Option<T> { in next() function
1997 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/descriptors/
H A DSerialDescriptor.kt297 override fun next(): SerialDescriptor { in getElementName() method
313 override fun next(): String { in <lambda>() method
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawOrder.h42 MonotonicValue next() const { return fIndex + 1; } in next() function
135 CompressedPaintersOrder next = prevDraw.next(); in dependsOnPaintersOrder() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DReferenceEntry.java80 void setNextInAccessQueue(ReferenceEntry<K, V> next); in setNextInAccessQueue()
106 void setNextInWriteQueue(ReferenceEntry<K, V> next); in setNextInWriteQueue()
/aosp_15_r20/external/fbjni/java/com/facebook/jni/
H A DDestructorThread.java42 private Destructor next; field in DestructorThread.Destructor
119 Destructor next = current.next; in transferAllToList() local
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DReferenceEntry.java80 void setNextInAccessQueue(ReferenceEntry<K, V> next); in setNextInAccessQueue()
106 void setNextInWriteQueue(ReferenceEntry<K, V> next); in setNextInWriteQueue()
/aosp_15_r20/external/cronet/net/quic/
H A Dtest_task_runner.cc57 auto next = FindNextTask(); in NextPendingTaskDelay() local
63 auto next = FindNextTask(); in RunNextTask() local
/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/
H A Dprefix_finder.cc53 Node* next = cur->MaybeChild(it->first); in InsertPrefix() local
113 Node* next = cur->MaybeChild(token); in GetPrefix() local
/aosp_15_r20/frameworks/av/drm/common/
H A DDrmInfoRequest.cpp72 const String8& DrmInfoRequest::KeyIterator::next() { in next() function in DrmInfoRequest::KeyIterator
101 String8& DrmInfoRequest::Iterator::next() { in next() function in DrmInfoRequest::Iterator
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/events/
H A DEventFilter.java116 final Transformer next = filter.selectTransformer(previous, rawG, forward); in g() local
155 final Transformer next = filter.selectTransformer(previous, rawG, forward); in g() local

1...<<31323334353637383940>>...419