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

<<61626364656667686970>>

  /cts/tests/signature/api/
Android.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
41 $(eval $(call build_xml_api_file,apache-http-legacy-current.api,external/apache-http/api/current.txt))
  /external/libbrillo/brillo/http/
http_connection_curl_unittest.cc 5 #include <brillo/http/http_connection_curl.h>
11 #include <brillo/http/http_request.h>
12 #include <brillo/http/http_transport.h>
13 #include <brillo/http/mock_curl_api.h>
14 #include <brillo/http/mock_transport.h>
29 namespace http { namespace in namespace:brillo
297 performer_.status_line = "HTTP/1.1 200 OK";
311 EXPECT_EQ("HTTP/1.1", connection_->GetProtocolVersion());
323 } // namespace http
http_request.cc 5 #include <brillo/http/http_request.h>
10 #include <brillo/http/http_form_data.h>
17 namespace http { namespace in namespace:brillo
111 VLOG(1) << "http::Request created";
113 transport_ = http::Transport::CreateDefault();
117 VLOG(1) << "http::Request destroyed";
245 http::HeaderList headers = brillo::MapToVector(headers_);
283 http::kErrorDomain,
285 "HTTP response already received");
295 VLOG(1) << "http::Response created"
    [all...]
http_transport_curl_unittest.cc 5 #include <brillo/http/http_transport_curl.h>
11 #include <brillo/http/http_connection_curl.h>
12 #include <brillo/http/http_request.h>
13 #include <brillo/http/mock_curl_api.h>
26 namespace http { namespace in namespace:brillo
59 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/get"))
65 EasySetOptStr(handle_, CURLOPT_REFERER, "http://foo.bar/baz"))
69 auto connection = transport_->CreateConnection("http://foo.bar/get",
73 "http://foo.bar/baz",
83 EasySetOptStr(handle_, CURLOPT_URL, "http://foo.bar/get")
    [all...]
  /external/python/httplib2/python3/httplib2/
__init__.py 2 """Small, fast HTTP client library for Python."""
34 import http.client
64 "Http",
236 # Cache filename construction (original borrowed from Venus http://intertwingly.net/code/venus/)
309 # [^\0-\x1f\x7f-\xff()<>@,;:\\\"/[\]?={} \t]+ matches a "token" as defined by HTTP
310 # "(?:[^\0-\x08\x0A-\x1f\x7f-\xff\\\"]|\\[\0-\x7f])*?" matches a "quoted-string" as defined by HTTP, when LWS have already been replaced by a single space
548 self, credentials, host, request_uri, headers, response, content, http
554 self.http = http
604 self, credentials, host, request_uri, headers, response, content, http
    [all...]
  /external/python/oauth2client/oauth2client/
service_account.py 7 # http://www.apache.org/licenses/LICENSE-2.0
585 def authorize(self, http):
586 """Authorize an httplib2.Http instance with a JWT assertion.
592 http: An instance of ``httplib2.Http`` or something that acts
595 A modified instance of http that was passed in.
597 h = httplib2.Http()
600 transport.wrap_http_for_jwt_access(self, http)
601 return http
603 def get_access_token(self, http=None, additional_claims=None)
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 7 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
18 /if ?>" itemscope itemtype="http://schema.org/CreativeWork">
89 href="http://dl.google.com/android/repository/<?cs var:ndk.win32_download ?>"><?cs var:ndk.win32_download ?></a>
97 href="http://dl.google.com/android/repository/<?cs var:ndk.win32.legacy_download ?>"><?cs var:ndk.win32.legacy_download ?></a>
106 href="http://dl.google.com/android/repository/<?cs var:ndk.win64_download ?>"><?cs var:ndk.win64_download ?></a>
114 href="http://dl.google.com/android/repository/<?cs var:ndk.win64.legacy_download ?>"><?cs var:ndk.win64.legacy_download ?></a>
123 href="http://dl.google.com/android/repository/<?cs var:ndk.mac32_download ?>"><?cs var:ndk.mac32_download ?></a>
131 href="http://dl.google.com/android/repository/<?cs var:ndk.mac32.legacy_download ?>"><?cs var:ndk.mac32.legacy_download ?></a>
139 href="http://dl.google.com/android/repository/<?cs var:ndk.mac64_download ?>"><?cs var:ndk.mac64_download ?></a>
147 href="http://dl.google.com/android/repository/<?cs var:ndk.mac64.legacy_download ?>"><?cs var:ndk.mac64.legac (…)
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go 22 "net/http"
66 func New(client *http.Client) (*Service, error) {
83 client *http.Client
215 // Etag: HTTP 1.1 Entity tag for the bucket.
283 // ServerResponse contains the HTTP response code and headers from the
343 // Method: The list of HTTP methods on which to include CORS response
353 // ResponseHeader: The list of HTTP headers other than the simple
720 // Etag: HTTP 1.1 Entity tag for the access-control entry.
739 // ServerResponse contains the HTTP response code and headers from the
807 // ServerResponse contains the HTTP response code and headers from th
    [all...]
  /art/build/
makevars.go 7 // http://www.apache.org/licenses/LICENSE-2.0
  /art/tools/amm/
Android.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /art/tools/class2greylist/test/
Android.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /build/blueprint/deptools/
depfile.go 7 // http://www.apache.org/licenses/LICENSE-2.0
  /build/kati/
log.go 7 // http://www.apache.org/licenses/LICENSE-2.0
symtab.go 7 // http://www.apache.org/licenses/LICENSE-2.0
  /build/make/core/tasks/
cts.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
cts_instant.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
owners.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
sts.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /build/make/target/board/generic_x86/
BoardConfig.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /build/make/target/board/gsi_arm64/
BoardConfig.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /build/make/target/board/mainline_arm64/
BoardConfig.mk 7 # http://www.apache.org/licenses/LICENSE-2.0
  /build/soong/cc/config/
tidy_test.go 7 // http://www.apache.org/licenses/LICENSE-2.0
  /build/soong/cc/
kernel_headers.go 7 // http://www.apache.org/licenses/LICENSE-2.0
sysprop.go 7 // http://www.apache.org/licenses/LICENSE-2.0

Completed in 2530 milliseconds

<<61626364656667686970>>