Home
last modified time | relevance | path

Searched refs:url (Results 676 - 700 of 1521) sorted by relevance

1...<<21222324252627282930>>...61

/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/
H A DVpnTest.cpp102 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
117 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_request.cpp43 void HttpClientRequest::SetURL(const std::string &url) in SetURL() argument
45 url_ = url; in SetURL()
/foundation/communication/netstack/test/unittest/http_test/
H A DWebSocketTest.cpp102 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
117 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket/
H A DWebSocketTest.cpp102 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
117 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket_test/
H A DWebSocketTest.cpp102 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
117 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
/foundation/communication/netstack/test/unittest/tcp_core_test/
H A DTcpSocketTest.cpp102 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
117 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dhttp_request_test.cpp70 std::string url = str; in HWTEST_F() local
72 EXPECT_TRUE(pHttpRequest->HttpGet(url, strResponse) == -1); in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket_core_test/
H A DWebSocketTest.cpp102 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
117 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
/third_party/curl/tests/libtest/
H A Dlib1156.c86 static int onetest(CURL *curl, const char *url, const struct testparams *p, in onetest() argument
96 msnprintf(urlbuf, sizeof(urlbuf), "%s%04u", url, replyselector); in onetest()
/third_party/ffmpeg/libavdevice/
H A Dv4l2enc.c44 s->fd = open(s1->url, flags); in write_header()
47 av_log(s1, AV_LOG_ERROR, "Unable to open V4L2 device '%s'\n", s1->url); in write_header()
/third_party/ffmpeg/tools/
H A Ddecode_simple.c119 int ds_open(DecodeContext *dc, const char *url, int stream_idx) in ds_open() argument
133 ret = avformat_open_input(&dc->demuxer, url, NULL, NULL); in ds_open()
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-pattern.js115 url: '/de/docs/Tools/Scratchpad',
119 url: '/en-US/docs/Tools/Scratchpad'
/third_party/node/lib/
H A Dinspector.js41 url,
200 url,
/third_party/node/test/parallel/
H A Dtest-http2-compat-socket.js78 const url = `http://localhost:${port}`;
79 const client = h2.connect(url, common.mustCall(() => {
H A Dtest-http2-respond-with-fd-errors.js78 const url = `http://localhost:${port}`;
86 const client = http2.connect(url);
H A Dtest-whatwg-url-properties.js4 const { URL, URLSearchParams, format } = require('url');
18 ].forEach((url) => {
19 const u = new URL(url);
/third_party/node/deps/icu-small/source/i18n/
H A Dvzone.h90 * @param url Receives the RFC2445 TZURL property value.
91 * @param urlLength, length of the url
95 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
100 * @param url The TZURL property value.
101 * @param urlLength, length of the url
104 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
H A Dindex.js5 const fromUrl = require('./from-url.js')
6 const parseUrl = require('./parse-url.js')
59 static parseUrl (url) {
60 return parseUrl(url)
114 // the url is the same as browse, but for others like GitHub a file can use both `/tree/`
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dpolicy.js19 url: request.url,
/third_party/icu/icu4c/source/i18n/
H A Dvzone.h90 * @param url Receives the RFC2445 TZURL property value.
91 * @param urlLength, length of the url
95 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
100 * @param url The TZURL property value.
101 * @param urlLength, length of the url
104 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
/third_party/python/Tools/scripts/
H A Dparse_html5_entities.py19 def get_json(url):
20 """Download the json file from the url and returns a decoded object."""
21 with urlopen(url) as f:
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvzone.h92 * @param url Receives the RFC2445 TZURL property value.
93 * @param urlLength, length of the url
97 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength);
102 * @param url The TZURL property value.
103 * @param urlLength, length of the url
106 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength);
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.c120 PRINT_INFO2("free proxy called for '%s'", proxy->url); in free_proxy()
125 free(proxy->url); in free_proxy()
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/
H A Dmain.go21 "net/url"
140 fmt.Printf("Submitted query: %vq/%v\n", gerrit.URL, url.QueryEscape(submittedQuery))
141 fmt.Printf("Review query: %vq/%v\n", gerrit.URL, url.QueryEscape(reviewQuery))
/third_party/skia/tools/skqp/
H A Ddownload_model.py34 url = 'https://storage.googleapis.com/skia-skqp-assets/' + md5
36 shutil.copyfileobj(urllib2.urlopen(url), o)

Completed in 10 milliseconds

1...<<21222324252627282930>>...61