/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/lhash/ |
H A D | lhash.c | 82 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 D | AtomicIntegerArray.java | 276 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/ |
D | lhash.c | 82 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/ |
D | lhash.c | 82 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 D | PagerIndicator.kt | 222 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 D | ssa_builder.cc | 70 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/ |
D | AtomicIntegerArray.java | 276 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
|
D | AtomicLongArray.java | 276 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 D | lhash.c | 82 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 D | SoftValueMap.java | 351 …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 D | tuple_impl.rs | 49 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 D | hashmap.cpp | 31 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 D | XLIFF2ICUConverter.java | 613 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 D | sample3-inl.h | 54 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/ |
D | iterator.hpp | 37 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/ |
D | sample3-inl.h | 55 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 D | sample3-inl.h | 54 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 D | SkSLGetLoopUnrollInfo.cpp | 162 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/ |
D | sample3-inl.h | 55 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 D | sample3-inl.h | 54 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 D | crypto_kernel.h | 75 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 D | ClassPathIterator.java | 55 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 D | unbounded_queue.h | 191 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 D | list.h | 13 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 D | SkSLForStatement.h | 47 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
|