/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/ |
CacheAdapter.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 21 import com.squareup.okhttp.internal.http.CacheRequest; 22 import com.squareup.okhttp.internal.http.CacheStrategy;
|
/external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/internal/huc/ |
CacheAdapter.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 22 import com.android.okhttp.internal.http.CacheRequest; 23 import com.android.okhttp.internal.http.CacheStrategy;
|
/external/python/google-api-python-client/samples/api-python-client-doc/ |
main.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 19 This is running live at http://api-python-client-doc.appspot.com where it 50 http = httplib2.Http(memcache) 55 resp, content = http.request(uri)
|
/external/python/httplib2/python2/httplib2/test/ |
test_ssl_context.py | 17 """Request handler that keeps the HTTP connection open, so that the test can inspect the resulting SSL connection object 49 client = httplib2.Http(ca_certs=self.ca_certs_path) 75 http = httplib2.Http(ca_certs=self.ca_certs_path, proxy_info=None) 79 http.request(url)
|
/external/python/oauth2client/scripts/ |
run_system_tests.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 59 http = credentials.authorize(httplib2.Http()) 60 response, content = http.request(USER_INFO)
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2013-release/ |
build.bat | 7 :: http://www.apache.org/licenses/LICENSE-2.0
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release/ |
build.bat | 7 :: http://www.apache.org/licenses/LICENSE-2.0
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2017-debug/ |
build.bat | 7 :: http://www.apache.org/licenses/LICENSE-2.0
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2017-release/ |
build.bat | 7 :: http://www.apache.org/licenses/LICENSE-2.0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
ext_exc.ml | 14 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
|
/external/syzkaller/dashboard/app/ |
admin.go | 8 "net/http" 21 func dropNamespace(c context.Context, w http.ResponseWriter, r *http.Request) error { 84 func dropNamespaceReportingState(c context.Context, w http.ResponseWriter, ns string, dryRun bool) error {
|
reporting_email.go | 11 "net/http" 30 http.HandleFunc("/email_poll", handleEmailPoll) 31 http.HandleFunc("/_ah/mail/", handleIncomingMail) 32 http.HandleFunc("/_ah/bounce", handleEmailBounce) 89 func handleEmailPoll(w http.ResponseWriter, r *http.Request) { 93 http.Error(w, err.Error(), http.StatusInternalServerError) 98 http.Error(w, err.Error(), http.StatusInternalServerError [all...] |
util_test.go | 17 "net/http" 18 "net/http/httptest" 93 if !ok || httpErr.Code != http.StatusForbidden { 140 // GET sends admin-authorized HTTP GET request to the app. 146 // AuthGET sends HTTP GET request to the app with the specified authorization. 151 // POST sends admin-authorized HTTP POST request to the app. 175 http.DefaultServeMux.ServeHTTP(w, r) 177 if w.Code != http.StatusOK { 240 doer := func(r *http.Request) (*http.Response, error) [all...] |
/external/syzkaller/vendor/google.golang.org/grpc/credentials/ |
credentials_util_pre_go19.go | 11 * http://www.apache.org/licenses/LICENSE-2.0
|
/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/ |
util_nonlinux_pre_go19.go | 11 * http://www.apache.org/licenses/LICENSE-2.0
|
/external/syzkaller/vendor/google.golang.org/grpc/naming/ |
go18.go | 11 * http://www.apache.org/licenses/LICENSE-2.0
|
/external/syzkaller/vendor/google.golang.org/grpc/resolver/dns/ |
go18.go | 11 * http://www.apache.org/licenses/LICENSE-2.0
|
/external/tensorflow/tensorflow/go/ |
android.go | 7 // http://www.apache.org/licenses/LICENSE-2.0
|
/external/walt/android/WALT/app/src/main/jni/ |
Application.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0
|
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
Android.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0
|
/frameworks/av/services/camera/libcameraservice/ |
Android.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0
|
/external/curl/lib/ |
http2.c | 29 #include "http.h" 86 * allows for HTTP/2 specific init of state. 95 * allows for HTTP/2 specific user-set fields. 118 /* in a HTTP/2 connection we can basically always get a frame so we should 122 /* we're still uploading or the HTTP/2 layer wants to send data */ 141 static void http2_stream_free(struct HTTP *http) 143 if(http) { 144 Curl_add_buffer_free(&http->header_recvbuf); 145 Curl_add_buffer_free(&http->trailer_recvbuf) 277 struct HTTP *http = data->req.protop; local 506 struct HTTP *http = calloc(1, sizeof(struct HTTP)); local 1183 struct HTTP *http = data->req.protop; local [all...] |
/external/libbrillo/brillo/http/ |
http_transport_curl.cc | 5 #include <brillo/http/http_transport_curl.h> 12 #include <brillo/http/http_connection_curl.h> 13 #include <brillo/http/http_request.h> 28 namespace http { namespace in namespace:brillo 117 std::shared_ptr<http::Connection> Transport::CreateConnection( 124 std::shared_ptr<http::Connection> connection; 128 brillo::Error::AddTo(error, FROM_HERE, http::kErrorDomain, 173 // Setup HTTP request method and optional request body. 201 connection = std::make_shared<http::curl::Connection>( 215 RequestID Transport::StartAsyncTransfer(http::Connection* connection [all...] |
/external/syzkaller/vendor/golang.org/x/net/http2/ |
http2.go | 5 // Package http2 implements the HTTP/2 protocol. 9 // use by the net/http package (from Go 1.6 and later). 13 // See https://http2.github.io/ for more information on HTTP/2. 25 "net/http" 32 "golang.org/x/net/http/httpguts" 57 ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" 60 // http://http2.github.io/http2-spec/#rfc.section.6.5.2 64 // HTTP/2's TLS setup. 67 // http://http2.github.io/http2-spec/#SettingValues 81 // HTTP/2 stream states [all...] |
/build/make/tools/ |
generate-enforce-rro-android-manifest.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 25 ANDROID_MANIFEST_TEMPLATE="""<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|