/third_party/python/Lib/test/ |
H A D | test_webbrowser.py | 14 URL = 'http://www.example.com' variable 29 def _test(self, meth, *, args=[URL], kw={}, options, arguments): 31 keywords for same (which defaults to the single argument URL), creates 60 arguments=[URL]) 70 arguments=[URL]) 80 arguments=[URL]) 85 arguments=[URL]) 90 arguments=[URL]) 95 arguments=[URL]) 105 arguments=[URL]) [all...] |
H A D | test_xmlrpc.py | 601 ADDR = PORT = URL = None 635 global ADDR, PORT, URL 641 URL = "http://%s:%d"%(ADDR, PORT) variable in http_server.MyXMLRPCServer 705 global ADDR, PORT, URL 711 URL = "http://%s:%d"%(ADDR, PORT) variable in http_multi_server.BrokenDispatcher 767 xmlrpclib.ServerProxy(URL).my_function() 805 p = xmlrpclib.ServerProxy(URL) 817 p = xmlrpclib.ServerProxy(URL) 831 p = xmlrpclib.ServerProxy(URL, encoding='iso-8859-15') 842 p = xmlrpclib.ServerProxy(URL, encodin [all...] |
/third_party/node/test/fixtures/wpt/FileAPI/url/ |
H A D | url-in-tags-revoke.window.js | 7 const url = URL.createObjectURL(blob); 13 URL.revokeObjectURL(url); 18 }, 'Fetching a blob URL immediately before revoking it works in an iframe.'); 25 const url = URL.createObjectURL(blob); 34 URL.revokeObjectURL(url); 39 }, 'Fetching a blob URL immediately before revoking it works in an iframe navigation.'); 46 const url = URL.createObjectURL(blob); 48 URL.revokeObjectURL(url); 54 }, 'Opening a blob URL in a new window immediately before revoking it works.'); 79 const url = URL [all...] |
H A D | url-with-fetch.any.js | 17 const url = URL.createObjectURL(blob); 27 const url = URL.createObjectURL(blob); 30 // Revoke the object URL. Request should take a reference to the blob as 32 // revoke the URL before calling fetch(). 33 URL.revokeObjectURL(url); 38 }, 'Revoke blob URL after creating Request, will fetch'); 43 const url = URL.createObjectURL(blob); 49 // Revoke the object URL. fetch should have already resolved the blob URL. 50 URL [all...] |
/third_party/node/test/fixtures/wpt/FileAPI/url/resources/ |
H A D | fetch-tests.js | 7 // |fetch_should_succeed| is a callback that is called with the Test and a URL. 8 // Fetching the URL is expected to succeed. The callback should return a promise 11 // |fetch_should_fail| similarly is a callback that is called with the Test, a URL 21 const url = URL.createObjectURL(blob); 29 const url = URL.createObjectURL(blob); 37 const url = URL.createObjectURL(blob); 38 URL.revokeObjectURL(url); 41 }, fetch_method + ' of a revoked URL should fail'); 44 const url = URL.createObjectURL(blob); 45 URL [all...] |
/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 40 const { URL, pathToFileURL, fileURLToPath, isURL, toPathIfFileURL } = require('internal/url'); 74 * @param {string} pjsonUrl - The URL of the package.json file. 75 * @param {string} base - The URL of the module that imported the package. 98 * @param {string} pjsonUrl - The package.json URL. 100 * @param {string} base - The base URL. 119 * Emits a deprecation warning if the given URL is a module and 121 * @param {URL} url - The URL of the module being resolved. 122 * @param {URL} packageJSONUrl - The URL o [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | AppletFrame.java | 20 import java.net.URL; 100 public URL getCodeBase() { in getCodeBase() 104 public URL getDocumentBase() { in getDocumentBase() 126 public AudioClip getAudioClip(URL url) { in getAudioClip() 130 public Image getImage(URL url) { in getImage() 134 public void showDocument(URL url) {} in showDocument() 135 public void showDocument(URL url, String target) {} in showDocument()
|
/third_party/node/benchmark/url/ |
H A D | whatwg-url-parse.js | 4 const URL = url.URL; 15 let result = new URL(data[0][0], data[0][1]); // Avoid dead code elimination 19 result = new URL(item[0], item[1]); 27 let result = new URL(data[0]); // Avoid dead code elimination 30 result = new URL(data[i]);
|
/third_party/curl/tests/libtest/ |
H A D | lib661.c | 27 int test(char *URL) in test() argument 48 newURL = aprintf("%s/folderA/661", URL); in test() 58 newURL = aprintf("%s/folderB/661", URL); in test() 75 newURL = aprintf("%s/folderA/661", URL); in test() 86 newURL = aprintf("%s/folderB/661", URL); in test() 94 newURL = aprintf("%s/folderA/661", URL); in test() 118 test_setopt(curl, CURLOPT_URL, URL); in test() 137 test_setopt(curl, CURLOPT_URL, URL); in test() 150 test_setopt(curl, CURLOPT_URL, URL); in test()
|
H A D | lib572.c | 44 int test(char *URL) in test() argument 72 test_setopt(curl, CURLOPT_URL, URL); in test() 75 stream_uri = suburl(URL, request++); in test() 90 stream_uri = suburl(URL, request++); in test() 125 stream_uri = suburl(URL, request++); in test() 140 stream_uri = suburl(URL, request++); in test() 159 stream_uri = suburl(URL, request++); in test()
|
H A D | libprereq.c | 54 int test(char *URL) in test() argument 67 if(strstr(URL, "#ipv6")) { in test() 71 if(strstr(URL, "#err")) { in test() 76 curl_easy_setopt(curl, CURLOPT_URL, URL); in test() 81 if(strstr(URL, "#redir")) { in test()
|
H A D | lib3026.c | 48 int test(char *URL) in test() argument 60 (void) URL; in test() 126 int test(char *URL) in test() argument 133 (void) URL; in test() 171 int test(char *URL) in test() argument 174 (void)URL; in test()
|
H A D | lib568.c | 44 int test(char *URL) in test() argument 70 test_setopt(curl, CURLOPT_URL, URL); in test() 72 stream_uri = suburl(URL, request++); in test() 108 stream_uri = suburl(URL, request++); in test() 124 stream_uri = suburl(URL, request++); in test() 154 stream_uri = suburl(URL, request++); in test()
|
H A D | lib570.c | 33 int test(char *URL) in test() argument 56 test_setopt(curl, CURLOPT_URL, URL); in test() 60 stream_uri = suburl(URL, request++); in test() 81 stream_uri = suburl(URL, request++); in test() 96 stream_uri = suburl(URL, request++); in test()
|
H A D | lib571.c | 103 int test(char *URL) in test() argument 129 test_setopt(curl, CURLOPT_URL, URL); in test() 131 stream_uri = suburl(URL, request++); in test() 153 stream_uri = suburl(URL, request++); in test() 168 stream_uri = suburl(URL, request++); in test() 182 stream_uri = suburl(URL, request++); in test()
|
H A D | lib1960.c | 70 /* Expected args: URL IP PORT */ 71 int test(char *URL) in test() argument 80 if(!strcmp("check", URL)) in test() 130 test_setopt(curl, CURLOPT_URL, URL); in test() 143 int test(char *URL) in test() argument 145 (void)URL; in test()
|
H A D | lib554.c | 63 static int once(char *URL, bool oldstyle) in once() argument 157 /* First set the URL that is about to receive our POST. */ in once() 158 test_setopt(curl, CURLOPT_URL, URL); in once() 192 int test(char *URL) in test() argument 201 res = once(URL, TRUE); /* old */ in test() 203 res = once(URL, FALSE); /* new */ in test()
|
H A D | lib569.c | 36 int test(char *URL) in test() argument 69 test_setopt(curl, CURLOPT_URL, URL); in test() 82 stream_uri = suburl(URL, request++); in test() 102 stream_uri = suburl(URL, request++); in test()
|
H A D | lib530.c | 261 static int testone(char *URL, int timercb, int socketcb) in testone() argument 285 easy_setopt(curl, CURLOPT_URL, URL); in testone() 365 int test(char *URL) in test() argument 370 rc = testone(URL, 0, 0); in test() 374 rc = testone(URL, 1, 0); in test() 378 rc = testone(URL, 2, 0); in test() 382 rc = testone(URL, 0, 1); in test() 386 rc = testone(URL, 0, 2); in test()
|
H A D | lib1903.c | 31 int test(char *URL) in test() argument 39 easy_setopt(ch, CURLOPT_URL, URL); in test() 47 easy_setopt(ch, CURLOPT_URL, URL); in test()
|
H A D | lib1557.c | 30 int test(char *URL) in test() argument 44 easy_setopt(curl1, CURLOPT_URL, URL); in test() 48 easy_setopt(curl2, CURLOPT_URL, URL); in test()
|
/third_party/node/test/parallel/ |
H A D | test-worker-unsupported-path.js | 23 /Wrap file:\/\/ URLs with `new URL`/ 27 /Wrap data: URLs with `new URL`/ 32 /^((?!Wrap file:\/\/ URLs with `new URL`).)*$/s 41 assert.throws(() => { new Worker(new URL('https://www.url.com')); },
|
H A D | test-whatwg-url-properties.js | 4 const { URL, URLSearchParams, format } = require('url'); 11 testMethod(URL.prototype, name); 19 const u = new URL(url); 39 testAccessor(URL.prototype, name, readonly); 46 testStaticAccessor(URL, name); 77 const u = new URL('https://abc.com/?q=old');
|
H A D | test-child-process-cwd.js | 73 cwd: new URL('http://example.com/'), 75 }, /The URL must be of scheme file/); 80 cwd: new URL('file://host/dev/null'), 82 }, /File URL host must be "localhost" or empty on/);
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_create.c | 25 const char *URL = "http://c.test.com"; variable 60 int32_t ret = pthread_create(&ph, NULL, threadfunc, (char *)(URL)); in pthread_create_0200() 76 int32_t ret = pthread_create(&ph, &atrr, threadfunc, (char *)(URL)); in pthread_create_0300() 104 ret = pthread_create(&ph, &attr, threadfunc, (char *)(URL)); in pthread_create_0400() 122 int32_t ret = pthread_create(&ph, &attr, threadfunc, (char *)(URL)); in pthread_create_0500()
|