Home
last modified time | relevance | path

Searched refs:replaceWith (Results 1 – 25 of 59) sorted by relevance

123

/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/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp43 void replaceWith(Instruction *From, ConstantInt *To);
97 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler()
103 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler()
116 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface()
122 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface()
134 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture()
141 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture()
149 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith() function in NVPTXImageOptimizer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp43 void replaceWith(Instruction *From, ConstantInt *To);
97 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler()
101 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler()
114 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface()
120 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface()
132 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture()
139 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture()
147 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith() function in NVPTXImageOptimizer
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp43 void replaceWith(Instruction *From, ConstantInt *To);
97 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler()
101 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler()
114 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface()
120 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface()
132 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture()
139 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture()
147 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith() function in NVPTXImageOptimizer
/external/skia/src/gpu/
DGrRenderTask.cpp223 void GrRenderTask::replaceDependency(const GrRenderTask* toReplace, GrRenderTask* replaceWith) { in replaceDependency() argument
226 target = replaceWith; in replaceDependency()
227 replaceWith->fDependents.push_back(this); in replaceDependency()
233 void GrRenderTask::replaceDependent(const GrRenderTask* toReplace, GrRenderTask* replaceWith) { in replaceDependent() argument
236 target = replaceWith; in replaceDependent()
237 replaceWith->fDependencies.push_back(this); in replaceDependent()
DGrRenderTask.h84 void replaceDependency(const GrRenderTask* toReplace, GrRenderTask* replaceWith);
85 void replaceDependent(const GrRenderTask* toReplace, GrRenderTask* replaceWith);
/external/OpenCL-CTS/test_conformance/vectors/
Dtype_replacer.cpp88 const char* stringToReplace, const char* replaceWith) in doSingleReplace() argument
98 lenReplace = strlen(replaceWith); in doSingleReplace()
114 strcpy(destPtr, replaceWith); in doSingleReplace()
Dtype_replacer.h23 const char* stringToReplace, const char* replaceWith);
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DReplacement.java31 public static Replacement create(int startPosition, int endPosition, String replaceWith) { in create() argument
34 return new Replacement(Range.closedOpen(startPosition, endPosition), replaceWith); in create()
DRemoveUnusedImports.java310 String replaceWith = replacement.getValue(); in applyReplacements() local
313 sb.replace(start, end, replaceWith); in applyReplacements()
314 if (!replaceWith.isEmpty()) { in applyReplacements()
317 offset += replaceWith.length() - (range.upperEndpoint() - range.lowerEndpoint()); in applyReplacements()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxChannel.kt42 @Deprecated(message = "Use collect instead", level = DeprecationLevel.ERROR, replaceWith = ReplaceW…
47 @Deprecated(message = "Use collect instead", level = DeprecationLevel.ERROR, replaceWith = ReplaceW… in consumeEach()
DRxFlowable.kt47 replaceWith = ReplaceWith("rxFlowable(context, block)")
/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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DNioZipEncoding.java166 .replaceWith(REPLACEMENT_BYTES); in newEncoder()
183 .replaceWith(REPLACEMENT_STRING); in newDecoder()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DConvert.kt50 replaceWith = ReplaceWith("this.consumeAsFlow().asFlux()"))
/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()

123