Home
last modified time | relevance | path

Searched refs:url (Results 1451 - 1475 of 1723) sorted by relevance

1...<<51525354555657585960>>...69

/third_party/skia/tools/debugger/
H A DDrawCommand.cpp612 SkString url = in flatten() local
615 writer.appendString(DEBUGCANVAS_ATTRIBUTE_DATA, url.c_str()); in flatten()
680 SkString url = encode_data(encoded->data(), encoded->size(), "image/png", urlDataManager); in flatten() local
681 writer.appendString(DEBUGCANVAS_ATTRIBUTE_DATA, url.c_str()); in flatten()
883 SkString url = encode_data( in apply_font_typeface() local
885 writer.appendString(DEBUGCANVAS_ATTRIBUTE_DATA, url.c_str()); in apply_font_typeface()
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dhello.cpp127 int getHttp(const std::string &url, unsigned char *request, uint32_t requestLen, unsigned char *response, in getHttp() argument
137 std::string::size_type pos1 = url.find("://"); in getHttp()
138 std::string::size_type pos2 = url.find('/', pos1 + 3); in getHttp()
146 std::string::size_type pos3 = url.find(':', pos1); in getHttp()
148 strncpy(host, url.substr(pos1, pos3 - pos1).c_str(), sizeof(host)); in getHttp()
149 strncpy(port, url.substr(pos3 + 1, pos2 - pos3 - 1).c_str(), sizeof(port)); in getHttp()
151 strncpy(host, url.substr(pos1, pos2 - pos1).c_str(), sizeof(host)); in getHttp()
158 path = url.substr(pos2); in getHttp()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp739 if (sourceInfo->url) { in SetAltSourceInfo()
740 if (ImageSourceInfo::ResolveURIType(sourceInfo->url) == SrcType::NETWORK) { in SetAltSourceInfo()
743 ImageModelNG::SetAlt(frameNode, ImageSourceInfo { sourceInfo->url, "", "" }); in SetAltSourceInfo()
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp734 (asyncCtx->AVScreenCaptureSignError(MSERR_INVALID_VAL, "GetRecorderInfo", "url"), MSERR_INVALID_VAL));
735 recorderConfig.url = "fd://" + std::to_string(fd);
736 CHECK_AND_RETURN_RET(recorderConfig.url != "",
737 (asyncCtx->AVScreenCaptureSignError(MSERR_INVALID_VAL, "GetRecorderInfo", "url"), MSERR_INVALID_VAL));
738 MEDIA_LOGI("input url %{public}s", recorderConfig.url.c_str());
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp481 if (config.recorderInfo.url != nullptr) { in OH_AVScreenCapture_Convert()
482 config_.recorderInfo.url = config.recorderInfo.url; in OH_AVScreenCapture_Convert()
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp258 if (strcpy_s(uri, MAX_URI_LENGTH, context->url.c_str()) < 0) { in ParseUrl()
625 if (strcpy_s(tempUri, MAX_URI_LENGTH, context->url.c_str()) < 0) { in FillContextInfo()
748 context->url)) { in ExecConnect()
/third_party/ffmpeg/libavformat/
H A Davisynth.c821 avs_new_value_string(s->url), in avisynth_open_file()
831 if (utf8toansi(s->url, &filename_ansi)) { in avisynth_open_file()
837 arg = avs_new_value_string(s->url); in avisynth_open_file()
H A Ddump.c631 const char *url, int is_output) in av_dump_format()
642 is_output ? "to" : "from", url); in av_dump_format()
630 av_dump_format(AVFormatContext *ic, int index, const char *url, int is_output) av_dump_format() argument
/third_party/curl/lib/
H A Dopenldap.c93 extern int ldap_init_fd(ber_socket_t fd, int proto, const char *url,
273 rc = ldap_url_parse(data->state.url, ludp); in oldap_url_parse()
275 const char *msg = "url parsing problem"; in oldap_url_parse()
889 infof(data, "LDAP local: %s", data->state.url); in oldap_do()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java58 URL url = (URL)en.nextElement(); in TestGetResources()
59 if (url == null) { in TestGetResources()
63 URLConnection c = url.openConnection(); in TestGetResources()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableTestUtility.java896 URL url = urlEnum.nextElement(); in getSerializationClassList()
897 URLHandler handler = URLHandler.get(url); in getSerializationClassList()
899 System.out.println("Unsupported URL: " + url); in getSerializationClassList()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java55 URL url = (URL)en.nextElement(); in TestGetResources()
56 if (url == null) { in TestGetResources()
60 URLConnection c = url.openConnection(); in TestGetResources()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundle.java705 URL url = urls.nextElement(); in addBundleBaseNamesFromClassLoader()
706 URLHandler handler = URLHandler.get(url); in addBundleBaseNamesFromClassLoader()
710 if (DEBUG) System.out.println("handler for " + url + " is null"); in addBundleBaseNamesFromClassLoader()
748 // scan available locale resources under the base url first in createFullLocaleNameSet()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTestUtility.java933 URL url = urlEnum.nextElement(); in getSerializationClassList()
934 URLHandler handler = URLHandler.get(url); in getSerializationClassList()
936 System.out.println("Unsupported URL: " + url); in getSerializationClassList()
/third_party/ltp/lib/
H A Dtst_test.c827 const char *url) in print_failure_hint()
846 if (url) in print_failure_hint()
847 fprintf(stderr, "%s%s\n", url, tags[i].value); in print_failure_hint()
826 print_failure_hint(const char *tag, const char *hint, const char *url) print_failure_hint() argument
/third_party/node/src/
H A Djs_native_api_v8_inspector.cc1271 std::string url = node::url::FromFilePath(resource_name);
1272 return Utf8ToStringView(url);
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c1123 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, in OSSL_HTTP_get() argument
1140 if (url == NULL) { in OSSL_HTTP_get()
1144 if ((current_url = OPENSSL_strdup(url)) == NULL) in OSSL_HTTP_get()
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py895 # irregular url structure
896 url = ('https://www.unicode.org/Public/3.2-Update/'+template) % ('-'+version,)
898 url = ('https://www.unicode.org/Public/%s/ucd/'+template) % (version, '')
900 urllib.request.urlretrieve(url, filename=local)
/third_party/openssl/crypto/http/
H A Dhttp_client.c1112 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, in OSSL_HTTP_get() argument
1129 if (url == NULL) { in OSSL_HTTP_get()
1133 if ((current_url = OPENSSL_strdup(url)) == NULL) in OSSL_HTTP_get()
/third_party/python/Lib/test/
H A Dtest_hashlib.py86 url = URL.format(hash_name)
88 testdata = support.open_urlresource(url, encoding="utf-8")
90 raise unittest.SkipTest("Could not retrieve {}".format(url))
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp422 void PipelineBase::onRouterChange(const std::string& url) in onRouterChange() argument
425 onRouterChangeCallback_(url); in onRouterChange()
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp186 std::string CommonUtils::UrlToPath(const std::string &url) in UrlToPath() argument
188 OHOS::Uri uri = OHOS::Uri(url); in UrlToPath()
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.cpp226 std::string url(reinterpret_cast<const char *>(inputData), size); in AddSubSourceStatic()
227 (void)data.WriteString(url); in AddSubSourceStatic()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp888 int32_t NetConnClient::IsPreferCellularUrl(const std::string& url, bool& preferCellular) in IsPreferCellularUrl() argument
895 return proxy->IsPreferCellularUrl(url, preferCellular); in IsPreferCellularUrl()
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_enc.c465 if (h->url[0]) in pulse_write_header()
466 stream_name = h->url; in pulse_write_header()

Completed in 49 milliseconds

1...<<51525354555657585960>>...69