/third_party/node/test/parallel/ |
H A D | test-inspector-console-top-frame.js | 30 assert.strictEqual(basename(topFrame.url), basename(__filename));
|
H A D | test-async-hooks-execution-async-resource.js | 21 executionAsyncResource()[sym] = { state: req.url };
|
H A D | test-fs-utimes.js | 27 const url = require('url'); 76 const asUrl = (path) => url.pathToFileURL(path);
|
H A D | test-http-agent-keepalive.js | 38 if (req.url === '/error') { 41 } else if (req.url === '/remote_close') {
|
/third_party/libevdev/doc/html/ |
H A D | menu.js | 31 result+='<li><a href="'+relPath+data.children[i].url+'">'+
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | setup.py | 28 url="http://developers.google.com/speed/webp", variable
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
H A D | menu.js | 30 result+='<li><a href="'+relPath+data.children[i].url+'">'+
|
/third_party/ffmpeg/libavformat/ |
H A D | avformat.c | 136 av_freep(&s->url); in avformat_free_context() 772 void ff_format_set_url(AVFormatContext *s, char *url) in ff_format_set_url() argument 774 av_assert0(url); in ff_format_set_url() 775 av_freep(&s->url); in ff_format_set_url() 776 s->url = url; in ff_format_set_url()
|
H A D | mux.h | 110 * @param url URL or file name to open for writing 114 int ff_format_output_open(AVFormatContext *s, const char *url, AVDictionary **options);
|
/third_party/node/src/ |
H A D | inspector_agent.cc | 662 std::string url = node::url::FromFilePath(resource_name); 663 return Utf8ToStringView(url); 963 uint64_t thread_id, const std::string& url, const std::string& name) { in GetParentHandle() 971 return client_->getWorkerManager()->NewParentHandle(thread_id, url, name); in GetParentHandle() 973 return parent_handle_->NewParentInspectorHandle(thread_id, url, name); in GetParentHandle() 962 GetParentHandle( uint64_t thread_id, const std::string& url, const std::string& name) GetParentHandle() argument
|
H A D | module_wrap.cc | 55 Local<String> url, in ModuleWrap() 62 object->SetInternalField(kURLSlot, url); in ModuleWrap() 104 // new ModuleWrap(url, context, source, lineOffset, columnOffset) 105 // new ModuleWrap(url, context, exportNames, syntheticExecutionFunction) 116 Local<String> url = args[0].As<String>(); in New() local 135 // new ModuleWrap(url, context, exportNames, syntheticExecutionFunction) in New() 138 // new ModuleWrap(url, context, source, lineOffset, columOffset, cachedData) in New() 148 Local<Symbol> id_symbol = Symbol::New(isolate, url); in New() 171 module = Module::CreateSyntheticModule(isolate, url, export_names, in New() 187 url, in New() 52 ModuleWrap(Environment* env, Local<Object> object, Local<Module> module, Local<String> url, Local<Object> context_object, Local<Value> synthetic_evaluation_step) ModuleWrap() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_all.c | 92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1() argument 95 BIO *mem = OSSL_HTTP_get(url, NULL /* proxy */, NULL /* no_proxy */, in simple_get_asn1() 106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() argument 108 return (X509 *)simple_get_asn1(url, bio, rbio, timeout, in X509_load_http() 160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http() argument 162 return (X509_CRL *)simple_get_asn1(url, bio, rbio, timeout, in X509_CRL_load_http()
|
/third_party/openssl/crypto/x509/ |
H A D | x_all.c | 92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1() argument 95 BIO *mem = OSSL_HTTP_get(url, NULL /* proxy */, NULL /* no_proxy */, in simple_get_asn1() 106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() argument 108 return (X509 *)simple_get_asn1(url, bio, rbio, timeout, in X509_load_http() 160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http() argument 162 return (X509_CRL *)simple_get_asn1(url, bio, rbio, timeout, in X509_CRL_load_http()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 600 const char *url; in hostapd_ctrl_iface_hs20_wnm_notif() local 604 url = cmd + 17; in hostapd_ctrl_iface_hs20_wnm_notif() 605 if (*url == '\0') { in hostapd_ctrl_iface_hs20_wnm_notif() 606 url = NULL; in hostapd_ctrl_iface_hs20_wnm_notif() 608 if (*url != ' ') in hostapd_ctrl_iface_hs20_wnm_notif() 610 url++; in hostapd_ctrl_iface_hs20_wnm_notif() 611 if (*url == '\0') in hostapd_ctrl_iface_hs20_wnm_notif() 612 url = NULL; in hostapd_ctrl_iface_hs20_wnm_notif() 615 return hs20_send_wnm_notification(hapd, addr, 1, url); in hostapd_ctrl_iface_hs20_wnm_notif() 802 const char *url, *timerst in hostapd_ctrl_iface_ess_disassoc() local 843 char *url = NULL; hostapd_ctrl_iface_bss_tm_req() local [all...] |
/third_party/node/test/sequential/ |
H A D | test-http-server-keep-alive-timeout-slow-server.js | 8 if (req.url === '/first') {
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | hellobrowser.c | 19 const char *url, const char *method, in answer_to_connection() 18 answer_to_connection(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 **con_cls) answer_to_connection() argument
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | chunked_example.c | 43 const char *url, in ahc_echo() 41 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 | dual_stack_example.c | 33 const char *url, in ahc_echo() 31 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 | minimal_example.c | 33 const char *url, in ahc_echo() 31 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 | minimal_example_comet.c | 41 const char *url, in ahc_echo() 39 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/ffmpeg/libavdevice/ |
H A D | openal-dec.c | 142 alcCaptureOpenDevice(ctx->url[0] ? ctx->url : NULL, in read_header()
|
H A D | fbdev_dec.c | 80 if (avctx->url[0]) in fbdev_read_header() 81 device = avctx->url; in fbdev_read_header()
|
H A D | fbdev_enc.c | 55 if (h->url[0]) in fbdev_write_header() 56 device = h->url; in fbdev_write_header()
|
/third_party/curl/tests/unit/ |
H A D | unit1653.c | 47 static CURLUcode parse_port(CURLU *url, in parse_port() argument 55 ret = Curl_parse_port(url, &host, has_scheme); in parse_port()
|
/third_party/node/lib/internal/bootstrap/ |
H A D | realm.js | 111 'url', 123 'url', 343 const url = `node:${this.id}`; 348 url, undefined, exportsKeys,
|