Home
last modified time | relevance | path

Searched refs:ASSERTIONS_ENABLED (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java38 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkArgument()
53 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkArgument()
83 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkState()
98 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkState()
115 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkStateNotNull()
135 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkStateNotNull()
153 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkNotNull()
173 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkNotNull()
190 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && TextUtils.isEmpty(string)) { in checkNotEmpty()
209 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && TextUtils.isEmpty(string)) { in checkNotEmpty()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java38 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkArgument()
53 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkArgument()
83 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkState()
98 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkState()
115 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkStateNotNull()
135 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkStateNotNull()
153 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkNotNull()
173 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkNotNull()
190 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && TextUtils.isEmpty(string)) { in checkNotEmpty()
209 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && TextUtils.isEmpty(string)) { in checkNotEmpty()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDebug.kt67 internal val ASSERTIONS_ENABLED = CoroutineId::class.java.desiredAssertionStatus() in <lambda>() constant
72 DEBUG_PROPERTY_VALUE_AUTO, null -> ASSERTIONS_ENABLED in <lambda>()
94 if (ASSERTIONS_ENABLED && !value()) throw AssertionError() in assert()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DExoPlayerLibraryInfo.java47 public static final boolean ASSERTIONS_ENABLED = true; field in ExoPlayerLibraryInfo
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DExoPlayerLibraryInfo.java47 public static final boolean ASSERTIONS_ENABLED = true; field in ExoPlayerLibraryInfo