/third_party/ffmpeg/libavdevice/ |
H A D | oss_enc.c | 47 ret = ff_oss_audio_open(s1, 1, s1->url); in audio_write_header()
|
H A D | sndio_enc.c | 41 ret = ff_sndio_open(s1, 1, s1->url); in audio_write_header()
|
H A D | jack.c | 154 /* 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 D | test-http-client-timeout-agent.js | 36 const m = /\/(.*)/.exec(req.url);
|
H A D | test-http-content-length.js | 28 switch (req.url.substr(1)) {
|
H A D | test-inspector-wait-for-connection.js | 17 // Check that inspector.url() is available between inspector.open() and 46 process._ws = inspector.url();
|
H A D | test-listen-fd-detached-inherit.js | 113 console.error('%s %s', req.method, req.url, req.headers);
|
H A D | test-listen-fd-detached.js | 110 console.error('%s %s', req.method, req.url, req.headers);
|
H A D | test-listen-fd-server.js | 80 console.error('%s %s', req.method, req.url, req.headers);
|
H A D | test-querystring.js | 371 const url = qs.stringify(query); 374 Object.keys(qs.parse(url, null, null, { maxKeys: 0 })).length,
|
/third_party/node/src/ |
H A D | node_url.h | 18 namespace url { namespace 73 } // namespace url
|
/third_party/node/test/fixtures/wpt/common/ |
H A D | PrefixedPostMessage.js | 26 PrefixedMessage.prototype.url = function (uri) { 74 * the prefix in a URL param (see also PrefixedMessage#url)
|
/third_party/node/benchmark/fixtures/ |
H A D | simple-https-server.js | 16 const params = req.url.split('/');
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | benchmark.c | 107 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 D | digest_auth_example.c | 38 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 D | test_daemon.c | 64 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 D | test_start_stop.c | 42 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 D | rtsp_client.h | 68 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 D | ToggleValidationTests.cpp | 30 ASSERT_NE(nullptr, toggleInfo->url); in TEST_F()
|
/applications/standard/notes/common/resources/src/main/resources/rawfile/ |
H A D | rich_editor.js | 308 RICH_EDITOR.insertImage = function (url) { 309 let html = '<br></br><img src="' + url +
|
/third_party/curl/tests/unit/ |
H A D | unit2600.c | 79 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 D | vtzone.h | 121 * @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 D | gen_release_notes.py | 226 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 D | vtzone.h | 121 * @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 D | profile.js | 2 const { URL } = require('url') 12 const qrcode = url => 13 new Promise((resolve) => qrcodeTerminal.generate(url, resolve))
|