/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
ExternalSpdyExample.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package com.squareup.okhttp.internal.http; 31 import static com.squareup.okhttp.internal.http.OkHeaders.SELECTED_PROTOCOL;
|
/external/python/cpython2/PC/VS7.1/ |
amd64_ml64.bat | 7 rem http://msdn.microsoft.com/library/en-us/win64/win64/wow64_implementation_details.asp
|
/external/python/oauth2client/oauth2client/contrib/ |
gce.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 88 def retrieve_scopes(self, http): 95 http: httplib2.Http, an http object to be used to make the refresh 101 self._retrieve_info(http.request) 109 signature of httplib2.Http.request, used to make the 127 signature of httplib2.Http.request, used to make
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
ext_exc.ml | 7 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
|
/external/swiftshader/third_party/LLVM/utils/ |
show-diagnostics | 30 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
/external/syzkaller/vendor/google.golang.org/api/gensupport/ |
retry.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 20 "net/http" 27 // the HTTP status response indicates the request should be attempted again. ctx may be nil. 28 func Retry(ctx context.Context, f func() (*http.Response, error), backoff BackoffStrategy) (*http.Response, error) { 69 // shouldRetry returns true if the HTTP response / error indicates that the
|
/external/wpa_supplicant_8/src/wps/ |
wps_er.h | 29 struct http_client *http; member in struct:wps_er_sta 39 struct http_client *http; member in struct:wps_er_ap
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_urllib2.py | 70 >>> url = "http://example.com"
84 This should be preserved for backwards-compatibility. (In the HTTP case,
88 >>> url = "http://example.com"
118 >>> add("Some Realm", "http://example.com/", "joe", "password")
119 >>> add("Some Realm", "http://example.com/ni", "ni", "ni")
120 >>> add("c", "http://example.com/foo", "foo", "ni")
121 >>> add("c", "http://example.com/bar", "bar", "nini")
122 >>> add("b", "http://example.com/", "first", "blah")
123 >>> add("b", "http://example.com/", "second", "spam")
124 >>> add("a", "http://example.com", "1", "a") [all...] |
/external/python/cpython2/Lib/test/ |
test_urllib2.py | 85 >>> url = "http://example.com" 99 This should be preserved for backwards-compatibility. (In the HTTP case, 103 >>> url = "http://example.com" 133 >>> add("Some Realm", "http://example.com/", "joe", "password") 134 >>> add("Some Realm", "http://example.com/ni", "ni", "ni") 135 >>> add("c", "http://example.com/foo", "foo", "ni") 136 >>> add("c", "http://example.com/bar", "bar", "nini") 137 >>> add("b", "http://example.com/", "first", "blah") 138 >>> add("b", "http://example.com/", "second", "spam") 139 >>> add("a", "http://example.com", "1", "a" [all...] |
/build/kati/ |
bootstrap.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 37 # http://www.gnu.org/software/make/manual/make.html#Catalogue-of-Rules 39 # http://git.savannah.gnu.org/cgit/make.git/tree/default.c?id=4.1
|
/build/soong/scripts/ |
manifest_fixer_test.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 68 '<manifest xmlns:android="http://schemas.android.com/apk/res/android">\n' 241 '<manifest xmlns:android="http://schemas.android.com/apk/res/android">\n' 292 '"http://schemas.android.com/apk/res/android">\n' 305 '"http://schemas.android.com/apk/res/android">\n' 327 '<manifest xmlns:android="http://schemas.android.com/apk/res/android">\n' 361 '<manifest xmlns:android="http://schemas.android.com/apk/res/android">\n' 397 '<manifest xmlns:android="http://schemas.android.com/apk/res/android">\n'
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeaderValueParser.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHeaderValueParser.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.message; 38 import org.apache.http.HeaderElement; 39 import org.apache.http.NameValuePair; 40 import org.apache.http.ParseException; 41 import org.apache.http.protocol.HTTP; [all...] |
/external/apache-http/src/org/apache/http/protocol/ |
BasicHttpProcessor.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/BasicHttpProcessor.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.protocol; 39 import org.apache.http.HttpException; 40 import org.apache.http.HttpRequest; 41 import org.apache.http.HttpRequestInterceptor; 42 import org.apache.http.HttpResponse; 43 import org.apache.http.HttpResponseInterceptor [all...] |
/external/libbrillo/brillo/http/ |
http_transport_fake.h | 16 #include <brillo/http/http_transport.h> 17 #include <brillo/http/http_utils.h> 20 namespace http { namespace in namespace:brillo 28 // A fake implementation of http::Transport that simulates HTTP communication 31 class Transport : public http::Transport { 41 // for specific URL/HTTP-verb combination. When a specific |method| request 46 // any requests. So, ("http://localhost","*") will handle any request type 63 // For tests that want to assert on the number of HTTP requests sent, 85 // Overrides from http::Transport [all...] |
/external/syzkaller/vendor/google.golang.org/appengine/aetest/ |
instance.go | 5 "net/http" 16 // NewRequest returns an *http.Request associated with this instance. 17 NewRequest(method, urlStr string, body io.Reader) (*http.Request, error)
|
/external/syzkaller/vendor/google.golang.org/grpc/transport/ |
go16.go | 11 * http://www.apache.org/licenses/LICENSE-2.0 25 "net/http" 49 func contextFromRequest(r *http.Request) context.Context {
|
go17.go | 11 * http://www.apache.org/licenses/LICENSE-2.0 26 "net/http" 49 // contextFromRequest returns a context from the HTTP Request. 50 func contextFromRequest(r *http.Request) context.Context {
|
handler_server.go | 9 * http://www.apache.org/licenses/LICENSE-2.0 19 // This file is the implementation of a gRPC server using HTTP/2 which 21 // http.Handler interface), rather than speaking low-level HTTP/2 31 "net/http" 48 // from inside an http.Handler. It requires that the http Server 49 // supports HTTP/2. 50 func NewServerHandlerTransport(w http.ResponseWriter, r *http.Request, stats stats.Handler) (ServerTransport, error) [all...] |
/external/python/apitools/apitools/base/py/ |
transfer.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 82 auto_transfer=True, http=None, num_retries=5): 85 self.__http = http 106 def http(self): member in class:_Transfer 111 return self.__bytes_http or self.http 137 def _Initialize(self, http, url): 138 """Initialize this download by setting self.http and self.url. 140 We want the user to be able to override self.http by having set 142 http. 145 http: An httplib2.Http instance or None [all...] |
/external/python/google-api-python-client/googleapiclient/ |
http.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """Classes to encapsulate a single HTTP request. 19 actual HTTP request. 131 def _retry_request(http, num_retries, req_type, sleep, rand, uri, method, *args, 133 """Retries an HTTP request multiple times while handling errors. 136 return value (for HTTP 5xx errors) or thrown (for ssl.SSLError). 139 http: Http object to be used to execute request. 144 method: HTTP method to be used. 145 args, kwargs: Additional arguments passed to http.request [all...] |
/build/make/tools/droiddoc/templates-ndk/ |
customizations.cs | 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 25 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 43 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 62 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 81 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 100 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 118 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 137 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 151 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 165 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement" [all...] |
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/ |
OkApacheClientTest.java | 14 import org.apache.http.Header; 15 import org.apache.http.HttpEntity; 16 import org.apache.http.HttpResponse; 17 import org.apache.http.client.methods.HttpGet; 18 import org.apache.http.client.methods.HttpPost; 19 import org.apache.http.client.methods.HttpPut; 20 import org.apache.http.entity.ByteArrayEntity; 21 import org.apache.http.entity.InputStreamEntity; 22 import org.apache.http.entity.StringEntity; 23 import org.apache.http.util.EntityUtils [all...] |
/cts/libs/testserver/src/android/webkit/cts/ |
CtsTestServer.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 27 import org.apache.http.Header; 28 import org.apache.http.HttpEntity; 29 import org.apache.http.HttpEntityEnclosingRequest; 30 import org.apache.http.HttpException; 31 import org.apache.http.HttpRequest; 32 import org.apache.http.HttpResponse; 33 import org.apache.http.HttpStatus; 34 import org.apache.http.HttpVersion; 35 import org.apache.http.NameValuePair [all...] |
TestWebServer.java | 14 import org.apache.http.HttpException; 15 import org.apache.http.HttpRequest; 16 import org.apache.http.HttpResponse; 17 import org.apache.http.HttpStatus; 18 import org.apache.http.HttpVersion; 19 import org.apache.http.RequestLine; 20 import org.apache.http.StatusLine; 21 import org.apache.http.entity.ByteArrayEntity; 22 import org.apache.http.impl.DefaultHttpServerConnection; 23 import org.apache.http.impl.cookie.DateUtils [all...] |
/external/libchrome/mojo/public/js/ |
base.js | 34 // http://example.org/scripts/b/c/foo.mojom.js 36 // http://example.org/scripts/b/d/bar.mojom.js 51 // <script src="http://example.org/scripts/b/c/foo.mojom.js"></script> 54 // <script src="http://example.org/scripts/b/d/bar.mojom.js"></script> 55 // <script src="http://example.org/scripts/b/c/foo.mojom.js"></script> 58 // <script src="http://example.org/scripts/b/c/foo.mojom.js"></script> 59 // <script src="http://example.org/scripts/b/d/bar.mojom.js"></script>
|