/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
H A D | AtomicReferenceArray.java | 207 E prev = get(i), next = null; in getAndUpdate() local 231 E prev = get(i), next = null; in updateAndGet() local 260 E prev = get(i), next = null; in getAndAccumulate() local 289 E prev = get(i), next = null; in accumulateAndGet() local
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | eviction.cc | 125 Rankings::ScopedRankingsBlock next( in TrimCache() local 304 Rankings::ScopedRankingsBlock next[kListsToSearch]; in TrimCacheV2() local 476 Rankings::ScopedRankingsBlock next( in TrimDeleted() local 523 int Eviction::SelectListByLength(Rankings::ScopedRankingsBlock* next) { in SelectListByLength()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicReferenceArray.java | 207 E prev = get(i), next = null; in getAndUpdate() local 231 E prev = get(i), next = null; in updateAndGet() local 260 E prev = get(i), next = null; in getAndAccumulate() local 289 E prev = get(i), next = null; in accumulateAndGet() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicReferenceArray.java | 207 E prev = get(i), next = null; in getAndUpdate() local 231 E prev = get(i), next = null; in updateAndGet() local 260 E prev = get(i), next = null; in getAndAccumulate() local 289 E prev = get(i), next = null; in accumulateAndGet() local
|
/aosp_15_r20/external/mdnsresponder/mDNSShared/ |
H A D | dnsextd_parser.y | 33 struct StringListElem * next; member 63 struct KeySpec * next; member 74 struct ZoneSpec * next; member 414 DNSZone * next = zone->next; in ParseConfig() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/ |
D | integral_wrapper.hpp | 64 typedef AUX_WRAPPER_INST(next_value) next; typedef 69 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N + 1)) ) next; typedef 72 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value + 1)) ) next; typedef
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ArrayBlockingQueue.java | 821 Node next; field in ArrayBlockingQueue.Itrs.Node 823 Node(Itr iterator, Node next) { in Node() method in ArrayBlockingQueue.Itrs.Node 880 final Node next = p.next; in doSomeSweeping() local 924 final Node next = p.next; in takeIndexWrapped() local 951 final Node next = p.next; in removedAt() local 1212 public E next() { in next() method in ArrayBlockingQueue.Itr
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | FocusFinder.java | 97 View next = null; in findNextFocus() local 161 View next = null; in findNextKeyboardNavigationCluster() local 317 View next = null; in findNextFocusInRelativeDirection() local 846 Rect next = mRectPool.get(mLastPoolRect++); in sort() local 928 final View next = mNextFocusGetter.get(mRoot, view); in setFocusables() local 937 final View next = mNextFoci.get(view); in setFocusables() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrAATriangulator.cpp | 74 Vertex* next = e->fNext->fVertex; in makeEvent() local 162 Edge* next = e->fNextEdgeAbove; in removeNonBoundaryEdges() local 198 Vertex* next = e->fWinding == 1 ? e->fBottom : e->fTop; in simplifyBoundary() local 259 Vertex* next = fEdge->fNext->fVertex; in apply() local 406 static bool inversion(Vertex* prev, Vertex* next, Edge* origEdge, const Comparator& c) { in inversion() 584 Edge* next; in extractBoundary() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ArrayBlockingQueue.java | 821 Node next; field in ArrayBlockingQueue.Itrs.Node 823 Node(Itr iterator, Node next) { in Node() method in ArrayBlockingQueue.Itrs.Node 880 final Node next = p.next; in doSomeSweeping() local 924 final Node next = p.next; in takeIndexWrapped() local 951 final Node next = p.next; in removedAt() local 1212 public E next() { in next() method in ArrayBlockingQueue.Itr
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_iter.py | 27 def next(self): member in BasicIterClass 365 def next(self): member in TestCase.test_builtin_filter.Seq.__iter__.SeqIter 473 def next(self): member in TestCase.test_builtin_zip.IntsFrom 554 def next(self): member in TestCase.test_unicode_join_endcase.OhPhooey 720 def next(self): member in TestCase.test_writelines.Iterator 911 def next(self): member in TestCase.test_3720.BadIterator
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | com_android_internal_content_NativeLibraryHelper.cpp | 376 base::expected<ZipEntryRO, int32_t> next() { in next() function in android::NativeLibrariesIterator 379 auto next = mZipFile->nextEntryOrError(mCookie); in next() local 443 auto next = it->next(); in iterateOverNativeFiles() local 495 auto next = it->next(); in findSupportedAbi() local 588 ZipEntryRO next = nullptr; in com_android_internal_content_NativeLibraryHelper_hasRenderscriptBitcode() local 765 auto next = it->next(); in com_android_internal_content_NativeLibraryHelper_checkApkAlignment() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ArrayBlockingQueue.java | 821 Node next; field in ArrayBlockingQueue.Itrs.Node 823 Node(Itr iterator, Node next) { in Node() method in ArrayBlockingQueue.Itrs.Node 880 final Node next = p.next; in doSomeSweeping() local 924 final Node next = p.next; in takeIndexWrapped() local 951 final Node next = p.next; in removedAt() local 1212 public E next() { in next() method in ArrayBlockingQueue.Itr
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/ |
H A D | schemasInternals.h | 152 struct _xmlSchemaAnnot *next; member 251 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 280 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 298 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 364 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 389 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 400 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 605 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 768 struct _xmlSchemaType *next; /* Not used? */ member 826 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/external/libxml2/include/libxml/ |
H A D | schemasInternals.h | 152 struct _xmlSchemaAnnot *next; member 251 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 280 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 298 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 364 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 389 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 400 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 605 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 768 struct _xmlSchemaType *next; /* Not used? */ member 826 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 151 struct _xmlSchemaAnnot *next; member 250 struct _xmlSchemaAttribute *next; /* the next attribute (not used?) */ member 279 struct _xmlSchemaAttributeLink *next;/* the next attribute link ... */ member 297 struct _xmlSchemaWildcardNs *next;/* the next constraint link ... */ member 363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */ member 388 struct _xmlSchemaTypeLink *next;/* the next type link ... */ member 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */ member 604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ member 767 struct _xmlSchemaType *next; /* Not used? */ member 825 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ member
|