Home
last modified time | relevance | path

Searched defs:Dispatcher (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/pigweed/pw_async2/
H A Ddispatcher_test.cc52 TEST(Dispatcher, RunUntilStalledPendsPostedTask) { in TEST() argument
64 TEST(Dispatcher, RunUntilStalledReturnsOnNotReady) { in TEST() argument
74 TEST(Dispatcher, RunUntilStalledDoesNotPendSleepingTask) { in TEST() argument
95 TEST(Dispatcher, RunUntilStalledWithNoTasksReturnsReady) { in TEST() argument
100 TEST(Dispatcher, RunToCompletionPendsMultipleTasks) { in TEST() argument
152 TEST(Dispatcher, RunPendableUntilStalledReturnsOutputOnReady) { in TEST() argument
159 TEST(Dispatcher, RunPendableUntilStalledReturnsPending) { in TEST() argument
173 TEST(Dispatcher, PostToDispatcherFromInsidePendSucceeds) { in TEST() argument
197 TEST(Dispatcher, RunToCompletionPendsPostedTask) { in TEST() argument
207 TEST(Dispatcher, RunToCompletionIgnoresDeregisteredTask) { in TEST() argument
H A Denqueue_heap_func_test.cc26 TEST(Dispatcher, DispatcherRunsEnqueuedTasksOnce) { in TEST() argument
/aosp_15_r20/packages/modules/DnsResolver/doh/dispatcher/
Dmod.rs71 pub struct Dispatcher { struct
78 impl Dispatcher { implementation
81 pub fn new(validation: ValidationReporter, tagger: SocketTagger) -> Result<Dispatcher> { in new()
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Ddispatch.rs18 pub(crate) struct Dispatcher<D, Bs: HttpBody, I, T> { struct
19 conn: Conn<I, Bs::Data, T>,
20 dispatch: D,
21 body_tx: Option<crate::body::Sender>,
22 body_rx: Pin<Box<Option<Bs>>>,
23 is_closing: bool,
62 impl<D, Bs, I, T> Dispatcher<D, Bs, I, T> impl
418 impl<D, Bs, I, T> Future for Dispatcher<D, Bs, I, T> implementation
/aosp_15_r20/packages/modules/Uwb/service/uci/jni/src/
Ddispatcher.rs41 pub(crate) struct Dispatcher { struct
45 impl Dispatcher { impl
52 ) -> Result<Dispatcher> { in new()
172 read_lock: RwLockReadGuard<'a, Option<Dispatcher>>, in new()
/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dinitializer_unittest.cc23 struct Dispatcher { struct
26 ~Dispatcher() { in ~Dispatcher()
33 void Initialize(const std::tuple<Observers*...>& observers) { in Initialize()
38 size_t GetTotalInitCounter() const { return total_number_of_inits_; } in GetTotalInitCounter()
41 size_t& GetInitCounterForObservers( in GetInitCounterForObservers()
51 size_t total_number_of_inits_ = 0;
52 std::map<void*, std::function<void()>> reseter_;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwrapped_handler.hpp207 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_allocate()
221 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_deallocate()
232 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_is_continuation()
241 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke()
255 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke()
293 rewrapped_handler<Dispatcher, Context>* this_handler) in asio_handler_is_continuation()
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dwrapped_handler.hpp198 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_allocate()
206 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_deallocate()
214 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_is_continuation()
222 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke()
232 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke()
257 rewrapped_handler<Dispatcher, Context>* this_handler) in asio_handler_is_continuation()
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
H A DDispatcher.java38 public final class Dispatcher { class
54 public Dispatcher(ExecutorService executorService) { in Dispatcher() method in Dispatcher
58 public Dispatcher() { in Dispatcher() method in Dispatcher
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DDispatcher.java36 public final class Dispatcher { class
52 public Dispatcher(ExecutorService executorService) { in Dispatcher() method in Dispatcher
56 public Dispatcher() { in Dispatcher() method in Dispatcher
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dserver.rs154 struct Dispatcher<S: Types> { struct
171 impl<S: Server> DispatcherTrait for Dispatcher<MarkedTypes<S>> { argument
175 let Dispatcher { handle_store, server } = self; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dserver.rs154 struct Dispatcher<S: Types> { struct
171 impl<S: Server> DispatcherTrait for Dispatcher<MarkedTypes<S>> { argument
175 let Dispatcher { handle_store, server } = self; localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dserver.rs154 struct Dispatcher<S: Types> { struct
171 impl<S: Server> DispatcherTrait for Dispatcher<MarkedTypes<S>> { argument
175 let Dispatcher { handle_store, server } = self; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dserver.rs154 struct Dispatcher<S: Types> { struct
171 impl<S: Server> DispatcherTrait for Dispatcher<MarkedTypes<S>> { argument
175 let Dispatcher { handle_store, server } = self; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Dserver.rs154 struct Dispatcher<S: Types> { struct
171 impl<S: Server> DispatcherTrait for Dispatcher<MarkedTypes<S>> { argument
175 let Dispatcher { handle_store, server } = self; localVariable
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Ddispatcher_base.h43 class Dispatcher; variable
159 friend class Dispatcher; variable
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.14.18/
HDbyte-buddy-agent-1.14.18.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/versions/ META- ...
/aosp_15_r20/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DDispatcher.java21 public abstract class Dispatcher { class
/aosp_15_r20/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DDispatcher.java19 public abstract class Dispatcher { class
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
DDispatcher.java52 interface Dispatcher extends Runnable { interface
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
DDispatcher.java52 interface Dispatcher extends Runnable { interface
/aosp_15_r20/external/pigweed/pw_async/public/pw_async/
H A Dcontext.h21 class Dispatcher; variable
/aosp_15_r20/external/okhttp/mockwebserver/
H A DREADME.md114 #### Dispatcher subsubsection
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DShaderRegistry.h32 using Dispatcher = std::unordered_map<DispatchKey, std::string>; variable
/aosp_15_r20/external/libchrome/mojo/core/
H A Dwatch.h18 class Dispatcher; variable

12345678910>>...23