Home
last modified time | relevance | path

Searched defs:http (Results 1 – 25 of 56) sorted by relevance

123

/external/oauth/core/src/main/java/net/oauth/client/
DOAuthResponseMessage.java36 OAuthResponseMessage(HttpResponseMessage http) throws IOException in OAuthResponseMessage()
52 private final HttpMessage http; field in OAuthResponseMessage
DOAuthClient.java68 public OAuthClient(HttpClient http) in OAuthClient()
73 private HttpClient http; field in OAuthClient
75 public void setHttpClient(HttpClient http) { in setHttpClient()
DURLConnectionClient.java53 HttpURLConnection http = (HttpURLConnection) connection; in execute() local
DURLConnectionResponse.java107 …HttpURLConnection http = (connection instanceof HttpURLConnection) ? (HttpURLConnection) connection in dump() local
/external/chromium_org/third_party/webrtc/base/
Dhttprequest.cc34 void HttpMonitor::Connect(HttpClient *http) { in Connect()
39 void HttpMonitor::OnHttpClientComplete(HttpClient * http, HttpErrorType error) { in OnHttpClientComplete()
/external/chromium_org/third_party/libevent/test/
Dregress_rpc.c132 struct evhttp *http = NULL; in rpc_setup() local
179 struct evhttp *http = NULL; in rpc_basic_test() local
262 struct evhttp *http = NULL; in rpc_basic_message() local
440 struct evhttp *http = NULL; in rpc_basic_client() local
511 struct evhttp *http = NULL; in rpc_basic_queued_client() local
576 struct evhttp *http = NULL; in rpc_client_timeout() local
/external/chromium_org/sync/test/fake_server/
Dfake_server_http_post_provider.cc30 FakeServerHttpPostProvider* http = in Create() local
37 HttpPostProviderInterface* http) { in Destroy()
/external/chromium_org/third_party/libevent/
Dhttp.c1000 struct evhttp *http = evcon->http_server; in evhttp_connection_free() local
2190 struct evhttp *http = arg; in evhttp_handle_request() local
2235 struct evhttp *http = arg; in accept_socket() local
2252 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) in evhttp_bind_socket()
2276 evhttp_accept_socket(struct evhttp *http, int fd) in evhttp_accept_socket()
2307 struct evhttp *http = NULL; in evhttp_new_object() local
2326 struct evhttp *http = evhttp_new_object(); in evhttp_new() local
2340 struct evhttp *http = evhttp_new_object(); in evhttp_start() local
2351 evhttp_free(struct evhttp* http) in evhttp_free()
2384 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) in evhttp_set_timeout()
[all …]
/external/chromium_org/chrome/browser/sync/test/
Dtest_http_bridge_factory.cc40 void TestHttpBridgeFactory::Destroy(syncer::HttpPostProviderInterface* http) { in Destroy()
/external/wpa_supplicant_8/src/utils/
Dbrowser-android.c69 struct http_server *http; in hs20_web_browser() local
Dbrowser-system.c69 struct http_server *http; in hs20_web_browser() local
Dbrowser-wpadebug.c70 struct http_server *http; in hs20_web_browser() local
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/
DHelloLicenseServlet.java74 URLConnection http = in doGet() local
/external/chromium_org/content/browser/media/
Dmedia_browsertest.cc33 bool http) { in RunMediaTestPage()
77 void PlayAudio(const std::string& media_file, bool http) { in PlayAudio()
82 void PlayVideo(const std::string& media_file, bool http) { in PlayVideo()
96 bool http) { in PlayMedia()
/external/chromium_org/printing/backend/
Dprint_backend_cups.cc251 HttpConnectionCUPS http(print_server_url_, cups_encryption_); in GetDests() local
275 HttpConnectionCUPS http(print_server_url_, cups_encryption_); in GetPPD() local
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
Dimageinfo.js20 function(http) { argument
/external/chromium_org/chrome/browser/media/
Dmedia_browsertest.cc33 bool http) { in RunMediaTestPage()
/external/chromium_org/sync/internal_api/
Dhttp_bridge.cc98 HttpBridge* http = new HttpBridge(request_context_getter_.get(), in Create() local
104 void HttpBridgeFactory::Destroy(HttpPostProviderInterface* http) { in Destroy()
Dsyncapi_server_connection_manager.cc37 HttpPostProviderInterface* http = post_provider_; in Init() local
Dsyncapi_server_connection_manager_unittest.cc65 virtual void Destroy(HttpPostProviderInterface* http) OVERRIDE { in Destroy()
/external/chromium_org/third_party/skia/expectations/gm/
Dloader.js18 function($scope, $http) {
/external/skia/expectations/gm/
Dloader.js18 function($scope, $http) {
/external/skia/tools/skpdiff/
Ddiff_viewer.js185 function ImageController($scope, $http, $location, $timeout, $parse) {
213 function DiffListController($scope, $http, $location, $timeout, $parse) {
/external/chromium_org/third_party/skia/tools/skpdiff/
Ddiff_viewer.js185 function ImageController($scope, $http, $location, $timeout, $parse) {
213 function DiffListController($scope, $http, $location, $timeout, $parse) {
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py415 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
449 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
461 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
519 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
585 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument
602 def __init__(self, credentials, host, request_uri, headers, response, content, http): argument

123