Home
last modified time | relevance | path

Searched defs:actor (Results 1 – 13 of 13) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DActorTest.kt26 val actor = actor<String>(capacity = capacity) { in <lambda>() constant
44 val actor = actor<String>(capacity = capacity) { in <lambda>() constant
71 val actor = actor<Int>(capacity = capacity) { in <lambda>() constant
90 val actor = actor<Int>(capacity = capacity) { in <lambda>() constant
139 val actor = actor<Int>(parent) { in <lambda>() constant
176 val actor = actor<Int>(start = start) { for (i in channel) {} } in <lambda>() constant
DActorLazyTest.kt15 val actor = actor<String>(start = CoroutineStart.LAZY) { in <lambda>() constant
41 val actor = actor<String>(start = CoroutineStart.LAZY) { in <lambda>() constant
68 val actor = actor<Int>(start = CoroutineStart.LAZY) { in <lambda>() constant
DDoubleChannelCloseStressTest.kt16 … val actor = GlobalScope.actor<Int>(CoroutineName("actor"), start = CoroutineStart.LAZY) { in testDoubleCloseStress() constant
DProduceConsumeJvmTest.kt49 val actor = actor<Int>(capacity = capacity) { in <lambda>() constant
/external/antlr/runtime/ObjC/Framework/
DTreeRewriter.h36 id actor; variable
DTreeWizard.h49 id actor; variable
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
DProblemHandlerLocation1440Test.java80 public ActivityEntity actor; field in ProblemHandlerLocation1440Test.Activity
86 …l ActivityEntity object, @JsonProperty("target") final ActivityEntity target, @JsonProperty("verb"… in Activity()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFailFastOnStartTest.kt70 val actor = actor<Int>(Dispatchers.Main, start = CoroutineStart.LAZY) { fail() } in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryChannelsTest.kt153 val actor = actor<Int>(job, Channel.UNLIMITED) { in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/
DActor.kt109 public fun <E> CoroutineScope.actor( in actor() method
/external/rust/crates/tokio/src/sync/tests/
Dloom_semaphore_batch.rs23 async fn actor(shared: Arc<Shared>) { in basic_usage() function
/external/python/google-api-python-client/tests/data/
Dplus.json105 "actor": { object
162 "actor": { object
480 "actor": { object
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...