Home
last modified time | relevance | path

Searched refs:Suppress (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/external/okio/okio/src/commonMain/kotlin/okio/internal/
DByteString.kt37 @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/
DChannel.kt5 @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()
DConflatedBroadcastChannel.kt72 @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>()
DAbstractChannel.kt261 @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/
DUncheckedCastTest.kt18 @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.kt67 @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/
DThreadContext.kt53 @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")
DStackTraceRecovery.kt5 @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")
DConcurrent.kt14 @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/
DTasks.kt5 @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/
DHandleLLVMOptions.cmake260 …-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/
DCompletableDeferred.kt4 @file:Suppress("DEPRECATION_ERROR")
67 @Suppress("FunctionName")
73 @Suppress("FunctionName") in CompletableDeferred()
79 @Suppress("UNCHECKED_CAST")
DSupervisor.kt5 @file:Suppress("DEPRECATION_ERROR") in <lambda>()
32 @Suppress("FunctionName") in <lambda>()
36 @Suppress("FunctionName") in <lambda>()
DJob.kt7 @file:Suppress("DEPRECATION_ERROR", "RedundantUnitReturnType")
363 @Suppress("DeprecatedCallableAddReplaceWith") in getCancellationException()
388 @Suppress("FunctionName") in getCancellationException()
392 @Suppress("FunctionName") in getCancellationException()
411 @Suppress("FunctionName")
DCoroutineScope.kt103 @Suppress("FunctionName") in plus()
121 @Suppress("EXTENSION_SHADOWED_BY_MEMBER") in plus()
205 @Suppress("FunctionName")
DAbstractCoroutine.kt4 @file:Suppress("DEPRECATION_ERROR")
46 @Suppress("LeakingThis")
99 @Suppress("UNCHECKED_CAST") in cancellationExceptionMessage()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DChannel.kt48 @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/
DSemaphore.kt70 @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/
DMyViewModels.kt31 @Suppress("UNUSED_PARAMETER")
39 @Suppress("UNUSED_PARAMETER")
44 @Suppress("UNUSED_PARAMETER")
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExceptions.kt5 @file:Suppress("FunctionName")
20 @Suppress("FunctionName")
73 @Suppress("NOTHING_TO_INLINE")
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedContinuation.kt24 @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/
DStateFlow.kt180 @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/
DProject.kt22 @Suppress("unused")
31 @Suppress("unused")
55 @Suppress("unused")
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/tailcall/
DSimpleChannel.kt11 @Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
86 @Suppress("INVISIBLE_MEMBER")
92 @Suppress("INVISIBLE_MEMBER")
/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/
DAtomicFU.kt5 @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_…

12345678910>>...20