Home
last modified time | relevance | path

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

12345678910>>...24

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
H A DBuilders.common.kt48 val newContext = newCoroutineContext(context) in <lambda>() constant
83 val newContext = newCoroutineContext(context) in async() constant
149 val newContext = oldContext.newCoroutineContext(context) in withContext() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
H A DChannelFlow.kt72 val newContext = context + this.context in dropChannelOperators() constant
160 … val newContext = collectContext.newCoroutineContext(context) // compute resulting collect context in collectTo() constant
/aosp_15_r20/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
H A DOpenJdkEngineFactory.java74 private SSLContext newContext() { in newContext() method
104 private SSLContext newContext() { in newContext() method
137 private SSLContext newContext() { in newContext() method
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DLayoutInflaterTest.java462 public MockLayoutInflater(LayoutInflater original, Context newContext) { in MockLayoutInflater()
473 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext()
489 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneLayoutInflater.java47 protected PhoneLayoutInflater(LayoutInflater original, Context newContext) { in PhoneLayoutInflater()
71 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext()
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
H A DRxMaybe.kt30 val newContext = scope.newCoroutineContext(context) in rxMaybeInternal() constant
H A DRxSingle.kt29 val newContext = scope.newCoroutineContext(context) in rxSingleInternal() constant
H A DRxCompletable.kt29 val newContext = scope.newCoroutineContext(context) in rxCompletableInternal() constant
H A DRxObservable.kt43 val newContext = scope.newCoroutineContext(context) in rxObservableInternal() constant
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
H A DRxSingle.kt29 val newContext = scope.newCoroutineContext(context) in rxSingleInternal() constant
H A DRxMaybe.kt30 val newContext = scope.newCoroutineContext(context) in rxMaybeInternal() constant
H A DRxCompletable.kt29 val newContext = scope.newCoroutineContext(context) in rxCompletableInternal() constant
H A DRxObservable.kt43 val newContext = scope.newCoroutineContext(context) in rxObservableInternal() constant
/aosp_15_r20/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java57 …r<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) { in PreferenceInflater()
63 public GenericInflater<Preference, PreferenceGroup> cloneInContext(Context newContext) { in cloneInContext()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
H A DProduce.kt126 val newContext = newCoroutineContext(context) in produce() constant
H A DBroadcast.kt120 val newContext = newCoroutineContext(context) in broadcast() constant
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
H A DFlux.kt48 val newContext = scope.newCoroutineContext(context + reactorContext) in reactorPublish() constant
H A DMono.kt85 val newContext = scope.newCoroutineContext(context + reactorContext) in awaitSingle() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/
H A DActor.kt112 val newContext = newCoroutineContext(context) in actor() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/util/
H A DUtil.kt65 val newContext = newCoroutineContext(context) in childScope() constant
/aosp_15_r20/external/accompanist/testharness/src/main/java/com/google/accompanist/testharness/
H A DTestHarness.kt157 val newContext = ContextThemeWrapper(LocalContext.current, 0).apply { in OverriddenConfiguration() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jdk8/src/future/
H A DFuture.kt36 val newContext = this.newCoroutineContext(context) in <lambda>() constant
/aosp_15_r20/external/aws-sdk-java-v2/core/imds/src/main/java/software/amazon/awssdk/imds/internal/
H A DDefaultEc2MetadataAsyncClient.java122 RetryPolicyContext newContext = in get() local
127 scheduledRetryAttempt(() -> get(path, newContext, returnFuture), newContext); in get() local
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
H A DPublish.kt51 val newContext = scope.newCoroutineContext(context) in publishInternal() constant
/aosp_15_r20/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/
H A DListenableFuture.kt51 val newContext = newCoroutineContext(context) in <lambda>() constant

12345678910>>...24