Home
last modified time | relevance | path

Searched defs:next (Results 876 – 900 of 10451) sorted by relevance

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

/aosp_15_r20/frameworks/base/core/java/android/text/
H A DHtml.java294 int next; in encodeTextAlignmentByDiv() local
329 int next; in withinDiv() local
410 int next; in withinBlockquoteIndividual() local
476 int next; in withinBlockquoteConsecutive() local
510 int next; in withinParagraph() local
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DeventHandler.c492 HandlerNode *next = NEXT(node); in synthesizeUnloadEvent() local
653 HandlerNode *next = NEXT(node); in event_callback() local
1360 HandlerNode *next; in freeHandlerChain() local
1403 HandlerNode *next = NEXT(node); /* allows node removal */ in eventHandler_freeAll() local
1428 HandlerNode *next = NEXT(node); /* allows node removal */ in eventHandler_freeClassBreakpoints() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs1863 fn next(&mut self) -> Option<Self::Item> { in next() method
1909 fn next(&mut self) -> Option<Self::Item> { in next() method
1962 fn next(&mut self) -> Option<Self::Item> { in next() function
2014 fn next(&mut self) -> Option<T> { in next() method
2054 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs1863 fn next(&mut self) -> Option<Self::Item> { in next() method
1909 fn next(&mut self) -> Option<Self::Item> { in next() method
1962 fn next(&mut self) -> Option<Self::Item> { in next() function
2014 fn next(&mut self) -> Option<T> { in next() method
2054 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestMonkey.java75 abstract int next(int i); in next() method in RBBITestMonkey.RBBIMonkeyKind
220 int next(int prevPos) { in next() method in RBBITestMonkey.RBBICharMonkey
494 int next(int prevPos) { in next() method in RBBITestMonkey.RBBIWordMonkey
901 int next(int startPos) { in next() method in RBBITestMonkey.RBBILineMonkey
1725 int next(int prevPos) { in next() method in RBBITestMonkey.RBBISentenceMonkey
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dcsr.rs463 fn next(&mut self) -> Option<Self::Item> { in next() function
527 fn next(&mut self) -> Option<Self::Item> { in next() function
602 fn next(&mut self) -> Option<Self::Item> { in next() function
689 fn next(&mut self) -> Option<Self::Item> { in next() function
769 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DBackNavigationController.java523 final WindowContainer next = currentTask.mChildren.get(topIndex - 1); in findNextTaskFragment() local
852 final ActivityRecord next = mAnimationHandler.mOpenActivities[i]; in onAppVisibilityChanged() local
1182 final ActivityRecord next = openingActivities[0]; in initiate() local
1303 final BackWindowAnimationAdaptor next = mOpenAnimAdaptor.mAdaptors[i]; in markWindowHasDrawn() local
1390 final BackWindowAnimationAdaptor next = mOpenAnimAdaptor.mAdaptors[i]; in markStartingSurfaceMatch() local
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcbfs_image.c626 struct cbfs_file *next = cbfs_find_next_entry(image, entry); in cbfs_add_entry_at() local
746 struct cbfs_file *entry, *next; in cbfs_add_entry() local
1627 struct cbfs_file *next; in cbfs_merge_empty_entry() local
1852 struct cbfs_file_attribute *next = (struct cbfs_file_attribute *) in cbfs_file_next_attr() local
1868 struct cbfs_file_attribute *attr, *next; in cbfs_add_file_attr() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs1863 fn next(&mut self) -> Option<Self::Item> { in next() method
1909 fn next(&mut self) -> Option<Self::Item> { in next() method
1962 fn next(&mut self) -> Option<Self::Item> { in next() function
2014 fn next(&mut self) -> Option<T> { in next() method
2054 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Dnfa.rs273 let next = state.next_state(input); in next_state() localVariable
508 fn next(&mut self) -> Option<(u8, S)> { in next() method
702 let next = self.nfa.state(prev).next_state(b); in build_trie() localVariable
706 let next = self.add_state(depth + 1)?; in build_trie() localVariable
1102 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs1863 fn next(&mut self) -> Option<Self::Item> { in next() method
1909 fn next(&mut self) -> Option<Self::Item> { in next() method
1962 fn next(&mut self) -> Option<Self::Item> { in next() function
2014 fn next(&mut self) -> Option<T> { in next() method
2054 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Dtable.rs1863 fn next(&mut self) -> Option<Self::Item> { in next() method
1909 fn next(&mut self) -> Option<Self::Item> { in next() method
1962 fn next(&mut self) -> Option<Self::Item> { in next() function
2014 fn next(&mut self) -> Option<T> { in next() method
2054 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Dread.rs28 fn next(&mut self) -> Result<Option<u8>>; in next() method
250 fn next(&mut self) -> Result<Option<u8>> { in next() function
489 fn next(&mut self) -> Result<Option<u8>> { in next() method
632 fn next(&mut self) -> Result<Option<u8>> { in next() method
715 fn next(&mut self) -> Result<Option<u8>> { in next() function
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java72 abstract int next(int i); in next() method in RBBITestMonkey.RBBIMonkeyKind
217 int next(int prevPos) { in next() method in RBBITestMonkey.RBBICharMonkey
491 int next(int prevPos) { in next() method in RBBITestMonkey.RBBIWordMonkey
898 int next(int startPos) { in next() method in RBBITestMonkey.RBBILineMonkey
1722 int next(int prevPos) { in next() method in RBBITestMonkey.RBBISentenceMonkey
/aosp_15_r20/frameworks/av/drm/common/
H A DDrmInfo.cpp78 const String8& DrmInfo::KeyIterator::next() { in next() function in DrmInfo::KeyIterator
106 String8& DrmInfo::Iterator::next() { in next() function in DrmInfo::Iterator
H A DDrmConstraints.cpp65 const String8& DrmConstraints::KeyIterator::next() { in next() function in DrmConstraints::KeyIterator
108 String8 DrmConstraints::Iterator::next() { in next() function in DrmConstraints::Iterator
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/
Dtimeout.rs32 let next = Instant::now() + duration; in new() localVariable
53 let next = Instant::now() + *me.duration; in poll_next() localVariable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
H A DWindow.kt34 private var next = ArrayDeque<CancellableContinuation<Double>>() variable
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/
DIcuIteratorWrapper.java295 public int next(int n) { in next() method in IcuIteratorWrapper
304 public int next() { in next() method in IcuIteratorWrapper
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DHashMap.h50 HMEntry *next; variable
72 HMEntry *next; variable
/aosp_15_r20/frameworks/base/core/java/android/content/
H A DContextParams.java62 @Nullable AttributionSource next, in ContextParams()
173 public Builder setNextAttributionSource(@Nullable AttributionSource next) { in setNextAttributionSource()
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DIcuIteratorWrapper.java295 public int next(int n) { in next() method in IcuIteratorWrapper
304 public int next() { in next() method in IcuIteratorWrapper
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DIcuIteratorWrapper.java295 public int next(int n) { in next() method in IcuIteratorWrapper
304 public int next() { in next() method in IcuIteratorWrapper
/aosp_15_r20/external/libdrm/etnaviv/
H A Detnaviv_perfmon.c105 struct etna_perfmon_signal *sig, *next; in etna_perfmon_free_signals() local
115 struct etna_perfmon_domain *dom, *next; in etna_perfmon_free_domains() local
/aosp_15_r20/bionic/linker/
H A Dlinker_block_allocator.cpp45 LinkerBlockAllocatorPage* next; member
160 LinkerBlockAllocatorPage* next = page->next; in purge() local

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