Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 39) sorted by relevance

12

/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DIHttpHelper.java49 public String buildUrl(String url, MultiMap<String, String> paramMap); in buildUrl() argument
84 public String doGet(String url) throws IOException, DataSizeException; in doGet()
95 public void doGet(String url, OutputStream outputStream) throws IOException; in doGet()
108 public String doGetWithRetry(String url) throws IOException, DataSizeException; in doGetWithRetry()
117 public void doGetIgnore(String url) throws IOException; in doGetIgnore()
128 public void doGetIgnoreWithRetry(String url) throws IOException; in doGetIgnoreWithRetry()
143 public String doPostWithRetry(String url, String postData) throws IOException, in doPostWithRetry()
160 public String doPostWithRetry(String url, String postData, String contentType) in doPostWithRetry()
172 public HttpURLConnection createConnection(URL url, String method, String contentType) in createConnection()
183 public HttpURLConnection createXmlConnection(URL url, String method) throws IOException; in createXmlConnection()
[all …]
DHttpHelper.java99 public String doGet(String url) throws IOException, DataSizeException { in doGet()
130 public void doGet(String url, OutputStream outputStream) throws IOException { in doGet()
145 public void doGetIgnore(String url) throws IOException { in doGetIgnore()
159 public HttpURLConnection createConnection(URL url, String method, String contentType) in createConnection()
179 public HttpURLConnection createXmlConnection(URL url, String method) throws IOException { in createXmlConnection()
187 public HttpURLConnection createJsonConnection(URL url, String method) throws IOException { in createJsonConnection()
195 public String doGetWithRetry(String url) throws IOException, DataSizeException { in doGetWithRetry()
215 public void doGetIgnoreWithRetry(String url) throws IOException { in doGetIgnoreWithRetry()
233 public String doPostWithRetry(String url, String postData, String contentType) in doPostWithRetry()
254 public String doPostWithRetry(String url, String postData) throws IOException, in doPostWithRetry()
[all …]
DHttpMultipartPost.java47 public HttpMultipartPost(String url, IHttpHelper httpHelper) { in HttpMultipartPost()
53 public HttpMultipartPost(String url) { in HttpMultipartPost()
/tools/external_updater/
Darchive_utils.py71 def is_supported_archive(url): argument
76 def get_extract_func(url): argument
98 def download_and_extract(url): argument
Dmetadata.proto50 repeated URL url = 1; field
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/
Dutils.py21 def http_file_download_by_curl(fd, argument
81 def _generate_file_directory_and_file_name(url, out_path): argument
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestResourceDownloader.java40 final URL url = new URL(urlString); in download() local
73 private List<String> buildDownloadCommandArgs(URL url, File file) { in buildDownloadCommandArgs()
DTestResource.java63 TestResource(String name, String url) { in TestResource()
69 String url, in TestResource()
85 String url, in TestResource()
DTestOutputUploader.java51 public void setUploadUrl(final String url) throws MalformedURLException { in setUploadUrl()
DClusterOptions.java197 void setServiceUrl(String url) { in setServiceUrl()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DLogFile.java40 public LogFile(String path, String url, LogDataType type) { in LogFile()
61 public LogFile(String path, String url, boolean isCompressed, LogDataType type, long size) { in LogFile()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DDownloadStressTest.py87 def download_file(self, url): argument
94 def download_thread(self, url): argument
/tools/asuite/atest/tf_proto/
Dlog_file.proto26 string url = 2; field
/tools/tradefederation/core/proto/
Dlog_file.proto26 string url = 2; field
/tools/tradefederation/core/javatests/com/android/tradefed/util/net/
DHttpHelperTest.java340 InputStream getRemoteUrlStream(URL url) { in getRemoteUrlStream()
348 public HttpURLConnection createConnection(URL url, String method, String contentType) in createConnection()
DHttpHelperFuncTest.java65 final String url = String.format("http://localhost:%d/", port); in testTimeout() local
106 final String url = String.format("http://localhost:%d/", port); in testNoTimeout() local
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiIFSTwTest.py197 def http_request(self, url="https://www.google.com/"): argument
DWifiStressTest.py171 def start_youtube_video(self, url=None, secs=60): argument
/tools/asuite/atest/logstorage/
Dlogstorage_utils.py116 url=constants.DISCOVERY_SERVICE, argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_data_utils.py2429 def start_youtube_video(ad, url="vnd.youtube:watch?v=pSJoP0LR8CQ"): argument
2446 url, argument
2541 def http_file_download_by_curl(ad, argument
2593 def open_url_by_adb(ad, url): argument
2598 url, argument
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java283 public LowLevelHttpRequest buildRequest(String method, String url) throws IOException { in buildRequest()
DClusterBuildProviderTest.java249 final String url = mResourceFile.toURI().toURL().toString(); in testGetBuild_decompressTestResources_withMountZip() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DFileSystemLogSaver.java279 String url = mReportUrl; in getUrl() local
/tools/tradefederation/core/util_apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiUtil.java263 final String url = getString("urlToCheck", DEFAULT_URL_TO_CHECK); in onStart() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java136 final String url = logFile.getUrl(); in getInvocationSummary() local

12