Home
last modified time | relevance | path

Searched defs:URL (Results 1 – 25 of 925) sorted by relevance

12345678910>>...37

/aosp_15_r20/prebuilts/go/linux-x86/src/net/url/
Durl.go26 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 Dproject_metadata.pb.go451 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/
Dapi.go36 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 {
Dhttp.go114 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 {
Dbootstrap.go19 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 DURL.java32 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 Dacvp.go561 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 Dacvp.go561 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 DURL.java144 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/
DURL.java144 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/
DURL.java144 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 Dnanohttp.c233 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 Dxmlreader.c4814 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 Dnanohttp.c252 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 Dnanoftp.c267 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 Dxmlreader.c4774 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 Ddeep-linking-to-perfetto-ui.md114 #### 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 Dlib3026.c48 CURLcode test(char *URL) in test()
126 CURLcode test(char *URL) in test()
171 CURLcode test(char *URL) in test()
H A Dlib2405.c76 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/
Dsettings.go75 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/
DBrowserProvider2.java74 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/
Dclient.go147 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 {
Djar.go21 SetCookies(u *url.URL, cookies []*Cookie)
26 Cookies(u *url.URL) []*Cookie
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/
Dreverseproxy.go221 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/
Dflavormap.properties82 URL=application/x-java-url;class=java.net.URL key
84 URL=text/uri-list;eoln="\r\n";terminators=1 key

12345678910>>...37