/external/rust/crates/tokio/src/future/ |
D | try_join.rs | 50 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/ |
D | macros.rs | 471 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 …]
|
D | mod.rs | 175 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/ |
D | whitespace.rs | 385 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/ |
D | join_all.rs | 98 let mut all_done = true; in poll() localVariable 102 all_done = false; in poll() 106 if all_done { in poll()
|
D | try_join.rs | 70 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 {
|
D | join.rs | 52 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/ |
D | device_event_mgr_test.cc | 326 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/ |
D | hierarchical_tree_broadcaster.cc | 314 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/ |
D | multi-process-driver.cpp | 249 bool all_done = true; in main() local 260 all_done = false; in main() 263 if (all_done) in main()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | mirrored_run.py | 181 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/ |
D | debug_grpc_io_utils_test.cc | 194 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()
|
D | debug_io_utils_test.cc | 365 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/ |
D | file.c | 261 goto all_done; in fill_meta_index() 316 all_done: in fill_meta_index()
|
/external/autotest/server/cros/tradefed/ |
D | tradefed_test.py | 1367 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/ |
D | read_fs.c | 663 goto all_done; in squashfs_readdir() 692 all_done: in squashfs_readdir()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 169 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/ |
D | inode.c | 1348 goto all_done; in get_meta_index() 1396 all_done: in get_meta_index()
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 7594 goto all_done; 7606 all_done:
|