Searched refs:unfinished (Results 1 – 25 of 51) sorted by relevance
123
/external/curl/tests/libtest/ |
D | lib1905.c | 32 int unfinished; in test() local 55 unfinished = 1; in test() 56 while(unfinished) { in test() 65 curl_multi_perform(cm, &unfinished); in test()
|
/external/strace/ |
D | strace-graph | 40 my %unfinished; 67 $unfinished{$pid} = $_; 72 unless (exists $unfinished{$pid}) { 76 $_ = $unfinished{$pid} . $_; 77 delete $unfinished{$pid};
|
/external/python/cpython2/Lib/ |
D | Queue.py | 61 unfinished = self.unfinished_tasks - 1 62 if unfinished <= 0: 63 if unfinished < 0: 66 self.unfinished_tasks = unfinished
|
/external/python/cpython3/Lib/ |
D | queue.py | 72 unfinished = self.unfinished_tasks - 1 73 if unfinished <= 0: 74 if unfinished < 0: 77 self.unfinished_tasks = unfinished
|
/external/pigweed/pw_trace/ |
D | README.md | 3 This code is experimental and unfinished.
|
/external/pigweed/pw_cli/ |
D | README.md | 5 This code is experimental and unfinished.
|
/external/toybox/toys/pending/ |
D | README | 7 unfinished stubs, others just need a more thorough inspection than we've had
|
/external/toybox/scripts/ |
D | help.txt | 4 list_pending - List unfinished COMMANDNAMEs out of toys/pending.
|
/external/libxml2/os400/libxmlrpg/ |
D | xlink.rpgle | 1 * Summary: unfinished XLink detection module 2 * Description: unfinished XLink detection module
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli.py | 1372 unfinished, argument 1422 unfinished.append(depth) 1428 if k + 1 in unfinished: 1437 unfinished.pop() 1457 unfinished.pop() 1477 unfinished,
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | load_report.proto | 42 // The total number of unfinished requests 83 // The total number of unfinished requests for this endpoint.
|
/external/python/cpython3/Doc/library/ |
D | asyncio-queue.rst | 74 The count of unfinished tasks goes up whenever an item is added 77 work on it is complete. When the count of unfinished tasks drops
|
D | queue.rst | 185 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.
|
/external/ImageMagick/MagickWand/tests/ |
D | script-token-test-results.txt | 43 Bad Quotes l=1, c=25 token="unfinished quotes ->"
|
/external/python/cpython2/Demo/ |
D | README | 36 pdist Old, unfinished code messing with CVS, RCS and remote
|
/external/python/cpython2/Doc/library/ |
D | queue.rst | 173 The count of unfinished tasks goes up whenever an item is added to the queue. 176 count of unfinished tasks drops to zero, :meth:`join` unblocks.
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | README.txt | 68 probably unfinished as well.
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.7.rst | 121 - iris: don't assert on unfinished aux import in copy paths
|
/external/grpc-grpc/src/objective-c/ |
D | NetworkTransitionBehavior.md | 74 destroyed. If there is an unfinished call, the call should return with status
|
/external/toybox/ |
D | README | 82 recommended as a starting point for toybox because it enables unfinished
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
D | lrs_for_test.proto | 53 // The total number of unfinished requests
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlCaps.mm | 31 // The following are disabled due to the unfinished Metal backend, not because Metal itself
|
/external/skia/site/docs/dev/testing/ |
D | testing.md | 102 2. The number of unfinished tasks, in this example there are 1857, either
|
/external/skqp/site/dev/testing/ |
D | testing.md | 95 2. The number of unfinished tasks, in this example there are 1857, either
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0b1.rst | 617 unfinished tasks (this bug was introduced when JoinableQueue was merged with
|
123