/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 147 val newContext = oldContext + 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 | 47 val newContext = scope.newCoroutineContext(context) in rxObservableInternal() constant
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/ |
D | RxMaybe.kt | 48 val newContext = scope.newCoroutineContext(context) in rxMaybe() constant
|
D | RxSingle.kt | 47 val newContext = scope.newCoroutineContext(context) in rxSingle() constant
|
D | RxCompletable.kt | 47 val newContext = scope.newCoroutineContext(context) in rxCompletable() constant
|
D | RxObservable.kt | 61 val newContext = scope.newCoroutineContext(context) in rxObservable() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Produce.kt | 133 val newContext = newCoroutineContext(context) in produce() constant
|
D | Broadcast.kt | 116 val newContext = newCoroutineContext(context) in broadcast() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/ |
D | ChannelFlow.kt | 76 val newContext = context + this.context in dropChannelOperators() constant 176 val newContext = collectContext + context // compute resulting collect context in collectTo() constant
|
D | FlowCoroutine.kt | 60 val newContext = newCoroutineContext(context) in flowProduce() constant
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/ |
D | Mono.kt | 52 val newContext = scope.newCoroutineContext(context + reactorContext) in mono() constant
|
D | Flux.kt | 68 val newContext = scope.newCoroutineContext(context + reactorContext) in flux() 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 | 67 val newContext = scope.newCoroutineContext(context) in publish() constant
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/ |
D | ListenableFuture.kt | 48 val newContext = newCoroutineContext(context) in <lambda>() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
D | Builders.kt | 36 var newContext: CoroutineContext = context // todo: kludge for data flow analysis error in runBlocking() variable
|