Home
last modified time | relevance | path

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

12345678910>>...31

/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dcount-queuing-strategy-integration.any.js35 assert_object_equals(result, { value: 'a', done: false }, property
40 assert_object_equals(result, { value: 'b', done: false }, property
45 assert_object_equals(result, { value: 'c', done: false }, property
55 assert_object_equals(result, { value: 'd', done: false }, property
60 assert_object_equals(result, { value: 'e', done: false }, property
97 assert_object_equals(result, { value: 'a', done: false }, property
102 assert_object_equals(result, { value: 'b', done: false }, property
107 assert_object_equals(result, { value: 'c', done: false }, property
117 assert_object_equals(result, { value: 'd', done: false }, property
122 assert_object_equals(result, { value: 'e', done: false }, property
[all …]
Dtee.any.js41 …assert_object_equals(r, { value: 'a', done: false }, 'first chunk from branch1 should be correct'); property
44 …assert_object_equals(r, { value: 'b', done: false }, 'second chunk from branch1 should be correct'… property
47 …assert_object_equals(r, { value: undefined, done: true }, 'third read() from branch1 should be don… property
50 …assert_object_equals(r, { value: 'a', done: false }, 'first chunk from branch2 should be correct'); property
101 …assert_object_equals(r, { value: 'a', done: false }, 'should be able to read the first chunk in br… property
104 …assert_object_equals(r, { value: 'b', done: false }, 'should be able to read the second chunk in b… property
256 …assert_object_equals(read1, { value: 'a', done: false }, 'first read() from branch1 should fulfill… property
261 …assert_object_equals(read2, { value: undefined, done: true }, 'second read() from branch1 should b… property
473 …assert_object_equals(await branch1Reads[0], { value: 'a', done: false }, 'first chunk from branch1… property
474 …assert_object_equals(await branch2Reads[0], { value: 'a', done: false }, 'first chunk from branch2… property
[all …]
Dgeneral.any.js142 assert_object_equals(r, { value: 'a', done: false }, 'value read should be the one enqueued'); property
187 …assert_object_equals(r[0], { value: objects[0], done: false }, 'value read should be the one enque… property
188 …assert_object_equals(r[1], { value: objects[1], done: false }, 'value read should be the one enque… property
189 …assert_object_equals(r[2], { value: objects[2], done: false }, 'value read should be the one enque… property
269 …assert_object_equals(result, { value: 1, done: false }, 'the result read should be the one enqueue… property
294 assert_object_equals(r, { value: 'a', done: false }, 'first read() should return first chunk'); property
324 assert_object_equals(r, { value: 'a', done: false }, 'first read() should return first chunk'); property
417 …assert_object_equals(result1, { value: 1, done: false }, 'read() should fulfill with the enqueued … property
459 assert_object_equals(result1, { value: 'a', done: false }, 'first chunk should be as expected'); property
463 … assert_object_equals(result2, { value: 'b', done: false }, 'second chunk should be as expected'); property
[all …]
/third_party/node/test/parallel/
Dtest-promises-unhandled-rejections.js28 function done(err) { function
85 function onUnhandledSucceed(done, predicate) { argument
97 function onUnhandledFail(done) { argument
111 ' unhandledRejection', function(done) { argument
120 ' unhandledRejection', function(done) { argument
131 ' unhandledRejection', function(done) { argument
144 ' unhandled rejection', function(done) { argument
157 ' soon enough to stop unhandledRejection', function(done) { argument
173 ' re-thrown error should hit unhandledRejection', function(done) { argument
187 '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
Dtest-whatwg-url-custom-searchparams-keys.js15 done: false property
19 done: false property
23 done: true property
27 done: true property
Dtest-whatwg-url-custom-searchparams-values.js15 done: false property
19 done: false property
23 done: true property
27 done: true property
Dtest-whatwg-webstreams-encoding.js31 reader.read().then(common.mustCall(({ value, done }) => { field
34 reader.read().then(common.mustCall(({ done }) => { field
75 reader.read().then(common.mustCall(({ value, done }) => { field
79 reader.read().then(common.mustCall(({ done }) => { field
Dtest-events-on-async-iterator.js134 done: false, property
137 done: false, property
140 done: true, property
145 done: true, property
168 done: true, property
174 done: true, property
/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.js26 function done() { function in TEST
42 TEST(async function test_resolve4(done) { argument
63 TEST(async function test_reverse_ipv4(done) { argument
85 TEST(async function test_lookup_ipv4_explicit(done) { argument
103 TEST(async function test_lookup_ipv4_implicit(done) { argument
121 TEST(async function test_lookup_ipv4_explicit_object(done) { argument
139 TEST(async function test_lookup_ipv4_hint_addrconfig(done) { argument
159 TEST(async function test_lookup_ip_ipv4(done) { argument
176 TEST(async function test_lookup_localhost_ipv4(done) { argument
193 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/skia/modules/pathkit/tests/
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
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
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/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 …]
Dpathops.bench.js14 it('pathops_simplify', function(done) { argument
35 it('pathops_diff', function(done) { argument
59 it('pathops_intersect', function(done) { argument
83 it('pathops_union', function(done) { argument
107 it('pathops_xor', function(done) { argument
131 it('pathops_reverse_diff', function(done) { argument
Deffects.bench.js15 it('effects_dash', function(done) { argument
36 it('effects_trim', function(done) { argument
57 it('effects_trim_complement', function(done) { argument
78 it('effects_transform', function(done) { argument
101 it('effects_stroke', function(done) { argument
/third_party/node/test/fixtures/wpt/streams/resources/
Drs-test-templates.js319 …assert_object_equals(r, { value: undefined, done: true }, 'read()ing from the reader should give a… property
340 assert_object_equals(v, { value: undefined, done: true }, 'read() should fulfill correctly'); property
351 … assert_object_equals(v, { value: undefined, done: true }, 'read() should fulfill correctly'); property
354 … assert_object_equals(v, { value: undefined, done: true }, 'read() should fulfill correctly'); property
365 assert_object_equals(v, { value: undefined, done: true }, 'read() should fulfill correctly'); property
457 … assert_object_equals(r, { value: chunks[0], done: false }, 'first result should be correct'); property
460 … assert_object_equals(r, { value: chunks[1], done: false }, 'second result should be correct'); property
471 assert_object_equals(r, { value: chunks[0], done: false }, 'first result should be correct'); property
474 … assert_object_equals(r2, { value: chunks[1], done: false }, 'second result should be correct'); property
496 assert_object_equals(r, { value: chunks[0], done: false }, property
[all …]
/third_party/libwebsockets/lib/plat/unix/
Dunix-fds.c33 struct lws **p, **done; in wsi_from_fd() local
56 struct lws **p, **done; in sanity_assert_no_wsi_traces() local
126 struct lws **p, **done; in insert_wsi() local
174 struct lws **p, **done; in delete_from_fd() local
215 struct lws **p, **done; in delete_from_fdwsi() local
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dstreams.js23 IconvLiteEncoderStream.prototype._transform = function(chunk, encoding, done) { argument
36 IconvLiteEncoderStream.prototype._flush = function(done) { argument
71 IconvLiteDecoderStream.prototype._transform = function(chunk, encoding, done) { argument
84 IconvLiteDecoderStream.prototype._flush = function(done) { argument
/third_party/skia/modules/canvaskit/
DcatchExceptionNop.js4 function catchException(done, fn) { argument
11 function reportSurface(foo, bar, done) { argument
/third_party/node/lib/internal/webstreams/
Dadapters.js244 function done(error) { function
287 function done(error) { function
307 function done() { function
339 function done(error) { function
524 function done() { function
670 function done(error) { function
713 function done(error) { function
733 function done(error) { function
768 function done() { function

12345678910>>...31