Home
last modified time | relevance | path

Searched refs:ReplaceWith (Results 1 – 25 of 49) sorted by relevance

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DMigration.kt111 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.kt30 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 …]
DByteString.kt205 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.kt23 replaceWith = ReplaceWith(
33 replaceWith = ReplaceWith(
DPipe.kt216 replaceWith = ReplaceWith(expression = "sink"),
224 replaceWith = ReplaceWith(expression = "source"), in sink()
DForwardingSource.kt41 replaceWith = ReplaceWith(expression = "delegate"),
DForwardingSink.kt44 replaceWith = ReplaceWith(expression = "delegate"),
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DLint.kt19 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()")
DErrors.kt69 replaceWith = ReplaceWith("(Throwable) -> Boolean")
82 replaceWith = ReplaceWith("catch { e -> if (predicate(e)) emitAll(fallback) else throw e }")
/external/dokka/core/testdata/format/dac/deprecation/
DDeprecatedBar.kt9 @Deprecated("Obsolete method", ReplaceWith("replacementBarMethod()"))
16 @Deprecated("Obsolete class", ReplaceWith("Bar"))
/external/deqp-deps/SPIRV-Tools/source/util/
Dilist_node.h90 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/
Dilist_node.h90 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/
DRxChannel.kt42 …= "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()
DRxFlowable.kt47 replaceWith = ReplaceWith("rxFlowable(context, block)")
DRxCompletable.kt34 replaceWith = ReplaceWith("rxCompletable(context, block)")
DRxMaybe.kt35 replaceWith = ReplaceWith("rxMaybe(context, block)")
DRxSingle.kt34 replaceWith = ReplaceWith("rxSingle(context, block)")
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp81 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/
DConvert.kt20 replaceWith = ReplaceWith("this.consumeAsFlow().asPublisher()"))
DMigration.kt34 replaceWith = ReplaceWith("asFlow().buffer(batchSize)", imports = ["kotlinx.coroutines.flow.*"])
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DConvert.kt50 replaceWith = ReplaceWith("this.consumeAsFlow().asFlux()"))
DMono.kt38 replaceWith = ReplaceWith("mono(context, block)")
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt223 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_/
DTestCoroutineContext.kt34 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/
Dmain.kt76 @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>()

12