Home
last modified time | relevance | path

Searched defs:newContext (Results 1 – 25 of 56) sorted by relevance

123

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DBuilders.common.kt52 val newContext = newCoroutineContext(context) in <lambda>() constant
87 val newContext = newCoroutineContext(context) in async() constant
147 val newContext = oldContext + context in withContext() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxMaybe.kt34 val newContext = scope.newCoroutineContext(context) in rxMaybeInternal() constant
DRxSingle.kt33 val newContext = scope.newCoroutineContext(context) in rxSingleInternal() constant
DRxCompletable.kt33 val newContext = scope.newCoroutineContext(context) in rxCompletableInternal() constant
DRxObservable.kt47 val newContext = scope.newCoroutineContext(context) in rxObservableInternal() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxMaybe.kt48 val newContext = scope.newCoroutineContext(context) in rxMaybe() constant
DRxSingle.kt47 val newContext = scope.newCoroutineContext(context) in rxSingle() constant
DRxCompletable.kt47 val newContext = scope.newCoroutineContext(context) in rxCompletable() constant
DRxObservable.kt61 val newContext = scope.newCoroutineContext(context) in rxObservable() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DProduce.kt133 val newContext = newCoroutineContext(context) in produce() constant
DBroadcast.kt116 val newContext = newCoroutineContext(context) in broadcast() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DChannelFlow.kt76 val newContext = context + this.context in dropChannelOperators() constant
176 val newContext = collectContext + context // compute resulting collect context in collectTo() constant
DFlowCoroutine.kt60 val newContext = newCoroutineContext(context) in flowProduce() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DMono.kt52 val newContext = scope.newCoroutineContext(context + reactorContext) in mono() constant
DFlux.kt68 val newContext = scope.newCoroutineContext(context + reactorContext) in flux() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/
DActor.kt116 val newContext = newCoroutineContext(context) in actor() constant
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkEngineFactory.java74 private SSLContext newContext() { in newContext() method
104 private SSLContext newContext() { in newContext() method
137 private SSLContext newContext() { in newContext() method
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DServerSessionContextTest.java27 ServerSessionContext newContext() { in newContext() method in ServerSessionContextTest
DClientSessionContextTest.java33 ClientSessionContext newContext() { in newContext() method in ClientSessionContextTest
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DServerSessionContextTest.java31 ServerSessionContext newContext() { in newContext() method in ServerSessionContextTest
DClientSessionContextTest.java37 ClientSessionContext newContext() { in newContext() method in ClientSessionContextTest
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/src/future/
DFuture.kt40 val newContext = this.newCoroutineContext(context) in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DPublish.kt67 val newContext = scope.newCoroutineContext(context) in publish() constant
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/
DListenableFuture.kt48 val newContext = newCoroutineContext(context) in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt36 var newContext: CoroutineContext = context // todo: kludge for data flow analysis error in runBlocking() variable

123