/tools/tradefederation/core/src/com/android/tradefed/util/net/ |
D | IHttpHelper.java | 49 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 …]
|
D | HttpHelper.java | 99 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 …]
|
D | HttpMultipartPost.java | 47 public HttpMultipartPost(String url, IHttpHelper httpHelper) { in HttpMultipartPost() 53 public HttpMultipartPost(String url) { in HttpMultipartPost()
|
/tools/external_updater/ |
D | archive_utils.py | 72 def is_supported_archive(url): argument 77 def get_extract_func(url): argument 95 def download_and_extract(url): argument
|
D | github_archive_updater.py | 74 def __init__(self, url, proj_path, metadata): argument 84 def _parse_url(self, url): argument 137 def _write_metadata(self, url, path): argument
|
D | git_updater.py | 28 def __init__(self, url, proj_path, metadata): argument
|
D | metadata.proto | 42 repeated URL url = 1; field
|
D | git_utils.py | 38 def add_remote(proj_path, name, url): argument
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | RewriteAnnotationsTest.kt | 114 val url = compiledStubs.toURI().toURL() in Test rewriting the bytecode for one of the public annotations() constant 151 val url = jarFile.toURI().toURL() in Test rewriting the bytecode for one of the public annotations in a jar file() constant
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogFile.java | 40 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()
|
D | ConsoleResultReporter.java | 78 final String url = logFile.getUrl(); in getInvocationSummary() local
|
D | FileSystemLogSaver.java | 310 String url = mReportUrl; in getUrl() local
|
/tools/tradefederation/core/proto/ |
D | log_file.proto | 26 string url = 2; field
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/ |
D | HttpHelperTest.java | 340 InputStream getRemoteUrlStream(URL url) { in getRemoteUrlStream() 348 public HttpURLConnection createConnection(URL url, String method, String contentType) in createConnection()
|
D | HttpHelperFuncTest.java | 64 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/google/wifi/ |
D | WifiIFSTwTest.py | 196 def http_request(self, url="https://www.google.com/"): argument
|
D | WifiStressTest.py | 146 def start_youtube_video(self, url=None, secs=60): argument
|
/tools/tradefederation/core/atest/metrics/ |
D | clearcut_client.py | 53 def __init__(self, log_source, url=None, buffer_size=None, argument
|
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/ |
D | ClearcutClient.java | 87 protected ClearcutClient(String url) { in ClearcutClient()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/ |
D | GameQualificationResultReporter.java | 136 final String url = logFile.getUrl(); in getInvocationSummary() local
|
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiUtil.java | 255 final String url = getString("urlToCheck", DEFAULT_URL_TO_CHECK); in onStart() local
|
D | WifiConnector.java | 198 URL url = null; in checkConnectivity() local
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 265 def start_youtube_video(ad, url=None, retries=0): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDeviceOptions.java | 383 public void setConnCheckUrl(String url) { in setConnCheckUrl()
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_retail_ap.py | 132 url, argument
|