Home
last modified time | relevance | path

Searched refs:url (Results 1251 - 1275 of 1512) sorted by relevance

1...<<5152535455565758596061

/third_party/node/test/parallel/
H A Dtest-v8-coverage.js200 if (fixtureCoverage.url.indexOf(`/${fixtureFile}`) !== -1) {
/third_party/nghttp2/src/
H A Dhttp2.h38 #include "url-parser/url_parser.h"
110 // Copies the |field| component value from |u| and |url| to the
114 const char *url);
/third_party/node/benchmark/
H A Dcommon.js330 '/5d49/b3020/url.html#test?payload1=true&payload2=false&test=1' +
358 const data = require('../test/fixtures/wpt/url/resources/urltestdata.json');
394 throw new Error(`Unknown url data type ${type}`);
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dregistry.js231 const attestationsPath = new URL(dist.attestations.url).pathname
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dinternal.h611 char *url; member
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_chunked.c101 const char *url, in ahc_echo()
99 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/testzzuf/
H A Dtest_get_chunked.c92 const char *url, in ahc_echo()
90 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
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp881 char url[] = "https://gitee.com/openharmony/distributeddatamgr_udmf/members"; in HWTEST_F() local
882 OH_UdsHyperlink_SetUrl(hyperlink1, url); in HWTEST_F()
891 EXPECT_EQ(strcmp(url, getUrl), 0); in HWTEST_F()
1178 char url[] = "hyper link"; in HWTEST_F() local
1179 OH_UdsHyperlink_SetUrl(hyperlink, url); in HWTEST_F()
1209 EXPECT_EQ(strcmp(getUrl, url), 0); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp552 std::string url = ""; in HWTEST_F() local
554 WMError res1 = window->SetUIContentInner(url, nullptr, nullptr, WindowSetUIContentType::DEFAULT, in HWTEST_F()
863 std::string url = ""; in HWTEST_F() local
866 window->SetUIContentByName(url, nullptr, nullptr, nullptr); in HWTEST_F()
867 window->SetUIContentByAbc(url, nullptr, nullptr, nullptr); in HWTEST_F()
868 WMError res1 = window->NapiSetUIContent(url, nullptr, nullptr, BackupAndRestoreType::CONTINUATION, in HWTEST_F()
/third_party/curl/lib/
H A Dhttp2.c40 #include "url.h"
802 char *url = NULL; in set_transfer_url() local
836 uc = curl_url_get(u, CURLUPART_URL, &url, 0); in set_transfer_url()
845 free(data->state.url); in set_transfer_url()
847 data->state.url = url; in set_transfer_url()
2110 stream_id, data->state.url); in h2_submit()
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/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()
/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()
/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()

Completed in 44 milliseconds

1...<<5152535455565758596061