Home
last modified time | relevance | path

Searched refs:url (Results 451 - 475 of 1044) sorted by relevance

1...<<11121314151617181920>>...42

/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
H A Dprotocol_lws_minimal_client_echo.c50 const char **url; member
71 i.path = *vhd->url; in sul_connect_attempt()
137 vhd->url = (const char **)lws_pvo_search( in callback_minimal_client_echo()
139 "url")->value; in callback_minimal_client_echo()
/third_party/node/test/parallel/
H A Dtest-http-set-timeout-server.js123 if (req.url === '/2')
125 if (req.url === '/1') {
130 caughtTimeout += req.url;
H A Dtest-https-set-timeout-server.js143 if (req.url === '/2')
145 if (req.url === '/1') {
150 caughtTimeout += req.url;
H A Dtest-http2-compat-socket.js78 const url = `http://localhost:${port}`;
79 const client = h2.connect(url, common.mustCall(() => {
/third_party/node/src/
H A Dnode_wasm_web_api.cc90 Utf8Value url(Environment::GetCurrent(args)->isolate(), args[0]); in SetURL()
91 obj->streaming_->SetUrl(url.out(), url.length()); in SetURL()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_response_cleanup.c66 fork_curl (const char *url) in fork_curl() argument
73 execlp ("curl", "curl", "-s", "-N", "-o", "/dev/null", "-GET", url, NULL); in fork_curl()
113 const char *url, in ahc_echo()
111 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
H A Dtest_iplimit.c78 const char *url, in ahc_echo()
97 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo()
98 (void *) url, in ahc_echo()
76 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
H A Dtest_parse_cookies.c64 const char *url, in ahc_echo()
98 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo()
99 (void *) url, in ahc_echo()
62 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
H A Dtest_process_arguments.c65 const char *url, in ahc_echo()
100 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo()
101 (void *) url, in ahc_echo()
63 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
H A Dtest_timeout.c124 const char *url, in ahc_echo()
152 response = MHD_create_response_from_buffer (strlen (url), in ahc_echo()
153 (void *) url, in ahc_echo()
122 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
/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js57 url?: string;
111 url: this.requestService.getRequestUrl('root', path),
148 url: this.requestService.getRequestUrl('root', path),
/third_party/python/Lib/test/
H A Dtest_ucn.py179 url = ("http://www.pythontest.net/unicode/%s/NamedSequences.txt" %
182 testdata = support.open_urlresource(url, encoding="utf-8",
185 self.skipTest("Could not retrieve " + url)
/test/xts/acts/multimedia/media/media_js_standard/
H A DAVRecorderTestBase.js448 console.info('case avConfig.url is ' + avConfig.url);
464 console.info('case avConfig.url is ' + avConfig.url);
481 console.info('case avConfig.url is ' + avConfig.url);
496 console.info('case avConfig.url is ' + avConfig.url);
512 console.info('case avConfig.url is ' + avConfig.url);
[all...]
/third_party/ffmpeg/libavformat/
H A Dutils.c360 int *port_ptr, char *path, int path_size, const char *url) in av_url_split()
376 if ((p = strchr(url, ':'))) { in av_url_split()
377 av_strlcpy(proto, url, FFMIN(proto_size, p + 1 - url)); in av_url_split()
385 av_strlcpy(path, url, path_size); in av_url_split()
357 av_url_split(char *proto, int proto_size, char *authorization, int authorization_size, char *hostname, int hostname_size, int *port_ptr, char *path, int path_size, const char *url) av_url_split() argument
H A Dsmoothstreamingenc.c32 #include "url.h"
211 snprintf(filename, sizeof(filename), "%s/Manifest", s->url); in write_manifest()
212 snprintf(temp_filename, sizeof(temp_filename), "%s/Manifest.tmp", s->url); in write_manifest()
287 if (mkdir(s->url, 0777) == -1 && errno != EEXIST) { in ism_write_header()
311 snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(Tmp_%d)", s->url, i); in ism_write_header()
313 snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(%"PRId64")", s->url, s->streams[i]->codecpar->bit_rate); in ism_write_header()
536 snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(%"PRId64")", s->url, s->streams[i]->codecpar->bit_rate); in ism_flush()
613 snprintf(filename, sizeof(filename), "%s/Manifest", s->url); in ism_write_trailer()
615 rmdir(s->url); in ism_write_trailer()
H A Drtmpcrypt.c39 #include "url.h"
251 char host[256], url[1024]; in rtmpe_open() local
259 ff_url_join(url, sizeof(url), "ffrtmphttp", NULL, host, port, NULL); in rtmpe_open()
263 ff_url_join(url, sizeof(url), "tcp", NULL, host, port, NULL); in rtmpe_open()
267 if ((ret = ffurl_open_whitelist(&rt->stream, url, AVIO_FLAG_READ_WRITE, in rtmpe_open()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc285 std::unique_ptr<StringBuffer> url = in GetScriptName() local
287 return url ? toString16(url->string()) : name; in GetScriptName()
361 String16 url, String16 embedderName) in V8DebuggerScript()
363 m_url(std::move(url)), in V8DebuggerScript()
360 V8DebuggerScript(v8::Isolate* isolate, String16 id, String16 url, String16 embedderName) V8DebuggerScript() argument
/third_party/python/Tools/ssl/
H A Dmultissltests.py253 url = url_template.format(v=self.version, s=self.short_version)
254 log.info("Downloading from {}".format(url))
256 req = urlopen(url)
261 "Download from {} has from failed: {}".format(url, e)
264 log.info("Successfully downloaded from {}".format(url))
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.c303 PRINT_INFO2("opening stream: str open %i; %s", glob_opt.streams_opened, proxy->url); in spdy_cb_before_ctrl_send()
359 PRINT_INFO2("received headers for %s", proxy->url); in spdy_cb_on_ctrl_recv()
363 PRINT_INFO2("received reset stream for %s", proxy->url); in spdy_cb_on_ctrl_recv()
367 PRINT_INFO2("received headers for %s", proxy->url); in spdy_cb_on_ctrl_recv()
458 PRINT_INFO2("received data for %s; %zu bytes", proxy->url, len); in spdy_cb_on_data_chunk_recv()
478 PRINT_INFO2("last data frame received for %s", proxy->url); in spdy_cb_on_data_recv()
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/
H A Dgen_cr_by_pr.py102 def extract_repo_and_pr(url):
104 path = url.split('/')[-3:]
/third_party/curl/tests/libtest/
H A Dlib1156.c86 static int onetest(CURL *curl, const char *url, const struct testparams *p, in onetest() argument
96 msnprintf(urlbuf, sizeof(urlbuf), "%s%04u", url, replyselector); in onetest()
/third_party/ffmpeg/libavdevice/
H A Dv4l2enc.c44 s->fd = open(s1->url, flags); in write_header()
47 av_log(s1, AV_LOG_ERROR, "Unable to open V4L2 device '%s'\n", s1->url); in write_header()
/third_party/ffmpeg/tools/
H A Ddecode_simple.c119 int ds_open(DecodeContext *dc, const char *url, int stream_idx) in ds_open() argument
133 ret = avformat_open_input(&dc->demuxer, url, NULL, NULL); in ds_open()
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-pattern.js115 url: '/de/docs/Tools/Scratchpad',
119 url: '/en-US/docs/Tools/Scratchpad'
/third_party/node/lib/
H A Dinspector.js41 url,
200 url,

Completed in 16 milliseconds

1...<<11121314151617181920>>...42