Home
last modified time | relevance | path

Searched refs:url (Results 601 - 625 of 1004) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/ffmpeg/libavdevice/
H A Doss_enc.c47 ret = ff_oss_audio_open(s1, 1, s1->url); in audio_write_header()
H A Dsndio_enc.c41 ret = ff_sndio_open(s1, 1, s1->url); in audio_write_header()
H A Djack.c154 /* Register as a JACK client, using the context url as client name. */ in start_jack()
155 self->client = jack_client_open(context->url, JackNullOption, &status); in start_jack()
178 context->url, str); in start_jack()
/third_party/node/test/parallel/
H A Dtest-http-client-timeout-agent.js36 const m = /\/(.*)/.exec(req.url);
H A Dtest-http-content-length.js28 switch (req.url.substr(1)) {
H A Dtest-inspector-wait-for-connection.js17 // Check that inspector.url() is available between inspector.open() and
46 process._ws = inspector.url();
H A Dtest-listen-fd-detached-inherit.js113 console.error('%s %s', req.method, req.url, req.headers);
H A Dtest-listen-fd-detached.js110 console.error('%s %s', req.method, req.url, req.headers);
H A Dtest-listen-fd-server.js80 console.error('%s %s', req.method, req.url, req.headers);
H A Dtest-querystring.js371 const url = qs.stringify(query);
374 Object.keys(qs.parse(url, null, null, { maxKeys: 0 })).length,
/third_party/node/src/
H A Dnode_url.h18 namespace url { namespace
73 } // namespace url
/third_party/node/test/fixtures/wpt/common/
H A DPrefixedPostMessage.js26 PrefixedMessage.prototype.url = function (uri) {
74 * the prefix in a URL param (see also PrefixedMessage#url)
/third_party/node/benchmark/fixtures/
H A Dsimple-https-server.js16 const params = req.url.split('/');
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dbenchmark.c107 const char *url, in ahc_echo()
105 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 **ptr) ahc_echo() argument
H A Ddigest_auth_example.c38 const char *url, in ahc_echo()
36 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 **ptr) ahc_echo() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtest_daemon.c64 const char *url, in ahc_nothing()
62 ahc_nothing(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_nothing() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_start_stop.c42 const char *url, in ahc_echo()
40 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/pulseaudio/src/modules/rtp/
H A Drtsp_client.h68 void pa_rtsp_set_url(pa_rtsp_client *c, const char *url);
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DToggleValidationTests.cpp30 ASSERT_NE(nullptr, toggleInfo->url); in TEST_F()
/applications/standard/notes/common/resources/src/main/resources/rawfile/
H A Drich_editor.js308 RICH_EDITOR.insertImage = function (url) {
309 let html = '<br></br><img src="' + url +
/third_party/curl/tests/unit/
H A Dunit2600.c79 const char *url; member
314 curl_easy_setopt(easy, CURLOPT_URL, tc->url); in test_connect()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dvtzone.h121 * @param url Receives the RFC2445 TZURL property value.
125 UBool getTZURL(UnicodeString& url) const;
129 * @param url The TZURL property value.
132 void setTZURL(const UnicodeString& url);
/third_party/mesa3d/bin/
H A Dgen_release_notes.py226 url = 'https://gitlab.freedesktop.org/api/v4/projects/176/issues'
228 async with session.get(url, params=params) as response:
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dvtzone.h121 * @param url Receives the RFC2445 TZURL property value.
125 UBool getTZURL(UnicodeString& url) const;
129 * @param url The TZURL property value.
132 void setTZURL(const UnicodeString& url);
/third_party/node/deps/npm/lib/commands/
H A Dprofile.js2 const { URL } = require('url')
12 const qrcode = url =>
13 new Promise((resolve) => qrcodeTerminal.generate(url, resolve))

Completed in 10 milliseconds

1...<<21222324252627282930>>...41