/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | Html.java | 294 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 D | eventHandler.c | 492 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 D | table.rs | 1863 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 D | table.rs | 1863 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 D | RBBITestMonkey.java | 75 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/ |
D | csr.rs | 463 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 D | BackNavigationController.java | 523 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 D | cbfs_image.c | 626 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 D | table.rs | 1863 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/ |
D | nfa.rs | 273 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 D | table.rs | 1863 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 D | table.rs | 1863 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/ |
D | read.rs | 28 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 D | RBBITestMonkey.java | 72 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 D | DrmInfo.cpp | 78 const String8& DrmInfo::KeyIterator::next() { in next() function in DrmInfo::KeyIterator 106 String8& DrmInfo::Iterator::next() { in next() function in DrmInfo::Iterator
|
H A D | DrmConstraints.cpp | 65 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/ |
D | timeout.rs | 32 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 D | Window.kt | 34 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/ |
D | IcuIteratorWrapper.java | 295 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 D | HashMap.h | 50 HMEntry *next; variable 72 HMEntry *next; variable
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | ContextParams.java | 62 @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 D | IcuIteratorWrapper.java | 295 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/ |
D | IcuIteratorWrapper.java | 295 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 D | etnaviv_perfmon.c | 105 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 D | linker_block_allocator.cpp | 45 LinkerBlockAllocatorPage* next; member 160 LinkerBlockAllocatorPage* next = page->next; in purge() local
|