| /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 { impl 141 impl Park for Driver { implementation
|
| /external/llvm-project/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/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/process/unix/ |
| D | driver.rs | 17 pub(crate) struct Driver { struct 18 park: SignalDriver, argument 19 inner: CoreDriver<watch::Receiver<()>, GlobalOrphanQueue>, argument 54 impl Driver { implementation 69 impl Park for Driver { implementation
|
| /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>>, 64 /// `Driver::drop`, so that `Inner::drop` can notify all outstanding handles argument 111 impl Driver { impl 203 impl Drop for Driver { implementation 224 impl Park for Driver { implementation 245 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 { implementation 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, 164 impl<P> Driver<P> implementation 386 impl<P> Park for Driver<P> implementation 420 impl<P> Drop for Driver<P> implementation
|
| /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
| D | Driver.java | 29 @interface Driver {} annotation
|
| /external/llvm-project/lld/docs/ |
| D | Driver.rst | 2 Driver title
|
| /external/llvm-project/clang/include/clang/Driver/ |
| D | Types.h | 21 class Driver; variable
|
| D | Compilation.h | 40 class Driver; variable
|
| D | ToolChain.h | 55 class Driver; variable
|
| /external/swiftshader/tests/VulkanUnitTests/ |
| D | Driver.hpp | 20 class Driver class
|
| D | Driver.cpp | 36 Driver::Driver() in Driver() function in Driver
|
| /external/vogar/src/vogar/ |
| D | Driver.java | 38 public final class Driver { class 41 public Driver(Run run) { in Driver() method in Driver
|
| /external/llvm-project/clang-tools-extra/clangd/ |
| D | QueryDriverDatabase.cpp | 139 extractSystemIncludesAndTarget(PathRef Driver, llvm::StringRef Lang, in extractSystemIncludesAndTarget() 334 llvm::SmallString<128> Driver(Cmd->CommandLine.front()); in getCompileCommand() local
|
| D | CompileCommands.cpp | 132 static std::string resolveDriver(llvm::StringRef Driver, bool FollowSymlink, in resolveDriver()
|
| /external/python/cpython3/Lib/lib2to3/pgen2/ |
| D | driver.py | 29 class Driver(object): class
|
| /external/python/cpython2/Lib/lib2to3/pgen2/ |
| D | driver.py | 30 class Driver(object): class
|
| /external/clang/include/clang/Driver/ |
| D | Compilation.h | 29 class Driver; variable
|
| D | ToolChain.h | 42 class Driver; variable
|
| /external/llvm-project/clang/lib/Driver/ |
| D | Types.cpp | 321 types::getCompilationPhases(const clang::driver::Driver &Driver, in getCompilationPhases()
|
| /external/llvm-project/lldb/tools/driver/ |
| D | Driver.cpp | 107 Driver::Driver() in Driver() function in Driver
|
| /external/clang/lib/Tooling/ |
| D | Tooling.cpp | 249 const std::unique_ptr<clang::driver::Driver> Driver( in run() local
|