Home
last modified time | relevance | path

Searched refs:unfinished (Results 1 – 25 of 62) sorted by relevance

123

/third_party/node/deps/npm/lib/utils/
Dtimers.js11 #unfinished = new Map() field in Timers
24 get unfinished () { getter in Timers
25 return this.#unfinished
38 this.started = this.#unfinished.get(this.#initialTimer)
88 unfinishedTimers: [...this.#unfinished.entries()].reduce((acc, [name, start]) => {
101 this.#unfinished.set(name, Date.now())
105 if (this.#unfinished.has(name)) {
106 const ms = Date.now() - this.#unfinished.get(name)
108 this.#unfinished.delete(name)
/third_party/curl/tests/libtest/
Dlib1905.c35 int unfinished; in test() local
63 unfinished = 1; in test()
64 while(unfinished) { in test()
73 curl_multi_perform(cm, &unfinished); in test()
/third_party/python/Lib/
Dqueue.py72 unfinished = self.unfinished_tasks - 1
73 if unfinished <= 0:
74 if unfinished < 0:
77 self.unfinished_tasks = unfinished
/third_party/node/deps/npm/test/lib/utils/
Dtimers.js19 t.match(timers.unfinished, new Map())
28 t.match(timers.unfinished, new Map([['foo', Number]]))
32 t.notOk(timers.unfinished.get('baz'))
/third_party/node/test/fixtures/test-runner/output/
Dspec_reporter.snapshot255 unfinished test with uncaughtException (*ms)
261 unfinished test with unhandledRejection (*ms)
493 unfinished test with uncaughtException (*ms)
499 unfinished test with unhandledRejection (*ms)
Dspec_reporter_cli.snapshot255 unfinished test with uncaughtException (*ms)
261 unfinished test with unhandledRejection (*ms)
493 unfinished test with uncaughtException (*ms)
499 unfinished test with unhandledRejection (*ms)
Doutput.snapshot603 # Subtest: unfinished test with uncaughtException
604 not ok 63 - unfinished test with uncaughtException
615 # Subtest: unfinished test with unhandledRejection
616 not ok 64 - unfinished test with unhandledRejection
Doutput_cli.snapshot603 # Subtest: unfinished test with uncaughtException
604 not ok 63 - unfinished test with uncaughtException
615 # Subtest: unfinished test with unhandledRejection
616 not ok 64 - unfinished test with unhandledRejection
/third_party/toybox/toys/pending/
DREADME7 unfinished stubs, others just need a more thorough inspection than we've had
/third_party/toybox/scripts/
Dhelp.txt4 list_pending - List unfinished COMMANDNAMEs out of toys/pending.
/third_party/python/Doc/library/
Dasyncio-queue.rst71 The count of unfinished tasks goes up whenever an item is added
74 work on it is complete. When the count of unfinished tasks drops
Dqueue.rst185 The count of unfinished tasks goes up whenever an item is added to the queue.
188 count of unfinished tasks drops to zero, :meth:`join` unblocks.
/third_party/mbedtls/tests/suites/
Dtest_suite_pkcs1_v15.data94 RSAES-V15 decoding: unfinished padding
/third_party/mesa3d/docs/relnotes/
D20.0.7.rst121 - iris: don't assert on unfinished aux import in copy paths
/third_party/node/deps/npm/lib/
Dnpm.js338 return this.#timers.unfinished
/third_party/libwebsockets/READMEs/
DREADME.cbor-lecp.md30 into small buffers, api returns to indicates unfinished if it needs to be
32 - Write apis completely fill available buffer and if unfinished, continues
/third_party/toybox/
DREADME82 recommended as a starting point for toybox because it enables unfinished
/third_party/skia/site/docs/dev/testing/
Dtesting.md102 2. The number of unfinished tasks, in this example there are 1857, either
/third_party/ffmpeg/doc/
Dformats.texi248 (unfinished/work in progress/not well tested) decoders and encoders.
/third_party/python/Misc/NEWS.d/
D3.5.0b1.rst617 unfinished tasks (this bug was introduced when JoinableQueue was merged with
/third_party/gstreamer/gstreamer/docs/
Dindex.md131 spot incomplete/unfinished pieces of code when reading the debug
/third_party/gstreamer/gstreamer/docs/gst/
Drunning.md83 spot incomplete/unfinished pieces of code when reading the debug
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fence.txt499 Do not leave a fence untested or unfinished for an extremely large
/third_party/openGLES/extensions/NV/
DNV_fence.txt499 Do not leave a fence untested or unfinished for an extremely large
/third_party/lz4/
DNEWS186 Fixed : Bug #75 (unfinished stream), reported by Yongwoon Cho

123