/external/okio/okio/src/commonMain/kotlin/okio/internal/ |
D | ByteString.kt | 37 @Suppress("NOTHING_TO_INLINE") in <lambda>() 48 @Suppress("NOTHING_TO_INLINE") 51 @Suppress("NOTHING_TO_INLINE") in commonBase64() 57 @Suppress("NOTHING_TO_INLINE") in commonBase64() 68 @Suppress("NOTHING_TO_INLINE") 96 @Suppress("NOTHING_TO_INLINE") 124 @Suppress("NOTHING_TO_INLINE") 138 @Suppress("NOTHING_TO_INLINE") 141 @Suppress("NOTHING_TO_INLINE") in commonGetByte() 144 @Suppress("NOTHING_TO_INLINE") in commonGetByte() [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Channel.kt | 5 @file:Suppress("FunctionName") 218 @Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") in send() 236 @Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") in send() 332 @Suppress("NON_PUBLIC_PRIMARY_CONSTRUCTOR_OF_INLINE_CLASS", "EXPERIMENTAL_FEATURE_WARNING") 361 @Suppress("UNCHECKED_CAST") 370 @Suppress("UNCHECKED_CAST") 389 @Suppress("UNCHECKED_CAST") 414 @Suppress("NOTHING_TO_INLINE") in equals() 418 @Suppress("NOTHING_TO_INLINE") in equals() 450 @Suppress("INAPPLICABLE_JVM_NAME") in hasNext()
|
D | ConflatedBroadcastChannel.kt | 72 @Suppress("UNCHECKED_CAST") in <lambda>() 99 @Suppress("UNCHECKED_CAST") in <lambda>() 120 @Suppress("UNCHECKED_CAST") in <lambda>() 140 @Suppress("UNCHECKED_CAST") in <lambda>() 159 @Suppress("UNCHECKED_CAST") in <lambda>() 181 @Suppress("UNCHECKED_CAST") in <lambda>() 240 @Suppress("UNCHECKED_CAST") in <lambda>()
|
D | AbstractChannel.kt | 261 @Suppress("UNCHECKED_CAST") in <lambda>() 307 @Suppress("UNCHECKED_CAST") in <lambda>() 360 @Suppress("UNCHECKED_CAST") in <lambda>() 563 @Suppress("UNCHECKED_CAST") in receive() 569 @Suppress("UNCHECKED_CAST") 603 @Suppress("UNCHECKED_CAST") in receiveOrNull() 609 @Suppress("UNCHECKED_CAST") 618 @Suppress("UNCHECKED_CAST") 627 @Suppress("UNCHECKED_CAST") 693 @Suppress("UNCHECKED_CAST") in iterator() [all …]
|
/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ |
D | UncheckedCastTest.kt | 18 @Suppress("UNCHECKED_CAST") 26 @Suppress("UNCHECKED_CAST") 32 @Suppress("UNCHECKED_CAST") 40 @Suppress("NOTHING_TO_INLINE", "UNCHECKED_CAST") 54 @Suppress("UNCHECKED_CAST") in testArrayValueUncheckedCast()
|
/external/okio/okio/src/commonMain/kotlin/okio/ |
D | -Util.kt | 67 @Suppress("NOTHING_TO_INLINE") // Syntactic sugar. 70 @Suppress("NOTHING_TO_INLINE") // Syntactic sugar. in shr() 73 @Suppress("NOTHING_TO_INLINE") // Syntactic sugar. in shr() 76 @Suppress("NOTHING_TO_INLINE") // Syntactic sugar. in shr() 79 @Suppress("NOTHING_TO_INLINE") // Pending `kotlin.experimental.xor` becoming stable in shr() 82 @Suppress("NOTHING_TO_INLINE") // Syntactic sugar. in shr() 85 @Suppress("NOTHING_TO_INLINE") // Syntactic sugar. in shr() 88 @Suppress("NOTHING_TO_INLINE") // Syntactic sugar. in shr()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | ThreadContext.kt | 53 @Suppress("UNCHECKED_CAST") in <anonymous>() 64 @Suppress("NAME_SHADOWING") in threadContextElements() 66 @Suppress("IMPLICIT_BOXING_IN_IDENTITY_EQUALS") in threadContextElements() 76 @Suppress("UNCHECKED_CAST") in threadContextElements() 93 @Suppress("UNCHECKED_CAST") in restoreThreadContext() 127 @Suppress("UNCHECKED_CAST")
|
D | StackTraceRecovery.kt | 5 @file:Suppress("UNCHECKED_CAST", "NO_EXPLICIT_VISIBILITY_IN_API_MODE") 55 @Suppress("NOTHING_TO_INLINE") // Inline for better R8 optimization 150 @Suppress("NOTHING_TO_INLINE") 159 @Suppress("NOTHING_TO_INLINE") // Inline for better R8 optimizations 171 @Suppress("UNCHECKED_CAST") in unwrap() 207 @Suppress("ACTUAL_WITHOUT_EXPECT") 210 @Suppress("ACTUAL_WITHOUT_EXPECT")
|
D | Concurrent.kt | 14 @Suppress("ACTUAL_WITHOUT_EXPECT") in subscriberList() 19 @Suppress("NOTHING_TO_INLINE") // So that R8 can completely remove ConcurrentKt class in subscriberList() 29 @Suppress("NAME_SHADOWING")
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/src/ |
D | Tasks.kt | 5 @file:Suppress("RedundantVisibilityModifier") in <lambda>() 53 @Suppress("UNCHECKED_CAST") in asDeferred() 64 @Suppress("UNCHECKED_CAST") in asDeferred() 88 @Suppress("UNCHECKED_CAST") in await() 100 @Suppress("UNCHECKED_CAST") in await()
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 260 …-wd4141 # Suppress ''modifier' : used more than once' (because of __forceinline combined with inli… 261 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned' 262 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored' 263 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data' 264 …-wd4258 # Suppress ''var' : definition from the for loop is ignored; the definition from the enclo… 265 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data' 266 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if… 267 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the … 268 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized' 269 -wd4355 # Suppress ''this' : used in base member initializer list' [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | CompletableDeferred.kt | 4 @file:Suppress("DEPRECATION_ERROR") 67 @Suppress("FunctionName") 73 @Suppress("FunctionName") in CompletableDeferred() 79 @Suppress("UNCHECKED_CAST")
|
D | Supervisor.kt | 5 @file:Suppress("DEPRECATION_ERROR") in <lambda>() 32 @Suppress("FunctionName") in <lambda>() 36 @Suppress("FunctionName") in <lambda>()
|
D | Job.kt | 7 @file:Suppress("DEPRECATION_ERROR", "RedundantUnitReturnType") 363 @Suppress("DeprecatedCallableAddReplaceWith") in getCancellationException() 388 @Suppress("FunctionName") in getCancellationException() 392 @Suppress("FunctionName") in getCancellationException() 411 @Suppress("FunctionName")
|
D | CoroutineScope.kt | 103 @Suppress("FunctionName") in plus() 121 @Suppress("EXTENSION_SHADOWED_BY_MEMBER") in plus() 205 @Suppress("FunctionName")
|
D | AbstractCoroutine.kt | 4 @file:Suppress("DEPRECATION_ERROR") 46 @Suppress("LeakingThis") 99 @Suppress("UNCHECKED_CAST") in cancellationExceptionMessage()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | Channel.kt | 48 @Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER", "SubscriberImplementation") in consumeEach() 63 @Suppress("CANNOT_OVERRIDE_INVISIBLE_MEMBER") in consumeEach() 80 @Suppress("CANNOT_OVERRIDE_INVISIBLE_MEMBER") in consumeEach() 85 @Suppress("CANNOT_OVERRIDE_INVISIBLE_MEMBER") in consumeEach()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/ |
D | Semaphore.kt | 70 @Suppress("FunctionName") 218 @Suppress("UNCHECKED_CAST") 268 @Suppress("NOTHING_TO_INLINE") in toString() 271 @Suppress("NOTHING_TO_INLINE") in toString() 276 @Suppress("NOTHING_TO_INLINE") in toString() 279 @Suppress("NOTHING_TO_INLINE") in toString()
|
/external/dagger2/javatests/artifacts/hilt-android/simpleKotlin/app/src/androidTest/java/dagger/hilt/android/simpleKotlin/viewmodel/ |
D | MyViewModels.kt | 31 @Suppress("UNUSED_PARAMETER") 39 @Suppress("UNUSED_PARAMETER") 44 @Suppress("UNUSED_PARAMETER")
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
D | Exceptions.kt | 5 @file:Suppress("FunctionName") 20 @Suppress("FunctionName") 73 @Suppress("NOTHING_TO_INLINE")
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | DispatchedContinuation.kt | 24 @Suppress("PropertyName") in <lambda>() 89 @Suppress("UNCHECKED_CAST") in <lambda>() 196 @Suppress("NOTHING_TO_INLINE") in <lambda>() 224 @Suppress("NOTHING_TO_INLINE") in <lambda>() 236 @Suppress("NOTHING_TO_INLINE") // we need it inline to save us an entry on the stack in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | StateFlow.kt | 180 @Suppress("FunctionName") in compareAndSet() 218 @Suppress("UNCHECKED_CAST") in compareAndSet() 243 @Suppress("UNCHECKED_CAST") in compareAndSet() 259 @Suppress("UNCHECKED_CAST") 322 @Suppress("UNCHECKED_CAST")
|
/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/ |
D | Project.kt | 22 @Suppress("unused") 31 @Suppress("unused") 55 @Suppress("unused")
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/tailcall/ |
D | SimpleChannel.kt | 11 @Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE") 86 @Suppress("INVISIBLE_MEMBER") 92 @Suppress("INVISIBLE_MEMBER")
|
/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/ |
D | AtomicFU.kt | 5 @file:Suppress("NOTHING_TO_INLINE", "RedundantVisibilityModifier", "CanBePrimaryConstructorProperty… 22 @Suppress("ACTUAL_WITHOUT_EXPECT", "EXPERIMENTAL_FEATURE_WARNING", "NON_PUBLIC_PRIMARY_CONSTRUCTOR_… in atomic() 55 @Suppress("ACTUAL_WITHOUT_EXPECT", "EXPERIMENTAL_FEATURE_WARNING", "NON_PUBLIC_PRIMARY_CONSTRUCTOR_… 83 @Suppress("ACTUAL_WITHOUT_EXPECT", "EXPERIMENTAL_FEATURE_WARNING", "NON_PUBLIC_PRIMARY_CONSTRUCTOR_… in toString() 117 @Suppress("ACTUAL_WITHOUT_EXPECT", "EXPERIMENTAL_FEATURE_WARNING", "NON_PUBLIC_PRIMARY_CONSTRUCTOR_…
|