Searched refs:target_url (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | compose.py | 114 target_url = StorageUrlFromString(target_url_str) 115 self.CheckProvider(target_url) 116 if target_url.HasGeneration(): 119 % target_url) 121 dst_obj_metadata = apitools_messages.Object(name=target_url.object_name, 122 bucket=target_url.bucket_name) 136 if src_url.bucket_name != target_url.bucket_name: 164 'Composing %s from %d component objects.', target_url, len(components)) 167 provider=target_url.scheme)
|
/external/curl/tests/libtest/ |
D | lib1510.c | 37 char target_url[256]; in test() local 76 sprintf(target_url, "http://server%d.example.com:%s/path/1510%04i", in test() 78 target_url[sizeof(target_url) - 1] = '\0'; in test() 79 easy_setopt(curl, CURLOPT_URL, target_url); in test()
|
D | lib1512.c | 44 char target_url[256]; in test() local 61 sprintf(target_url, "http://server.example.curl:%s/path/1512%04i", in test() 63 target_url[sizeof(target_url) - 1] = '\0'; in test() 64 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
|
D | lib530.c | 39 char target_url[256]; in test() local 56 sprintf(target_url, "%s%04i", URL, i + 1); in test() 57 target_url[sizeof(target_url) - 1] = '\0'; in test() 58 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
|
D | lib1506.c | 39 char target_url[256]; in test() local 72 sprintf(target_url, "http://server%d.example.com:%s/path/1506%04i", in test() 74 target_url[sizeof(target_url) - 1] = '\0'; in test() 75 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
|
D | lib1515.c | 132 char target_url[256]; in test() local 133 … snprintf(target_url, sizeof(target_url), "http://testserver.example.com:%s%s%04d", port, path, i); in test() 136 if((res = do_one_request(multi, target_url, dns_entry))) in test()
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | autoupdate_EndToEndTest.py | 1813 staged_urls.target_url)
|