/aosp_15_r20/prebuilts/go/linux-x86/src/net/url/ |
D | url.go | 26 URL string member 370 type URL struct { struct 371 Scheme string 372 Opaque string // encoded opaque data 373 User *Userinfo // username and password information 374 Host string // host or host:port (see Hostname and Port methods) 375 Path string // path (relative paths may omit leading slash) 376 RawPath string // encoded path hint (see EscapedPath method) 377 OmitHost bool // do not emit empty host (authority) 378 ForceQuery bool // append a query ('?') even if RawQuery is empty [all …]
|
/aosp_15_r20/build/soong/compliance/project_metadata_proto/ |
H A D | project_metadata.pb.go | 451 type URL struct { struct 452 state protoimpl.MessageState 453 sizeCache protoimpl.SizeCache 454 unknownFields protoimpl.UnknownFields 457 … *URL_Type `protobuf:"varint,1,opt,name=type,enum=project_metadata.URL_Type" json:"type,omitempty"` 460 Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` 463 func (x *URL) Reset() { 472 func (x *URL) String() string { 476 func (*URL) ProtoMessage() {} 478 func (x *URL) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/web/ |
D | api.go | 36 URL string // redacted member 84 func GetBytes(u *url.URL) ([]byte, error) { 101 URL string // redacted member 185 func Get(security SecurityMode, u *url.URL) (*Response, error) { 196 func Join(u *url.URL, path string) *url.URL { 244 func IsLocalHost(u *url.URL) bool {
|
D | http.go | 114 func interceptURL(u *urlpkg.URL) (*Interceptor, bool) { 133 func get(security SecurityMode, url *urlpkg.URL) (*Response, error) { 332 func getFile(u *urlpkg.URL) (*Response, error) { 373 func isLocalHost(u *urlpkg.URL) bool {
|
D | bootstrap.go | 19 func get(security SecurityMode, url *urlpkg.URL) (*Response, error) { 25 func isLocalHost(u *urlpkg.URL) bool { return false }
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/net/ |
H A D | URL.java | 32 public final class URL implements java.io.Serializable { class 34 public URL(java.lang.String protocol, java.lang.String host, int port, java.lang.String file) in URL() method in URL 39 public URL(java.lang.String protocol, java.lang.String host, java.lang.String file) in URL() method in URL 44 public URL( in URL() method in URL 54 public URL(java.lang.String spec) throws java.net.MalformedURLException { in URL() method in URL 58 public URL(java.net.URL context, java.lang.String spec) throws java.net.MalformedURLException { in URL() method in URL 62 public URL(java.net.URL context, java.lang.String spec, java.net.URLStreamHandler handler) in URL() method in URL
|
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
H A D | acvp.go | 561 URL string `json:"url,omitempty"` member 572 URL string `json:"url,omitempty"` member 584 URL string `json:"url,omitempty"` member 596 URL string `json:"url,omitempty"` member 608 URL string `json:"url,omitempty"` member 615 URL string `json:"url,omitempty"` member 626 URL string `json:"url,omitempty"` member 648 URL string `json:"vectorSetUrl,omitempty"` member 652 URL string `json:"url"` member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
H A D | acvp.go | 561 URL string `json:"url,omitempty"` member 572 URL string `json:"url,omitempty"` member 584 URL string `json:"url,omitempty"` member 596 URL string `json:"url,omitempty"` member 608 URL string `json:"url,omitempty"` member 615 URL string `json:"url,omitempty"` member 626 URL string `json:"url,omitempty"` member 648 URL string `json:"vectorSetUrl,omitempty"` member 652 URL string `json:"url"` member
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/ |
H A D | URL.java | 144 public final class URL implements java.io.Serializable { class 313 public URL(String protocol, String host, int port, String file) in URL() method in URL 337 public URL(String protocol, String host, String file) in URL() method in URL 381 public URL(String protocol, String host, int port, String file, in URL() method in URL 446 public URL(String spec) throws MalformedURLException { in URL() method in URL 497 public URL(URL context, String spec) throws MalformedURLException { in URL() method in URL 521 public URL(URL context, String spec, URLStreamHandler handler) in URL() method in URL
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/ |
D | URL.java | 144 public final class URL implements java.io.Serializable { class 313 public URL(String protocol, String host, int port, String file) in URL() method in URL 337 public URL(String protocol, String host, String file) in URL() method in URL 381 public URL(String protocol, String host, int port, String file, in URL() method in URL 446 public URL(String spec) throws MalformedURLException { in URL() method in URL 497 public URL(URL context, String spec) throws MalformedURLException { in URL() method in URL 521 public URL(URL context, String spec, URLStreamHandler handler) in URL() method in URL
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/net/ |
D | URL.java | 144 public final class URL implements java.io.Serializable { class 313 public URL(String protocol, String host, int port, String file) in URL() method in URL 337 public URL(String protocol, String host, String file) in URL() method in URL 381 public URL(String protocol, String host, int port, String file, in URL() method in URL 446 public URL(String spec) throws MalformedURLException { in URL() method in URL 497 public URL(URL context, String spec) throws MalformedURLException { in URL() method in URL 521 public URL(URL context, String spec, URLStreamHandler handler) in URL() method in URL
|
/aosp_15_r20/external/libxml2/ |
H A D | nanohttp.c | 233 xmlNanoHTTPScanURL(xmlNanoHTTPCtxtPtr ctxt, const char *URL) { in xmlNanoHTTPScanURL() 300 xmlNanoHTTPScanProxy(const char *URL) { in xmlNanoHTTPScanProxy() 337 xmlNanoHTTPNewCtxt(const char *URL) { in xmlNanoHTTPNewCtxt() 1122 xmlNanoHTTPOpen(const char *URL, char **contentType) { in xmlNanoHTTPOpen() 1142 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) { in xmlNanoHTTPOpenRedir() 1347 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethodRedir() 1552 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethod() 1572 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) { in xmlNanoHTTPFetch()
|
H A D | xmlreader.c | 4814 xmlParserInputBufferPtr input, const char *URL, in xmlTextReaderSetup() 5105 xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding, in xmlReaderForDoc() 5158 xmlReaderForMemory(const char *buffer, int size, const char *URL, in xmlReaderForMemory() 5196 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options) in xmlReaderForFd() 5237 void *ioctx, const char *URL, const char *encoding, in xmlReaderForIO() 5326 const char *URL, const char *encoding, int options) in xmlReaderNewDoc() 5390 const char *URL, const char *encoding, int options) in xmlReaderNewMemory() 5425 const char *URL, const char *encoding, int options) in xmlReaderNewFd() 5461 const char *URL, const char *encoding, int options) in xmlReaderNewIO()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | nanohttp.c | 252 xmlNanoHTTPScanURL(xmlNanoHTTPCtxtPtr ctxt, const char *URL) { in xmlNanoHTTPScanURL() 319 xmlNanoHTTPScanProxy(const char *URL) { in xmlNanoHTTPScanProxy() 356 xmlNanoHTTPNewCtxt(const char *URL) { in xmlNanoHTTPNewCtxt() 1141 xmlNanoHTTPOpen(const char *URL, char **contentType) { in xmlNanoHTTPOpen() 1161 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) { in xmlNanoHTTPOpenRedir() 1363 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethodRedir() 1568 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethod() 1588 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) { in xmlNanoHTTPFetch()
|
H A D | nanoftp.c | 267 xmlNanoFTPScanURL(void *ctx, const char *URL) { in xmlNanoFTPScanURL() 336 xmlNanoFTPUpdateURL(void *ctx, const char *URL) { in xmlNanoFTPUpdateURL() 393 xmlNanoFTPScanProxy(const char *URL) { in xmlNanoFTPScanProxy() 430 xmlNanoFTPNewCtxt(const char *URL) { in xmlNanoFTPNewCtxt() 1865 xmlNanoFTPOpen(const char *URL) { in xmlNanoFTPOpen()
|
H A D | xmlreader.c | 4774 xmlParserInputBufferPtr input, const char *URL, in xmlTextReaderSetup() 5043 xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding, in xmlReaderForDoc() 5093 xmlReaderForMemory(const char *buffer, int size, const char *URL, in xmlReaderForMemory() 5128 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options) in xmlReaderForFd() 5166 void *ioctx, const char *URL, const char *encoding, in xmlReaderForIO() 5252 const char *URL, const char *encoding, int options) in xmlReaderNewDoc() 5316 const char *URL, const char *encoding, int options) in xmlReaderNewMemory() 5351 const char *URL, const char *encoding, int options) in xmlReaderNewFd() 5387 const char *URL, const char *encoding, int options) in xmlReaderNewIO()
|
/aosp_15_r20/external/perfetto/docs/visualization/ |
H A D | deep-linking-to-perfetto-ui.md | 114 #### Cross origin requests blocking 128 #### Content Security Policy 139 #### Dealing with OAuth2 or other authentication mechanisms
|
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | lib3026.c | 48 CURLcode test(char *URL) in test() 126 CURLcode test(char *URL) in test() 171 CURLcode test(char *URL) in test()
|
H A D | lib2405.c | 76 static CURLcode set_easy(char *URL, CURL *easy, long option) in set_easy() 118 static CURLcode test_run(char *URL, long option, unsigned int *max_fd_count) in test_run() 286 CURLcode test(char *URL) in test()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
D | settings.go | 75 URL string member 81 func configMenu(fname string, u url.URL) []configMenuEntry { 125 func setConfig(fname string, request url.URL) error {
|
/aosp_15_r20/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 74 public static final String URL = "url"; field 240 map.put(Bookmarks.URL, Bookmarks.URL); in map.put() 290 map.put(History.URL, History.URL); in map.put() 308 map.put(Images.URL, Images.URL); in map.put() 317 map.put(Combined.URL, qualifyColumn(TABLE_HISTORY, Combined.URL)); in map.put() 333 map.put(Combined.URL, Combined.URL); in map.put()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | client.go | 147 func refererForURL(lastReq, newReq *url.URL, explicitRef string) string { 980 func shouldCopyHeaderOnRedirect(headerKey string, initial, dest *url.URL) bool { 1027 func stripPassword(u *url.URL) string {
|
D | jar.go | 21 SetCookies(u *url.URL, cookies []*Cookie) 26 Cookies(u *url.URL) []*Cookie
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/ |
D | reverseproxy.go | 221 func joinURLPath(a, b *url.URL) (path, rawpath string) { 262 func NewSingleHostReverseProxy(target *url.URL) *ReverseProxy { 269 func rewriteRequestURL(req *http.Request, target *url.URL) {
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ |
D | flavormap.properties | 82 URL=application/x-java-url;class=java.net.URL key 84 URL=text/uri-list;eoln="\r\n";terminators=1 key
|