/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/ui/include_private/ui/ |
D | RegionHelper.h | 105 inline int next(TYPE& head, TYPE& tail, bool& more_lhs, bool& more_rhs) { in next() function 164 inline int next(TYPE& top, TYPE& bottom) { in next() function 238 inline int next(TYPE& left, TYPE& right) { in next() function
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowMediaPlayerTest.java | 793 private void testStates(String method, EnumSet<State> invalidStates, Tester tester, State next) { in testStates() 798 MethodSpec method, EnumSet<State> invalidStates, Tester tester, State next) { in testStates() 927 private State next; field in ShadowMediaPlayerTest.LogTester 929 public LogTester(State next) { in LogTester() 939 private void testMethodSuccess(MethodSpec method, State next) { in testMethodSuccess()
|
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/ |
H A D | thread.c | 100 struct opj_cond_waiter_list_t* next; member 595 struct opj_job_list_t* next; member 601 struct opj_worker_thread_list_t* next; member 868 opj_worker_thread_list_t* next; in opj_thread_pool_submit_job() local 944 opj_worker_thread_list_t* next = tp->waiting_worker_thread_list->next; in opj_thread_pool_destroy() local
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/ |
D | arg_matches.rs | 1498 fn next(&mut self) -> Option<Self::Item> { in next() method 1556 fn next(&mut self) -> Option<Self::Item> { in next() method 1617 fn next(&mut self) -> Option<&'a OsStr> { in next() method 1665 fn next(&mut self) -> Option<&'a str> { in next() method 1706 fn next(&mut self) -> Option<Self::Item> { in next() method 1750 fn next(&mut self) -> Option<&'a OsStr> { in next() method 1809 fn next(&mut self) -> Option<usize> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/ |
D | weak_key_hash_map.rs | 39 fn next(&mut self) -> Option<Self::Item> { in next() method 67 fn next(&mut self) -> Option<Self::Item> { in next() method 92 fn next(&mut self) -> Option<Self::Item> { in next() method 108 fn next(&mut self) -> Option<Self::Item> { in next() method 124 fn next(&mut self) -> Option<Self::Item> { in next() method 143 fn next(&mut self) -> Option<Self::Item> { in next() method 178 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/bionic/tests/libs/ |
H A D | ld_config_test_helper_lib3.cpp | 9 void (*next)(void) = reinterpret_cast<void (*)()>(dlsym(RTLD_NEXT, "foo")); in foo() local 15 void (*next)(void) = reinterpret_cast<void (*)()>(dlsym(RTLD_NEXT, "bar")); in bar() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/fixedbitset/src/ |
D | lib.rs | 1101 fn next(&mut self) -> Option<Self::Item> { in next() method 1134 fn next(&mut self) -> Option<Self::Item> { in next() method 1165 fn next(&mut self) -> Option<Self::Item> { in next() method 1198 fn next(&mut self) -> Option<Self::Item> { in next() method 1254 fn next(&mut self) -> Option<Self::Item> { in next() method 1363 fn next(&mut self) -> Option<Self::Item> { in next() method 1416 fn next(&mut self) -> Option<Self::Item> { in next() method 1585 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | graphmap.rs | 706 fn next(&mut self) -> Option<N> { in next() function 743 fn next(&mut self) -> Option<N> { in next() function 790 fn next(&mut self) -> Option<Self::Item> { in next() function 825 fn next(&mut self) -> Option<Self::Item> { in next() function 858 fn next(&mut self) -> Option<Self::Item> { in next() function 911 fn next(&mut self) -> Option<Self::Item> { in next() function 1072 fn next(&mut self) -> Option<Self::Item> { in next() function 1097 fn next(&mut self) -> Option<Self::Item> { in next() function
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/layout/ |
H A D | _article.scss | 9 & > .previous, & > .next { class 24 & > .next { class
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/layout/ |
H A D | _article.scss | 9 & > .previous, & > .next { class 24 & > .next { class
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | expr.h | 21 struct file *next; member 85 struct symbol *next; member 190 struct property *next; /* next property - null if last */ member 219 struct menu *next; member
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/net/ |
H A D | ancillary.rs | 180 fn next(&mut self) -> Option<T> { in next() method 400 fn next(&mut self) -> Option<RawFd> { in next() method 441 fn next(&mut self) -> Option<SocketCred> { in next() method 540 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/ |
D | lib.rs | 686 fn next(&mut self) -> Option<Result<DirEntry>> { in next() method 711 let next = self in next() localVariable 1016 fn next(&mut self) -> Option<Result<DirEntry>> { in next() method 1069 fn next(&mut self) -> Option<Result<DirEntry>> { in next() function
|
/aosp_15_r20/external/toybox/kconfig/ |
H A D | expr.h | 19 struct file *next; member 72 struct symbol *next; member 114 struct property *next; member 135 struct menu *next; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/ |
D | groupbylazy.rs | 398 fn next(&mut self) -> Option<Self::Item> { in next() function 450 fn next(&mut self) -> Option<Self::Item> { in next() function 565 fn next(&mut self) -> Option<Self::Item> { in next() function 607 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/library/std/src/os/unix/net/ |
H A D | ancillary.rs | 180 fn next(&mut self) -> Option<T> { in next() method 400 fn next(&mut self) -> Option<RawFd> { in next() method 441 fn next(&mut self) -> Option<SocketCred> { in next() method 540 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/kotlin/ |
H A D | FlowUtilTests.kt | 76 flowOf("val1", "val2", "val3").pairwiseBy { prev: String, next: String -> in <lambda>() method 92 ) { prev: String, next: String -> in <lambda>() method 109 ) { prev: String, next: String -> in <lambda>() method 127 ) { prev: String, next: String -> in <lambda>() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/net/ |
H A D | ancillary.rs | 180 fn next(&mut self) -> Option<T> { in next() method 400 fn next(&mut self) -> Option<RawFd> { in next() method 441 fn next(&mut self) -> Option<SocketCred> { in next() method 540 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/net/ |
H A D | ancillary.rs | 180 fn next(&mut self) -> Option<T> { in next() method 400 fn next(&mut self) -> Option<RawFd> { in next() method 441 fn next(&mut self) -> Option<SocketCred> { in next() method 540 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/ |
D | pool.hpp | 228 PODptr next() const in next() function in boost::details::PODptr 232 void next(const PODptr & arg) const in next() function in boost::details::PODptr 599 const details::PODptr<size_type> next = ptr.next(); in release_memory() local 669 const details::PODptr<size_type> next = iter.next(); in purge_memory() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/unix/net/ |
H A D | ancillary.rs | 180 fn next(&mut self) -> Option<T> { in next() method 400 fn next(&mut self) -> Option<RawFd> { in next() method 441 fn next(&mut self) -> Option<SocketCred> { in next() method 540 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
H A D | groupbylazy.rs | 375 fn next(&mut self) -> Option<Self::Item> { in next() function 419 fn next(&mut self) -> Option<Self::Item> { in next() function 532 fn next(&mut self) -> Option<Self::Item> { in next() function 573 fn next(&mut self) -> Option<Self::Item> { in next() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | inspect.rs | 76 fn next(&mut self) -> Option<I::Item> { in next() function 77 let next = self.iter.next(); in next() localVariable 112 let next = self.iter.next_back(); in next_back() localVariable
|
/aosp_15_r20/bionic/libc/system_properties/ |
H A D | contexts_split.cpp | 44 ContextListNode(ContextListNode* next, const char* context, const char* filename) in ContextListNode() function in ContextListNode 52 ContextListNode* next; member in ContextListNode 65 PrefixNode* next; member
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | inspect.rs | 76 fn next(&mut self) -> Option<I::Item> { in next() function 77 let next = self.iter.next(); in next() localVariable 112 let next = self.iter.next_back(); in next_back() localVariable
|