/aosp_15_r20/external/pigweed/pw_async2/ |
H A D | dispatcher_test.cc | 52 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 D | enqueue_heap_func_test.cc | 26 TEST(Dispatcher, DispatcherRunsEnqueuedTasksOnce) { in TEST() argument
|
/aosp_15_r20/packages/modules/DnsResolver/doh/dispatcher/ |
D | mod.rs | 71 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/ |
D | dispatch.rs | 18 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/ |
D | dispatcher.rs | 41 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 D | initializer_unittest.cc | 23 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/ |
D | wrapped_handler.hpp | 207 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 D | wrapped_handler.hpp | 198 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 D | Dispatcher.java | 38 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 D | Dispatcher.java | 36 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 D | server.rs | 154 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 D | server.rs | 154 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 D | server.rs | 154 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 D | server.rs | 154 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 D | server.rs | 154 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 D | dispatcher_base.h | 43 class Dispatcher; variable 159 friend class Dispatcher; variable
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.14.18/ |
HD | byte-buddy-agent-1.14.18.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/versions/
META- ... |
/aosp_15_r20/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
H A D | Dispatcher.java | 21 public abstract class Dispatcher { class
|
/aosp_15_r20/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
H A D | Dispatcher.java | 19 public abstract class Dispatcher { class
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/ |
D | Dispatcher.java | 52 interface Dispatcher extends Runnable { interface
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/ |
D | Dispatcher.java | 52 interface Dispatcher extends Runnable { interface
|
/aosp_15_r20/external/pigweed/pw_async/public/pw_async/ |
H A D | context.h | 21 class Dispatcher; variable
|
/aosp_15_r20/external/okhttp/mockwebserver/ |
H A D | README.md | 114 #### Dispatcher subsubsection
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | ShaderRegistry.h | 32 using Dispatcher = std::unordered_map<DispatchKey, std::string>; variable
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | watch.h | 18 class Dispatcher; variable
|