/external/syzkaller/vendor/google.golang.org/api/transport/http/ |
dial_appengine.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 package http package 20 "net/http" 27 appengineUrlfetchHook = func(ctx context.Context) http.RoundTripper {
|
/external/tensorflow/tensorflow/java/ |
generate_pom.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 23 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 24 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 39 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
install_hadoop.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 23 wget -q http://www-us.apache.org/dist/hadoop/common/hadoop-${HADOOP_VERSION}/hadoop-${HADOOP_VERSION}.tar.gz
|
/external/libcups/cups/ |
dest-localization.c | 10 * missing or damaged, see the license at "http://www.cups.org/". 26 static void cups_create_localizations(http_t *http, cups_dinfo_t *dinfo); 44 http_t *http, /* I - Connection to destination */ 63 DEBUG_printf(("cupsLocalizeDestMedia(http=%p, dest=%p, dinfo=%p, flags=%x, size=%p(\"%s\"))", (void *)http, (void *)dest, (void *)dinfo, flags, (void *)size, size ? size->media : "(null)")); 69 if (!http || !dest || !dinfo || !size) 81 cups_create_localizations(http, dinfo); 160 lsource = cupsLocalizeDestValue(http, dest, dinfo, "media-source", mdb->source); 161 ltype = cupsLocalizeDestValue(http, dest, dinfo, "media-type", mdb->type); 224 http_t *http, /* I - Connection to destination * [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/ |
test_pass1.py | 4 # from http://json.org/JSON_checker/test/pass1.json
40 "url": "http://www.JSON.org/",
|
/external/apache-http/android/src/android/net/http/ |
HttpLog.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 21 package android.net.http; 28 private final static String LOGTAG = "http";
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
ByteArrayPartSource.java | 15 * http://www.apache.org/licenses/LICENSE-2.0 27 * <http://www.apache.org/>. 31 package com.android.internal.http.multipart;
|
/external/apache-http/src/org/apache/http/ |
HttpClientConnection.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpClientConnection.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http; 37 * An HTTP connection for use on the client side. 49 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
|
HttpResponse.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpResponse.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http; 39 * An HTTP response. 48 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a> 76 * @param ver the HTTP version 84 * @param ver the HTTP versio [all...] |
/external/apache-http/src/org/apache/http/conn/scheme/ |
PlainSocketFactory.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/scheme/PlainSocketFactory.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.conn.scheme; 40 import org.apache.http.conn.ConnectTimeoutException; 41 import org.apache.http.params.HttpConnectionParams; 42 import org.apache.http.params.HttpParams; 51 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a [all...] |
/external/apache-http/src/org/apache/http/cookie/ |
ClientCookie.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/ClientCookie.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.cookie; 48 * 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/impl/client/ |
RedirectLocations.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/RedirectLocations.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 42 * 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/impl/conn/ |
LoggingSessionInputBuffer.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/conn/LoggingSessionInputBuffer.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 27 * <http://www.apache.org/>. 31 package org.apache.http.impl.conn; 35 import org.apache.http.io.HttpTransportMetrics; 36 import org.apache.http.io.SessionInputBuffer; 37 import org.apache.http.util.CharArrayBuffer; 49 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a [all...] |
/external/apache-http/src/org/apache/http/params/ |
HttpProtocolParams.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/params/HttpProtocolParams.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; 35 import org.apache.http.ProtocolVersion; 36 import org.apache.http.protocol.HTTP; 40 * to simplify manipulation of the HTTP protocol specific parameters [all...] |
/external/apache-http/src/org/apache/http/util/ |
ExceptionUtils.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/ExceptionUtils.java $ 15 * http://www.apache.org/licenses/LICENSE-2.0 28 * <http://www.apache.org/>. 31 package org.apache.http.util; 44 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
|
/external/libbrillo/brillo/errors/ |
error_codes.h | 26 namespace http { namespace in namespace:brillo::errors 28 } // namespace http
|
/external/libopus/doc/ |
build_isobmff.sh | 37 wget -q http://vfrmaniac.fushizen.eu/contents/${HTML} -O ${HTML} 38 wget -q http://vfrmaniac.fushizen.eu/style.css -O ${CSS}
|
/external/libxml2/python/tests/ |
attribs.py | 15 <!ATTLIST test xmlns:abc CDATA #FIXED "http://abc.org" > 21 attr = elem.hasNsProp('attr', 'http://abc.org')
|
/external/markdown/markdown/extensions/ |
headerid.py | 55 Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/). 57 Project website: <http://www.freewisdom.org/project/python-markdown/HeaderId> 63 * [Python 2.3+](http://python.org) 64 * [Markdown 2.0+](http://www.freewisdom.org/projects/python-markdown/)
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
PutStreamIntegrationTest.java | 42 import org.apache.http.client.ResponseHandler; 43 import org.apache.http.client.methods.HttpPut; 44 import org.apache.http.entity.ByteArrayEntity; 45 import org.apache.http.impl.client.BasicResponseHandler; 92 HttpPut httpput = new HttpPut("http://localhost:8192/");
|
/external/python/cpython2/Lib/json/tests/ |
test_pass1.py | 4 # from http://json.org/JSON_checker/test/pass1.json 40 "url": "http://www.JSON.org/",
|
/external/python/cpython3/Lib/test/test_json/ |
test_pass1.py | 4 # from http://json.org/JSON_checker/test/pass1.json 40 "url": "http://www.JSON.org/",
|
/external/python/oauth2client/tests/ |
test_jwt.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 120 http = HttpMockSequence([ 126 http=http) 133 http = HttpMockSequence([ 137 with mock.patch('oauth2client.transport._CACHED_HTTP', new=http): 148 http = HttpMockSequence([ 153 client.verify_id_token(jwt, test_email, http=http) 260 http = HttpMockSequence( [all...] |
/external/syzkaller/vendor/golang.org/x/oauth2/ |
client_appengine.go | 12 "net/http" 23 func contextClientAppEngine(ctx context.Context) (*http.Client, error) {
|
/external/syzkaller/vendor/google.golang.org/api/gensupport/ |
send.go | 9 "net/http" 15 // Hook is the type of a function that is called once before each HTTP request 19 type Hook func(ctx context.Context, req *http.Request) func(resp *http.Response) 23 // RegisterHook registers a Hook to be called before each HTTP request by a 25 // hook can return a function; if it is non-nil, it is called after the HTTP 32 // SendRequest sends a single HTTP request using the given client. 35 func SendRequest(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) [all...] |