Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/process/unix/
Ddriver.rs14 pub(crate) struct Driver { struct
15 park: SignalDriver, argument
19 // ===== impl Driver ===== argument
21 impl Driver { implementation
35 impl Park for Driver { implementation
/external/rust/crates/tokio/src/signal/unix/
Ddriver.rs23 pub(crate) struct Driver { struct
25 park: IoDriver, argument
42 // ===== impl Driver ===== argument
44 impl Driver { implementation
141 impl Park for Driver { implementation
/external/clang/docs/
DFAQ.rst8 Driver subtitle
11 I run ``clang -cc1 ...`` and get weird errors about missing headers
54 I get errors about some headers being missing (``stddef.h``, ``stdarg.h``)
/external/rust/crates/tokio/src/io/driver/
Dmod.rs27 pub(crate) struct Driver { struct
30 tick: u8,
33 events: Option<mio::Events>,
39 resources: Option<Slab<ScheduledIo>>,
65 /// `Driver::drop`, so that `Inner::drop` can notify all outstanding handles argument
112 impl Driver { impl
204 impl Drop for Driver { implementation
225 impl Park for Driver { implementation
246 impl fmt::Debug for Driver { implementation
/external/rust/crates/tokio/src/runtime/
Ddriver.rs150 pub(crate) struct Driver { struct
151 inner: TimeDriver, argument
168 impl Driver { impl
189 impl Park for Driver { implementation
Dpark.rs183 fn park_driver(&self, driver: &mut Driver) { in park_driver()
/external/rust/crates/tokio/src/time/driver/
Dmod.rs85 pub(crate) struct Driver<P: Park + 'static> { struct
87 time_source: ClockTime,
90 handle: Handle,
93 park: P,
102 did_wake: Arc<AtomicBool>,
173 impl<P> Driver<P> impl
424 impl<P> Park for Driver<P> implementation
458 impl<P> Drop for Driver<P> implementation
/external/uwb/src/rust/uci/
Dmod.rs190 struct Driver<T: EventManager> { struct
206 Driver::new(adaptation, event_manager, cmd_receiver, rsp_receiver).await.drive().await in drive() argument
212 impl<T: EventManager> Driver<T> { implementation
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DDriver.java29 @interface Driver {} annotation
/external/vogar/src/vogar/
DDriver.java38 public final class Driver { class
41 public Driver(Run run) { in Driver() method in Driver
/external/swiftshader/tests/VulkanUnitTests/
DDriver.hpp20 class Driver class
DDriver.cpp36 Driver::Driver() in Driver() function in Driver
/external/jazzer-api/driver/
Dlibfuzzer_fuzz_target.cpp43 using Driver = jazzer::LibfuzzerDriver; typedef
/external/python/cpython2/Lib/lib2to3/pgen2/
Ddriver.py30 class Driver(object): class
/external/python/cpython3/Lib/lib2to3/pgen2/
Ddriver.py29 class Driver(object): class
/external/clang/include/clang/Driver/
DCompilation.h29 class Driver; variable
DToolChain.h42 class Driver; variable
/external/mesa3d/src/egl/main/
Degldisplay.h165 const _EGLDriver *Driver; /**< Matched driver of the display */ member
/external/clang/lib/Tooling/
DTooling.cpp249 const std::unique_ptr<clang::driver::Driver> Driver( in run() local
/external/mesa3d/src/mesa/swrast/
Ds_context.h220 struct swrast_device_driver Driver; member
/external/clang/lib/Driver/
DTools.h27 class Driver; variable
DDriver.cpp51 Driver::Driver(StringRef ClangExecutable, StringRef DefaultTargetTriple, in Driver() function in Driver
/external/mesa3d/src/mesa/tnl/
Dt_context.h543 struct tnl_device_driver Driver; member
/external/mesa3d/include/D3D9/
Dd3d9types.h1290 char Driver[512]; member
/external/mesa3d/src/mesa/main/
Dmtypes.h4986 struct dd_function_table Driver; member