/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/ |
H A D | player_service_proxy_fuzzer.cpp | 226 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 D | net_conn_client.cpp | 888 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 D | pulse_audio_enc.c | 465 if (h->url[0]) in pulse_write_header() 466 stream_name = h->url; in pulse_write_header()
|
H A D | lavfi.c | 168 lavfi->graph_str = av_strdup(avctx->url); in lavfi_read_header()
|
H A D | xv.c | 154 if (!(xv->window_title = av_strdup(s->url))) { in xv_write_header()
|
/third_party/ffmpeg/libavformat/ |
H A D | dump.c | 631 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
|
H A D | argo_asf.c | 377 } else if (!(end = strrchr((name = av_basename(s->url)), '.'))) { in argo_asf_write_header()
|
/third_party/curl/lib/ |
H A D | doh.c | 35 #include "url.h" 217 const char *url, CURLM *multi, in dohprobe() 245 ERROR_CHECK_SETOPT(CURLOPT_URL, url); in dohprobe() 214 dohprobe(struct Curl_easy *data, struct dnsprobe *p, DNStype dnstype, const char *host, const char *url, CURLM *multi, struct curl_slist *headers) dohprobe() argument
|
H A D | ldap.c | 330 infof(data, "LDAP local: %s", data->state.url); in ldap_do() 333 rc = ldap_url_parse(data->state.url, &ludp); in ldap_do()
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
H A D | static-policy.h | 217 .url = "generate_204", 234 .url = "index.html",
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | profile.js | 11 'qrcode-terminal': qrcode || { generate: (url, cb) => cb() }, 737 generate: (url, cb) => cb('qrcode'), 797 'should throw invalid 2fa auth url error'
|
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 587 url = f"http://{bind}:{port}/{relbuilddir}/python.html" 608 webbrowser.open(url)
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 801 LOGI("[%{public}s][%{public}s][%{public}d]: CommonInitializeForm url: %{public}s", bundleName_.c_str(), in InitializeInner() 826 void UIContentImpl::PreInitializeForm(OHOS::Rosen::Window* window, const std::string& url, napi_value storage) in PreInitializeForm() argument 831 moduleName_.c_str(), instanceId_, url.c_str()); in PreInitializeForm() 832 CommonInitializeForm(window, url, storage); in PreInitializeForm() 850 UIContentErrorCode UIContentImpl::Initialize(OHOS::Rosen::Window* window, const std::string& url, napi_value storage) in Initialize() argument 852 auto errorCode = InitializeInner(window, url, storage, false); in Initialize() 913 OHOS::Rosen::Window* window, const std::string& url, napi_value storage, uint32_t focusWindowId) in Initialize() 921 auto errorCode = CommonInitialize(window, url, storage, focusWindowId); in Initialize() 972 startUrl_ = record.url; in Restore() 975 LOGW("Restore start url i in Restore() 912 Initialize( OHOS::Rosen::Window* window, const std::string& url, napi_value storage, uint32_t focusWindowId) Initialize() argument 2113 ReloadForm(const std::string& url) ReloadForm() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 94 base::Vector<const char> url = streaming_decoder->url(); in SetClient() 96 CompiledWasmModule(native_module, url.begin(), url.size()); in SetClient() 101 void SetUrl(base::Vector<const char> url) { streaming_decoder_->SetUrl(url); } in SetUrl() argument 143 void WasmStreaming::SetUrl(const char* url, size_t length) { in SetUrl() argument 144 DCHECK_EQ('\0', url[length]); // {url} is null-terminated. in SetUrl() 145 TRACE_EVENT1("v8.wasm", "wasm.SetUrl", "url", ur in SetUrl() [all...] |
/third_party/libsnd/src/ |
H A D | wavlike.c | 897 bytes += psf_binheader_readf (psf, "b", c->url, sizeof (c->url)) ; in wavlike_read_cart_chunk() 946 psf_binheader_writef (psf, "b", BHWv (c->url), BHWz (sizeof (c->url))) ; in wavlike_write_cart_chunk()
|
/third_party/python/Lib/http/ |
H A D | cookiejar.py | 627 url = request.get_full_url() 628 host = urllib.parse.urlparse(url)[1] 649 url = request.get_full_url() 650 parts = urllib.parse.urlsplit(url) 1250 urllib.request.build_opener(HTTPCookieProcessor).open(url).
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 627 def open_urlresource(url, *args, **kw): 637 filename = urllib.parse.urlparse(url)[2].split('/')[-1] # '/': it's URL! 660 print('\tfetching %s ...' % url, file=get_original_stdout()) 664 f = opener.open(url, timeout=INTERNET_TIMEOUT)
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1188 std::string url; in SetResponseData() local 1193 url = (np == std::string::npos) ? resourceUrl : resourceUrl.erase(np, 1); in SetResponseData() 1194 response_->SetResourceUrl(url); in SetResponseData() 1332 auto url = JSVal(ToJSValue(request_->GetUrl())); in GetRequestUrl() local 1333 auto descriptionRef = JSRef<JSVal>::Make(url); in GetRequestUrl() 1601 std::string url; in GetLinkUrl() local 1603 url = param_->GetLinkUrl(); in GetLinkUrl() 1605 auto linkUrl = JSVal(ToJSValue(url)); in GetLinkUrl() 1612 std::string url; in GetUnfilteredLinkUrl() local 1614 url in GetUnfilteredLinkUrl() 1623 std::string url; GetSourceUrl() local [all...] |
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
H A D | static-policy.h | 1321 .url = "generate_204", 1372 .url = "testserver/formtest", 1388 .url = "index.html", 1404 .url = "index.html", 1421 .url = "index.html?uptag=${uptag}", 1438 .url = "v20160207/events", 1461 .url = "v20160207/events", 1483 .url = "v20160207/directives", 1503 .url = "auth/o2/token",
|
/third_party/node/deps/llhttp/src/ |
H A D | llhttp.c | 5856 state->reason = "Invalid characters in url (strict mode)"; in llhttp__internal__run() 5865 state->reason = "Invalid characters in url"; in llhttp__internal__run() 7544 state->reason = "Invalid char in url fragment start"; in llhttp__internal__run() 7604 state->reason = "Invalid char in url query"; in llhttp__internal__run() 7613 state->reason = "Invalid char in url path"; in llhttp__internal__run() 7724 state->reason = "Double @ in url"; in llhttp__internal__run() 7733 state->reason = "Unexpected char in url server"; in llhttp__internal__run() 7742 state->reason = "Unexpected char in url server"; in llhttp__internal__run() 7751 state->reason = "Unexpected char in url schema"; in llhttp__internal__run() 7760 state->reason = "Unexpected char in url schem in llhttp__internal__run() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 1357 struct hostapd_venue_url *url; in parse_venue_url() local 1369 url = os_realloc_array(bss->venue_url, bss->venue_url_count + 1, in parse_venue_url() 1371 if (!url) in parse_venue_url() 1374 bss->venue_url = url; in parse_venue_url() 1375 url = &bss->venue_url[bss->venue_url_count++]; in parse_venue_url() 1377 url->venue_number = atoi(pos); in parse_venue_url() 1378 url->url_len = nlen; in parse_venue_url() 1379 os_memcpy(url->url, sep, nlen); in parse_venue_url()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 1427 struct hostapd_venue_url *url; in parse_venue_url() local 1439 url = os_realloc_array(bss->venue_url, bss->venue_url_count + 1, in parse_venue_url() 1441 if (!url) in parse_venue_url() 1444 bss->venue_url = url; in parse_venue_url() 1445 url = &bss->venue_url[bss->venue_url_count++]; in parse_venue_url() 1447 url->venue_number = atoi(pos); in parse_venue_url() 1448 url->url_len = nlen; in parse_venue_url() 1449 os_memcpy(url->url, sep, nlen); in parse_venue_url()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | js_ability_context.h | 100 int requestCode, const std::string& startTime, const std::string& url);
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_sink.cpp | 91 if (memcpy_s(outputConfig.url, URL_LEN, path_.c_str(), path_.length()) != EOK) { in Prepare()
|
/third_party/ffmpeg/doc/examples/ |
H A D | transcode_aac.c | 181 if (!((*output_format_context)->url = av_strdup(filename))) { in open_output_file() 182 fprintf(stderr, "Could not allocate url.\n"); in open_output_file()
|