Home
last modified time | relevance | path

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

12345

/external/rust/pica/tests/
Ddata_transfer.py28 async def controller(host: Host, peer: Host, file: Path):
155 async def controlee(host: Host, peer: Host, file: Path):
289 host: Host, dst_mac_address: bytes, file: Path, session_id: int
Dranging.py26 async def controller(host: Host, peer: Host):
145 async def controlee(host: Host, peer: Host):
Dhelper.py19 async def init(host: Host):
/external/python/bumble/rust/src/wrapper/
Dhost.rs25 pub struct Host { struct
29 impl Host { implementation
78 impl ToPyObject for Host { implementation
/external/python/bumble/apps/
Dcontroller_info.py72 async def get_classic_info(host: Host) -> None:
93 async def get_le_info(host: Host) -> None:
150 async def get_acl_flow_control_info(host: Host) -> None:
175 async def get_codecs_info(host: Host) -> None:
/external/pandora/bt-test-interfaces/pandora/
Dhost.proto28 service Host { service
35 rpc FactoryReset(google.protobuf.Empty) returns (google.protobuf.Empty);
38 rpc Reset(google.protobuf.Empty) returns (google.protobuf.Empty);
41 rpc ReadLocalAddress(google.protobuf.Empty) returns (ReadLocalAddressResponse);
53 rpc Connect(ConnectRequest) returns (ConnectResponse);
57 rpc WaitConnection(WaitConnectionRequest) returns (WaitConnectionResponse);
61 rpc ConnectLE(ConnectLERequest) returns (ConnectLEResponse);
66 rpc WaitConnectionUpdate(WaitConnectionUpdateRequest) returns (WaitConnectionUpdateResponse);
68 … GetConnectionParameters(GetConnectionParametersRequest) returns (GetConnectionParametersResponse);
71 rpc Disconnect(DisconnectRequest) returns (google.protobuf.Empty);
[all …]
/external/rust/android-crates-io/crates/url/src/
Dhost.rs42 pub enum Host<S = String> { enum
62 impl<'a> Host<&'a str> { impl
73 impl Host<String> { impl
170 impl<S: AsRef<str>> fmt::Display for Host<S> { implementation
184 impl<S, T> PartialEq<Host<T>> for Host<S> implementation
/external/nist-sip/java/gov/nist/core/
DHost.java55 public class Host extends GenericObject { class
85 public Host() { in Host() method in Host
94 public Host(String hostName) throws IllegalArgumentException { in Host() method in Host
108 public Host(String name, int addrType) { in Host() method in Host
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DHost.java39 public final class Host { class
47 private Host() { in Host() method in Host
51 private Host(Builder builder) { in Host() method in Host
/external/pigweed/pw_kernel/
Dcheat_sheet.rst50 Host section in Build and Test
53 Test
/external/python/bumble/bumble/drivers/
D__init__.py43 async def get_driver_for_host(host: Host) -> Optional[Driver]:
/external/rust/android-crates-io/crates/axum/src/extract/
Dhost.rs24 pub struct Host(pub String); struct
27 impl<S> FromRequestParts<S> for Host implementation
/external/perfetto/src/tracing/ipc/service/
Dservice_ipc_host_impl.h27 class Host; variable
Dproducer_ipc_service.h35 class Host; variable
/external/crosvm/docs/book/src/devices/pmem/
Dpmem_ext2.md18 ### Host subsection
/external/rust/android-crates-io/crates/vsock/
DREADME.md16 ### Host subsection
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
Dtimer_manager.h72 explicit Host(TimerManager* timer_manager) in Host() function
/external/autotest/frontend/client/src/autotest/afe/models/
DHost.java7 public class Host extends JSONObject { class
/external/llvm/unittests/Support/
DThreadPool.cpp25 Triple Host; member in ThreadPoolTest
32 Triple Host(Triple::normalize(sys::getProcessTriple())); in isUnsupportedOSOrEnvironment() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtimer_manager.h73 explicit Host(TimerManager* timer_manager) in Host() function
/external/ot-br-posix/src/host/
Dasync_task.hpp44 namespace Host { namespace
Dthread_host.cpp42 namespace Host { namespace
Dasync_task.cpp37 namespace Host { namespace
/external/autotest/server/hosts/
Dbase_classes.py24 class Host(hosts.Host): class
/external/perfetto/include/perfetto/ext/tracing/ipc/
Dservice_ipc_host.h34 class Host; variable

12345