/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | Builders.common.kt | 52 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/ |
D | RxMaybe.kt | 34 val newContext = scope.newCoroutineContext(context) in rxMaybeInternal() constant
|
D | RxSingle.kt | 33 val newContext = scope.newCoroutineContext(context) in rxSingleInternal() constant
|
D | RxCompletable.kt | 33 val newContext = scope.newCoroutineContext(context) in rxCompletableInternal() constant
|
D | RxObservable.kt | 48 val newContext = scope.newCoroutineContext(context) in rxObservableInternal() constant
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/ |
D | RxMaybe.kt | 34 val newContext = scope.newCoroutineContext(context) in rxMaybeInternal() constant
|
D | RxSingle.kt | 33 val newContext = scope.newCoroutineContext(context) in rxSingleInternal() constant
|
D | RxCompletable.kt | 33 val newContext = scope.newCoroutineContext(context) in rxCompletableInternal() constant
|
D | RxObservable.kt | 48 val newContext = scope.newCoroutineContext(context) in rxObservableInternal() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/ |
D | ChannelFlow.kt | 76 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/ |
D | Produce.kt | 129 val newContext = newCoroutineContext(context) in produce() constant
|
D | Broadcast.kt | 121 val newContext = newCoroutineContext(context) in broadcast() constant
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/ |
D | Flux.kt | 52 val newContext = scope.newCoroutineContext(context + reactorContext) in reactorPublish() constant
|
D | Mono.kt | 87 val newContext = scope.newCoroutineContext(context + reactorContext) in awaitSingle() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/ |
D | Actor.kt | 116 val newContext = newCoroutineContext(context) in actor() constant
|
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
D | OpenJdkEngineFactory.java | 74 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/ |
D | ServerSessionContextTest.java | 27 ServerSessionContext newContext() { in newContext() method in ServerSessionContextTest
|
D | ClientSessionContextTest.java | 33 ClientSessionContext newContext() { in newContext() method in ClientSessionContextTest
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ServerSessionContextTest.java | 31 ServerSessionContext newContext() { in newContext() method in ServerSessionContextTest
|
D | ClientSessionContextTest.java | 37 ClientSessionContext newContext() { in newContext() method in ClientSessionContextTest
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/src/future/ |
D | Future.kt | 40 val newContext = this.newCoroutineContext(context) in <lambda>() constant
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | Publish.kt | 55 val newContext = scope.newCoroutineContext(context) in publishInternal() constant
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/ |
D | ListenableFuture.kt | 55 val newContext = newCoroutineContext(context) in <lambda>() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
D | Builders.kt | 42 val newContext: CoroutineContext in runBlocking() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
D | Builders.kt | 45 val newContext: CoroutineContext in runBlocking() constant
|