/external/rust/crates/tokio/src/process/unix/ |
D | driver.rs | 14 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/ |
D | driver.rs | 23 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/ |
D | FAQ.rst | 8 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/ |
D | mod.rs | 27 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/ |
D | driver.rs | 150 pub(crate) struct Driver { struct 151 inner: TimeDriver, argument 168 impl Driver { impl 189 impl Park for Driver { implementation
|
D | park.rs | 183 fn park_driver(&self, driver: &mut Driver) { in park_driver()
|
/external/rust/crates/tokio/src/time/driver/ |
D | mod.rs | 85 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/ |
D | mod.rs | 190 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/ |
D | Driver.java | 29 @interface Driver {} annotation
|
/external/vogar/src/vogar/ |
D | Driver.java | 38 public final class Driver { class 41 public Driver(Run run) { in Driver() method in Driver
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | Driver.hpp | 20 class Driver class
|
D | Driver.cpp | 36 Driver::Driver() in Driver() function in Driver
|
/external/jazzer-api/driver/ |
D | libfuzzer_fuzz_target.cpp | 43 using Driver = jazzer::LibfuzzerDriver; typedef
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | driver.py | 30 class Driver(object): class
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | driver.py | 29 class Driver(object): class
|
/external/clang/include/clang/Driver/ |
D | Compilation.h | 29 class Driver; variable
|
D | ToolChain.h | 42 class Driver; variable
|
/external/mesa3d/src/egl/main/ |
D | egldisplay.h | 165 const _EGLDriver *Driver; /**< Matched driver of the display */ member
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 249 const std::unique_ptr<clang::driver::Driver> Driver( in run() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.h | 220 struct swrast_device_driver Driver; member
|
/external/clang/lib/Driver/ |
D | Tools.h | 27 class Driver; variable
|
D | Driver.cpp | 51 Driver::Driver(StringRef ClangExecutable, StringRef DefaultTargetTriple, in Driver() function in Driver
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.h | 543 struct tnl_device_driver Driver; member
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 1290 char Driver[512]; member
|
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 4986 struct dd_function_table Driver; member
|