Home
last modified time | relevance | path

Searched defs:next (Results 426 – 450 of 10451) sorted by relevance

1...<<11121314151617181920>>...419

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DServiceLoader.java1251 public Provider<T> next() { in next() method in ServiceLoader.LazyClassPathLookupIterator
1371 public S next() { in iterator() method
1373 S next; in iterator() local
1462 Provider<T> next = null; in tryAdvance() local
/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dasn1.c335 const u8 **next) in asn1_get_oid()
433 int asn1_get_integer(const u8 *buf, size_t len, int *integer, const u8 **next) in asn1_get_integer()
467 const u8 **next) in asn1_get_sequence()
481 const u8 **params, size_t *params_len, const u8 **next) in asn1_get_alg_id()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs1498 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
1573 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
1720 fn next(&mut self) -> Option<(K, V)> { in next() method
1752 fn next(&mut self) -> Option<&'a K> { in next() method
1821 fn next(&mut self) -> Option<&'a V> { in next() method
1922 fn next(&mut self) -> Option<(K, V)> { in next() function
1939 pub(super) fn next<F, A: Allocator + Clone>(&mut self, pred: &mut F, alloc: A) -> Option<(K, V)> in next() method
1982 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
2023 fn next(&mut self) -> Option<&'a mut V> { in next() method
2057 fn next(&mut self) -> Option<K> { in next() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs1498 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
1573 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
1720 fn next(&mut self) -> Option<(K, V)> { in next() method
1752 fn next(&mut self) -> Option<&'a K> { in next() method
1821 fn next(&mut self) -> Option<&'a V> { in next() method
1922 fn next(&mut self) -> Option<(K, V)> { in next() function
1939 pub(super) fn next<F, A: Allocator + Clone>(&mut self, pred: &mut F, alloc: A) -> Option<(K, V)> in next() method
1982 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
2023 fn next(&mut self) -> Option<&'a mut V> { in next() method
2057 fn next(&mut self) -> Option<K> { in next() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs1498 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
1573 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
1720 fn next(&mut self) -> Option<(K, V)> { in next() method
1752 fn next(&mut self) -> Option<&'a K> { in next() method
1821 fn next(&mut self) -> Option<&'a V> { in next() method
1922 fn next(&mut self) -> Option<(K, V)> { in next() function
1939 pub(super) fn next<F, A: Allocator + Clone>(&mut self, pred: &mut F, alloc: A) -> Option<(K, V)> in next() method
1982 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
2023 fn next(&mut self) -> Option<&'a mut V> { in next() method
2057 fn next(&mut self) -> Option<K> { in next() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs1498 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
1573 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
1720 fn next(&mut self) -> Option<(K, V)> { in next() method
1752 fn next(&mut self) -> Option<&'a K> { in next() method
1821 fn next(&mut self) -> Option<&'a V> { in next() method
1922 fn next(&mut self) -> Option<(K, V)> { in next() function
1939 pub(super) fn next<F, A: Allocator + Clone>(&mut self, pred: &mut F, alloc: A) -> Option<(K, V)> in next() method
1982 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
2023 fn next(&mut self) -> Option<&'a mut V> { in next() method
2057 fn next(&mut self) -> Option<K> { in next() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dmap.rs1498 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
1573 fn next(&mut self) -> Option<(&'a K, &'a mut V)> { in next() method
1720 fn next(&mut self) -> Option<(K, V)> { in next() method
1752 fn next(&mut self) -> Option<&'a K> { in next() method
1821 fn next(&mut self) -> Option<&'a V> { in next() method
1922 fn next(&mut self) -> Option<(K, V)> { in next() function
1939 pub(super) fn next<F, A: Allocator + Clone>(&mut self, pred: &mut F, alloc: A) -> Option<(K, V)> in next() method
1982 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() method
2023 fn next(&mut self) -> Option<&'a mut V> { in next() method
2057 fn next(&mut self) -> Option<K> { in next() method
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dlmdb_dataset_op_test.cc172 std::vector<Tensor> next; in TEST_F() local
189 std::vector<Tensor> next; in TEST_F() local
196 std::vector<Tensor> next; in TEST_F() local
/aosp_15_r20/external/emma/core/java12/com/vladium/util/
H A DObjectIntMap.java220 final Entry next = entry.m_next; in remove() local
262 Entry (final Object key, final int value, final Entry next) in Entry()
296 … final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry in rehash() local
H A DIntIntMap.java224 final Entry next = entry.m_next; in remove() local
266 Entry (final int key, final int value, final Entry next) in Entry()
300 … final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry in rehash() local
/aosp_15_r20/external/pigweed/pw_allocator/block/
H A Dresult_test.cc128 for (const auto& next : kNexts) { in TEST() local
141 for (const auto& next : kNexts) { in TEST() local
155 for (const auto& next : kNexts) { in TEST() local
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DWriteBufferingAndExceptionHandler.java48 private final ChannelHandler next; field in WriteBufferingAndExceptionHandler
53 WriteBufferingAndExceptionHandler(ChannelHandler next) { in WriteBufferingAndExceptionHandler()
59 ctx.pipeline().addBefore(ctx.name(), null, next); in handlerAdded() local
/aosp_15_r20/external/rust/android-crates-io/crates/buddy_system_allocator/src/
Dlinked_list.rs84 fn next(&mut self) -> Option<Self::Item> { in next() method
89 let next = unsafe { *item as *mut usize }; in next() localVariable
128 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_cache.c44 struct cache_item *next; member
87 struct cache_item *c, *next; in rehash() local
113 struct cache_item *c, *next; in clear_cache() local
/aosp_15_r20/external/skia/src/base/
H A DSkDeque.cpp64 Block* next = head->fNext; in ~SkDeque() local
251 void* SkDeque::Iter::next() { in next() function in SkDeque::Iter
255 char* next = pos + fElemSize; in next() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
H A DTrieMap.java103 abstract boolean next(); in next() method in TrieMap.Matcher
184 public Entry<CharSequence, V> next() { in next() method in TrieMap.BytesTrieMap.BytesIterator
237 public boolean next() { in next() method in TrieMap.BytesTrieMap.BytesMatcher
370 public Entry<CharSequence, V> next() { in next() method in TrieMap.CharsTrieMap.CharsIterator
420 public boolean next() { in next() method in TrieMap.CharsTrieMap.CharsMatcher
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMap.java104 abstract boolean next(); in next() method in TrieMap.Matcher
185 public Entry<CharSequence, V> next() { in next() method in TrieMap.BytesTrieMap.BytesIterator
238 public boolean next() { in next() method in TrieMap.BytesTrieMap.BytesMatcher
371 public Entry<CharSequence, V> next() { in next() method in TrieMap.CharsTrieMap.CharsIterator
421 public boolean next() { in next() method in TrieMap.CharsTrieMap.CharsMatcher
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_rb.c225 struct rb_node *node, *next; in rb_free_tree() local
338 struct rb_node *parent = NULL, *next; in rb_test_bit() local
402 struct rb_node *new_node, *node, *next; in rb_insert_extent() local
651 struct rb_node *node, *next; in rb_test_clear_bmap_extent() local
753 struct rb_node *parent = NULL, *next, **n; in rb_get_bmap_range() local
/aosp_15_r20/art/runtime/jit/
H A Ddebugger_interface.cc293 static void InsertNewEntry(const JITCodeEntry* entry, const JITCodeEntry* next) in InsertNewEntry()
350 const JITCodeEntry* next = descriptor.head_.load(kNonRacingRelaxed); // Insert at the head. in CreateJITCodeEntryInternal() local
388 const JITCodeEntry* next = entry->next_.load(kNonRacingRelaxed); in DeleteJITCodeEntryInternal() local
447 const JITCodeEntry* next = entry->next_; // Save next pointer before we free the memory. in RemoveNativeDebugInfoForDex() local
650 const JITCodeEntry* next = it->next_; in RepackNativeDebugInfoForJitLocked() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dcmap.rs128 fn next(&mut self) -> Option<Self::Item> { in next() method
234 fn next(&mut self) -> Option<Self::Item> { in next() method
374 fn next(&mut self) -> Option<Self::Item> { in next() method
421 fn next(&mut self) -> Option<Self::Item> { in next() method
450 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
H A Dtypes.h109 struct list_head *next, *prev; member
117 struct hlist_node *next, **pprev; member
140 struct callback_head *next; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtimer.cc190 Timer *timer, *next; in RefillHeap() local
241 grpc_core::Timestamp now, grpc_core::Timestamp* next) { in FindExpiredTimers()
285 TimerList::TimerCheck(grpc_core::Timestamp* next) { in TimerCheck()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_list.h38 struct igt_list *next; member
52 struct igt_list *next) in __igt_list_add()
71 static inline void __igt_list_del(struct igt_list *prev, struct igt_list *next) in __igt_list_del()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dtimer.cc190 Timer *timer, *next; in RefillHeap() local
241 grpc_core::Timestamp now, grpc_core::Timestamp* next) { in FindExpiredTimers()
285 TimerList::TimerCheck(grpc_core::Timestamp* next) { in TimerCheck()
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpCoincidence.h71 SkCoincidentSpans* next() { return fNext; } in next() function
72 const SkCoincidentSpans* next() const { return fNext; } in next() function
127 void setNext(SkCoincidentSpans* next) { fNext = next; } in setNext()

1...<<11121314151617181920>>...419