Home
last modified time | relevance | path

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

123

/external/curl/tests/libtest/
Dlib1905.c32 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/
Dstrace-graph40 my %unfinished;
67 $unfinished{$pid} = $_;
72 unless (exists $unfinished{$pid}) {
76 $_ = $unfinished{$pid} . $_;
77 delete $unfinished{$pid};
/external/python/cpython2/Lib/
DQueue.py61 unfinished = self.unfinished_tasks - 1
62 if unfinished <= 0:
63 if unfinished < 0:
66 self.unfinished_tasks = unfinished
/external/python/cpython3/Lib/
Dqueue.py72 unfinished = self.unfinished_tasks - 1
73 if unfinished <= 0:
74 if unfinished < 0:
77 self.unfinished_tasks = unfinished
/external/pigweed/pw_trace/
DREADME.md3 This code is experimental and unfinished.
/external/pigweed/pw_cli/
DREADME.md5 This code is experimental and unfinished.
/external/toybox/toys/pending/
DREADME7 unfinished stubs, others just need a more thorough inspection than we've had
/external/toybox/scripts/
Dhelp.txt4 list_pending - List unfinished COMMANDNAMEs out of toys/pending.
/external/libxml2/os400/libxmlrpg/
Dxlink.rpgle1 * Summary: unfinished XLink detection module
2 * Description: unfinished XLink detection module
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli.py1372 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/
Dload_report.proto42 // The total number of unfinished requests
83 // The total number of unfinished requests for this endpoint.
/external/python/cpython3/Doc/library/
Dasyncio-queue.rst74 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
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.
/external/ImageMagick/MagickWand/tests/
Dscript-token-test-results.txt43 Bad Quotes l=1, c=25 token="unfinished quotes ->"
/external/python/cpython2/Demo/
DREADME36 pdist Old, unfinished code messing with CVS, RCS and remote
/external/python/cpython2/Doc/library/
Dqueue.rst173 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/
DREADME.txt68 probably unfinished as well.
/external/mesa3d/docs/relnotes/
D20.0.7.rst121 - iris: don't assert on unfinished aux import in copy paths
/external/grpc-grpc/src/objective-c/
DNetworkTransitionBehavior.md74 destroyed. If there is an unfinished call, the call should return with status
/external/toybox/
DREADME82 recommended as a starting point for toybox because it enables unfinished
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dlrs_for_test.proto53 // The total number of unfinished requests
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm31 // The following are disabled due to the unfinished Metal backend, not because Metal itself
/external/skia/site/docs/dev/testing/
Dtesting.md102 2. The number of unfinished tasks, in this example there are 1857, either
/external/skqp/site/dev/testing/
Dtesting.md95 2. The number of unfinished tasks, in this example there are 1857, either
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst617 unfinished tasks (this bug was introduced when JoinableQueue was merged with

123