Home
last modified time | relevance | path

Searched refs:http (Results 1 – 25 of 243) sorted by relevance

12345678910

/tools/tradefederation/core/src/com/android/tradefed/util/
DRestApiHelper.java20 import com.google.api.client.http.ByteArrayContent;
21 import com.google.api.client.http.GenericUrl;
22 import com.google.api.client.http.HttpBackOffIOExceptionHandler;
23 import com.google.api.client.http.HttpContent;
24 import com.google.api.client.http.HttpRequest;
25 import com.google.api.client.http.HttpRequestFactory;
26 import com.google.api.client.http.HttpRequestInitializer;
27 import com.google.api.client.http.HttpResponse;
28 import com.google.api.client.http.HttpTransport;
34 import com.google.auth.http.HttpCredentialsAdapter;
DGoogleApiClientUtil.java24 import com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler;
25 import com.google.api.client.http.HttpRequest;
26 import com.google.api.client.http.HttpRequestInitializer;
27 import com.google.api.client.http.HttpResponse;
28 import com.google.api.client.http.HttpUnsuccessfulResponseHandler;
DGCSCommon.java21 import com.google.api.client.http.HttpRequestInitializer;
25 import com.google.auth.http.HttpCredentialsAdapter;
DIRestApiHelper.java18 import com.google.api.client.http.HttpResponse;
/tools/treble/fetcher/
Dfetcher_lib.py53 http = httplib2.Http()
54 return credentials.authorize(http)
97 def create_client(http): argument
106 return build(serviceName='androidbuildinternal', version='v3', http=http,
125 http = httplib2.Http()
126 credentials.authorize(http)
127 return create_client(http)
140 http = _create_http_from_p12(robot_credentials_file, robot_username)
141 return create_client(http)
166 downloader = apiclient.http.MediaIoBaseDownload(
/tools/netsim/rust/daemon/src/http_server/
Dhttp_request.rs30 use http::Request;
31 use http::Version;
107 let mut headers = http::HeaderMap::new(); in test_parse()
108 headers.insert("Host", http::HeaderValue::from_static("example.com")); in test_parse()
109 headers.insert("Content-Length", http::HeaderValue::from_static("13")); in test_parse()
122 let mut headers = http::HeaderMap::new(); in test_parse_without_body()
123 headers.insert("Host", http::HeaderValue::from_static("example.com")); in test_parse_without_body()
137 let mut headers = http::HeaderMap::new(); in test_parse_without_content_length()
138 headers.insert("Host", http::HeaderValue::from_static("example.com")); in test_parse_without_content_length()
/tools/test/mobly_extensions/tools/results_uploader/src/
Dresultstore_client.py73 creds, http=httplib2.Http(timeout=30)
137 res = request.execute(http=self._http)
160 res = request.execute(http=self._http)
198 res = request.execute(http=self._http)
223 res = request.execute(http=self._http)
264 res = request.execute(http=self._http)
290 res = request.execute(http=self._http)
309 res = request.execute(http=self._http)
330 res = request.execute(http=self._http)
347 res = request.execute(http=self._http)
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/util/net/
DHttpHelperFuncTest.java45 IHttpHelper http = new HttpHelper(); in testTimeout() local
46 http.setOpTimeout(clientTimeout); in testTimeout()
67 http.doGet(url); in testTimeout()
86 IHttpHelper http = new HttpHelper(); in testNoTimeout() local
87 http.setOpTimeout(clientTimeout); in testNoTimeout()
107 http.doGet(url); in testNoTimeout()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRestApiHelperTest.java25 import com.google.api.client.http.GenericUrl;
26 import com.google.api.client.http.HttpRequestFactory;
27 import com.google.api.client.http.javanet.NetHttpTransport;
/tools/netsim/testing/netsim-grpc/cfg/
Dpip.conf5 extra-index-url = http://localhost:3141/packages/staging
10 index = http://localhost:3141/package/staging
Dpypirc7 repository = http://localhost:3141/packages/stable/
12 repository = http://localhost:3141/packages/staging/
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dhardware_power_statecontrol_lib.py18 import http
35 except (TimeoutError, http.client.RemoteDisconnected,
/tools/acloud/internal/lib/
Dbase_cloud_client.py23 import http
57 RETRIABLE_ERRORS = (http.client.HTTPException, httplib2.HttpLib2Error,
98 http=http_auth)
/tools/apkzlib/
DAndroid.bp8 // http://www.apache.org/licenses/LICENSE-2.0
21 // See: http://go/android-license-faq
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java25 import com.google.api.client.http.HttpRequestFactory;
26 import com.google.api.client.http.HttpResponse;
27 import com.google.api.client.http.HttpTransport;
28 import com.google.api.client.http.javanet.NetHttpTransport;
/tools/external/fat32lib/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
33 // See: http://go/android-license-faq
/tools/apksig/
DAndroid.bp8 // http://www.apache.org/licenses/LICENSE-2.0
24 // http://go/android-license-faq
147 "opencensus-java-contrib-http-util",
/tools/tradefederation/core/proto/monitoring/server/
Dlab_resource.proto8 * http://www.apache.org/licenses/LICENSE-2.0
150 // The http equivalent is curl http://ADDRESS/v1/lab_resource_message
/tools/security/sanitizer-status/
DAndroid.bp6 // http://go/android-license-faq
/tools/netsim/ui/assets/
Dgrid-background.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000">
/tools/netsim/ui/dist/assets/
Dgrid-background.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000">
/tools/trebuchet/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
21 // http://go/android-license-faq
/tools/netsim/testing/netsim-grpc/
DLICENSE.txt7 http://www.apache.org/licenses/LICENSE-2.0
/tools/netsim/rust/
DCargo.toml7 # http://www.apache.org/licenses/LICENSE-2.0
/tools/tradefederation/core/javatests/test-apps/UITestApp/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0

12345678910