Home
last modified time | relevance | path

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

12345678910>>...15

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt5 @file:Suppress("FunctionName")
217 @Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") in send()
235 @Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") in send()
333 @Suppress("NON_PUBLIC_PRIMARY_CONSTRUCTOR_OF_INLINE_CLASS")
362 @Suppress("UNCHECKED_CAST")
371 @Suppress("UNCHECKED_CAST")
390 @Suppress("UNCHECKED_CAST")
415 @Suppress("NOTHING_TO_INLINE") in equals()
419 @Suppress("NOTHING_TO_INLINE") in equals()
453 @Suppress("INAPPLICABLE_JVM_NAME") in hasNext()
DConflatedBroadcastChannel.kt73 @Suppress("UNCHECKED_CAST") in <lambda>()
100 @Suppress("UNCHECKED_CAST") in <lambda>()
121 @Suppress("UNCHECKED_CAST") in <lambda>()
141 @Suppress("UNCHECKED_CAST") in <lambda>()
160 @Suppress("UNCHECKED_CAST") in <lambda>()
182 @Suppress("UNCHECKED_CAST") in <lambda>()
241 @Suppress("UNCHECKED_CAST") in <lambda>()
DAbstractChannel.kt257 @Suppress("UNCHECKED_CAST") in <lambda>()
306 @Suppress("UNCHECKED_CAST") in <lambda>()
540 @Suppress("UNCHECKED_CAST")
546 @Suppress("UNCHECKED_CAST")
583 @Suppress("UNCHECKED_CAST")
592 @Suppress("UNCHECKED_CAST")
601 @Suppress("UNCHECKED_CAST")
656 @Suppress("UNCHECKED_CAST") in iterator()
672 @Suppress("UNCHECKED_CAST")
700 @Suppress("UNCHECKED_CAST")
[all …]
/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")
148 @Suppress("NOTHING_TO_INLINE")
166 @Suppress("UNCHECKED_CAST") in unwrap()
202 @Suppress("ACTUAL_WITHOUT_EXPECT")
205 @Suppress("ACTUAL_WITHOUT_EXPECT")
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DChannel.kt23 @Suppress("CONFLICTING_OVERLOADS") in <lambda>()
43 @Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER", "SubscriberImplementation") in consumeEach()
58 @Suppress("CANNOT_OVERRIDE_INVISIBLE_MEMBER") in consumeEach()
75 @Suppress("CANNOT_OVERRIDE_INVISIBLE_MEMBER") in consumeEach()
80 @Suppress("CANNOT_OVERRIDE_INVISIBLE_MEMBER") in consumeEach()
/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/
DDispatched.kt11 @Suppress("PrivatePropertyName")
81 @Suppress("PropertyName") in <lambda>()
114 @Suppress("NOTHING_TO_INLINE") // we need it inline to save us an entry on the stack in <lambda>()
129 @Suppress("NOTHING_TO_INLINE") // we need it inline to save us an entry on the stack in <lambda>()
146 @Suppress("NOTHING_TO_INLINE") in <lambda>()
157 @Suppress("NOTHING_TO_INLINE") // we need it inline to save us an entry on the stack in <lambda>()
164 @Suppress("NOTHING_TO_INLINE") // we need it inline to save us an entry on the stack in <lambda>()
212 @Suppress("UNCHECKED_CAST")
324 @Suppress("NOTHING_TO_INLINE")
DCompletableDeferred.kt4 @file:Suppress("DEPRECATION_ERROR")
52 @Suppress("FunctionName") in complete()
58 @Suppress("FunctionName") in complete()
64 @Suppress("UNCHECKED_CAST")
DJob.kt7 @file:Suppress("DEPRECATION_ERROR", "RedundantUnitReturnType")
335 @Suppress("DeprecatedCallableAddReplaceWith") in getCancellationException()
360 @Suppress("FunctionName") in getCancellationException()
364 @Suppress("FunctionName") in getCancellationException()
383 @Suppress("FunctionName")
590 @Suppress("DEPRECATION") in cancel()
DTimeout.kt90 @Suppress("LeakingThis", "Deprecation") in getStackTraceElement()
95 @Suppress("UNCHECKED_CAST")
118 @Suppress("UNUSED") in nameString()
122 @Suppress("FunctionName")
DSupervisor.kt5 @file:Suppress("DEPRECATION_ERROR") in <lambda>()
31 @Suppress("FunctionName") in <lambda>()
35 @Suppress("FunctionName") in <lambda>()
DCoroutineScope.kt90 @Suppress("FunctionName") in plus()
108 @Suppress("EXTENSION_SHADOWED_BY_MEMBER") in plus()
190 @Suppress("FunctionName")
DAbstractCoroutine.kt4 @file:Suppress("DEPRECATION_ERROR")
46 @Suppress("LeakingThis")
97 @Suppress("UNCHECKED_CAST")
DSchedulerTask.common.kt11 @Suppress("EXTENSION_SHADOWED_BY_MEMBER")
14 @Suppress("EXTENSION_SHADOWED_BY_MEMBER")
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxChannel.kt22 @Suppress("CONFLICTING_OVERLOADS")
37 @Suppress("CONFLICTING_OVERLOADS")
70 @Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") in consumeEach()
76 @Suppress("CANNOT_OVERRIDE_INVISIBLE_MEMBER") in consumeEach()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DReduce.kt7 @file:Suppress("UNCHECKED_CAST") in <lambda>()
26 @Suppress("UNCHECKED_CAST") in <lambda>()
34 @Suppress("UNCHECKED_CAST") in <lambda>()
66 @Suppress("UNCHECKED_CAST") in single()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DSemaphore.kt64 @Suppress("FunctionName")
147 @Suppress("UNCHECKED_CAST")
183 @Suppress("NOTHING_TO_INLINE") in toString()
186 @Suppress("NOTHING_TO_INLINE") in toString()
189 @Suppress("NOTHING_TO_INLINE") in toString()
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DHandleLLVMOptions.cmake471 …-wd4141 # Suppress ''modifier' : used more than once' (because of __forceinline combined with inli…
472 -wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
473 -wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
474 -wd4244 # Suppress ''argument' : conversion from 'type1' to 'type2', possible loss of data'
475 …-wd4258 # Suppress ''var' : definition from the for loop is ignored; the definition from the enclo…
476 -wd4267 # Suppress ''var' : conversion from 'size_t' to 'type', possible loss of data'
477 …-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if…
478 …-wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the …
479 -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
480 -wd4355 # Suppress ''this' : used in base member initializer list'
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExceptions.kt5 @file:Suppress("FunctionName")
31 @Suppress("FunctionName")
83 @Suppress("NOTHING_TO_INLINE")
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DExceptions.kt29 @Suppress("FunctionName")
51 @Suppress("FunctionName")
62 @Suppress("NOTHING_TO_INLINE")
DSchedulerTask.kt9 @Suppress("ACTUAL_WITHOUT_EXPECT")
14 @Suppress("NOTHING_TO_INLINE")
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DExceptions.kt29 @Suppress("FunctionName")
51 @Suppress("FunctionName")
62 @Suppress("NOTHING_TO_INLINE")
DSchedulerTask.kt9 @Suppress("ACTUAL_WITHOUT_EXPECT")
14 @Suppress("NOTHING_TO_INLINE")

12345678910>>...15