/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | Migration.kt | 111 replaceWith = ReplaceWith("catch { emitAll(fallback) }") in <lambda>() 123 replaceWith = ReplaceWith("catch { emitAll(fallback) }") in <lambda>() 183 replaceWith = ReplaceWith("flatMapConcat(mapper)") in <lambda>() 194 replaceWith = ReplaceWith("flatMapConcat(mapper)") in <lambda>() 206 replaceWith = ReplaceWith("flattenConcat()") in <lambda>() 217 replaceWith = ReplaceWith("flattenConcat()") in <lambda>() 237 replaceWith = ReplaceWith("let(transformer)") in <lambda>() 248 replaceWith = ReplaceWith("drop(count)") in <lambda>() 263 replaceWith = ReplaceWith("collect(block)") in <lambda>() 274 replaceWith = ReplaceWith("scan(initial, operation)") in <lambda>() [all …]
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | -DeprecatedOkio.kt | 30 replaceWith = ReplaceWith( 40 replaceWith = ReplaceWith( 50 replaceWith = ReplaceWith( 60 replaceWith = ReplaceWith( 70 replaceWith = ReplaceWith( 80 replaceWith = ReplaceWith( 90 replaceWith = ReplaceWith( 100 replaceWith = ReplaceWith( 110 replaceWith = ReplaceWith( 120 replaceWith = ReplaceWith( [all …]
|
D | ByteString.kt | 205 replaceWith = ReplaceWith(expression = "this[index]"), 213 replaceWith = ReplaceWith(expression = "size"), in getByte() 280 replaceWith = ReplaceWith( in getByte() 291 replaceWith = ReplaceWith( in getByte() 302 replaceWith = ReplaceWith( in getByte() 313 replaceWith = ReplaceWith( in getByte() 324 replaceWith = ReplaceWith( in getByte() 335 replaceWith = ReplaceWith( in getByte() 346 replaceWith = ReplaceWith( in getByte()
|
D | -DeprecatedUtf8.kt | 23 replaceWith = ReplaceWith( 33 replaceWith = ReplaceWith(
|
D | Pipe.kt | 216 replaceWith = ReplaceWith(expression = "sink"), 224 replaceWith = ReplaceWith(expression = "source"), in sink()
|
D | ForwardingSource.kt | 41 replaceWith = ReplaceWith(expression = "delegate"),
|
D | ForwardingSink.kt | 44 replaceWith = ReplaceWith(expression = "delegate"),
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Lint.kt | 19 replaceWith = ReplaceWith("this") 30 replaceWith = ReplaceWith("this") 41 replaceWith = ReplaceWith("this") 52 replaceWith = ReplaceWith("this") 62 replaceWith = ReplaceWith("currentCoroutineContext().isActive") 71 replaceWith = ReplaceWith("currentCoroutineContext().cancel(cause)") 79 replaceWith = ReplaceWith("currentCoroutineContext()")
|
D | Errors.kt | 69 replaceWith = ReplaceWith("(Throwable) -> Boolean") 82 replaceWith = ReplaceWith("catch { e -> if (predicate(e)) emitAll(fallback) else throw e }")
|
/external/dokka/core/testdata/format/dac/deprecation/ |
D | DeprecatedBar.kt | 9 @Deprecated("Obsolete method", ReplaceWith("replacementBarMethod()")) 16 @Deprecated("Obsolete class", ReplaceWith("Bar"))
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | ilist_node.h | 90 void ReplaceWith(NodeType* target); 140 that.ReplaceWith(this); in IntrusiveNodeBase() 151 that.ReplaceWith(this); 213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist_node.h | 90 void ReplaceWith(NodeType* target); 140 that.ReplaceWith(this); in IntrusiveNodeBase() 151 that.ReplaceWith(this); 213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/ |
D | RxChannel.kt | 42 …= "Use collect instead", level = DeprecationLevel.ERROR, replaceWith = ReplaceWith("this.collect(a… 47 …= "Use collect instead", level = DeprecationLevel.ERROR, replaceWith = ReplaceWith("this.collect(a… in consumeEach()
|
D | RxFlowable.kt | 47 replaceWith = ReplaceWith("rxFlowable(context, block)")
|
D | RxCompletable.kt | 34 replaceWith = ReplaceWith("rxCompletable(context, block)")
|
D | RxMaybe.kt | 35 replaceWith = ReplaceWith("rxMaybe(context, block)")
|
D | RxSingle.kt | 34 replaceWith = ReplaceWith("rxSingle(context, block)")
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 81 Value *ReplaceWith = S->getOperand(1); in processSelect() local 83 if (!CI->isOne()) std::swap(ReplaceWith, Other); in processSelect() 84 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType()); in processSelect() 86 S->replaceAllUsesWith(ReplaceWith); in processSelect()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | Convert.kt | 20 replaceWith = ReplaceWith("this.consumeAsFlow().asPublisher()"))
|
D | Migration.kt | 34 replaceWith = ReplaceWith("asFlow().buffer(batchSize)", imports = ["kotlinx.coroutines.flow.*"])
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/ |
D | Convert.kt | 50 replaceWith = ReplaceWith("this.consumeAsFlow().asFlux()"))
|
D | Mono.kt | 38 replaceWith = ReplaceWith("mono(context, block)")
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Channel.kt | 223 replaceWith = ReplaceWith("receiveOrNull", "kotlinx.coroutines.channels.receiveOrNull") in send() 241 replaceWith = ReplaceWith("onReceiveOrNull", "kotlinx.coroutines.channels.onReceiveOrNull") in send()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/ |
D | TestCoroutineContext.kt | 34 ReplaceWith("TestCoroutineScope", "kotlin.coroutines.test"), in <lambda>() 287 ReplaceWith("testContext.runBlockingTest(testBody)", "kotlin.coroutines.test"), in toString()
|
/external/dokka/runners/cli/src/main/kotlin/cli/ |
D | main.kt | 76 @Deprecated("There is no way to set this to false.", replaceWith = ReplaceWith( in <lambda>() 81 @Deprecated("There is no way to set this to false.", replaceWith = ReplaceWith( in <lambda>()
|