Home
last modified time | relevance | path

Searched refs:all_done (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/tokio/src/future/
Dtry_join.rs50 let mut all_done = true; in poll() localVariable
55 all_done = false; in poll()
61 all_done = false; in poll()
67 all_done = false; in poll()
72 if all_done { in poll()
/external/rust/crates/nom/src/branch/
Dmacros.rs471 let mut all_done = true; localVariable
472 permutation_iterator!(0, input, all_done, needed, res, $($rest)*);
475 if !all_done {
652 ($it:tt,$i:expr, $all_done:expr, $needed:expr, $res:expr, $e:ident?, $($rest:tt)*) => (
653 permutation_iterator!($it, $i, $all_done, $needed, $res, call!($e), $($rest)*);
655 ($it:tt,$i:expr, $all_done:expr, $needed:expr, $res:expr, $e:ident, $($rest:tt)*) => (
656 permutation_iterator!($it, $i, $all_done, $needed, $res, call!($e), $($rest)*);
659 …($it:tt, $i:expr, $all_done:expr, $needed:expr, $res:expr, $submac:ident!( $($args:tt)* )?, $($res…
660 permutation_iterator!($it, $i, $all_done, $needed, $res, $submac!($($args)*) , $($rest)*);
662 …($it:tt, $i:expr, $all_done:expr, $needed:expr, $res:expr, $submac:ident!( $($args:tt)* ), $($rest…
[all …]
Dmod.rs175 let mut all_done = true; localVariable
176 permutation_trait_inner!(0, self, input, res, all_done, $($name)+);
179 if !all_done {
197 ($it:tt, $self:expr, $input:ident, $res:expr, $all_done:expr, $head:ident $($id:ident)+) => ({
206 $all_done = false;
213 succ!($it, permutation_trait_inner!($self, $input, $res, $all_done, $($id)+));
215 ($it:tt, $self:expr, $input:ident, $res:expr, $all_done:expr, $head:ident) => ({
224 $all_done = false;
/external/rust/crates/nom/src/
Dwhitespace.rs385 let mut all_done = true; localVariable
386 permutation_iterator_sep!(0, input, $separator, all_done, needed, res, $($rest)*);
389 if !all_done {
416 …($it:tt,$i:expr, $separator:path, $all_done:expr, $needed:expr, $res:expr, $e:ident?, $($rest:tt)*…
417 permutation_iterator_sep!($it, $i, $separator, $all_done, $needed, $res, call!($e), $($rest)*);
419 …($it:tt,$i:expr, $separator:path, $all_done:expr, $needed:expr, $res:expr, $e:ident, $($rest:tt)*)…
420 permutation_iterator_sep!($it, $i, $separator, $all_done, $needed, $res, call!($e), $($rest)*);
423 …($it:tt, $i:expr, $separator:path, $all_done:expr, $needed:expr, $res:expr, $submac:ident!( $($arg…
424 …permutation_iterator_sep!($it, $i, $separator, $all_done, $needed, $res, $submac!($($args)*), $($r…
426 …($it:tt, $i:expr, $separator:path, $all_done:expr, $needed:expr, $res:expr, $submac:ident!( $($arg…
[all …]
/external/rust/crates/futures-util/src/future/
Djoin_all.rs98 let mut all_done = true; in poll() localVariable
102 all_done = false; in poll()
106 if all_done { in poll()
Dtry_join.rs70 let mut all_done = true; localVariable
72 all_done &= futures.Fut1.as_mut().poll(cx)?.is_ready();
74 all_done &= futures.$Fut.as_mut().poll(cx)?.is_ready();
77 if all_done {
Djoin.rs52 let mut all_done = true; localVariable
55 all_done &= futures.$Fut.as_mut().poll(cx).is_ready();
58 if all_done {
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr_test.cc326 int64 all_done = 0; member
334 ts.final_copy = ts.all_done - ts.compute_done; in DisplayTimes()
337 ts.all_done = ts.all_done - ts.start; in DisplayTimes()
341 return a.all_done < b.all_done; in DisplayTimes()
349 (times->at(i).all_done >= (1.05 * last_time))) { in DisplayTimes()
354 << " sum: " << times->at(i).all_done; in DisplayTimes()
355 last_time = times->at(i).all_done; in DisplayTimes()
429 times->at(r).all_done = Env::Default()->NowMicros(); in DoAddChain()
/external/tensorflow/tensorflow/core/common_runtime/
Dhierarchical_tree_broadcaster.cc314 condition_variable all_done; in RunTree() local
348 [this, &mu, &pending_count, &all_done](const Status& s) { in RunTree()
353 all_done.notify_all(); in RunTree()
382 [this, &mu, &pending_count, &all_done](const Status& s) { in RunTree()
387 all_done.notify_all(); in RunTree()
397 all_done.wait(l); in RunTree()
/external/llvm-project/lldb/test/API/api/multiple-debuggers/
Dmulti-process-driver.cpp249 bool all_done = true; in main() local
260 all_done = false; in main()
263 if (all_done) in main()
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_run.py181 all_done = False
182 while not all_done and not coord.should_stop():
203 all_done = all(done)
204 if not all_done:
/external/tensorflow/tensorflow/core/debug/
Ddebug_grpc_io_utils_test.cc194 Notification all_done; in TEST_F() local
202 auto fn = [this, &mu, &tensor_count, &tensors, &statuses, &all_done, in TEST_F()
221 if (this_count == kSends - 1 && !all_done.HasBeenNotified()) { in TEST_F()
222 all_done.Notify(); in TEST_F()
233 all_done.WaitForNotification(); in TEST_F()
Ddebug_io_utils_test.cc365 Notification all_done; in TEST_F() local
369 &all_done]() { in TEST_F()
397 all_done.Notify(); in TEST_F()
407 all_done.WaitForNotification(); in TEST_F()
/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c261 goto all_done; in fill_meta_index()
316 all_done: in fill_meta_index()
/external/autotest/server/cros/tradefed/
Dtradefed_test.py1367 session_id, passed, failed, all_done =\
1371 if failed <= waived and all_done:
1378 if not all_done and '*' in ''.join(run_template):
1384 if failed <= waived and all_done:
1402 (steps, passed, failed, waived, '' if all_done else ', notexec>=1',
/external/squashfs-tools/squashfs-tools/
Dread_fs.c663 goto all_done; in squashfs_readdir()
692 all_done: in squashfs_readdir()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc169 BlockingCounter all_done(waiting_for); in RetrieveLogs() local
174 [step_id, ss, resp, &scoped_mu, &all_done](const Status& s) { in RetrieveLogs()
190 all_done.DecrementCount(); in RetrieveLogs()
193 all_done.Wait(); in RetrieveLogs()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c1348 goto all_done; in get_meta_index()
1396 all_done: in get_meta_index()
/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c7594 goto all_done;
7606 all_done: