Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java38 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkArgument()
52 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkArgument()
80 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkState()
94 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && !expression) { in checkState()
110 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkStateNotNull()
129 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkStateNotNull()
146 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkNotNull()
165 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && reference == null) { in checkNotNull()
181 if (ExoPlayerLibraryInfo.ASSERTIONS_ENABLED && TextUtils.isEmpty(string)) { in checkNotEmpty()
199 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/library/common/src/main/java/com/google/android/exoplayer2/
DExoPlayerLibraryInfo.java52 public static final boolean ASSERTIONS_ENABLED = true; field in ExoPlayerLibraryInfo
/external/kotlinc/lib/
Dkotlin-main-kts.jarMETA-INF/ META-INF/MANIFEST.MF DebugProbesKt.bin META-INF/LICENSE ...
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...