Home
last modified time | relevance | path

Searched full:http (Results 1 – 25 of 13900) sorted by relevance

12345678910>>...556

/external/cldr/tools/java/org/unicode/cldr/util/data/languages/
DchildToParent.tsv2 http://www.wikidata.org/entity/Q1400216 http://www.wikidata.org/entity/Q150
3 http://www.wikidata.org/entity/Q1473289 http://www.wikidata.org/entity/Q150
4 http://www.wikidata.org/entity/Q2075394 http://www.wikidata.org/entity/Q150
5 http://www.wikidata.org/entity/Q2423700 http://www.wikidata.org/entity/Q150
6 http://www.wikidata.org/entity/Q2922261 http://www.wikidata.org/entity/Q150
7 http://www.wikidata.org/entity/Q3083193 http://www.wikidata.org/entity/Q150
8 http://www.wikidata.org/entity/Q3083199 http://www.wikidata.org/entity/Q150
9 http://www.wikidata.org/entity/Q3083202 http://www.wikidata.org/entity/Q150
10 http://www.wikidata.org/entity/Q3083218 http://www.wikidata.org/entity/Q150
11 http://www.wikidata.org/entity/Q3100376 http://www.wikidata.org/entity/Q150
[all …]
DentityToCode.tsv2 http://www.wikidata.org/entity/Q143 eo
3 http://www.wikidata.org/entity/Q150 fr
4 http://www.wikidata.org/entity/Q188 de
5 http://www.wikidata.org/entity/Q102172 li
6 http://www.wikidata.org/entity/Q1025090 cdd
7 http://www.wikidata.org/entity/Q10322099 cds
8 http://www.wikidata.org/entity/Q10322106 ukl
9 http://www.wikidata.org/entity/Q1039346 sii
10 http://www.wikidata.org/entity/Q1048980 cmn-sg
11 http://www.wikidata.org/entity/Q1055287 ysn
[all …]
DentityToLabel.tsv2 http://www.wikidata.org/entity/Q150 French
3 http://www.wikidata.org/entity/Q188 German
4 http://www.wikidata.org/entity/Q1002956 Buhid
5 http://www.wikidata.org/entity/Q10048570 Q10048570
6 http://www.wikidata.org/entity/Q1012917 Wutun language
7 http://www.wikidata.org/entity/Q1017152 Buru language
8 http://www.wikidata.org/entity/Q102172 Limburgish
9 http://www.wikidata.org/entity/Q1022087 Kra languages
10 http://www.wikidata.org/entity/Q1023641 Kam–Sui languages
11 http://www.wikidata.org/entity/Q1023648 Hlai languages
[all …]
/external/apache-http/
Dart-profile1 HPLandroid/net/http/AndroidHttpClient$1;->process(Lorg/apache/http/HttpRequest;Lorg/apache/http/pro…
2 HPLandroid/net/http/AndroidHttpClient$2;->createHttpContext()Lorg/apache/http/protocol/HttpContext;
3 HPLandroid/net/http/AndroidHttpClient$2;->createHttpProcessor()Lorg/apache/http/protocol/BasicHttpP…
4 HPLandroid/net/http/AndroidHttpClient$CurlLogger;-><init>(Landroid/net/http/AndroidHttpClient;)V
5 HPLandroid/net/http/AndroidHttpClient$CurlLogger;-><init>(Landroid/net/http/AndroidHttpClient;Landr…
6 HPLandroid/net/http/AndroidHttpClient$CurlLogger;->process(Lorg/apache/http/HttpRequest;Lorg/apache…
7 HPLandroid/net/http/AndroidHttpClient$LoggingConfiguration;->-wrap0(Landroid/net/http/AndroidHttpCl…
8 HPLandroid/net/http/AndroidHttpClient$LoggingConfiguration;->isLoggable()Z
9 HPLandroid/net/http/AndroidHttpClient;->-get0(Landroid/net/http/AndroidHttpClient;)Landroid/net/htt…
10 HPLandroid/net/http/AndroidHttpClient;->-get1()Lorg/apache/http/HttpRequestInterceptor;
[all …]
/external/libcups/cups/
Dhttp.c2 * HTTP routines for CUPS.
14 * missing or damaged, see the license at "http://www.cups.org/".
45 static void http_add_field(http_t *http, http_field_t field, const char *value, int append);
47 static void http_content_coding_finish(http_t *http);
48 static void http_content_coding_start(http_t *http,
59 static ssize_t http_read(http_t *http, char *buffer, size_t length);
60 static ssize_t http_read_buffered(http_t *http, char *buffer, size_t length);
61 static ssize_t http_read_chunk(http_t *http, char *buffer, size_t length);
62 static int http_send(http_t *http, http_state_t request,
64 static ssize_t http_write(http_t *http, const char *buffer,
[all …]
Dgetputfile.c11 * missing or damaged, see the license at "http://www.cups.org/".
38 http_status_t /* O - HTTP status */
39 cupsGetFd(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetFd() argument
45 http_status_t status; /* HTTP status from server */ in cupsGetFd()
56 DEBUG_printf(("cupsGetFd(http=%p, resource=\"%s\", fd=%d)", (void *)http, resource, fd)); in cupsGetFd()
60 if (http) in cupsGetFd()
61 http->error = EINVAL; in cupsGetFd()
66 if (!http) in cupsGetFd()
67 if ((http = _cupsConnect()) == NULL) in cupsGetFd()
71 * Then send GET requests to the HTTP server... in cupsGetFd()
[all …]
Drequest.c11 * missing or damaged, see the license at "http://www.cups.org/".
45 cupsDoFileRequest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsDoFileRequest() argument
47 const char *resource, /* I - HTTP resource for POST */ in cupsDoFileRequest()
54 …DEBUG_printf(("cupsDoFileRequest(http=%p, request=%p(%s), resource=\"%s\", filename=\"%s\")", (voi… in cupsDoFileRequest()
75 response = cupsDoIORequest(http, request, resource, infile, -1); in cupsDoFileRequest()
101 cupsDoIORequest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsDoIORequest() argument
103 const char *resource, /* I - HTTP resource for POST */ in cupsDoIORequest()
109 http_status_t status; /* Status of HTTP request */ in cupsDoIORequest()
115 …DEBUG_printf(("cupsDoIORequest(http=%p, request=%p(%s), resource=\"%s\", infile=%d, outfile=%d)", … in cupsDoIORequest()
134 if (!http && (http = _cupsConnect()) == NULL) in cupsDoIORequest()
[all …]
/external/okhttp/okhttp-tests/src/test/resources/
Dweb-platform-test-urltestdata.txt3 # Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/script-tests/segments.js
4 http://example\t.\norg http://example.org/foo/bar s:http h:example.org p:/
5 http://user:pass@foo:21/bar;par?b#c s:http u:user pass:pass h:foo port:21 p:/bar;par q:?b f:#c
6 http:foo.com s:http h:example.org p:/foo/foo.com
7 \t\s\s\s:foo.com\s\s\s\n s:http h:example.org p:/foo/:foo.com
8 \sfoo.com\s\s s:http h:example.org p:/foo/foo.com
10 http://f:21/\sb\s?\sd\s#\se\s s:http h:f port:21 p:/%20b%20 q:?%20d%20 f:#\se
11 http://f:/c s:http h:f p:/c
12 http://f:0/c s:http h:f port:0 p:/c
13 http://f:00000000000000/c s:http h:f port:0 p:/c
[all …]
/external/apache-http/api/
Dcurrent.txt20 package android.net.http {
22 public final class AndroidHttpClient implements org.apache.http.client.HttpClient {
26 …method public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest) …
27 …method public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest, …
28 …method public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpR…
29 …method public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpR…
30 …T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? …
31 …e.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>, org.apa…
32 …ecute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandle…
33http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>, o…
[all …]
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt69 googleapiclient.http googleapiclient.http-module.html
70 googleapiclient.http._TOO_MANY_REQUESTS googleapiclient.http-module.html#_TOO_MANY_REQUESTS
71 googleapiclient.http.set_user_agent googleapiclient.http-module.html#set_user_agent
72 googleapiclient.http.tunnel_patch googleapiclient.http-module.html#tunnel_patch
73 googleapiclient.http._retry_request googleapiclient.http-module.html#_retry_request
74 googleapiclient.http.DEFAULT_CHUNK_SIZE googleapiclient.http-module.html#DEFAULT_CHUNK_SIZE
75 googleapiclient.http.LOGGER googleapiclient.http-module.html#LOGGER
76 googleapiclient.http.DEFAULT_HTTP_TIMEOUT_SEC googleapiclient.http-module.html#DEFAULT_HTTP_TIMEOUT…
77 googleapiclient.http.build_http googleapiclient.http-module.html#build_http
78 googleapiclient.http._should_retry_response googleapiclient.http-module.html#_should_retry_response
[all …]
/external/python/cpython3/Doc/library/
Dhttp.rst1 :mod:`http` --- HTTP modules
4 .. module:: http
5 :synopsis: HTTP status codes and messages
7 **Source code:** :source:`Lib/http/__init__.py`
10 pair: HTTP; protocol
11 single: HTTP; http (standard module)
15 :mod:`http` is a package that collects several modules for working with the
18 * :mod:`http.client` is a low-level HTTP protocol client; for high-level URL
20 * :mod:`http.server` contains basic HTTP server classes based on :mod:`socketserver`
21 * :mod:`http.cookies` has utilities for implementing state management with cookies
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
37 HttpUrl expected = HttpUrl.parse("http://host/"); in parseTrimsAsciiWhitespace()
38 assertEquals(expected, HttpUrl.parse("http://host/\f\n\t \r")); // Leading. in parseTrimsAsciiWhitespace()
40 assertEquals(expected, HttpUrl.parse(" http://host/ ")); // Both. in parseTrimsAsciiWhitespace()
41 assertEquals(expected, HttpUrl.parse(" http://host/ ")); // Both. in parseTrimsAsciiWhitespace()
42 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" ")); in parseTrimsAsciiWhitespace()
43 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" . ")); in parseTrimsAsciiWhitespace()
48 assertNull(HttpUrl.parse("http://" + host + "/")); in parseHostAsciiNonPrintable()
52 // Whitespace characters list from Google's Guava team: http://goo.gl/IcR9RD in parseDoesNotTrimOtherWhitespaceCharacters()
53 assertEquals("/%0B", HttpUrl.parse("http://h/\u000b").encodedPath()); // line tabulation in parseDoesNotTrimOtherWhitespaceCharacters()
[all …]
/external/python/cpython2/Lib/test/
Dtest_urlparse.py5 RFC1808_BASE = "http://a/b/c/d;p?q#f"
6 RFC2396_BASE = "http://a/b/c/d;p?q"
7 RFC3986_BASE = 'http://a/b/c/d;p?q'
8 SIMPLE_BASE = 'http://a/b/c/d'
173 # urlparse.urlsplit treats 'http:' as an optimized special case,
174 # so we test both 'http:' and 'https:' in all the following.
193 for scheme in ('http', 'https'):
212 self.checkJoin(RFC1808_BASE, 'g', 'http://a/b/c/g')
213 self.checkJoin(RFC1808_BASE, './g', 'http://a/b/c/g')
214 self.checkJoin(RFC1808_BASE, 'g/', 'http://a/b/c/g/')
[all …]
/external/python/httplib2/tests/
Dtest_http.py15 DUMMY_URL = "http://127.0.0.1:1"
23 http = httplib2.Http()
24 http.force_exception_to_status_code = False
25 response, content = http.request(
33 http = httplib2.Http()
36 http.force_exception_to_status_code = False
38 response, content = http.request(
47 http = httplib2.Http()
48 http.force_exception_to_status_code = False
51 http.request("http://no-such-hostname./")
[all …]
/external/guava/guava/src/com/google/common/net/
DHttpHeaders.java8 * http://www.apache.org/licenses/LICENSE-2.0
23 * Contains constant definitions for the HTTP header field names. See:
25 * <li><a href="http://www.ietf.org/rfc/rfc2109.txt">RFC 2109</a>
26 * <li><a href="http://www.ietf.org/rfc/rfc2183.txt">RFC 2183</a>
27 * <li><a href="http://www.ietf.org/rfc/rfc2616.txt">RFC 2616</a>
28 * <li><a href="http://www.ietf.org/rfc/rfc2965.txt">RFC 2965</a>
29 * <li><a href="http://www.ietf.org/rfc/rfc5988.txt">RFC 5988</a>
40 // HTTP Request and Response header fields
42 /** The HTTP {@code Cache-Control} header field name. */
44 /** The HTTP {@code Content-Length} header field name. */
[all …]
/external/python/google-api-python-client/tests/
Dtest_discovery.py10 # http://www.apache.org/licenses/LICENSE-2.0
68 from googleapiclient.http import build_http
69 from googleapiclient.http import BatchHttpRequest
70 from googleapiclient.http import HttpMock
71 from googleapiclient.http import HttpMockSequence
72 from googleapiclient.http import MediaFileUpload
73 from googleapiclient.http import MediaIoBaseUpload
74 from googleapiclient.http import MediaUpload
75 from googleapiclient.http import MediaUploadProgress
76 from googleapiclient.http import tunnel_patch
[all …]
/external/libxml2/result/
Dslashdot.rdf.sax23 …mentNs(RDF, rdf, 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 2, xmlns:rdf='http://www.w3.org/19…
7 SAX.startElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
10 SAX.startElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
12 SAX.endElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
15 SAX.startElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
16 SAX.characters(http://slashdot.org/, 20)
17 SAX.endElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
20 SAX.startElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
22 SAX.endElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
25 SAX.endElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
[all …]
Ddia1.sax23 SAX.startElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.l…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
Ddia2.sax23 SAX.startElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.l…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
/external/libxml2/result/noent/
Dslashdot.rdf.sax23 …mentNs(RDF, rdf, 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 2, xmlns:rdf='http://www.w3.org/19…
7 SAX.startElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
10 SAX.startElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
12 SAX.endElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
15 SAX.startElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
16 SAX.characters(http://slashdot.org/, 20)
17 SAX.endElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
20 SAX.startElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
22 SAX.endElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
25 SAX.endElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
[all …]
Ddia1.sax23 SAX.startElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.l…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dcb050c2a6a06e60274854725525ff407.00050ee5.honggfuzz.cov1 GET /index.html HTTP/1.1
6 GET /index.html HTTP/1.1
14 GET /index.html HTTP/1.1
18 GET /index.html HTTP/1.1
23 GET /index.html HTTP/1.1
29 GET /proxy/html HTTP/1.1
33 GET /index.html HTTP/1.1
38 GET /index.html HTTP/1.1
44 GET /index.html HTTP/1.1
50 GET /index.html HTTP/1.1
[all …]
D398c6afd4b24459040683797eb189da1.00020000.honggfuzz.cov1 GET /index.html HTTP/1.1
6 GET /index.html HTTP/1.1
14 GET /index.html HTTP/1.1
18 GET /index.html HTTP/1.1
23 GET /index.html HTTP/1.1
29 GET /proxy/html HTTP/1.1
33 GET /index.html HTTP/1.1
38 GET /index.html HTTP/1.1
44 GET /index.html HTTP/1.1
50 GET /index.html HTTP/1.1
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Dcb050c2a6a06e60274854725525ff407.00050ee5.honggfuzz.cov1 GET /index.html HTTP/1.1
6 GET /index.html HTTP/1.1
14 GET /index.html HTTP/1.1
18 GET /index.html HTTP/1.1
23 GET /index.html HTTP/1.1
29 GET /proxy/html HTTP/1.1
33 GET /index.html HTTP/1.1
38 GET /index.html HTTP/1.1
44 GET /index.html HTTP/1.1
50 GET /index.html HTTP/1.1
[all …]
De0eb2771107eb09e41b381e033de0eda.0000e595.honggfuzz.cov1 GET /index.html HTTP/1.1
6 GET /index.html HTTP/1.1
14 GET /index.html HTTP/1.1
18 GET /index.html HTTP/1.1
23 GET /index.html HTTP/1.1
29 GET /proxy/html HTTP/1.1
33 GET /index.html HTTP/1.1
38 GET /index.html HTTP/1.1
44 GET /index.html HTTP/1.1
50 GET /index.html HTTP/1.1
[all …]

12345678910>>...556