Home
last modified time | relevance | path

Searched refs:url (Results 876 - 900 of 1046) sorted by relevance

1...<<31323334353637383940>>...42

/third_party/openssl/apps/include/
H A Dapps.h287 ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy,
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrohttpd.h1231 * A client has requested the given url using the given method
1240 * @param url the requested url
1272 const char *url,
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_sendfile.c79 const char *url, in ahc_echo()
77 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/python/Lib/test/
H A Dtest_mimetypes.py233 url="foo.html", strict=True), ("text/html", None))
/third_party/vk-gl-cts/scripts/
H A Dcheck_swiftshader_runtime.py52 "--url",
160 SWIFTSHADER_URL = ARGS.url
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h98 typedef int (*pFFMpeg_avformat_open_input)(AVFormatContext **ps, const char *url, const AVInputFormat *fmt, AVDictionary **options);
/third_party/vulkan-loader/tests/framework/shim/
H A Dunix_shim.cpp322 FRAMEWORK_EXPORT Boolean my_CFURLGetFileSystemRepresentation([[maybe_unused]] CFURLRef url, in my_CFURLGetFileSystemRepresentation() argument
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc1244 WireBytesRef url = wasm::consume_string(&inner, true, "module name"); in DecodeSourceMappingURLSection() local
1247 module_->debug_symbols = {WasmDebugSymbols::Type::SourceMap, url}; in DecodeSourceMappingURLSection()
1255 WireBytesRef url = in DecodeExternalDebugInfoSection() local
1260 module_->debug_symbols = {WasmDebugSymbols::Type::ExternalDWARF, url}; in DecodeExternalDebugInfoSection()
/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp1139 VTimeZone::getTZURL(UnicodeString& url) const { in getTZURL()
1141 url = tzurl; in getTZURL()
1148 VTimeZone::setTZURL(const UnicodeString& url) { in setTZURL() argument
1149 tzurl = url; in setTZURL()
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp1139 VTimeZone::getTZURL(UnicodeString& url) const { in getTZURL()
1141 url = tzurl; in getTZURL()
1148 VTimeZone::setTZURL(const UnicodeString& url) { in setTZURL() argument
1149 tzurl = url; in setTZURL()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2539 ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy, in app_http_get_asn1() argument
2552 if (url == NULL || it == NULL) { in app_http_get_asn1()
2557 if (!OSSL_HTTP_parse_url(url, &use_ssl, NULL /* userinfo */, &server, &port, in app_http_get_asn1()
2577 mem = OSSL_HTTP_get(url, proxy, no_proxy, NULL /* bio */, NULL /* rbio */, in app_http_get_asn1()
/third_party/openssl/apps/lib/
H A Dapps.c2532 ASN1_VALUE *app_http_get_asn1(const char *url, const char *proxy, in app_http_get_asn1() argument
2545 if (url == NULL || it == NULL) { in app_http_get_asn1()
2550 if (!OSSL_HTTP_parse_url(url, &use_ssl, NULL /* userinfo */, &server, &port, in app_http_get_asn1()
2570 mem = OSSL_HTTP_get(url, proxy, no_proxy, NULL /* bio */, NULL /* rbio */, in app_http_get_asn1()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvtzone.cpp1148 VTimeZone::getTZURL(UnicodeString& url) const { in getTZURL()
1150 url = tzurl; in getTZURL()
1157 VTimeZone::setTZURL(const UnicodeString& url) { in setTZURL() argument
1158 tzurl = url; in setTZURL()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.c2856 char url[255]; in interworking_parse_venue_url() local
2869 os_memcpy(url, pos, slen - 1); in interworking_parse_venue_url()
2870 url[slen - 1] = '\0'; in interworking_parse_venue_url()
2871 wpa_msg(wpa_s, MSG_INFO, RX_VENUE_URL "%u %s", num, url); in interworking_parse_venue_url()
/third_party/ffmpeg/libavformat/
H A Dgxfenc.c312 const char *filename = strrchr(s->url, '/'); in gxf_write_material_data_section()
321 filename = s->url; in gxf_write_material_data_section()
H A Dmpeg.c750 vobsub->sub_name = av_strdup(s->url); in vobsub_read_header()
763 av_log(s, AV_LOG_VERBOSE, "IDX/SUB: %s -> %s\n", s->url, vobsub->sub_name); in vobsub_read_header()
H A Dimg2dec.c207 av_strlcpy(s->path, s1->url, sizeof(s->path)); in ff_img_read_header()
350 pd.filename = s1->url; in ff_img_read_header()
H A Dmux.c133 if (!(s->url = av_strdup(filename))) in avformat_alloc_output_context2()
197 if (!s->url && !(s->url = av_strdup(""))) { in init_muxer()
/third_party/skia/src/svg/
H A DSkSVGDevice.cpp428 : SkStringPrintf("url(#%s)", addLinearGradientDef(grInfo, shader).c_str());
463 resources->fColorFilter.printf("url(#%s)", colorfilterID.c_str());
564 resources->fPaintServer.printf("url(#%s)", patternID.c_str());
791 clip_grp->addAttribute("clip-path", SkStringPrintf("url(#%s)", cid.c_str()));
820 SkString url(static_cast<const char*>(value->data()), value->size() - 1);
822 a.addAttribute("xlink:href", url.c_str());
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go20 // ./tools/get-test-plan --spec=<path-to-spec-file-or-url> --output=<path-to-output-file>
38 "net/url"
287 specURL, _ := url.Parse(specPath)
292 specURL, err = url.Parse(args[0])
/kernel/linux/linux-5.10/scripts/
H A Dget_maintainer.pl767 my $url = $1;
770 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;
778 my $url = $1;
779 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`;
/kernel/linux/linux-6.6/scripts/
H A Dget_maintainer.pl767 my $url = $1;
770 my $output = `git ls-remote --exit-code -h "$url" $branch > /dev/null 2>&1`;
778 my $url = $1;
779 my $output = `wget --spider -q --no-check-certificate --timeout 10 --tries 1 $url`;
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp1223 ret = ff_decklink_init_device(avctx, avctx->url); in ff_decklink_read_header()
1230 avctx->url); in ff_decklink_read_header()
1276 cctx->format_code ? cctx->format_code : "(unset)", avctx->url); in ff_decklink_read_header()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java750 URL url = urls.nextElement(); in addBundleBaseNamesFromClassLoader()
751 URLHandler handler = URLHandler.get(url); in addBundleBaseNamesFromClassLoader()
755 if (DEBUG) System.out.println("handler for " + url + " is null"); in addBundleBaseNamesFromClassLoader()
793 // scan available locale resources under the base url first in createFullLocaleNameSet()
/third_party/node/lib/internal/
H A Derrors.js1463 lazyInternalUtil().setOwnProperty(this, 'url', `${exactUrl}`);
1699 lazyInternalUtil().setOwnProperty(this, 'url', exactUrl);
1703 E('ERR_UNSUPPORTED_ESM_URL_SCHEME', (url, supported) => {
1705 if (isWindows && url.protocol.length === 2) {
1709 msg += `. Received protocol '${url.protocol}'`;

Completed in 68 milliseconds

1...<<31323334353637383940>>...42