/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/ |
H A D | gen-grammar.go | 39 url string 45 url: "https://raw.githubusercontent.com/KhronosGroup/SPIRV-Headers/master/include/spirv/unified1/spirv.core.grammar.json", 51 url: "https://raw.githubusercontent.com/KhronosGroup/SPIRV-Headers/master/include/spirv/unified1/extinst.glsl.std.450.grammar.json", 54 url: "https://raw.githubusercontent.com/KhronosGroup/SPIRV-Headers/master/include/spirv/unified1/extinst.opencl.std.100.grammar.json", 57 url: "https://raw.githubusercontent.com/KhronosGroup/SPIRV-Headers/master/include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json", 185 file, err := getOrDownload(def.name, def.url) 199 // from the given url. 200 func getOrDownload(name, url string) ([]byte, error) { 209 resp, err := http.Get(url)
|
/third_party/spirv-tools/utils/vscode/src/tools/ |
H A D | gen-grammar.go | 39 url string 45 url: "https://raw.githubusercontent.com/KhronosGroup/SPIRV-Headers/master/include/spirv/unified1/spirv.core.grammar.json", 51 url: "https://raw.githubusercontent.com/KhronosGroup/SPIRV-Headers/master/include/spirv/unified1/extinst.glsl.std.450.grammar.json", 54 url: "https://raw.githubusercontent.com/KhronosGroup/SPIRV-Headers/master/include/spirv/unified1/extinst.opencl.std.100.grammar.json", 57 url: "https://raw.githubusercontent.com/KhronosGroup/SPIRV-Headers/master/include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json", 185 file, err := getOrDownload(def.name, def.url) 199 // from the given url. 200 func getOrDownload(name, url string) ([]byte, error) { 209 resp, err := http.Get(url)
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 128 my $url; 130 $url = $urls{$opt_d}; 131 if(!$opt_k && $url !~ /^https:\/\//i) { 136 $url = $opt_d; 205 warning_message() unless ($opt_q || $url =~ m/^(ht|f)tps:/i ); 302 (my $txt = $url) =~ s@(.*/|\?.*)@@g; 316 if($url =~ /^https:\/\//i) { 322 my @out = `curl -w %{response_code} $proto $quiet -o "$txt" "$url"`; 345 if($url =~ /^https:\/\//i) { 347 $url [all...] |
/third_party/toybox/toys/pending/ |
H A D | wget.c | 79 #define WGET_IS_HTTP (strncmp(TT.url, "http://", 7) == 0) 80 #define WGET_IS_HTTPS (WGET_SSL && (strncmp(TT.url, "https://", 8) == 0)) 87 char *url; 104 static void wget_info(char *url, char **host, char **port, char **path) in wget_info() argument 106 *host = strafter(url, "://"); in wget_info() 281 TT.url = xstrdup(toys.optargs[0]); in wget_main() 286 wget_info(TT.url, &host, &port, &path); in wget_main() 318 free(TT.url); in wget_main() 319 TT.url = wget_redirect(toybuf); in wget_main() 387 free(TT.url); in wget_main() [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | download.js | 5 async function download (gyp, url) { 6 log.http('GET', url) 22 const res = await fetch(url, requestOpts) 23 log.http(res.status, res.url)
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
H A D | ImgHandler.cpp | 16 bool ImgHandler::canHandle(const char* method, const char* url) { in canHandle() argument 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle() 23 const char* url, const char* method, in handle() 26 SkStrSplit(url, "/", &commands); in handle() 22 handle(Request* request, MHD_Connection* connection, const char* url, const char* method, const char* upload_data, size_t* upload_data_size) handle() argument
|
H A D | CmdHandler.cpp | 16 bool CmdHandler::canHandle(const char* method, const char* url) { in canHandle() argument 18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle() 22 const char* url, const char* method, in handle() 25 SkStrSplit(url, "/", &commands); in handle() 21 handle(Request* request, MHD_Connection* connection, const char* url, const char* method, const char* upload_data, size_t* upload_data_size) handle() argument
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get.c | 155 const char *url, in ahc_echo() 189 char url[64]; in testInternalGet() local 191 sprintf(url, "http://127.0.0.1:%d/hello_world", port); in testInternalGet() 204 curl_easy_setopt (c, CURLOPT_URL, url); in testInternalGet() 249 char url[64]; in testMultithreadedGet() local 251 sprintf(url, "http://127.0.0.1:%d/hello_world", port); in testMultithreadedGet() 264 curl_easy_setopt (c, CURLOPT_URL, url); in testMultithreadedGet() 308 char url[64]; in testMultithreadedPoolGet() local 310 sprintf(url, "http://127.0.0.1:%d/hello_world", port); in testMultithreadedPoolGet() 324 curl_easy_setopt (c, CURLOPT_URL, url); in testMultithreadedPoolGet() 153 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument 377 char url[64]; testExternalGet() local [all...] |
H A D | test_post_loop.c | 75 const char *url, in ahc_echo() 118 char url[1024]; in testInternalPost() local 133 sprintf (url, "http://127.0.0.1:1080/hw%d", i); in testInternalPost() 134 curl_easy_setopt (c, CURLOPT_URL, url); in testInternalPost() 182 char url[1024]; in testMultithreadedPost() local 197 sprintf (url, "http://127.0.0.1:1081/hw%d", i); in testMultithreadedPost() 198 curl_easy_setopt (c, CURLOPT_URL, url); in testMultithreadedPost() 246 char url[1024]; in testMultithreadedPoolPost() local 262 sprintf (url, "http://127.0.0.1:1081/hw%d", i); in testMultithreadedPoolPost() 263 curl_easy_setopt (c, CURLOPT_URL, url); in testMultithreadedPoolPost() 73 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **mptr) ahc_echo() argument 322 char url[1024]; testExternalPost() local [all...] |
/third_party/node/lib/ |
H A D | http.js | 94 * @param {string | URL} url 99 function request(url, options, cb) { 100 return new ClientRequest(url, options, cb); 105 * @param {string | URL} url 110 function get(url, options, cb) { 111 const req = request(url, options, cb);
|
/third_party/node/test/parallel/ |
H A D | test-http-status-reason-invalid-chars.js | 31 if (req.url === '/explicit') { 39 const url = `http://${hostname}:${server.address().port}`; 45 http.get(`${url}/explicit`, check).end(); 46 http.get(`${url}/implicit`, check).end();
|
/third_party/node/benchmark/url/ |
H A D | legacy-vs-whatwg-url-serialize.js | 3 const url = require('url'); 4 const URL = url.URL; 14 const obj = url.parse(data[0]); 16 let noDead = url.format(obj);
|
/third_party/node/benchmark/ |
H A D | _test-double-benchmarker.js | 16 const url = process.env.test_url; 43 http.get(url, options, request); 45 http.get(url, request); 48 const client = http.connect(url);
|
/third_party/ffmpeg/libavformat/ |
H A D | sapenc.c | 34 #include "url.h" 72 char host[1024], path[1024], url[1024], announce_addr[50] = ""; in sap_write_header() local 87 path, sizeof(path), s->url); in sap_write_header() 149 ff_url_join(url, sizeof(url), "rtp", NULL, host, base_port, in sap_write_header() 153 ret = ffurl_open_whitelist(&fd, url, AVIO_FLAG_WRITE, in sap_write_header() 165 new_url = av_strdup(url); in sap_write_header() 176 ff_url_join(url, sizeof(url), "udp", NULL, announce_addr, port, in sap_write_header() 178 ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_WRIT in sap_write_header() [all...] |
/third_party/nghttp2/third-party/llhttp/src/ |
H A D | llhttp.c | 6511 state->reason = "Invalid characters in url"; in llhttp__internal__run() 8666 state->reason = "Invalid char in url fragment start"; in llhttp__internal__run() 8726 state->reason = "Invalid char in url query"; in llhttp__internal__run() 8735 state->reason = "Invalid char in url path"; in llhttp__internal__run() 8846 state->reason = "Double @ in url"; in llhttp__internal__run() 8855 state->reason = "Unexpected char in url server"; in llhttp__internal__run() 8864 state->reason = "Unexpected char in url server"; in llhttp__internal__run() 8873 state->reason = "Unexpected char in url schema"; in llhttp__internal__run() 8882 state->reason = "Unexpected char in url schema"; in llhttp__internal__run() 8891 state->reason = "Unexpected start char in url"; in llhttp__internal__run() [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _parser.py | 54 url: str 82 url, specifier, marker = _parse_requirement_details(tokenizer) 85 return ParsedRequirement(name, url, extras, specifier, marker) 97 url = "" 105 url = tokenizer.expect("URL", expected="URL after @").text 107 return (url, specifier, marker) 113 return (url, specifier, marker) 124 return (url, specifier, marker) 136 return (url, specifier, marker)
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | url.c | 22 #include "libavformat/url.h" 25 static void test_decompose(const char *url) in test_decompose() argument 30 printf("%s =>\n", url); in test_decompose() 31 ret = ff_url_decompose(&uc, url, NULL); in test_decompose() 83 static void test2(const char *url) in test2() argument 91 av_url_split(proto, sizeof(proto), auth, sizeof(auth), host, sizeof(host), &port, path, sizeof(path), url); in test2() 92 printf("%-60s => %-15s %-15s %-15s %5d %s\n", url, proto, auth, host, port, path); in test2() 105 test_decompose("test?url=http://server/path"); in main() 119 test("http://server/foo/bar/123", "https://other/url"); in main() 122 test("http://server/foo/bar", "//other/url"); in main() [all...] |
/third_party/curl/src/ |
H A D | tool_operhlp.c | 47 Curl_safefree(node->url); in clean_getout() 58 bool output_expected(const char *url, const char *uploadfile) in output_expected() argument 62 if(checkprefix("http://", url) || checkprefix("https://", url)) in output_expected() 90 * url will be freed before return if the returned pointer is different 183 CURLcode get_url_file_name(char **filename, const char *url) in get_url_file_name() argument 195 uerr = curl_url_set(uh, CURLUPART_URL, url, CURLU_GUESS_SCHEME); in get_url_file_name()
|
/third_party/googletest/googletest/scripts/ |
H A D | upload.py | 133 def __init__(self, url, code, msg, headers, args): 134 urllib2.HTTPError.__init__(self, url, code, msg, headers, None) 177 def _CreateRequest(self, url, data=None): 179 logging.debug("Creating request for: '%s' with payload:\n%s", url, data) 180 req = urllib2.Request(url, data=data) 206 url="https://www.google.com/accounts/ClientLogin", 335 url = "http://%s%s" % (self.host, request_path) 337 url += "?" + urllib.urlencode(args) 338 req = self._CreateRequest(url=url, dat [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | oma_dm_client.c | 109 const char *url, int msgid) in oma_dm_build_hdr() 129 oma_dm_add_locuri(ctx, synchdr, "Target", url); in oma_dm_build_hdr() 299 const char *url, int msgid, const char *oper) in build_oma_dm_1() 305 syncml = oma_dm_build_hdr(ctx, url, msgid); in build_oma_dm_1() 337 const char *url, int msgid) in build_oma_dm_1_sub_reg() 341 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_SUBSCRIPTION_CREATION); in build_oma_dm_1_sub_reg() 350 const char *url, int msgid) in build_oma_dm_1_sub_prov() 354 syncml = build_oma_dm_1(ctx, url, msgid, in build_oma_dm_1_sub_prov() 364 const char *url, int msgid) in build_oma_dm_1_pol_upd() 368 syncml = build_oma_dm_1(ctx, url, msgi in build_oma_dm_1_pol_upd() 108 oma_dm_build_hdr(struct hs20_osu_client *ctx, const char *url, int msgid) oma_dm_build_hdr() argument 298 build_oma_dm_1(struct hs20_osu_client *ctx, const char *url, int msgid, const char *oper) build_oma_dm_1() argument 336 build_oma_dm_1_sub_reg(struct hs20_osu_client *ctx, const char *url, int msgid) build_oma_dm_1_sub_reg() argument 349 build_oma_dm_1_sub_prov(struct hs20_osu_client *ctx, const char *url, int msgid) build_oma_dm_1_sub_prov() argument 363 build_oma_dm_1_pol_upd(struct hs20_osu_client *ctx, const char *url, int msgid) build_oma_dm_1_pol_upd() argument 376 build_oma_dm_1_sub_rem(struct hs20_osu_client *ctx, const char *url, int msgid) build_oma_dm_1_sub_rem() argument 938 oma_dm_send_recv(struct hs20_osu_client *ctx, const char *url, xml_node_t *syncml, const char *ext_hdr, const char *username, const char *password, const char *client_cert, const char *client_key) oma_dm_send_recv() argument 992 oma_dm_process(struct hs20_osu_client *ctx, const char *url, xml_node_t *resp, int msgid, char **ret_resp_uri, xml_node_t *pps, const char *pps_fname) oma_dm_process() argument 1154 cmd_oma_dm_prov(struct hs20_osu_client *ctx, const char *url) cmd_oma_dm_prov() argument 1191 cmd_oma_dm_sim_prov(struct hs20_osu_client *ctx, const char *url) cmd_oma_dm_sim_prov() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | oma_dm_client.c | 109 const char *url, int msgid) in oma_dm_build_hdr() 129 oma_dm_add_locuri(ctx, synchdr, "Target", url); in oma_dm_build_hdr() 299 const char *url, int msgid, const char *oper) in build_oma_dm_1() 305 syncml = oma_dm_build_hdr(ctx, url, msgid); in build_oma_dm_1() 337 const char *url, int msgid) in build_oma_dm_1_sub_reg() 341 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_SUBSCRIPTION_CREATION); in build_oma_dm_1_sub_reg() 350 const char *url, int msgid) in build_oma_dm_1_sub_prov() 354 syncml = build_oma_dm_1(ctx, url, msgid, in build_oma_dm_1_sub_prov() 364 const char *url, int msgid) in build_oma_dm_1_pol_upd() 368 syncml = build_oma_dm_1(ctx, url, msgi in build_oma_dm_1_pol_upd() 108 oma_dm_build_hdr(struct hs20_osu_client *ctx, const char *url, int msgid) oma_dm_build_hdr() argument 298 build_oma_dm_1(struct hs20_osu_client *ctx, const char *url, int msgid, const char *oper) build_oma_dm_1() argument 336 build_oma_dm_1_sub_reg(struct hs20_osu_client *ctx, const char *url, int msgid) build_oma_dm_1_sub_reg() argument 349 build_oma_dm_1_sub_prov(struct hs20_osu_client *ctx, const char *url, int msgid) build_oma_dm_1_sub_prov() argument 363 build_oma_dm_1_pol_upd(struct hs20_osu_client *ctx, const char *url, int msgid) build_oma_dm_1_pol_upd() argument 376 build_oma_dm_1_sub_rem(struct hs20_osu_client *ctx, const char *url, int msgid) build_oma_dm_1_sub_rem() argument 938 oma_dm_send_recv(struct hs20_osu_client *ctx, const char *url, xml_node_t *syncml, const char *ext_hdr, const char *username, const char *password, const char *client_cert, const char *client_key) oma_dm_send_recv() argument 992 oma_dm_process(struct hs20_osu_client *ctx, const char *url, xml_node_t *resp, int msgid, char **ret_resp_uri, xml_node_t *pps, const char *pps_fname) oma_dm_process() argument 1154 cmd_oma_dm_prov(struct hs20_osu_client *ctx, const char *url) cmd_oma_dm_prov() argument 1191 cmd_oma_dm_sim_prov(struct hs20_osu_client *ctx, const char *url) cmd_oma_dm_sim_prov() argument [all...] |
/third_party/node/src/inspector/ |
H A D | worker_agent.cc | 18 const std::string& url, 39 const std::string& url, 42 workers_->WorkerCreated(title, url, waiting, target); 71 const std::string& url) { in WorkerInfo() 75 .setUrl(url) in WorkerInfo() 124 const std::string& url, in WorkerCreated() 135 frontend->attachedToWorker(id, WorkerInfo(id, title, url), waiting); in WorkerCreated() 69 WorkerInfo(const std::string& id, const std::string& title, const std::string& url) WorkerInfo() argument 123 WorkerCreated(const std::string& title, const std::string& url, bool waiting, std::shared_ptr<MainThreadHandle> target) WorkerCreated() argument
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_upload.py | 48 def __init__(self, url, msg=None, code=None): 49 self.url = url 50 if not isinstance(url, str): 51 self.req = url 83 def _urlopen(self, url): 84 self.last_open = FakeOpen(url, msg=self.next_msg, code=self.next_code) 203 (HTTPError('url', 400, 'httperror', {}, None),
|
/third_party/openssl/crypto/http/ |
H A D | http_lib.c | 39 int OSSL_parse_url(const char *url, char **pscheme, char **puser, char **phost, in OSSL_parse_url() argument 61 if (url == NULL) { in OSSL_parse_url() 67 scheme = scheme_end = url; in OSSL_parse_url() 68 p = strstr(url, "://"); in OSSL_parse_url() 70 p = url; in OSSL_parse_url() 184 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, in OSSL_HTTP_parse_url() argument 194 if (!OSSL_parse_url(url, &scheme, puser, phost, &port, pport_num, in OSSL_HTTP_parse_url()
|
/third_party/python/Lib/test/ |
H A D | test_urllibnet.py | 52 url = 'http://www.pythontest.net/' variable in urlopenNetworkTests 70 with self.urlopen(self.url) as open_url: 79 with self.urlopen(self.url) as open_url: 87 with self.urlopen(self.url) as open_url: 96 with self.urlopen(self.url) as open_url: 98 self.assertEqual(gotten_url, self.url) 102 URL = self.url + "XXXinvalidXXX"
|