HomeSort by relevance Sort by last modified time
    Searched refs:http (Results 3776 - 3800 of 4370) sorted by null

<<151152153154155156157158159160>>

  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 8 * http://www.apache.org/licenses/LICENSE-2.0
33 import net.oauth.http.HttpMessage;
85 * Finish adding parameters; for example read an HTTP response body and
159 * The value of the last HTTP header with the given name. The name is case
175 /** All HTTP headers. You can add headers to this list. */
181 * Read the body of the HTTP request or response and convert it to a String.
193 * Get a stream from which to read the body of the HTTP request or response.
196 * resources such as the TCP connection for an HTTP response.
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 8 * http://www.apache.org/licenses/LICENSE-2.0
27 import com.squareup.okhttp.internal.http.StatusLine;
90 @Option(name = { "-d", "--data" }, description = "HTTP POST data")
115 @Option(name = "--frames", description = "Log HTTP/2 frames to STDERR")
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Headers.java 9 * http://www.apache.org/licenses/LICENSE-2.0
20 import com.squareup.okhttp.internal.http.HttpDate;
31 * The header fields of a single HTTP message. Values are uninterpreted strings;
33 * maintains the order of the header fields within the HTTP message.
66 * HTTP date, or null if either the field is absent or cannot be parsed as a
294 // http://b/26422335, http://b/26889631 Android used to allow anything except '\0'.
309 // http://b/28867041 - keep things working for apps that rely on Android's (out of spec)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
OkHeaders.java 1 package com.squareup.okhttp.internal.http;
54 * {@link com.squareup.okhttp.Protocol protocol} ("spdy/3.1", "http/1.1", etc).
123 * <a href="http://tools.ietf.org/html/rfc6265#section-4.2.1">RFC 6265</a>.
219 * Returns true if {@code fieldName} is an end-to-end HTTP header, as
259 // http://code.google.com/p/android/issues/detail?id=11140
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
Headers.java 10 * http://www.apache.org/licenses/LICENSE-2.0
21 import com.android.okhttp.internal.http.HttpDate;
32 * The header fields of a single HTTP message. Values are uninterpreted strings;
34 * maintains the order of the header fields within the HTTP message.
68 * HTTP date, or null if either the field is absent or cannot be parsed as a
299 // http://b/26422335, http://b/26889631 Android used to allow anything except '\0'.
314 // http://b/28867041 - keep things working for apps that rely on Android's (out of spec)
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
OkHeaders.java 2 package com.android.okhttp.internal.http;
56 * {@link com.android.okhttp.Protocol protocol} ("spdy/3.1", "http/1.1", etc).
125 * <a href="http://tools.ietf.org/html/rfc6265#section-4.2.1">RFC 6265</a>.
221 * Returns true if {@code fieldName} is an end-to-end HTTP header, as
261 // http://code.google.com/p/android/issues/detail?id=11140
  /external/python/cpython3/Lib/http/
client.py 1 r"""HTTP/1.1 client library
73 import http
80 # HTTPMessage, parse_headers(), and the HTTP status code constants are
102 globals().update(http.HTTPStatus.__members__)
106 responses = {v: v.phrase for v in http.HTTPStatus.__members__.values()}
115 # Header name/value ABNF (http://tools.ietf.org/html/rfc7230#section-3.2)
136 # VCHAR defined in http://tools.ietf.org/html/rfc5234#appendix-B.1
165 # http.server.CGIHTTPRequestHandler. Maybe move the code there so
239 # of http and urllib expect different attributes for the
241 # provided as a backwards compatibility layer for http
    [all...]
  /external/python/cpython3/Lib/test/
test_robotparser.py 7 from http.server import BaseHTTPRequestHandler, HTTPServer
53 # robots.txt for http://www.example.com/
308 url = 'http://' + support.HOST + ':' + str(addr[1])
318 base_url = 'http://www.pythontest.net/'
  /external/python/oauth2client/oauth2client/contrib/
flask_util.py 7 # http://www.apache.org/licenses/LICENSE-2.0
60 # http is authorized with the user's credentials and can be used
61 # to make http calls.
62 http = oauth2.http()
104 sure to add ``http[s]://[your-app-url]/oauth2callback`` as an authorized
541 def http(self, *args, **kwargs): member in class:UserOAuth2
542 """Returns an authorized http instance.
548 *args: Positional arguments passed to httplib2.Http constructor.
549 **kwargs: Positional arguments passed to httplib2.Http constructor
    [all...]
  /external/scrypt/
import_scrypt.sh 9 # http://www.apache.org/licenses/LICENSE-2.0
19 # This script imports new versions of scrypt (http://www.tarsnap.com/scrypt/) into the
282 // http://www.apache.org/licenses/LICENSE-2.0
452 # http://tldp.org/LDP/abs/html/ivr.html
  /external/syzkaller/pkg/mgrconfig/
mgrconfig.go 25 // TCP address to serve HTTP stats page (e.g. "localhost:50000").
26 HTTP string `json:"http"`
169 if cfg.HTTP == "" {
170 return fmt.Errorf("config param http is empty")
  /external/toolchain-utils/automation/server/monitor/
dashboard.py 15 from django.http import HttpResponseRedirect
24 return xmlrpclib.Server('http://localhost:8000')
  /external/v8/tools/
SourceMap.js 29 // http://src.chromium.org/viewvc/blink/trunk/Source/devtools/front_end/SourceMap.js
69 * Implements Source Map V3 model. See http://code.google.com/p/closure-compiler/wiki/SourceMaps
110 console.error("Could not load content for " + sourceMapURL + " : " + (error || ("HTTP status code: " + statusCode)));
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_dct_9_gcc.s 8 @ http://www.apache.org/licenses/LICENSE-2.0
  /external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
fusiontables_v1_client.py 24 get_credentials=True, http=None, model=None,
32 get_credentials=get_credentials, http=http, model=model,
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/
server.go 9 * http://www.apache.org/licenses/LICENSE-2.0
28 "net/http"
129 useHandlerImpl bool // use http.Handler-based server
327 // connection establishment (up to and including HTTP/2 handshaking) for all
645 // newHTTP2Transport sets up a http/2 transport (using the
693 var _ http.Handler = (*Server)(nil)
696 // to handle requests via the http.Handler interface. It sets up a
697 // net/http.Server to handle the just-accepted conn. The http.Server
698 // is configured to route all incoming requests (all HTTP/2 streams
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux.go 595 // For more information, see: http://www.chronox.de/crypto-API/crypto/userspace-if.html.
820 // Keyctl Commands (http://man7.org/linux/man-pages/man2/keyctl.2.html)
864 // http://man7.org/linux/man-pages/man3/keyctl_get_keyring_ID.3.html
875 // http://man7.org/linux/man-pages/man1/keyctl.1.html.
877 // http://man7.org/linux/man-pages/man3/keyctl_setperm.3.html
887 // http://man7.org/linux/man-pages/man3/keyctl_join_session_keyring.3.html
896 // http://man7.org/linux/man-pages/man3/keyctl_search.3.html
907 // http://man7.org/linux/man-pages/man3/keyctl_instantiate_iov.3.html
922 // http://man7.org/linux/man-pages/man3/keyctl_dh_compute.3.html
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 20 #include "utils/http-utils.h"
341 http_ocsp_set(ctx->http, 1);
342 res = http_download_file(ctx->http, url, TMP_CERT_DL_FILE, NULL);
343 http_ocsp_set(ctx->http,
    [all...]
  /build/soong/cmd/pom2bp/
pom2bp.go 7 // http://www.apache.org/licenses/LICENSE-2.0
158 XMLName xml.Name `xml:"http://maven.apache.org/POM/4.0.0 project"`
306 MinSdkVersion string `xml:"http://schemas.android.com/apk/res/android minSdkVersion,attr"`
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 8 * http://www.apache.org/licenses/LICENSE-2.0
116 import org.apache.http.Header;
117 import org.apache.http.HttpEntity;
118 import org.apache.http.HttpEntityEnclosingRequest;
119 import org.apache.http.HttpRequest;
120 import org.apache.http.util.EncodingUtils;
121 import org.apache.http.util.EntityUtils;
288 * http://en.wikipedia.org/wiki/Postal_address#United_States
289 * http://www.usps.com/
450 final String X_REFERER_VALUE = "http://www.example.com/"
    [all...]
  /external/bcc/src/lua/bpf/
proto.lua 8 http://www.apache.org/licenses/LICENSE-2.0
371 eth = { -- Constants http://standards.ieee.org/regauth/ethertype
401 -- Protocol (ip_p) - http://www.iana.org/assignments/protocol-numbers
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1_client.py 24 get_credentials=True, http=None, model=None,
32 get_credentials=get_credentials, http=http, model=model,
    [all...]
  /external/python/cpython3/Lib/logging/
handlers.py 695 http://www.nightmare.com/squirl/python-ext/misc/syslog.py
    [all...]
  /build/kati/
dep.go 7 // http://www.apache.org/licenses/LICENSE-2.0
135 // http://www.gnu.org/software/make/manual/make.html#Substitution-Refs
  /build/soong/cc/
ndk_headers.go 7 // http://www.apache.org/licenses/LICENSE-2.0
244 // TODO(http://b/35673191): Update the versioner to use a --sysroot.

Completed in 1030 milliseconds

<<151152153154155156157158159160>>