/external/libcups/filter/ |
testclient.c | 10 * missing or damaged, see the license at "http://www.cups.org/". 87 http_t *http; /* HTTP connection */ local 209 if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 0, NULL)) == NULL) 224 response = cupsDoRequest(http, request, resource); 311 response = cupsDoRequest(http, request, resource); 350 response = cupsDoFileRequest(http, request, resource, printfile); 375 httpClose(http); 731 http_t *http; /* Connection to printer */ local 756 http = httpConnect2(monitor->hostname, monitor->port, NULL, AF_UNSPEC, monitor->encryption, 1, 0, NULL) [all...] |
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/ |
ShadowDefaultRequestDirectorTest.java | 19 import org.apache.http.HttpRequest; 20 import org.apache.http.HttpResponse; 21 import org.apache.http.client.methods.HttpGet; 22 import org.apache.http.client.methods.HttpPost; 23 import org.apache.http.client.methods.HttpUriRequest; 24 import org.apache.http.conn.ConnectTimeoutException; 25 import org.apache.http.conn.ConnectionKeepAliveStrategy; 26 import org.apache.http.impl.client.BasicResponseHandler; 27 import org.apache.http.impl.client.DefaultHttpClient; 28 import org.apache.http.impl.client.DefaultRequestDirector [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/ |
build_llvm_package.bat | 5 REM used for the the weekly snapshots at http://www.llvm.org/builds.
38 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/llvm/%branch% llvm || exit /b
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit /b
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools/clang/tools/extra || exit /b
41 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/lld/%branch% llvm/tools/lld || exit /b
42 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/compiler-rt/%branch% llvm/projects/compiler-rt || exit /b
43 REM svn.exe export -r %revision% http://llvm.org/svn/llvm-project/openmp/%branch% llvm/projects/openmp || exit /b
|
/external/libevent/sample/ |
http-server.c | 2 A trivial static http webserver using Libevent's evhttp. 38 #include <event2/http.h> 154 /* This callback gets invoked when we get any http request that doesn't match 326 fprintf(stdout, "Syntax: http-server <docroot>\n"); 333 struct evhttp *http; local 356 http = evhttp_new(base); 357 if (!http) { 363 evhttp_set_cb(http, "/dump", dump_request_cb, NULL); 367 evhttp_set_gencb(http, send_document_cb, argv[1]); 370 handle = evhttp_bind_socket_with_handle(http, "0.0.0.0", port) [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_er.c | 84 http_client_free(sta->http); 156 http_client_free(ap->http); 157 ap->http = NULL; 210 http_client_free(ap->http); 211 ap->http = NULL; 233 if (ap->http) { 234 wpa_printf(MSG_DEBUG, "WPS ER: Pending HTTP request - cannot " 252 "UNSUBSCRIBE %s HTTP/1.1\r\n" 261 ap->http = http_client_addr(&dst, req, 1000, 263 if (ap->http == NULL) [all...] |
/external/grpc-grpc-java/netty/shaded/ |
grpc-netty-shaded-1.14.0.jar | |
/external/curl/lib/ |
http.c | 66 #include "http.h" 109 * HTTP handler interface. 112 "HTTP", /* scheme */ 160 /* allocate the HTTP-specific struct for the Curl_easy, only to survive 162 struct HTTP *http; local 166 http = calloc(1, sizeof(struct HTTP)); 167 if(!http) 170 Curl_mime_initpart(&http->form, conn->data) 403 struct HTTP *http = data->req.protop; local 1069 struct HTTP *http = conn->data->req.protop; local 1152 struct HTTP *http = data->req.protop; local 1566 struct HTTP *http = data->req.protop; local 1934 struct HTTP *http; local [all...] |
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/ |
TestNanolets.java | 44 import org.apache.http.HttpEntity; 45 import org.apache.http.client.methods.CloseableHttpResponse; 46 import org.apache.http.client.methods.HttpDelete; 47 import org.apache.http.client.methods.HttpGet; 48 import org.apache.http.client.methods.HttpPost; 49 import org.apache.http.client.methods.HttpPut; 50 import org.apache.http.client.methods.HttpTrace; 51 import org.apache.http.impl.client.CloseableHttpClient; 52 import org.apache.http.impl.client.HttpClients; 110 HttpGet httpget = new HttpGet("http://localhost:9090/user/blabla") [all...] |
/external/python/apitools/apitools/base/py/ |
batch.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 """Library for handling batch HTTP requests for apitools.""" 44 """Container for data related to completing an HTTP request. 46 This contains an HTTP request, its response, and a callback for handling 50 request: An http_wrapper.Request object representing the HTTP request. 66 ApiCalls are ultimately exposed to the client once the HTTP 84 retryable_codes: A list of integer HTTP codes that can 126 """Handles an incoming http response to the request in http_request. 148 retryable_codes: A list of integer HTTP codes that can be retried. 174 # Prepare the HTTP Request [all...] |
/build/make/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 7 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs 15 <body class="gc-documentation" itemscope itemtype="http://schema.org/CreativeWork"> 93 href="http://developer.android.com/sdk/index.html">Android SDK</a>, please 107 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a> 115 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a> 123 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a> 166 <a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.win_download 175 <a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.win_installer 184 <a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.mac_download 193 <a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.linux_downloa [all...] |
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ImageDownloader.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import org.apache.http.HttpEntity; 20 import org.apache.http.HttpResponse; 21 import org.apache.http.HttpStatus; 22 import org.apache.http.client.methods.HttpGet; 29 import android.net.http.AndroidHttpClient; 107 * @param cookie A cookie String that will be used by the http connection.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Call.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import com.squareup.okhttp.internal.http.HttpEngine; 20 import com.squareup.okhttp.internal.http.RequestException; 21 import com.squareup.okhttp.internal.http.RouteException; 22 import com.squareup.okhttp.internal.http.StreamAllocation; 28 import static com.squareup.okhttp.internal.http.HttpEngine.MAX_FOLLOW_UPS; 61 * <p>Note that transport-layer success (receiving a HTTP response code, 63 * {@code response} may still indicate an unhappy HTTP response code like 404 100 * an HTTP response or a failure exception. If you {@link #cancel} a request 242 // No more interceptors. Do HTTP [all...] |
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
Call.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 20 import com.android.okhttp.internal.http.HttpEngine; 21 import com.android.okhttp.internal.http.RequestException; 22 import com.android.okhttp.internal.http.RouteException; 23 import com.android.okhttp.internal.http.StreamAllocation; 29 import static com.android.okhttp.internal.http.HttpEngine.MAX_FOLLOW_UPS; 63 * <p>Note that transport-layer success (receiving a HTTP response code, 65 * {@code response} may still indicate an unhappy HTTP response code like 404 102 * an HTTP response or a failure exception. If you {@link #cancel} a request 244 // No more interceptors. Do HTTP [all...] |
/external/python/oauth2client/tests/ |
test_tools.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 42 url = 'http://localhost:{0}?code={1}'.format( 63 'http://example.com/auth') 86 'auth_code', http=None) 103 'auth_code', http=None) 117 'auth_code', http=None) 132 self.assertEqual(self.flow.redirect_uri, 'http://localhost:8080/') 134 'auth_code', http=None) 139 'http://example.com/auth', autoraise=True, new=1) 185 'auth_code', http=None [all...] |
/build/make/tools/ |
auto_gen_test_config_test.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 29 <manifest xmlns:android="http://schemas.android.com/apk/res/android"> 34 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 43 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 59 http://www.apache.org/licenses/LICENSE-2.0 87 http://www.apache.org/licenses/LICENSE-2.0
|
/cts/tests/tests/networksecurityconfig/src/android/security/net/config/cts/ |
TestUtils.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import android.net.http.AndroidHttpClient; 40 import org.apache.http.HttpResponse; 41 import org.apache.http.client.methods.HttpGet; 61 assertHttpClientSucceeds(host, port, false /* http */); 62 assertUrlConnectionSucceeds(host, port, false /* http */); 66 assertHttpClientFails(host, port, false /* http */); 67 assertUrlConnectionFails(host, port, false /* http */); 109 URL url = new URL((https ? "https://" : "http://") + host + ":" + port); 120 URL url = new URL((https ? "https://" : "http://") + host + ":" + port) [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
RSSPullService.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 import org.apache.http.HttpStatus; 99 // If the connection is an HTTP connection, continue 105 // Casts the connection to a HTTP connection 145 org.apache.http.impl.cookie.DateUtils.formatDate( 147 org.apache.http.impl.cookie.DateUtils.PATTERN_RFC1123));
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BasicClientCookie.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.cookie; 39 import org.apache.http.cookie.ClientCookie; 40 import org.apache.http.cookie.SetCookie; 43 * HTTP "magic-cookie" represents a piece of state information 44 * that the HTTP agent and the target server can exchange to maintain 61 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a [all...] |
/external/autotest/client/site_tests/network_WiFiTxRx/ |
network-flipflop.sh | 184 if exec {http}<>/dev/tcp/$gateway/80; then 185 echo -e "GET /cgi-bin/txinfo HTTP/1.0\r\n\r" >&$http; 190 done <&$http;
|
/external/curl/tests/ |
serverhelp.pm | 82 /^((ftp|http|imap|pop3|smtp|http-pipe)s?)(\d*)(-ipv6|)$/) { 108 ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS|DICT|SMB|SMBS|TELNET))$/)); 161 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
|
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/ |
NettyClientInteropServlet.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 36 import javax.servlet.http.HttpServlet; 37 import javax.servlet.http.HttpServletRequest; 38 import javax.servlet.http.HttpServletResponse;
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
ManagedServletPipeline.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 34 import javax.servlet.http.HttpServlet; 35 import javax.servlet.http.HttpServletRequest; 36 import javax.servlet.http.HttpServletRequestWrapper; 208 && (("http".equals(scheme) && (port != 80))
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
ServletDefinitionTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 37 import javax.servlet.http.HttpServlet; 38 import javax.servlet.http.HttpServletRequest; 39 import javax.servlet.http.HttpServletResponse;
|
/external/libcups/cups/ |
cups-private.h | 11 * missing or damaged, see the license at "http://www.cups.org/". 27 # include "http-private.h" 95 /* http.c */ 98 /* http-addr.c */ 131 http_t *http; /* Current server connection */ member in struct:_cups_globals_s 244 extern int _cupsGetDests(http_t *http, ipp_op_t op, 260 extern int _cupsSetNegotiateAuthString(http_t *http,
|
/external/python/oauth2client/oauth2client/ |
tools.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 142 def run_flow(flow, storage, flags=None, http=None): 187 http: An instance of ``httplib2.Http.request`` or something that 214 oauth_callback = 'http://{host}:{port}/'.format( 243 credential = flow.step2_exchange(code, http=http)
|