/external/rust/android-crates-io/crates/maybe-async/examples/ |
D | service_client.rs | 7 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/ |
D | quirks.rs | 85 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()
|
D | lib.rs | 187 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 …]
|
D | slicing.rs | 12 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
|
D | parser.rs | 366 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/ |
D | url.rs | 18 pub enum Url { enum 23 impl Parse for Url { implementation 66 impl Url { implementation
|
D | diagnostic_arg.rs | 14 Url(Url), enumerator
|
/external/rust/android-crates-io/crates/rusqlite/src/types/ |
D | url.rs | 7 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/ |
D | url.cc | 16 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/ |
D | url.hpp | 49 namespace Url { namespace 54 class Url : public otUrl class
|
D | url.cpp | 38 namespace Url { namespace 40 Url::Url(void) in Url() function in ot::Url::Url
|
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | RequiresUnreferencedCodeAttribute.cs | 69 public string Url { get; set; } property in System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | RequiresUnreferencedCodeAttribute.cs | 69 public string Url { get; set; } property in System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | RequiresUnreferencedCodeAttribute.cs | 69 public string Url { get; set; } property in System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
|
/external/jsoup/src/test/java/org/jsoup/integration/servlets/ |
D | HelloServlet.java | 10 public static final String Url; field in HelloServlet
|
D | DeflateServlet.java | 13 public static final String Url; field in DeflateServlet
|
D | InterruptedServlet.java | 11 public static final String Url; field in InterruptedServlet
|
D | RedirectServlet.java | 11 public static final String Url; field in RedirectServlet
|
D | CookieServlet.java | 12 public static final String Url; field in CookieServlet
|
D | SlowRider.java | 14 public static final String Url; field in SlowRider
|
D | FileServlet.java | 14 public static final String Url; field in FileServlet
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/ |
D | HTTPClient.cpp | 27 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/ |
D | HTTPClient.h | 29 SmallString<128> Url; member
|
/external/cronet/stable/testing/libfuzzer/proto/ |
D | url.proto | 25 message Url { message
|
/external/cronet/tot/testing/libfuzzer/proto/ |
D | url.proto | 25 message Url { message
|