Home
last modified time | relevance | path

Searched refs:enqueue (Results 1 – 25 of 176) sorted by relevance

12345678

/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dcount-queuing-strategy-integration.any.js24 controller.enqueue('a');
26 controller.enqueue('b');
28 controller.enqueue('c');
30 controller.enqueue('d');
49 controller.enqueue('e');
64 controller.enqueue('f');
66 controller.enqueue('g');
86 controller.enqueue('a');
88 controller.enqueue('b');
90 controller.enqueue('c');
[all …]
Dasync-iterator.any.js46 c.enqueue(1);
47 c.enqueue(2);
48 c.enqueue(3);
64 c.enqueue(i);
82 c.enqueue(undefined);
83 c.enqueue(undefined);
84 c.enqueue(undefined);
100 c.enqueue(undefined);
119 c.enqueue(i);
193 c.enqueue(1);
[all …]
Dreentrant-strategies.any.js26 controller.enqueue('b');
31 controller.enqueue('a');
52 controller.enqueue('a');
76 controller.enqueue('a');
77 controller.enqueue('b');
94 controller.enqueue('a');
111 controller.enqueue('a');
126 assert_throws_js(TypeError, () => controller.enqueue(), 'enqueue() should throw');
135 controller.enqueue('a');
160 controller.enqueue('a');
[all …]
Dgeneral.any.js134 c.enqueue('a');
178 c.enqueue(o);
254 c.enqueue(pullCount);
280 c.enqueue('a');
310 c.enqueue('a');
350 controller.enqueue('a');
382 controller.enqueue('a');
406 c.enqueue(++timesCalled);
439 c.enqueue('a');
440 c.enqueue('b');
[all …]
Dfloating-point-total-queue-size.any.js12 controller.enqueue(2);
15 controller.enqueue(Number.MAX_SAFE_INTEGER);
32 controller.enqueue(1e-16);
35 controller.enqueue(1);
52 controller.enqueue(1e-16);
55 controller.enqueue(1);
59 controller.enqueue(2e-16);
82 controller.enqueue(2e-16);
85 controller.enqueue(1);
Dtee.any.js24 c.enqueue('a');
25 c.enqueue('b');
61 c.enqueue(theObject);
82 c.enqueue('a');
83 c.enqueue('b');
117 c.enqueue('a');
118 c.enqueue('b');
143 c.enqueue('a');
144 c.enqueue('b');
179 controller.enqueue();
[all …]
Dbad-underlying-sources.any.js70 return c => c.enqueue('a');
99 c.enqueue('a');
151 …assert_throws_js(TypeError, () => controller.enqueue('a'), 'Calling enqueue after canceling should…
162 c.enqueue('a');
163 c.enqueue('b');
169 …assert_throws_js(TypeError, () => controller.enqueue('c'), 'Calling enqueue after canceling should…
180 assert_throws_js(TypeError, () => c.enqueue('a'), 'call to enqueue should throw a TypeError');
192 assert_throws_js(TypeError, () => c.enqueue('a'), 'call to enqueue should throw the error');
217 c.enqueue('a');
264 c.enqueue('a');
[all …]
Dbad-strategies.any.js40 …assert_throws_exactly(thrownError, () => controller.enqueue('a'), 'enqueue should re-throw the err…
66 assert_throws_js(RangeError, () => controller.enqueue('a'), 'enqueue should throw a RangeError');
78 assert_throws_exactly(theError, () => c.enqueue('a'), 'enqueue should throw the error');
136 c.enqueue('hi');
/third_party/node/test/parallel/
Dtest-webstreams-pipeline.js28 c.enqueue('hello');
29 c.enqueue('world');
63 controller.enqueue(chunk?.toString().toUpperCase());
77 c.enqueue('hello');
78 c.enqueue('world');
86 controller.enqueue(chunk?.toString());
157 c.enqueue('hello');
158 c.enqueue('world');
187 c.enqueue('hello');
188 c.enqueue('world');
[all …]
Dtest-webstreams-compose.js25 controller.enqueue(chunk?.toString()?.replace(' ', '_'));
30 controller.enqueue(chunk?.toString()?.toUpperCase());
57 controller.enqueue(chunk.toString().toUpperCase());
81 controller.enqueue(chunk.toString().toUpperCase());
100 controller.enqueue(chunk.toString().toUpperCase());
129 controller.enqueue(chunk.toString().toUpperCase());
139 controller.enqueue(chunk?.toString()?.replaceAll('A', 'B'));
157 controller.enqueue('asd');
163 controller.enqueue(chunk?.toString()?.toUpperCase());
180 controller.enqueue('asd');
[all …]
Dtest-whatwg-readablestream.js271 controller.enqueue(data);
386 controller.enqueue(Buffer.from('hello'));
622 controller.enqueue(buf1);
623 controller.enqueue(buf2);
648 controller.enqueue(buf1);
649 controller.enqueue(buf2);
668 controller.enqueue('a');
669 controller.enqueue('b');
699 controller.enqueue('a');
700 controller.enqueue('b');
[all …]
Dtest-whatwg-webstreams-adapters-to-streamreadable.js38 controller.enqueue(this.value);
171 controller.enqueue(ec.encode('hello'));
173 controller.enqueue(ec.encode('there'));
189 controller.enqueue(ec.encode('hello'));
191 controller.enqueue(ec.encode('there'));
209 controller.enqueue(ec.encode('hello'));
211 controller.enqueue(ec.encode('there'));
Dtest-whatwg-readablestream.mjs6 // Test tee() with close in the nextTick after enqueue
17 controller.enqueue(new Uint8Array([102, 111, 111, 98, 97, 114]));
39 // Test ReadableByteStream.tee() with close in the nextTick after enqueue
51 controller.enqueue(new Uint8Array([102, 111, 111, 98, 97, 114]));
/third_party/skia/src/gpu/tessellate/
DStrokeIterator.h91 this->enqueue((Verb)verb, pts, w); in next()
108 this->enqueue(Verb::kLine, fClosePts.data(), nullptr); in next()
111 this->enqueue(fFirstVerbInContour, fFirstPtsInContour, fFirstWInContour); in next()
112 this->enqueue(Verb::kContourFinished, nullptr, nullptr); in next()
158 void enqueue(Verb verb, const SkPoint* pts, const float* w) { in enqueue() function
183 this->enqueue(Verb::kMoveWithinContour, fFirstPtsInContour, fFirstWInContour); in finishOpenContour()
190 this->enqueue(Verb::kCircle, this->backPts() + backIdx, nullptr); in finishOpenContour()
191 this->enqueue(Verb::kCircle, fFirstPtsInContour, fFirstWInContour); in finishOpenContour()
197 this->enqueue(Verb::kLine, fEndingCapPts.data(), nullptr); in finishOpenContour()
200 this->enqueue(Verb::kMoveWithinContour, fBeginningCapPts.data(), nullptr); in finishOpenContour()
[all …]
/third_party/node/test/fixtures/wpt/streams/transform-streams/
Dgeneral.any.js45 c.enqueue(chunk.toUpperCase());
66 c.enqueue(chunk.toUpperCase());
67 c.enqueue(chunk.toUpperCase());
96 return delay(0).then(() => c.enqueue(chunk.toUpperCase()));
115 delay(0).then(() => controller.enqueue(chunk.toUpperCase()));
116 doSecondEnqueue = () => controller.enqueue(chunk.toUpperCase());
190 c.enqueue('x');
191 c.enqueue('y');
217 .then(() => c.enqueue('x'))
218 .then(() => c.enqueue('y'))
[all …]
Dterminate.any.js10 controller.enqueue(0);
32 controller.enqueue(0);
33 controller.enqueue(1);
49 controller.enqueue(0);
51 assert_throws_js(TypeError, () => controller.enqueue(1), 'enqueue should throw');
62 controller.enqueue(0);
Dreentrant-strategies.any.js29 controller.enqueue('b');
138 controller.enqueue('a');
143 controller.enqueue('a');
184 controller.enqueue('a');
253 controller.enqueue('b');
286 controller.enqueue('a');
316 controller.enqueue('a');
/third_party/node/test/fixtures/wpt/streams/piping/
Dflow-control.any.js14 controller.enqueue('a');
15 controller.enqueue('b');
44 controller.enqueue('b');
107 rs.controller.enqueue('b');
125 controller.enqueue(unreadChunks.shift());
199 steps.waitThenAdvance(1).then(() => enqueue('a'));
200 steps.waitThenAdvance(3).then(() => enqueue('b'));
201 steps.waitThenAdvance(5).then(() => enqueue('c'));
202 steps.waitThenAdvance(7).then(() => enqueue('d'));
205 function enqueue(chunk) { function
[all …]
Derror-propagation-backward.any.js210 controller.enqueue('Hello');
232 controller.enqueue('Hello');
257 controller.enqueue('Hello');
279 controller.enqueue('a');
280 controller.enqueue('b');
281 controller.enqueue('c');
308 controller.enqueue('a');
309 controller.enqueue('b');
310 controller.enqueue('c');
340 controller.enqueue('a');
[all …]
Derror-propagation-forward.any.js259 rs.controller.enqueue('Hello');
283 rs.controller.enqueue('Hello');
304 rs.controller.enqueue('Hello');
324 rs.controller.enqueue('Hello');
349 rs.controller.enqueue('Hello');
371 rs.controller.enqueue('Hello');
408 rs.controller.enqueue('a');
453 rs.controller.enqueue('a');
497 rs.controller.enqueue('a');
498 rs.controller.enqueue('b');
[all …]
Dclose-propagation-forward.any.js316 rs.controller.enqueue('Hello');
348 rs.controller.enqueue('Hello');
373 rs.controller.enqueue('Hello');
407 rs.controller.enqueue('a');
442 rs.controller.enqueue('a');
486 rs.controller.enqueue('a');
487 rs.controller.enqueue('b');
535 rs.controller.enqueue('a');
536 rs.controller.enqueue('b');
563 c.enqueue('a');
[all …]
Dtransform-streams.any.js7 c.enqueue('a');
8 c.enqueue('b');
9 c.enqueue('c');
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidRenderActivity.cpp98 enqueue(Message(MESSAGE_FINISH)); in stop()
106 void RenderThread::enqueue (const Message& message) in enqueue() function in tcu::Android::RenderThread
115 enqueue(Message(MESSAGE_PAUSE)); in pause()
120 enqueue(Message(MESSAGE_RESUME)); in resume()
126 enqueue(Message(MESSAGE_SYNC, &waitSem)); in sync()
358 m_thread->enqueue(Message(MESSAGE_WINDOW_CREATED, window)); in onNativeWindowCreated()
364 m_thread->enqueue(Message(MESSAGE_WINDOW_RESIZED, window)); in onNativeWindowResized()
375 m_thread->enqueue(Message(MESSAGE_WINDOW_DESTROYED, window)); in onNativeWindowDestroyed()
382 m_thread->enqueue(Message(MESSAGE_INPUT_QUEUE_CREATED, queue)); in onInputQueueCreated()
388 m_thread->enqueue(Message(MESSAGE_INPUT_QUEUE_DESTROYED, queue)); in onInputQueueDestroyed()
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
Dbad-buffers-and-views.any.js30 c.enqueue(new Uint8Array([1, 2, 3]));
54 c.enqueue(view);
55 assert_throws_js(TypeError, () => c.enqueue(view));
65 assert_throws_js(TypeError, () => c.enqueue(view));
75 assert_throws_js(TypeError, () => c.enqueue(view));
84 c.enqueue(new Uint8Array([1, 2, 3]));
100 c.enqueue(new Uint8Array([1, 2, 3]));
113 c.enqueue(new Uint8Array([1, 2, 3]));
370 assert_throws_js(TypeError, () => c.enqueue(new Uint8Array([1])),
389 assert_throws_js(TypeError, () => c.enqueue(new Uint8Array([1])),
/third_party/typescript/scripts/build/
Dprojects.mjs20 enqueue(project, { lkg = true, force = false } = {}) { method in ProjectQueue
35 return entry.debouncer.enqueue();
53 export const buildProject = (project, { lkg, force } = {}) => projectBuilder.enqueue(project, { lkg…
60 export const cleanProject = (project) => projectCleaner.enqueue(project);
69 export const watchProject = (project, { lkg } = {}) => projectWatcher.enqueue(project, { lkg });

12345678