Home
last modified time | relevance | path

Searched defs:Endpoint (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/channel/
Dendpoint.rs18 pub struct Endpoint { struct
40 impl Endpoint { argument
416 impl From<Uri> for Endpoint { implementation
442 impl TryFrom<Bytes> for Endpoint { implementation
450 impl TryFrom<String> for Endpoint { implementation
458 impl TryFrom<&'static str> for Endpoint { implementation
466 impl fmt::Debug for Endpoint { implementation
472 impl FromStr for Endpoint { implementation
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/resources/rules/test-cases/
H A Dparse-url.json8 "Endpoint": "https://authority.com/custom-path" string
17 "Endpoint": "https://authority.com" string
26 "Endpoint": "https://authority.com/" string
35 "Endpoint": "https://authority.com:8000/port" string
44 "Endpoint": "http://authority.com:8000/port" string
53 "Endpoint": "acbd://example.com" string
62 "Endpoint": "http://99_ab.com" string
71 "Endpoint": "http://99_ab-.com" string
80 "Endpoint": "http://abc.com:a/foo" string
89 "Endpoint": "http://192.168.1.1/foo/" string
[all …]
/aosp_15_r20/external/rust/crates/rusb/examples/
Dread_device.rs8 struct Endpoint { struct
9 config: u8,
10 iface: u8,
11 setting: u8,
12 address: u8,
125 ) -> Option<Endpoint> { in find_readable_endpoint()
155 endpoint: Endpoint, in read_endpoint()
203 endpoint: &Endpoint, in configure_endpoint()
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/examples/
Dread_device.rs8 struct Endpoint { struct
9 config: u8,
10 iface: u8,
11 setting: u8,
12 address: u8,
125 ) -> Option<Endpoint> { in find_readable_endpoint()
155 endpoint: Endpoint, in read_endpoint()
203 endpoint: &Endpoint, in configure_endpoint()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_utils.h209 struct Endpoint { struct
215 : port(port), in port()
220 int port;
222 int lb_weight;
223 std::vector<int> additional_ports;
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_utils.cc34 struct Endpoint { struct
35 Node* node;
36 int index;
39 string name() const { in name()
47 DataType dtype() const { return node->output_type(index); } in dtype()
H A Dinline_function_utils.cc68 struct Endpoint { struct
69 Node* node;
70 int index;
73 string name() const { in name()
81 DataType dtype() const { return node->output_type(index); } in dtype()
H A Dmemory_types.cc31 struct Endpoint { struct
32 int node_id;
33 int output_index;
/aosp_15_r20/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
H A DEndpoint.java42 class Endpoint { class
49 public Endpoint(List<Channel> channels) { in Endpoint() method in Endpoint
64 BiFunction<Endpoint, PendingRpc, CallT> createCall, in invokeRpc()
88 int channelId, Method method, BiFunction<Endpoint, PendingRpc, CallT> createCall) { in openRpc()
96 int channelId, Method method, BiFunction<Endpoint, PendingRpc, CallT> createCall) { in createCall()
/aosp_15_r20/external/perfetto/src/websocket_bridge/
H A Dwebsocket_bridge.cc37 struct Endpoint { struct
38 const char* uri;
39 const char* endpoint;
40 base::SockFamily family;
/aosp_15_r20/external/webrtc/p2p/base/
H A Dp2p_transport_channel_unittest.cc375 struct Endpoint : public sigslot::has_slots<> { struct in cricket::P2PTransportChannelTestBase
376 Endpoint() in Endpoint() argument
381 bool HasTransport(const rtc::PacketTransportInternal* transport) { in HasTransport()
384 ChannelData* GetChannelData(rtc::PacketTransportInternal* transport) { in GetChannelData()
393 void SetIceRole(IceRole role) { role_ = role; } in SetIceRole()
394 IceRole ice_role() { return role_; } in ice_role()
395 void SetIceTiebreaker(uint64_t tiebreaker) { tiebreaker_ = tiebreaker; } in SetIceTiebreaker()
396 uint64_t GetIceTiebreaker() { return tiebreaker_; } in GetIceTiebreaker()
397 void OnRoleConflict(bool role_conflict) { role_conflict_ = role_conflict; } in OnRoleConflict()
398 bool role_conflict() { return role_conflict_; } in role_conflict()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dconnection.rs105 pub(super) struct Endpoint<R: Req> { struct
110 impl<R: Req> Endpoint<R> { impl
597 impl<T: Req> AsRawFd for Endpoint<T> { implementation
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaaudio/src/aaudio-aidl-cpp-source/gen/include/aaudio/
DIAAudioService.h23 class Endpoint; variable
62 …::android::binder::Status getStreamDescription(int32_t /*streamHandle*/, ::aaudio::Endpoint* /*end… in getStreamDescription()
83 …::android::binder::Status exitStandby(int32_t /*streamHandle*/, ::aaudio::Endpoint* /*endpoint*/, … in exitStandby()
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/resources/codegen-resources/
H A Dendpoint-tests.json304 "Endpoint": "https://beta.example.com", string
604 "Endpoint": "https://abc.com" string
697 "Endpoint": "http://abc.com" string
794 "Endpoint": "http://control.vpce-1a2b3c4d-5e6f.s3.us-west-2.vpce.amazonaws.com", string
820 "Endpoint": "http://control.vpce-1a2b3c4d-5e6f.s3.us-west-2.vpce.amazonaws.com/foo", string
859 "Endpoint": "https://control.vpce-1a2b3c4d-5e6f.s3.us-west-2.vpce.amazonaws.com", string
873 "Endpoint": "abcde://nota#url", string
912 "Endpoint": "https://123.123.0.1", string
1193 "Endpoint": "http://example.com" string
1442 "Endpoint": "https://example.com", string
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dmod.rs486 enum Endpoint<S, B> { enum
491 impl<S, B> Endpoint<S, B> impl
514 impl<S, B> Clone for Endpoint<S, B> { implementation
523 impl<S, B> fmt::Debug for Endpoint<S, B> { implementation
/aosp_15_r20/external/aws-sdk-java-v2/services/qbusiness/src/main/resources/codegen-resources/
H A Dendpoint-tests.json85 "Endpoint": "https://example.com" string
97 "Endpoint": "https://example.com" string
108 "Endpoint": "https://example.com" string
/aosp_15_r20/external/aws-sdk-java-v2/services/eksauth/src/main/resources/codegen-resources/
H A Dendpoint-tests.json85 "Endpoint": "https://example.com" string
97 "Endpoint": "https://example.com" string
108 "Endpoint": "https://example.com" string
/aosp_15_r20/system/chre/util/include/chre/util/system/
H A Dmessage_common.h69 struct Endpoint { struct
71 EndpointId endpointId; argument
73 bool operator==(const Endpoint &other) const { argument
/aosp_15_r20/external/aws-sdk-java-v2/services/kendraranking/src/main/resources/codegen-resources/
H A Dendpoint-tests.json85 "Endpoint": "https://example.com" string
97 "Endpoint": "https://example.com" string
108 "Endpoint": "https://example.com" string
/aosp_15_r20/external/aws-sdk-java-v2/services/datazone/src/main/resources/codegen-resources/
H A Dendpoint-tests.json85 "Endpoint": "https://example.com" string
97 "Endpoint": "https://example.com" string
108 "Endpoint": "https://example.com" string
/aosp_15_r20/external/aws-sdk-java-v2/services/bcmdataexports/src/main/resources/codegen-resources/
H A Dendpoint-tests.json115 "Endpoint": "https://example.com" string
127 "Endpoint": "https://example.com" string
138 "Endpoint": "https://example.com" string
/aosp_15_r20/external/aws-sdk-java-v2/services/freetier/src/main/resources/codegen-resources/
H A Dendpoint-tests.json136 "Endpoint": "https://example.com" string
148 "Endpoint": "https://example.com" string
159 "Endpoint": "https://example.com" string
/aosp_15_r20/external/aws-sdk-java-v2/services/s3control/src/main/resources/codegen-resources/
H A Dendpoint-tests.json1320 "Endpoint": "https://control.vpce-1a2b3c4d-5e6f.s3.us-west-2.vpce.amazonaws.com", string
1368 "Endpoint": "https://beta.example.com", string
1382 "Endpoint": "beta.example.com", string
1396 "Endpoint": "beta.example.com", string
1422 "Endpoint": "https://beta.example.com", string
1470 "Endpoint": "https://beta.example.com", string
1509 "Endpoint": "https://beta.example.com", string
1550 "Endpoint": "https://beta.example.com", string
1631 "Endpoint": "https://beta.example.com", string
1646 "Endpoint": "https://s3-outposts.us-west-2.api.aws", string
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/licensemanagerusersubscriptions/src/main/resources/codegen-resources/
H A Dendpoint-tests.json266 "Endpoint": "https://example.com" string
279 "Endpoint": "https://example.com" string
291 "Endpoint": "https://example.com" string
303 "Endpoint": "https://example.com" string
/aosp_15_r20/external/aws-sdk-java-v2/services/mobile/src/main/resources/codegen-resources/
H A Dendpoint-tests.json266 "Endpoint": "https://example.com" string
279 "Endpoint": "https://example.com" string
291 "Endpoint": "https://example.com" string
303 "Endpoint": "https://example.com" string

12345678910>>...39