Home
last modified time | relevance | path

Searched defs:next (Results 1276 – 1300 of 10451) sorted by relevance

1...<<51525354555657585960>>...419

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DSemaphore.java196 int next = current + releases; in tryReleaseShared() local
207 int next = current - reductions; in reducePermits() local
/aosp_15_r20/system/teeui/libteeui/src/
H A Devdev.cpp73 auto& next = *timers_.begin(); in runTimers() local
101 std::chrono::steady_clock::time_point next = std::chrono::steady_clock::now() + duration; in addTimer() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/
H A Dos.rs35 fn next(&mut self) -> Option<PathBuf> { in next() method
72 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DBreakIterator.java261 public abstract int next(int n); in next() method in BreakIterator
274 public abstract int next(); in next() method in BreakIterator
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/codegen/
H A DRubyTarget.java149 char next; in snakecase() local
246 char next; in camelcase() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dunique_impl.rs59 fn next(&mut self) -> Option<Self::Item> { in next() function
109 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/device/google/contexthub/firmware/os/core/
DeventQ.c34 struct EvtList *next; member
51 static inline void __evtListDel(struct EvtList *prev, struct EvtList *next) in __evtListDel()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/
H A Dos.rs35 fn next(&mut self) -> Option<PathBuf> { in next() method
72 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DSemaphore.java196 int next = current + releases; in tryReleaseShared() local
207 int next = current - reductions; in reducePermits() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/zkvm/
H A Dos.rs35 fn next(&mut self) -> Option<PathBuf> { in next() method
72 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dthread_identity.h65 PerThreadSynch* next; // Circular waiter queue; initialized to 0. member
160 ThreadIdentity* next; member
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message_unittest.cc136 IPC::Message::NextMessageInfo next; in TEST() local
182 IPC::Message::NextMessageInfo next; in TEST() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/
H A DUnsignedInts.java129 int next = flip(array[i]); in min() local
149 int next = flip(array[i]); in max() local
H A DUnsignedBytes.java142 int next = toInt(array[i]); in min() local
162 int next = toInt(array[i]); in max() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dthread_identity.h65 PerThreadSynch* next; // Circular waiter queue; initialized to 0. member
164 ThreadIdentity* next; member
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpAngle.cpp768 SkOpAngle* next = fNext; in insert() local
840 const SkOpAngle* next = this; in loopCount() local
859 SkOpAngle* next = working->fNext; in merge() local
961 SkOpAngle* next = last->fNext; in previous() local
/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DProtocolNegotiatorsTest.java1176 ChannelHandler next = new ChannelInboundHandlerAdapter() { in waitUntilActiveHandler_firesNegotiation() local
1417 private final ChannelHandler next; field in ProtocolNegotiatorsTest.KickStartHandler
1419 public KickStartHandler(ChannelHandler next) { in KickStartHandler()
1425 ctx.pipeline().replace(ctx.name(), null, next); in handlerAdded() local
/aosp_15_r20/external/iproute2/include/
H A Dxtables.h201 struct xtables_lmap *next; member
217 struct xtables_match *next; member
291 struct xtables_target *next; member
361 struct xtables_rule_match *next; member
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/net/www/
H A DMessageHeader.java171 public java.lang.String next() { in next() method in MessageHeader.HeaderIterator
187 int next = -1; // 0xffffffff field in MessageHeader.HeaderIterator
/aosp_15_r20/external/escapevelocity/src/main/java/com/google/escapevelocity/
H A DDirectiveNode.java150 public Object next() { in next() method in DirectiveNode.ForEachNode.CountingIterator
151 Object next = iterator.next(); in next() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h253 static inline int64_t nodeFromNextIndex(int32_t next) { in nodeFromNextIndex()
292 static inline int64_t changeNodeNextIndex(int64_t node, int32_t next) { in changeNodeNextIndex()
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/
Ddescriptor.rs74 next: Le16, field
95 pub fn next(&self) -> u16 { in next() method
/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/src/
H A DJavaFxDispatcher.kt96 private val next = CopyOnWriteArrayList<CancellableContinuation<Long>>() constant in kotlinx.coroutines.javafx.PulseTimer
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dmap_windows.rs225 fn next(&mut self) -> Option<i32> { in test_size_hint() method
227 let next = (*hi != Some(0)).then_some(0); in test_size_hint() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dunique_impl.rs63 fn next(&mut self) -> Option<Self::Item> { in next() function
107 fn next(&mut self) -> Option<Self::Item> { in next() function

1...<<51525354555657585960>>...419