Home
last modified time | relevance | path

Searched defs:next (Results 801 – 825 of 10451) sorted by relevance

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

/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/
H A Ddm-ioctl.h33 __u32 next; member
43 __u32 next; member
49 __u32 next; member
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dos.rs122 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
134 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
196 fn next(&mut self) -> Option<PathBuf> { in next() method
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h45 __u32 next; member
55 __u32 next; member
61 __u32 next; member
/aosp_15_r20/external/libwebsockets/win32port/zlib/
H A Dinflate.c251 static code *next; local
594 unsigned char FAR *next; /* next input */ local
1328 unsigned next; local
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dlibpayload.h360 struct console_input_driver *next; member
368 struct console_output_driver *next; member
394 struct mouse_cursor_input_driver *next; member
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/
H A Ddm-ioctl.h33 __u32 next; member
43 __u32 next; member
49 __u32 next; member
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DEnumMap.java185 public java.util.Map.Entry<K, V> next() { in next() method in EnumMap.EntryIterator
305 public K next() { in next() method in EnumMap.KeyIterator
345 public V next() { in next() method in EnumMap.ValueIterator
/aosp_15_r20/external/libfuse/lib/
H A Dfuse_loop_mt.c43 struct fuse_worker *next; member
108 static void list_add_worker(struct fuse_worker *w, struct fuse_worker *next) in list_add_worker()
120 struct fuse_worker *next = w->next; in list_del_worker() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dos.rs121 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
133 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
195 fn next(&mut self) -> Option<PathBuf> { in next() method
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_reset_ast.c124 struct cil_list_item *next = NULL; in cil_reset_userattr() local
172 struct cil_list_item *next = expr->next; in cil_reset_roleattr() local
201 struct cil_list_item *next = expr->next; in cil_reset_typeattr() local
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/
H A Diterator.h50 void next() override { in next() function
103 void next() override { in next() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dapply_permutation.hpp53 Index next = ind_begin[current]; in apply_permutation() local
86 Diff next = ind_begin[i]; in apply_reverse_permutation() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
H A DSendReceiveJvmStressTest.kt35 val next = channel.receive() in <lambda>() constant
/aosp_15_r20/frameworks/av/drm/common/
H A DDrmMetadata.cpp68 const String8& DrmMetadata::KeyIterator::next() { in next() function in DrmMetadata::KeyIterator
113 String8 DrmMetadata::Iterator::next() { in next() function in DrmMetadata::Iterator
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dop_queue.hpp29 static Operation* next(Operation* o) in next() function in asio::detail::op_queue_access
35 static void next(Operation1*& o1, Operation2* o2) in next() function in asio::detail::op_queue_access
/aosp_15_r20/external/rust/android-crates-io/crates/mio/examples/
Dtcp_server.rs101 fn next(current: &mut Token) -> Token { in next() function
102 let next = current.0; in next() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/displaydoc/src/
Dfmt.rs35 let next = peek_next!(read); in expand_shorthand() localVariable
45 let next = peek_next!(read); in expand_shorthand() localVariable
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DRandomness.kt27 private var next = remaining.size // will cause a shuffle on first pull() variable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
H A DSendReceiveStressTest.kt36 val next = channel.receive() in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/app-toolkit/android-arch-core-common-nodeps/android_common/local-combined/
Dandroid-arch-core-common-nodeps.jar ... () public java.util.Map$Entry next () public volatile synthetic java.lang.Object ...
/aosp_15_r20/external/libjpeg-turbo/
H A Djmemmgr.c106 small_pool_ptr next; /* next in list of pools */ member
114 large_pool_ptr next; /* next in list of pools */ member
169 jvirt_sarray_ptr next; /* link to next virtual sarray control block */ member
185 jvirt_barray_ptr next; /* link to next virtual barray control block */ member
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DHashMap.m160 - (HMEntry *) next method
214 - (id) next method
236 - (NSString *) next method
258 - (HMEntry *) next method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dhash_index_node.hpp137 base_pointer& next(){return next_;} in next() function
138 base_pointer next()const{return next_;} in next() function
725 impl_base_pointer& next(){return trampoline::next();} in next() function
726 impl_base_pointer next()const{return trampoline::next();} in next() function
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dastro.cpp731 UDate CalendarAstronomer::getSunTime(double desired, UBool next) in getSunTime()
1247 UDate CalendarAstronomer::getMoonTime(double desired, UBool next) in getMoonTime()
1267 UDate CalendarAstronomer::getMoonTime(const CalendarAstronomer::MoonAge& desired, UBool next) { in getMoonTime()
1300 double periodDays, double epsilon, UBool next) in timeOfAngle()
/aosp_15_r20/external/rust/android-crates-io/crates/thread_local/src/
Dlib.rs382 fn next<'a, T: Send + Sync>(&mut self, thread_local: &'a ThreadLocal<T>) -> Option<&'a T> { in next() method
458 fn next(&mut self) -> Option<Self::Item> { in next() method
475 fn next(&mut self) -> Option<&'a mut T> { in next() method
505 fn next(&mut self) -> Option<T> { in next() method

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