Home
last modified time | relevance | path

Searched defs:Url (Results 1 – 25 of 101) sorted by relevance

12345

/external/rust/android-crates-io/crates/maybe-async/examples/
Dservice_client.rs7 type Url = &'static str; typedef
16 async fn request(method: Method, url: Url, data: String) -> Response; in request()
18 async fn post(url: Url, data: String) -> Response { in post()
22 async fn delete(url: Url, data: String) -> Response { in delete()
35 fn request(method: Method, url: Url, data: String) -> Response { in request()
45 async fn request(method: Method, url: Url, data: String) -> Response { in request()
/external/rust/android-crates-io/crates/url/src/
Dquirks.rs85 pub fn set_href(url: &mut Url, value: &str) -> Result<(), ParseError> { in set_href()
103 pub fn set_protocol(url: &mut Url, mut new_protocol: &str) -> Result<(), ()> { in set_protocol()
120 pub fn set_username(url: &mut Url, new_username: &str) -> Result<(), ()> { in set_username()
132 pub fn set_password(url: &mut Url, new_password: &str) -> Result<(), ()> { in set_password()
148 pub fn set_host(url: &mut Url, new_host: &str) -> Result<(), ()> { in set_host()
201 pub fn set_hostname(url: &mut Url, new_hostname: &str) -> Result<(), ()> { in set_hostname()
243 pub fn set_port(url: &mut Url, new_port: &str) -> Result<(), ()> { in set_port()
272 pub fn set_pathname(url: &mut Url, new_pathname: &str) { in set_pathname()
300 pub fn set_search(url: &mut Url, new_search: &str) { in set_search()
314 pub fn set_hash(url: &mut Url, new_hash: &str) { in set_hash()
Dlib.rs187 pub struct Url { struct
215 base_url: Option<&'a Url>, argument
265 pub fn parse(self, input: &str) -> Result<Url, crate::ParseError> { in parse()
277 impl Url { impl
300 pub fn parse(input: &str) -> Result<Url, crate::ParseError> { in parse()
330 pub fn parse_with_params<I, K, V>(input: &str, iter: I) -> Result<Url, crate::ParseError> in parse_with_params()
425 pub fn join(&self, input: &str) -> Result<Url, crate::ParseError> { in join()
2471 pub fn from_file_path<P: AsRef<Path>>(path: P) -> Result<Url, ()> { in from_file_path()
2508 pub fn from_directory_path<P: AsRef<Path>>(path: P) -> Result<Url, ()> { in from_directory_path()
2531 let Url { in serialize_internal() localVariable
[all …]
Dslicing.rs12 impl Index<RangeFull> for Url { implementation
19 impl Index<RangeFrom<Position>> for Url { implementation
26 impl Index<RangeTo<Position>> for Url { implementation
33 impl Index<Range<Position>> for Url { implementation
123 impl Url { implementation
Dparser.rs366 pub fn parse_url(mut self, input: &str) -> ParseResult<Url> { in parse_url()
417 fn parse_with_scheme(mut self, input: Input<'_>) -> ParseResult<Url> { in parse_with_scheme()
468 ) -> ParseResult<Url> { in parse_non_special()
503 base_file_url: Option<&Url>, in parse_file()
504 ) -> ParseResult<Url> { in parse_file()
714 base_url: &Url, in parse_relative()
715 ) -> ParseResult<Url> { in parse_relative()
836 ) -> ParseResult<Url> { in after_double_slash()
1374 ) -> ParseResult<Url> { in with_query_and_fragment()
1499 fn fragment_only(mut self, base_url: &Url, mut input: Input<'_>) -> ParseResult<Url> { in fragment_only()
/external/rust/android-crates-io/crates/miette-derive/src/
Durl.rs18 pub enum Url { enum
23 impl Parse for Url { implementation
66 impl Url { implementation
Ddiagnostic_arg.rs14 Url(Url), enumerator
/external/rust/android-crates-io/crates/rusqlite/src/types/
Durl.rs7 impl ToSql for Url { implementation
15 impl FromSql for Url { implementation
39 fn get_url(db: &Connection, id: i64) -> Result<Url> { in get_url()
/external/openscreen/util/
Durl.cc16 Url::Url(const std::string& source) { in Url() function in openscreen::Url
79 Url::Url(Url&& other) noexcept in Url() function in openscreen::Url
/external/openthread/src/lib/url/
Durl.hpp49 namespace Url { namespace
54 class Url : public otUrl class
Durl.cpp38 namespace Url { namespace
40 Url::Url(void) in Url() function in ot::Url::Url
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DRequiresUnreferencedCodeAttribute.cs69 public string Url { get; set; } property in System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DRequiresUnreferencedCodeAttribute.cs69 public string Url { get; set; } property in System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DRequiresUnreferencedCodeAttribute.cs69 public string Url { get; set; } property in System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
/external/jsoup/src/test/java/org/jsoup/integration/servlets/
DHelloServlet.java10 public static final String Url; field in HelloServlet
DDeflateServlet.java13 public static final String Url; field in DeflateServlet
DInterruptedServlet.java11 public static final String Url; field in InterruptedServlet
DRedirectServlet.java11 public static final String Url; field in RedirectServlet
DCookieServlet.java12 public static final String Url; field in CookieServlet
DSlowRider.java14 public static final String Url; field in SlowRider
DFileServlet.java14 public static final String Url; field in FileServlet
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/
DHTTPClient.cpp27 HTTPRequest::HTTPRequest(StringRef Url) { this->Url = Url.str(); } in HTTPRequest()
110 SmallString<128> Url = Request.Url; in perform() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Debuginfod/
DHTTPClient.h29 SmallString<128> Url; member
/external/cronet/stable/testing/libfuzzer/proto/
Durl.proto25 message Url { message
/external/cronet/tot/testing/libfuzzer/proto/
Durl.proto25 message Url { message

12345