/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/ |
H A D | VpnTest.cpp | 102 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 D | http_client_request.cpp | 43 void HttpClientRequest::SetURL(const std::string &url) in SetURL() argument 45 url_ = url; in SetURL()
|
/foundation/communication/netstack/test/unittest/http_test/ |
H A D | WebSocketTest.cpp | 102 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 D | WebSocketTest.cpp | 102 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 D | WebSocketTest.cpp | 102 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 D | TcpSocketTest.cpp | 102 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 D | http_request_test.cpp | 70 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 D | WebSocketTest.cpp | 102 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 D | lib1156.c | 86 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 D | v4l2enc.c | 44 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 D | decode_simple.c | 119 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 D | object-pattern.js | 115 url: '/de/docs/Tools/Scratchpad', 119 url: '/en-US/docs/Tools/Scratchpad'
|
/third_party/node/lib/ |
H A D | inspector.js | 41 url, 200 url,
|
/third_party/node/test/parallel/ |
H A D | test-http2-compat-socket.js | 78 const url = `http://localhost:${port}`; 79 const client = h2.connect(url, common.mustCall(() => {
|
H A D | test-http2-respond-with-fd-errors.js | 78 const url = `http://localhost:${port}`; 86 const client = http2.connect(url);
|
H A D | test-whatwg-url-properties.js | 4 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 D | vzone.h | 90 * @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 D | index.js | 5 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 D | policy.js | 19 url: request.url,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | vzone.h | 90 * @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 D | parse_html5_entities.py | 19 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 D | vzone.h | 92 * @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 D | mhd2spdy_structures.c | 120 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 D | main.go | 21 "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 D | download_model.py | 34 url = 'https://storage.googleapis.com/skia-skqp-assets/' + md5 36 shutil.copyfileobj(urllib2.urlopen(url), o)
|