Home
last modified time | relevance | path

Searched defs:next (Results 326 – 350 of 10451) sorted by relevance

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/lhash/
H A Dlhash.c82 struct lhash_item_st *next; member
130 LHASH_ITEM *next; in OPENSSL_lh_free() local
207 LHASH_ITEM **new_buckets, *cur, *next; in lh_rebucket() local
335 LHASH_ITEM *next; in OPENSSL_lh_doall_arg() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DAtomicIntegerArray.java276 int prev = get(i), next = 0; in getAndUpdate() local
300 int prev = get(i), next = 0; in updateAndGet() local
329 int prev = get(i), next = 0; in getAndAccumulate() local
358 int prev = get(i), next = 0; in accumulateAndGet() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/lhash/
Dlhash.c82 struct lhash_item_st *next; member
132 LHASH_ITEM *next; in OPENSSL_lh_free() local
209 LHASH_ITEM **new_buckets, *cur, *next; in lh_rebucket() local
338 LHASH_ITEM *next; in OPENSSL_lh_doall_arg() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/lhash/
Dlhash.c82 struct lhash_item_st *next; member
132 LHASH_ITEM *next; in OPENSSL_lh_free() local
209 LHASH_ITEM **new_buckets, *cur, *next; in lh_rebucket() local
338 LHASH_ITEM *next; in OPENSSL_lh_doall_arg() local
/aosp_15_r20/external/accompanist/pager-indicators/src/main/java/com/google/accompanist/pager/
H A DPagerIndicator.kt222 val next = pageIndexMapping(pagerState.currentPage + offset.sign.toInt()) in <lambda>() constant
423 val next = pageIndexMapping(pagerState.currentPage + offset.sign.toInt()) in <lambda>() constant
/aosp_15_r20/art/compiler/optimizing/
H A Dssa_builder.cc70 HPhi* next = phi->GetNextEquivalentPhiWithSameType(); in EquivalentPhisCleanup() local
94 HInstruction* next = phi->GetNext(); in FixEnvironmentPhis() local
284 HInstruction* next = aget->GetNext(); in FindFloatOrDoubleEquivalentOfArrayGet() local
654 HInstruction* next = phi->GetNext(); in GetFloatDoubleOrReferenceEquivalentOfPhi() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DAtomicIntegerArray.java276 int prev = get(i), next = 0; in getAndUpdate() local
300 int prev = get(i), next = 0; in updateAndGet() local
329 int prev = get(i), next = 0; in getAndAccumulate() local
358 int prev = get(i), next = 0; in accumulateAndGet() local
DAtomicLongArray.java276 long prev = get(i), next = 0L; in getAndUpdate() local
300 long prev = get(i), next = 0L; in updateAndGet() local
329 long prev = get(i), next = 0L; in getAndAccumulate() local
358 long prev = get(i), next = 0L; in accumulateAndGet() local
/aosp_15_r20/external/boringssl/src/crypto/lhash/
H A Dlhash.c82 struct lhash_item_st *next; member
130 LHASH_ITEM *next; in OPENSSL_lh_free() local
207 LHASH_ITEM **new_buckets, *cur, *next; in lh_rebucket() local
335 LHASH_ITEM *next; in OPENSSL_lh_doall_arg() local
/aosp_15_r20/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java351 …final SoftEntry next = entry.m_next; // remember next pointer because we are going to reuse this e… in clear() local
447 …ferenceQueue valueReferenceQueue, final Object key, Object value, final SoftEntry next, final int … in SoftEntry()
488 …final SoftEntry next = entry.m_next; // remember next pointer because we are going to reuse this e… in rehash() local
579 continue next; in removeClearedValues() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dtuple_impl.rs49 fn next(&mut self) -> Option<Self::Item> { in next() function
107 fn next(&mut self) -> Option<Self::Item> { in next() function
177 fn next(&mut self) -> Option<Self::Item> { in next() function
234 fn next(&mut self) -> Option<Self::Item> { in next() function
/aosp_15_r20/system/core/libcutils/
H A Dhashmap.cpp31 Entry* next; member
116 Entry* next = entry->next; in expandIfNecessary() local
144 Entry* next = entry->next; in hashmapFree() local
267 Entry *next = entry->next; in hashmapForEach() local
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java613 Resource next; field in XLIFF2ICUConverter.Resource
1051 Resource[] next = new Resource[2]; in parseArray() local
1070 Resource[] next = new Resource[2]; in parseArray() local
1108 Resource[] next = new Resource[2]; in parseIntVector() local
1154 Resource[] next = new Resource[2]; in parseTable() local
1171 Resource[] next = new Resource[2]; in parseTable() local
1191 Resource[] next = new Resource[2]; in parseTable() local
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/samples/
H A Dsample3-inl.h54 QueueNode* next() { return next_; } in next() function
55 const QueueNode* next() const { return next_; } in next() function
85 QueueNode<E>* next = node->next(); in Clear() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/range_c/
Diterator.hpp37 typedef r_iter< typename mpl::next<N>::type > next; typedef
47 struct next< r_iter<N> > struct
49 typedef r_iter< typename mpl::next<N>::type > type;
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample3-inl.h55 QueueNode* next() { return next_; } in next() function
56 const QueueNode* next() const { return next_; } in next() function
86 QueueNode<E>* next = node->next(); in Clear() local
/aosp_15_r20/external/googletest/googletest/samples/
H A Dsample3-inl.h54 QueueNode* next() { return next_; } in next() function
55 const QueueNode* next() const { return next_; } in next() function
85 QueueNode<E>* next = node->next(); in Clear() local
/aosp_15_r20/external/skia/src/sksl/analysis/
H A DSkSLGetLoopUnrollInfo.cpp162 const BinaryExpression& next = loopNext->as<BinaryExpression>(); in GetLoopUnrollInfo() local
182 const PrefixExpression& next = loopNext->as<PrefixExpression>(); in GetLoopUnrollInfo() local
197 const PostfixExpression& next = loopNext->as<PostfixExpression>(); in GetLoopUnrollInfo() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample3-inl.h55 QueueNode* next() { return next_; } in next() function
56 const QueueNode* next() const { return next_; } in next() function
86 QueueNode<E>* next = node->next(); in Clear() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/samples/
H A Dsample3-inl.h54 QueueNode* next() { return next_; } in next() function
55 const QueueNode* next() const { return next_; } in next() function
85 QueueNode<E>* next = node->next(); in Clear() local
/aosp_15_r20/external/libsrtp2/crypto/include/
H A Dcrypto_kernel.h75 struct srtp_kernel_cipher_type *next; member
84 struct srtp_kernel_auth_type *next; member
92 struct srtp_kernel_debug_module *next; member
/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathIterator.java55 private ClassPathEntry next; field in ClassPathIterator
121 public ClassPathEntry next() { in next() method in ClassPathIterator
186 public ClassPathEntry next() { in next() method in ClassPathIterator.ZipIterator
/aosp_15_r20/external/libgav1/src/utils/
H A Dunbounded_queue.h191 Block* next; member
203 Block* next = block->next; in Destroy() local
216 Block* next = block->next; in Destroy() local
/aosp_15_r20/external/trace-cmd/tracecmd/include/
H A Dlist.h13 struct list_head *next; member
25 struct list_head *next = head->next; in list_add() local
45 struct list_head *next = p->next; in list_del() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLForStatement.h47 std::unique_ptr<Expression> next, in ForStatement()
107 std::unique_ptr<Expression>& next() { in next() function
111 const std::unique_ptr<Expression>& next() const { in next() function

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