/aosp_15_r20/packages/modules/DnsResolver/doh/network/ |
D | driver.rs | 33 pub struct Driver { struct 34 info: ServerInfo, 35 config: Config, 36 connection: Connection, 37 command_rx: mpsc::Receiver<Command>, 38 status_tx: watch::Sender<Status>, 39 validation: ValidationReporter, 40 tag_socket: SocketTagger, 87 impl Driver { impl
|
/aosp_15_r20/packages/modules/DnsResolver/doh/connection/ |
D | driver.rs | 126 struct Driver { struct 147 driver: Driver, argument 178 impl Driver { implementation 331 fn new(driver: Driver, h3_conn: h3::Connection) -> Self { in new() 341 async fn drive(mut self) -> Result<Driver> { in drive()
|
/aosp_15_r20/packages/modules/DnsResolver/doh/dispatcher/ |
D | driver.rs | 29 pub struct Driver { struct 43 impl Driver { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/signal/ |
D | mod.rs | 19 pub(crate) struct Driver { struct 21 io: io::Driver, argument 39 // ===== impl Driver ===== argument 41 impl Driver { implementation 43 pub(crate) fn new(io: io::Driver, io_handle: &io::Handle) -> std_io::Result<Self> { in new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/io/ |
D | driver.rs | 20 pub(crate) struct Driver { struct 22 signal_ready: bool, 47 pub(crate) metrics: IoDriverMetrics, argument 91 impl Driver { implementation 94 pub(crate) fn new(nevents: usize) -> io::Result<(Driver, Handle)> { in new() 190 impl fmt::Debug for Driver { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/ |
D | process.rs | 13 pub(crate) struct Driver { struct 14 park: SignalDriver, argument 18 // ===== impl Driver ===== argument 20 impl Driver { impl
|
D | driver.rs | 16 pub(crate) struct Driver { struct 17 inner: TimeDriver, argument 46 impl Driver { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/ |
D | lib.rs | 163 fn get_driver(&self) -> io::Result<Driver> { in get_driver() 240 pub struct Driver { struct 245 /// Driver description argument 249 impl Driver { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/time/ |
D | mod.rs | 107 pub(crate) struct Driver { struct 112 /// Timer state shared between `Driver`, `Handle`, and `Registration`. argument 141 impl Driver { impl 146 pub(crate) fn new(park: IoStack, clock: &Clock, shards: u32) -> (Driver, Handle) { in new()
|
/aosp_15_r20/external/clang/docs/ |
H A 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``)
|
/aosp_15_r20/external/python/bumble/rust/src/wrapper/drivers/ |
D | rtk.rs | 24 pub struct Driver(PyObject); struct 26 impl Driver { implementation
|
/aosp_15_r20/libcore/xml/src/main/java/org/xmlpull/v1/sax2/ |
H A D | Driver.java | 44 public class Driver implements Locator, XMLReader, Attributes class 79 public Driver() throws XmlPullParserException { in Driver() method in Driver 85 public Driver(XmlPullParser pp) throws XmlPullParserException { in Driver() method in Driver
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/io/driver/ |
D | signal.rs | 16 impl Driver { impl
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/ |
H A D | generate_driver_wrappers.py | 25 Driver = NewType('Driver', dict) variable 69 def validate_json(driverjson_data: Driver, driverschema_list: dict) -> None:
|
/aosp_15_r20/external/mbedtls/scripts/ |
H A D | generate_driver_wrappers.py | 25 Driver = NewType('Driver', dict) variable 69 def validate_json(driverjson_data: Driver, driverschema_list: dict) -> None:
|
/aosp_15_r20/external/vogar/src/vogar/ |
H A D | Driver.java | 38 public final class Driver { class 41 public Driver(Run run) { in Driver() method in Driver
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/driver/ |
D | driver.go | 85 type Driver interface { interface 141 Driver() Driver methodSpec
|
/aosp_15_r20/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
H A D | Driver.java | 29 @interface Driver {} annotation
|
/aosp_15_r20/external/python/bumble/bumble/drivers/ |
D | common.py | 27 class Driver(abc.ABC): class
|
/aosp_15_r20/frameworks/compile/mclinker/tools/mcld/ |
D | Main.cpp | 62 class Driver { class 88 explicit Driver(const char* prog_name) in Driver() function in __anon4d3239e60111::Driver
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/ |
D | Types.h | 21 class Driver; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/ |
D | Types.h | 21 class Driver; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/ |
D | Types.h | 21 class Driver; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/ |
D | Types.h | 21 class Driver; variable
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/14/libcore/ojluni/src/main/java/java/sql/ |
D | Driver.java | 56 public interface Driver { interface
|