Home
last modified time | relevance | path

Searched defs:done (Results 1 – 25 of 1020) sorted by relevance

12345678910>>...41

/third_party/node/deps/npm/node_modules/umask/test/
Dsimple.js19 it('accepts numbers', function (done) { argument
33 it('accepts strings', function (done) { argument
48 it('rejects other types', function (done) { argument
55 it('rejects non-octalish strings', function (done) { argument
61 it('rejects NaN strings', function (done) { argument
69 it("converts umask to string", function (done) { argument
82 it('converts valid values', function (done) { argument
96 it('converts valid values', function (done) { argument
119 it('errors on empty string', function (done) { argument
127 it('errors on invalid octal string', function (done) { argument
[all …]
/third_party/flutter/skia/modules/pathkit/tests/
Dsvg.spec.js2 it('can create a path from an SVG string', function(done) { argument
24 it('can create an SVG string from a path', function(done) { argument
42 it('can create an SVG string from hex values', function(done) { argument
59 it('should have input and the output be the same', function(done) { argument
77 it('approximates arcs (conics) with quads', function(done) { argument
Dpath2d.spec.js2 it('can do everything in the Path2D API w/o crashing', function(done) { argument
74 it('can chain by returning the same object', function(done) { argument
98 it('does not leak path objects when chaining', function(done) { argument
127 it('has multiple overloads of addPath', function(done) { argument
148 it('approximates arcs (conics) with quads', function(done) { argument
Dpath.spec.js13 it('supports.equals()', function(done) { argument
35 it('has a copy constructor', function(done) { argument
49 it('has a copy method', function(done) { argument
63 it('can create a copy with MakePath', function(done) { argument
96 it('dynamically updates getBounds()', function(done){ argument
112 it('has getBounds() and computeTightBounds()', function(done){ argument
146 it('does NOT approximates conics when dumping as toCmds', function(done) { argument
Dutil.spec.js3 it('computes YFromX correctly', function(done) { argument
19 it('computes a point from T correctly', function(done) { argument
40 it('does not leak, with or without cache', function(done) { argument
Deffects.spec.js17 it('performs dash in-place with start, stop, phase', function(done) { argument
39 it('performs trim in-place with start, stop, phase', function(done) { argument
62 it('performs matrix transform in-place', function(done) { argument
89 it('creates a stroked path in-place', function(done) { argument
/third_party/skia/modules/pathkit/tests/
Dsvg.spec.js2 it('can create a path from an SVG string', function(done) { argument
24 it('can create an SVG string from a path', function(done) { argument
42 it('can create an SVG string from hex values', function(done) { argument
59 it('should have input and the output be the same', function(done) { argument
77 it('approximates arcs (conics) with quads', function(done) { argument
Dpath2d.spec.js2 it('can do everything in the Path2D API w/o crashing', function(done) { argument
74 it('can chain by returning the same object', function(done) { argument
98 it('does not leak path objects when chaining', function(done) { argument
127 it('has multiple overloads of addPath', function(done) { argument
148 it('approximates arcs (conics) with quads', function(done) { argument
Dpath.spec.js13 it('supports.equals()', function(done) { argument
35 it('has a copy constructor', function(done) { argument
49 it('has a copy method', function(done) { argument
63 it('can create a copy with MakePath', function(done) { argument
96 it('dynamically updates getBounds()', function(done){ argument
112 it('has getBounds() and computeTightBounds()', function(done){ argument
146 it('does NOT approximates conics when dumping as toCmds', function(done) { argument
Dutil.spec.js3 it('computes YFromX correctly', function(done) { argument
19 it('computes a point from T correctly', function(done) { argument
40 it('does not leak, with or without cache', function(done) { argument
/third_party/node/test/internet/
Dtest-dns.js52 function done() { function in TEST
72 TEST(function test_reverse_bogus(done) { argument
86 TEST(async function test_resolve4_ttl(done) { argument
114 TEST(async function test_resolve6_ttl(done) { argument
142 TEST(async function test_resolveMx(done) { argument
165 TEST(function test_resolveMx_failure(done) { argument
184 TEST(async function test_resolveNs(done) { argument
205 TEST(function test_resolveNs_failure(done) { argument
224 TEST(async function test_resolveSrv(done) { argument
249 TEST(function test_resolveSrv_failure(done) { argument
[all …]
Dtest-dns-ipv4.js24 function done() { function in TEST
40 TEST(async function test_resolve4(done) { argument
61 TEST(async function test_reverse_ipv4(done) { argument
83 TEST(async function test_lookup_ipv4_explicit(done) { argument
101 TEST(async function test_lookup_ipv4_implicit(done) { argument
119 TEST(async function test_lookup_ipv4_explicit_object(done) { argument
137 TEST(async function test_lookup_ipv4_hint_addrconfig(done) { argument
157 TEST(async function test_lookup_ip_ipv4(done) { argument
174 TEST(async function test_lookup_localhost_ipv4(done) { argument
191 TEST(async function test_lookup_all_ipv4(done) { argument
[all …]
Dtest-dns-ipv6.js26 function done() { function in TEST
42 TEST(async function test_resolve6(done) { argument
63 TEST(async function test_reverse_ipv6(done) { argument
84 TEST(async function test_lookup_ipv6_explicit(done) { argument
116 TEST(async function test_lookup_ipv6_explicit_object(done) { argument
134 TEST(function test_lookup_ipv6_hint(done) { argument
162 TEST(async function test_lookup_ip_ipv6(done) { argument
180 TEST(async function test_lookup_all_ipv6(done) { argument
209 TEST(function test_lookupservice_ip_ipv6(done) { argument
/third_party/node/test/parallel/
Dtest-promises-unhandled-rejections.js30 function done(err) { function
87 function onUnhandledSucceed(done, predicate) { argument
99 function onUnhandledFail(done) { argument
113 ' unhandledRejection', function(done) { argument
122 ' unhandledRejection', function(done) { argument
133 ' unhandledRejection', function(done) { argument
146 ' unhandled rejection', function(done) { argument
159 ' soon enough to stop unhandledRejection', function(done) { argument
175 ' re-thrown error should hit unhandledRejection', function(done) { argument
189 'promise', function(done) { argument
[all …]
Dtest-whatwg-url-custom-searchparams-entries.js13 done: false property
17 done: false property
21 done: true property
25 done: true property
/third_party/flutter/skia/modules/canvaskit/tests/
Dpath.spec.js17 it('can draw a path', function(done) { argument
78 it('can draw directly to a canvas', function(done) { argument
127 it('can apply an effect and draw text', function(done) { argument
166 it('can create a path from an SVG string', function(done) { argument
188 it('can create an SVG string from a path', function(done) { argument
Dcanvas2d.spec.js22 it('parses hex color strings', function(done) { argument
36 it('parses rgba color strings', function(done) { argument
50 it('parses named color strings', function(done) { argument
63 it('properly produces color strings', function(done) { argument
76 it('can multiply colors by alpha', function(done) { argument
115 it('can parse font sizes', function(done) { argument
169 it('can parse font attributes', function(done) { argument
254 function multipleCanvasTest(testname, done, test) { argument
277 it('supports all the line types', function(done) { argument
335 it('handles all the transforms as specified', function(done) { argument
[all …]
/third_party/node/deps/npm/node_modules/agent-base/test/
Dtest.js23 it('should be subclassable', function(done) { argument
50 it('should be mixed in with HTTP request options', function(done) { argument
74 it('should be the Agent instance', function(done) { argument
89 it('should be the Agent instance with callback signature', function(done) { argument
108 done argument
123 done argument
137 done argument
154 it('should send a GET request', function(done) { argument
180 it('should receive a GET response', function(done) { argument
222 before(function(done) { argument
[all …]
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/test/
Dtest.js23 it('should be subclassable', function(done) { argument
50 it('should be mixed in with HTTP request options', function(done) { argument
74 it('should be the Agent instance', function(done) { argument
89 it('should be the Agent instance with callback signature', function(done) { argument
108 done argument
123 done argument
137 done argument
154 it('should send a GET request', function(done) { argument
180 it('should receive a GET response', function(done) { argument
221 before(function(done) { argument
[all …]
/third_party/node/deps/npm/node_modules/registry-auth-token/test/
Dauth-token.test.js19 afterEach(function (done) { argument
30 it('should return undefined if no auth token is given for registry', function (done) { argument
40 …should return auth token if it is defined in the legacy way via the `_auth` key', function (done) { argument
54 … auth token defined by reference to an environment variable (with curly braces)', function (done) { argument
72 …th token defined by reference to an environment variable (without curly braces)', function (done) { argument
92 it('should return auth token if registry is defined', function (done) { argument
106 it('should use npmrc passed in', function (done) { argument
124 it('should return auth token if registry url has port specified', function (done) { argument
140 … auth token defined by reference to an environment variable (with curly braces)', function (done) { argument
157 …th token defined by reference to an environment variable (without curly braces)', function (done) { argument
[all …]
Dregistry-url.test.js13 afterEach(function (done) { argument
24 it('should return default registry if no url is given for scope', function (done) { argument
33 it('should return registry url if url is given for scope ', function (done) { argument
42 it('should append trailing slash if not present', function (done) { argument
51 it('should return configured global registry if given', function (done) { argument
/third_party/skia/modules/pathkit/perf/
Dpath.bench.js43 it('path_path2dapi', function(done) { argument
61 it('path_copy', function(done) { argument
82 it('path_from_api_calls', function(done) { argument
105 it('path_fromCmds', function(done) { argument
128 it('path_fromSVGString', function(done) { argument
148 it('path_toCmds', function(done) { argument
168 it('path_toPath2D', function(done) { argument
188 it('path_toSVGString', function(done) { argument
219 it('path_add_path_svgmatrix', function(done) { argument
245 it('path_add_path_svgmatrix_reuse', function(done) { argument
[all …]
/third_party/flutter/skia/modules/pathkit/perf/
Dpath.bench.js43 it('path_path2dapi', function(done) { argument
61 it('path_copy', function(done) { argument
82 it('path_from_api_calls', function(done) { argument
105 it('path_fromCmds', function(done) { argument
128 it('path_fromSVGString', function(done) { argument
148 it('path_toCmds', function(done) { argument
168 it('path_toPath2D', function(done) { argument
188 it('path_toSVGString', function(done) { argument
219 it('path_add_path_svgmatrix', function(done) { argument
245 it('path_add_path_svgmatrix_reuse', function(done) { argument
[all …]
/third_party/node/deps/npm/node_modules/http-proxy-agent/test/
Dtest.js25 before(function (done) { argument
34 before(function (done) { argument
43 before(function (done) { argument
57 after(function (done) { argument
62 after(function (done) { argument
67 after(function (done) { argument
110 it('should work over an HTTP proxy', function (done) { argument
136 it('should work over an HTTPS proxy', function (done) { argument
165 it('should proxy the query string of the request path', function (done) { argument
192 it('should receive the 407 authorization code on the `http.ClientResponse`', function (done) { argument
[all …]
/third_party/node/deps/npm/node_modules/socks-proxy-agent/test/
Dtest.js20 before(function (done) { argument
36 before(function (done) { argument
45 before(function (done) { argument
58 after(function (done) { argument
63 after(function (done) { argument
68 after(function (done) { argument
93 it('should work against an HTTP endpoint', function (done) { argument
118 it('should work against an HTTPS endpoint', function (done) { argument

12345678910>>...41