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

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/impl/io/
IdentityInputStream.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/io/IdentityInputStream.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.impl.io;
37 import org.apache.http.io.SessionInputBuffer;
49 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
  /external/apache-http/src/org/apache/http/params/
HttpProtocolParamBean.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/params/HttpProtocolParamBean.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.params;
34 import org.apache.http.HttpVersion;
37 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
  /external/autotest/client/deps/webgl_perf/files/
update-tarball 7 wget http://hg.mozilla.org/users/bjacob_mozilla.com/webgl-perf-tests/archive/tip.tar.bz2
  /external/libbrillo/brillo/http/
http_transport_curl.h 14 #include <brillo/http/curl_api.h>
15 #include <brillo/http/http_transport.h>
18 namespace http { namespace in namespace:brillo
24 // An implementation of http::Transport that uses libcurl for
25 // HTTP communications. This class (as http::Transport base)
26 // is used by http::Request and http::Response classes to provide HTTP
30 class BRILLO_EXPORT Transport : public http::Transport
    [all...]
  /external/libmtp/
sync-usbids.sh 8 wget -O usb.ids http://www.linux-usb.org/usb.ids
  /external/llvm/utils/vim/ftplugin/
llvm.vim 3 " Maintainer: The LLVM team, http://llvm.org/
tablegen.vim 3 " Maintainer: The LLVM team, http://llvm.org/
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
InternalCache.java 8 * http://www.apache.org/licenses/LICENSE-2.0
20 import com.squareup.okhttp.internal.http.CacheRequest;
21 import com.squareup.okhttp.internal.http.CacheStrategy;
50 /** Track an HTTP response being satisfied with {@code cacheStrategy}. */
  /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
OkApacheClient.java 13 import org.apache.http.Header;
14 import org.apache.http.HttpEntity;
15 import org.apache.http.HttpEntityEnclosingRequest;
16 import org.apache.http.HttpHost;
17 import org.apache.http.HttpRequest;
18 import org.apache.http.HttpResponse;
19 import org.apache.http.RequestLine;
20 import org.apache.http.client.HttpClient;
21 import org.apache.http.client.ResponseHandler;
22 import org.apache.http.client.methods.HttpUriRequest
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
InternalCache.java 9 * http://www.apache.org/licenses/LICENSE-2.0
21 import com.android.okhttp.internal.http.CacheRequest;
22 import com.android.okhttp.internal.http.CacheStrategy;
52 /** Track an HTTP response being satisfied with {@code cacheStrategy}. */
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/ftplugin/
llvm.vim 3 " Maintainer: The LLVM team, http://llvm.org/
tablegen.vim 3 " Maintainer: The LLVM team, http://llvm.org/
  /external/syzkaller/vendor/cloud.google.com/go/storage/
go17.go 7 // http://www.apache.org/licenses/LICENSE-2.0
21 "net/http"
24 func withContext(r *http.Request, ctx context.Context) *http.Request {
not_go17.go 7 // http://www.apache.org/licenses/LICENSE-2.0
20 "net/http"
23 func withContext(r *http.Request, _ interface{}) *http.Request {
  /external/wpa_supplicant_8/hs20/server/ca/
ocsp-req.sh 5 openssl ocsp -text -CAfile ca.pem -verify_other demoCA/cacert.pem -trust_other -issuer demoCA/cacert.pem -cert $i -url http://localhost:8888/
7 # openssl ocsp -text -CAfile rootCA/cacert.pem -issuer demoCA/cacert.pem -cert $i -url http://localhost:8888/
9 # openssl ocsp -text -CAfile rootCA/cacert.pem -verify_other demoCA/cacert.pem -trust_other -issuer demoCA/cacert.pem -cert $i -url http://localhost:8888/
10 # openssl ocsp -text -CAfile rootCA/cacert.pem -VAfile ca.pem -trust_other -issuer demoCA/cacert.pem -cert $i -url http://localhost:8888/
ocsp-update-cache.sh 9 -url http://localhost:8888/ \
  /external/libcups/cups/
cups.h 11 * missing or damaged, see the license at "http://www.cups.org/".
299 typedef int (*cups_client_cert_cb_t)(http_t *http, void *tls,
320 typedef const char *(*cups_password_cb2_t)(const char *prompt, http_t *http,
327 typedef int (*cups_server_cert_cb_t)(http_t *http, void *tls,
338 extern ipp_t *cupsDoFileRequest(http_t *http, ipp_t *request,
341 extern ipp_t *cupsDoRequest(http_t *http, ipp_t *request,
388 extern int cupsDoAuthentication(http_t *http, const char *method,
391 extern http_status_t cupsGetFile(http_t *http, const char *resource,
393 extern http_status_t cupsGetFd(http_t *http, const char *resource, int fd);
394 extern http_status_t cupsPutFile(http_t *http, const char *resource
    [all...]
tls-darwin.c 11 * missing or damaged, see the license at "http://www.cups.org/".
71 static int http_cdsa_set_credentials(http_t *http);
431 http_t *http, /* I - Connection to server */
442 DEBUG_printf(("httpCopyCredentials(http=%p, credentials=%p)", (void *)http, (void *)credentials));
447 if (!http || !http->tls || !credentials)
450 if (!(error = SSLCopyPeerTrust(http->tls, &peerTrust)) && peerTrust)
1076 _httpTLSPending(http_t *http) /* I - HTTP connection *
2083 http_t *http; \/* HTTP connection *\/ local
2182 http_t *http; \/* HTTP connection *\/ local
    [all...]
  /external/apache-http/android/src/android/net/http/
AndroidHttpClient.java 8 * http://www.apache.org/licenses/LICENSE-2.0
17 package android.net.http;
19 import org.apache.http.Header;
20 import org.apache.http.HttpEntity;
21 import org.apache.http.HttpEntityEnclosingRequest;
22 import org.apache.http.HttpException;
23 import org.apache.http.HttpHost;
24 import org.apache.http.HttpRequest;
25 import org.apache.http.HttpRequestInterceptor;
26 import org.apache.http.HttpResponse
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/AbstractHttpClient.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.impl.client;
40 import org.apache.http.ConnectionReuseStrategy;
41 import org.apache.http.HttpException;
42 import org.apache.http.HttpHost;
43 import org.apache.http.HttpRequest;
44 import org.apache.http.HttpRequestInterceptor
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/conn/ProxySelectorRoutePlanner.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.impl.conn;
43 import org.apache.http.HttpException;
44 import org.apache.http.HttpHost;
45 import org.apache.http.HttpRequest;
46 import org.apache.http.protocol.HttpContext;
48 import org.apache.http.conn.routing.HttpRoute
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/conn/tsccm/ThreadSafeClientConnManager.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
27 * <http://www.apache.org/>.
31 package org.apache.http.impl.conn.tsccm;
40 import org.apache.http.conn.routing.HttpRoute;
41 import org.apache.http.conn.scheme.SchemeRegistry;
42 import org.apache.http.conn.ClientConnectionManager;
43 import org.apache.http.conn.ClientConnectionOperator;
44 import org.apache.http.conn.ClientConnectionRequest
    [all...]
  /external/volley/src/main/java/com/android/volley/toolbox/
HttpClientStack.java 8 * http://www.apache.org/licenses/LICENSE-2.0
27 import org.apache.http.HttpEntity;
28 import org.apache.http.HttpResponse;
29 import org.apache.http.NameValuePair;
30 import org.apache.http.client.HttpClient;
31 import org.apache.http.client.methods.HttpDelete;
32 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
33 import org.apache.http.client.methods.HttpGet;
34 import org.apache.http.client.methods.HttpHead;
35 import org.apache.http.client.methods.HttpOptions
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/transport/http/
dial.go 7 // http://www.apache.org/licenses/LICENSE-2.0
15 // Package transport/http supports network connections to HTTP servers.
18 package http package
22 "net/http"
31 // NewClient returns an HTTP client for use communicating with a Google cloud
34 func NewClient(ctx context.Context, opts ...option.ClientOption) (*http.Client, string, error) {
42 // TODO(cbro): consider injecting the User-Agent even if an explicit HTTP client is provided?
47 hc := &http.Client{
62 hc := &http.Client
    [all...]
  /external/libevent/include/event2/
http.h 44 /** @file event2/http.h
46 * Basic support for HTTP serving.
50 * need to write HTTP code. The following prototypes and definitions provide
51 * an application with a minimal interface for making HTTP requests and for
52 * creating a very simple HTTP server.
61 #define HTTP_BADREQUEST 400 /**< invalid http request was made */
78 * Create a new HTTP server.
80 * @param base (optional) the event base to receive the HTTP events
88 * Binds an HTTP server on the specified address and port.
90 * Can be called multiple times to bind the same http serve
    [all...]

Completed in 1518 milliseconds

<<11121314151617181920>>