Home
last modified time | relevance | path

Searched refs:isRemoved (Results 1 – 25 of 28) sorted by relevance

12

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/
DMediaSourceListTest.java130 assertThat(mediaSourceHolder.isRemoved).isFalse(); in setMediaSources_mediaSourceListUnprepared_notUsingLazyPreparation()
144 assertThat(mediaSourceHolder.isRemoved).isFalse(); in setMediaSources_mediaSourceListUnprepared_notUsingLazyPreparation()
149 assertThat(mediaSources.get(0).isRemoved).isTrue(); in setMediaSources_mediaSourceListUnprepared_notUsingLazyPreparation()
152 assertThat(mediaSources.get(1).isRemoved).isFalse(); in setMediaSources_mediaSourceListUnprepared_notUsingLazyPreparation()
184 assertThat(mediaSources.get(0).isRemoved).isTrue(); in setMediaSources_mediaSourceListPrepared_notUsingLazyPreparation()
187 assertThat(mediaSources.get(1).isRemoved).isFalse(); in setMediaSources_mediaSourceListPrepared_notUsingLazyPreparation()
214 assertThat(mediaSources.get(i).isRemoved).isFalse(); in addMediaSources_mediaSourceListUnprepared_notUsingLazyPreparation_expectUnprepared()
311 assertThat(removedHolder1.isRemoved).isTrue(); in removeMediaSources_whenUnprepared_expectNoRelease()
312 assertThat(removedHolder2.isRemoved).isTrue(); in removeMediaSources_whenUnprepared_expectNoRelease()
364 assertThat(mediaSourceHolder.isRemoved).isFalse(); in release_mediaSourceListUnprepared_expectSourcesNotReleased()
[all …]
/external/doclava/src/com/google/doclava/
DDocInfo.java46 public boolean isRemoved() { in isRemoved() method in DocInfo
47 return comment().isRemoved(); in isRemoved()
56 return isHidden() || isRemoved(); in isHiddenOrRemoved()
DPackageInfo.java115 public boolean isRemoved() { in isRemoved() method in PackageInfo
142 return isHidden() || isRemoved(); in isHiddenOrRemoved()
161 mRemovedByComment = comment().isRemoved(); in hasRemovedComment()
DMemberInfo.java57 return isHidden() || isRemoved(); in isHiddenOrRemoved()
DComment.java533 public boolean isRemoved() { in isRemoved() method in Comment
588 isRemoved(); in initImpl()
DClassInfo.java1635 public boolean isRemoved() { in isRemoved() method in ClassInfo
1654 if (cl.comment().isRemoved()) { in isRemovedImpl()
1664 return isHidden() || isRemoved(); in isHiddenOrRemoved()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt91 public actual open val isRemoved: Boolean get() = next is Removed in <lambda>() constant in kotlinx.coroutines.internal.LockFreeLinkedListNode
113 if (!current.isRemoved) return current in <lambda>()
299 if (!first.isRemoved) return first in <lambda>()
547 if (isRemoved) next.correctPrev(null) in <lambda>()
586 … this.isRemoved -> return null // nothing to do, this node was removed, bail out asap to save time in <lambda>()
652 override val isRemoved: Boolean get() = false in toString() constant in kotlinx.coroutines.internal.LockFreeLinkedListHead
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DCertUtils.java304 boolean isRemoved = false; in doRemoveExtension()
314 isRemoved = true; in doRemoveExtension()
322 if (!isRemoved) in doRemoveExtension()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DDifferenceElement.java25 boolean isRemoved(); in isRemoved() method
DReshuffled.java60 public boolean isRemoved() { in isRemoved() method in Reshuffled
DAdded.java46 public boolean isRemoved() { in isRemoved() method in Added
DRemoved.java86 public boolean isRemoved() { in isRemoved() method in Removed
DKept.java101 public boolean isRemoved() { in isRemoved() method in Kept
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h34 virtual bool isRemoved() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h34 virtual bool isRemoved() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h35 bool isRemoved() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h35 bool isRemoved() const override;
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DConcatenatingMediaSource.java474 holder.isRemoved = true; in createPeriod()
796 holder.isRemoved = true; in removeMediaSourceInternal()
825 if (mediaSourceHolder.isRemoved && mediaSourceHolder.activeMediaPeriodIds.isEmpty()) { in maybeReleaseChildSource()
870 public boolean isRemoved; field in ConcatenatingMediaSource.MediaSourceHolder
881 this.isRemoved = false; in reset()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DMediaSourceList.java390 holder.isRemoved = true; in removeMediaSourcesInternal()
439 if (mediaSourceHolder.isRemoved && mediaSourceHolder.activeMediaPeriodIds.isEmpty()) { in maybeReleaseChildSource()
480 public boolean isRemoved; field in MediaSourceList.MediaSourceHolder
490 this.isRemoved = false; in reset()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeLinkedList.common.kt13 public val isRemoved: Boolean constant in kotlinx.coroutines.internal.LockFreeLinkedListNode
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp83 bool DIASectionContrib::isRemoved() const { in isRemoved() function in DIASectionContrib
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp83 bool DIASectionContrib::isRemoved() const { in isRemoved() function in DIASectionContrib
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DLinkedList.kt25 public inline val isRemoved get() = _removed constant in kotlinx.coroutines.internal.LinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DLinkedList.kt25 public inline val isRemoved get() = _removed constant in kotlinx.coroutines.internal.LinkedListNode
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt938 while (cur.isRemoved) cur = cur.prevNode // rollback to prev non-removed (or list head) in <lambda>()
941 if (cur.isRemoved) continue in <lambda>()

12