Home
last modified time | relevance | path

Searched defs:subscribe (Results 1 – 25 of 40) sorted by relevance

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DMigration.kt155 public fun <T> Flow<T>.subscribe(): Unit = noImpl() in <lambda>() method
164 )public fun <T> Flow<T>.subscribe(onEach: suspend (T) -> Unit): Unit = noImpl() in <lambda>() method
173 )public fun <T> Flow<T>.subscribe(onEach: suspend (T) -> Unit, onError: suspend (Throwable) -> Unit… in <lambda>() method
/external/robolectric-shadows/shadows/supportv4/src/main/java/org/robolectric/shadows/support/v4/
DShadowMediaBrowserCompat.java108 protected void subscribe(@NonNull String parentId, @NonNull SubscriptionCallback callback) { in subscribe() method in ShadowMediaBrowserCompat
113 protected void subscribe( in subscribe() method in ShadowMediaBrowserCompat
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DReactorFlow.kt35 override fun subscribe(subscriber: CoreSubscriber<in T>) { in asFlux() method in kotlinx.coroutines.reactor.FlowAsFlux
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DMonoAwaitStressTest.kt29 override fun subscribe(s: CoreSubscriber<in Int>) { in <lambda>() method
/external/tensorflow/tensorflow/python/framework/
Dsubscribe.py309 def subscribe(tensors, side_effects): function
/external/ltp/utils/sctp/func_tests/
Dtest_sctp_sendrecvmsg.c84 struct sctp_event_subscribe subscribe; in main() local
Dtest_timetolive.c110 struct sctp_event_subscribe subscribe; in main() local
Dtest_sockopt.c88 struct sctp_event_subscribe subscribe; in main() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWifiAwareManager.java55 protected void subscribe( in subscribe() method in ShadowWifiAwareManager
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DCancellableContinuationJvmTest.kt71 public fun subscribe() { in subscribe() method in kotlinx.coroutines.CancellableContinuationJvmTest.BlockingSource
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_channel.py29 def subscribe(self, callback, try_to_connect=False): member in TestingChannel
/external/python/bumble/bumble/
Dgatt_client.py162 async def subscribe(self, subscriber=None, prefer_notify=True): member in CharacteristicProxy
666 async def subscribe(self, characteristic, subscriber=None, prefer_notify=True): member in Client
/external/ltp/utils/sctp/testlib/
Dsctputil.c337 struct sctp_event_subscribe subscribe; in test_enable_assoc_change() local
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py77 def subscribe(self, callback, try_to_connect=None): member in Channel
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DSharedFlowScenarioTest.kt353 fun subscribe(id: String): TestJob { in <lambda>() method in kotlinx.coroutines.flow.SharedFlowScenarioTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DReactiveFlow.kt180 override fun subscribe(subscriber: Subscriber<in T>?) { in subscribe() method in FlowAsPublisher
/external/tinyalsa_new/src/
Dmixer_plugin.c167 int *subscribe) in mixer_plug_subscribe_events()
Dmixer.c454 int mixer_subscribe_events(struct mixer *mixer, int subscribe) in mixer_subscribe_events()
/external/tinyalsa/
Dmixer_plugin.c162 int *subscribe) in mixer_plug_subscribe_events()
Dmixer.c817 int mixer_subscribe_events(struct mixer *mixer, int subscribe) in mixer_subscribe_events()
/external/python/python-api-core/google/api_core/
Dgrpc_helpers.py485 def subscribe(self, callback, try_to_connect=False): member in ChannelStub
/external/rust/crates/tokio/src/sync/
Dwatch.rs938 pub fn subscribe(&self) -> Receiver<T> { in subscribe() method
Dbroadcast.rs601 pub fn subscribe(&self) -> Receiver<T> { in subscribe() method
/external/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h310 const char *subscribe; /* stream subscribes to this topic */ member
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py400 def subscribe(self, callback, try_to_connect=False): member in _Channel

12