/kernel/linux/linux-5.10/scripts/ |
H A D | setlocalversion | 83 if git config --get svn-remote.svn.url >/dev/null; then
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | setup.py | 87 url='http://perf.wiki.kernel.org',
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | setup.py | 112 url='http://perf.wiki.kernel.org',
|
/test/testfwk/developer_test/aw/cxx/hwext/ |
H A D | perf.h | 49 std::string url; member
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/ |
H A D | test_request.h | 46 const std::string url() { return url_; } in url() function in TestRequest
|
/third_party/ffmpeg/libavdevice/ |
H A D | oss_dec.c | 53 ret = ff_oss_audio_open(s1, 0, s1->url); in audio_read_header()
|
H A D | sndio_dec.c | 44 ret = ff_sndio_open(s1, 0, s1->url); in audio_read_header()
|
/third_party/ffmpeg/libavformat/ |
H A D | avio_internal.h | 23 #include "url.h" 211 * Read url related dictionary options from the AVIOContext and write to the given dictionary 225 int ffio_open_whitelist(AVIOContext **s, const char *url, int flags,
|
/third_party/curl/scripts/ |
H A D | completion.pl | 113 } elsif ($arg =~ /<url>/i) {
|
/third_party/libwebsockets/lib/secure-streams/cpp/ |
H A D | lss.cxx | 106 pol.u.http.url = urlpath; in lss()
|
/third_party/node/test/parallel/ |
H A D | test-domain-http-server.js | 54 const data = JSON.stringify(objects[req.url.replace(/[^a-z]/g, '')]);
|
H A D | test-https-agent-session-reuse.js | 27 if (req.url === '/drop-key')
|
H A D | test-listen-fd-cluster.js | 142 console.error('%s %s', req.method, req.url, req.headers);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | sync-streaming-decoder.cc | 52 base::Vector<const uint8_t>(bytes.get(), buffer_size_), url());
|
/third_party/node/src/ |
H A D | inspector_agent.h | 85 uint64_t thread_id, const std::string& url, const std::string& name);
|
/third_party/node/test/fixtures/wpt/common/ |
H A D | PrefixedLocalStorage.js | 29 PrefixedLocalStorage.prototype.url = function (uri) {
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/ |
H A D | check-response.js | 7 const cleanUrl = require('./clean-url.js') 49 const urlStr = cleanUrl(res.url)
|
/third_party/node/deps/npm/node_modules/read-package-json-fast/lib/ |
H A D | index.js | 136 data.funding = { url: data.funding }
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-wasm.h | 205 void SetUrl(const char* url, size_t length);
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-script.h | 111 V8DebuggerScript(v8::Isolate*, String16 id, String16 url,
|
/third_party/rust/crates/clap/clap_complete/examples/ |
H A D | completion-derive.rs | 64 url: Option<String>,
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | simplepost.c | 117 const char *url, const char *method, in answer_to_connection() 116 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 | benchmark_https.c | 107 const char *url, in ahc_echo() 105 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/pulseaudio/man/ |
H A D | xmltoman | 151 } elsif (/^url$/) {
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/ |
H A D | image_sink_filter.cpp | 368 ErrorCode SaveUrlData(const std::string &url, const std::shared_ptr<EffectBuffer> &buffer) in SaveUrlData() argument 373 std::string path = CommonUtils::UrlToPath(url); in SaveUrlData() 377 ErrorCode SaveUrlData(const std::string &url, const std::shared_ptr<PixelMap> &pixelMap) in SaveUrlData() argument 381 std::string path = CommonUtils::UrlToPath(url); in SaveUrlData() 458 // part para can be null for url or path data in SaveData()
|