Home
last modified time | relevance | path

Searched defs:Client (Results 26 – 50 of 377) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/rust/crates/quiche/examples/
Dserver.rs44 struct Client { struct
50 type ClientMap = HashMap<quiche::ConnectionId<'static>, Client>; argument
447 fn handle_stream(client: &mut Client, stream_id: u64, buf: &[u8], root: &str) { in handle_stream()
499 fn handle_writable(client: &mut Client, stream_id: u64) { in handle_writable()
/aosp_15_r20/external/go-cmp/cmp/
H A Dexample_test.go309 Client struct { struct
310 Hostname string
311 IPAddress net.IP
312 LastSeen time.Time
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h262 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client, in RemoteRTDyldMemoryManager()
319 OrcRemoteTargetClient &Client; variable
335 RemoteIndirectStubsManager(OrcRemoteTargetClient &Client, in RemoteIndirectStubsManager()
445 OrcRemoteTargetClient &Client; variable
454 RemoteTrampolinePool(OrcRemoteTargetClient &Client) : Client(Client) {} in RemoteTrampolinePool()
485 OrcRemoteTargetClient &Client; variable
492 RemoteCompileCallbackManager(OrcRemoteTargetClient &Client, in RemoteCompileCallbackManager()
506 auto Client = std::unique_ptr<OrcRemoteTargetClient>( in Create() local
/aosp_15_r20/external/opencensus-java/examples/
H A DREADME.md146 ### Gradle
152 ### Maven
189 ### Gradle
195 ### Maven
/aosp_15_r20/external/pigweed/pw_target_runner/go/cmd/
H A Dclient.go33 type Client struct { struct
34 conn *grpc.ClientConn
57 func (c *Client) RunBinary(path string) error {
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp43 Client::Client(SharedFD fd) : client_read_fd_(fd), client_write_fd_(fd) {} in Client() function in cuttlefish::Client
45 Client::Client(SharedFD read, SharedFD write) in Client() function in cuttlefish::Client
48 Client::Client(SharedFD fd, ClientType client_type) in Client() function in cuttlefish::Client
51 Client::Client(SharedFD read, SharedFD write, ClientType client_type) in Client() function in cuttlefish::Client
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/
H A Daddrobject.h31 struct Client struct
45 Object(const Client* pClient); argument
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue58572.go17 type Client struct { struct
18 m map[Key1]int
21 func (c *Client) table() {}
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java87 private class Client implements IBinder.DeathRecipient { class in RingtonePlayer
91 public Client(IBinder token, Uri uri, UserHandle user, AudioAttributes aa) { in Client() method in RingtonePlayer.Client
95 Client(IBinder token, Uri uri, UserHandle user, AudioAttributes aa, in Client() method in RingtonePlayer.Client
/aosp_15_r20/tools/netsim/rust/daemon/src/wifi/
H A Dmedium.rs100 pub struct Client { struct
106 impl Client { impl
158 pub fn get(&self, client_id: u32) -> Option<Client> { in get()
/aosp_15_r20/external/llvm-libc/libc/shared/
H A Drpc.h356 struct Client { struct
359 RPC_INLINE Client &operator=(const Client &) = delete; argument
362 RPC_INLINE Client(uint32_t port_count, void *buffer) in Client() argument
365 using Port = rpc::Port<false>;
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/
Dserver_test.go559 func testSendDeadlock(client *Client) {
576 func countMallocs(dial func() (*Client, error), t *testing.T) float64 {
748 func benchmarkEndToEnd(dial func() (*Client, error), b *testing.B) {
774 func benchmarkEndToEndAsync(dial func() (*Client, error), b *testing.B) {
/aosp_15_r20/external/python/bumble/bumble/
Dgatt_client.py114 self, client: Client, handle: int, end_group_handle: int, attribute_type: UUID
148 def from_client(service_class, client: Client, service_uuid: UUID):
256 def from_client(cls, client: Client) -> Optional[ProfileServiceProxy]:
263 class Client: class
/aosp_15_r20/test/robolectric-extensions/clearcut-junit-listener/src/main/java/com/google/asuite/clearcut/junit/listener/
H A DClient.java60 public class Client { class
92 public Client(String subToolName) { in Client() method in Client
100 protected Client(String url, String subToolName) { in Client() method in Client
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/tests/ui/
Dconsider-restricting.rs12 struct Client; struct
15 impl ClientExt for Client { implementation
/aosp_15_r20/external/guice/core/test/com/google/inject/example/
H A DClientServiceWithGuiceDefaults.java45 public static class Client { class in ClientServiceWithGuiceDefaults
50 public Client(Service service) { in Client() method in ClientServiceWithGuiceDefaults.Client
H A DClientServiceWithGuice.java51 public static class Client { class in ClientServiceWithGuice
56 public Client(Service service) { in Client() method in ClientServiceWithGuice.Client
H A DClientServiceWithDependencyInjection.java48 public static class Client { class in ClientServiceWithDependencyInjection
52 public Client(Service service) { in Client() method in ClientServiceWithDependencyInjection.Client
/aosp_15_r20/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
H A DClient.java35 public class Client { class
51 private Client(List<Channel> channels, in Client() method in Client
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/
Dpeer.rs38 Client, enumerator
44 Client(Response<()>), enumerator
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/chatserver/
DClient.java59 class Client { class
68 public Client(AsynchronousSocketChannel channel, ClientReader reader) { in Client() method in Client
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/chatserver/
DClient.java59 class Client { class
68 public Client(AsynchronousSocketChannel channel, ClientReader reader) { in Client() method in Client
/aosp_15_r20/external/python/cpython3/Doc/library/
Dasyncio-protocol.rst821 .. _asyncio-udp-echo-server-protocol:
922 .. _asyncio_example_create_connection:
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/web/
Dhttp.go51 func securityPreservingHTTPClient(original *http.Client) *http.Client {
79 Client *http.Client member
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dclient_https.hpp16 class Client<HTTPS> : public ClientBase<HTTPS> { class
27Client(const std::string &server_port_path, bool verify_certificate = true, const std::string &cer… in Client() function in SimpleWeb::Client

12345678910>>...16