Home
last modified time | relevance | path

Searched defs:newContext (Results 1 – 25 of 52) 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
155 val newContext = oldContext.newCoroutineContext(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.kt48 val newContext = scope.newCoroutineContext(context) in rxObservableInternal() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/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.kt48 val newContext = scope.newCoroutineContext(context) in rxObservableInternal() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DChannelFlow.kt76 val newContext = context + this.context in dropChannelOperators() constant
164 val newContext = collectContext + context // compute resulting collect context in collectTo() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DProduce.kt129 val newContext = newCoroutineContext(context) in produce() constant
DBroadcast.kt121 val newContext = newCoroutineContext(context) in broadcast() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DFlux.kt52 val newContext = scope.newCoroutineContext(context + reactorContext) in reactorPublish() constant
DMono.kt87 val newContext = scope.newCoroutineContext(context + reactorContext) in awaitSingle() 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.kt55 val newContext = scope.newCoroutineContext(context) in publishInternal() constant
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/
DListenableFuture.kt55 val newContext = newCoroutineContext(context) in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt42 val newContext: CoroutineContext in runBlocking() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt45 val newContext: CoroutineContext in runBlocking() constant

123