Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/packages/modules/DnsResolver/doh/network/
Ddriver.rs33 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/
Ddriver.rs126 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/
Ddriver.rs29 pub struct Driver { struct
43 impl Driver { argument
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/signal/
Dmod.rs19 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/
Ddriver.rs20 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/
Dprocess.rs13 pub(crate) struct Driver { struct
14 park: SignalDriver, argument
18 // ===== impl Driver ===== argument
20 impl Driver { impl
Ddriver.rs16 pub(crate) struct Driver { struct
17 inner: TimeDriver, argument
46 impl Driver { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/
Dlib.rs163 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/
Dmod.rs107 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 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``)
/aosp_15_r20/external/python/bumble/rust/src/wrapper/drivers/
Drtk.rs24 pub struct Driver(PyObject); struct
26 impl Driver { implementation
/aosp_15_r20/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java44 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/
Dsignal.rs16 impl Driver { impl
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/
H A Dgenerate_driver_wrappers.py25 Driver = NewType('Driver', dict) variable
69 def validate_json(driverjson_data: Driver, driverschema_list: dict) -> None:
/aosp_15_r20/external/mbedtls/scripts/
H A Dgenerate_driver_wrappers.py25 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 DDriver.java38 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/
Ddriver.go85 type Driver interface { interface
141 Driver() Driver methodSpec
/aosp_15_r20/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
H A DDriver.java29 @interface Driver {} annotation
/aosp_15_r20/external/python/bumble/bumble/drivers/
Dcommon.py27 class Driver(abc.ABC): class
/aosp_15_r20/frameworks/compile/mclinker/tools/mcld/
DMain.cpp62 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/
DTypes.h21 class Driver; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DTypes.h21 class Driver; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DTypes.h21 class Driver; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DTypes.h21 class Driver; variable
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/14/libcore/ojluni/src/main/java/java/sql/
DDriver.java56 public interface Driver { interface

12345678910>>...15