Searched refs:done (Results 51 - 75 of 80) sorted by relevance

1234

/fuchsia/zircon/make/
H A Dmodule-userlib.mk277 for i in $(_INCS) ; do echo $$i >> $@ ; done ;\
278 for i in $(_SRCS) ; do echo $$i >> $@ ; done ;\
279 for i in $(_SDEPS) ; do echo $$i >> $@ ; done ;\
280 for i in $(_FDEPS) ; do echo $$i >> $@ ; done ;\
281 for i in $(_DEPS) ; do echo $$i >> $@ ; done
H A Dsysroot.mk59 $(NOECHO)for f in $(SYSROOT_LIST); do echo $$f; done > $(@:.stamp=.new)
H A Dbuild.mk166 done
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.cpp445 bool done; local
448 done = false;
451 // the change is done when there are no handles being displayed.
453 done = handle_count == 0;
455 // Otherwise the change is done when the last handle_count==info->layer_count
466 done = handle_idx == -1;
469 if (done) {
573 // done with the a migrated image before the new display is done with it. This means
574 // that the new display can't flip until the configuration change is done
[all...]
/fuchsia/zircon/system/dev/bluetooth/bt-transport-uart/
H A Dbt-transport-uart.c400 goto done;
408 goto done;
423 done:
/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.c253 goto done;
275 goto done;
280 done:
/fuchsia/zircon/system/ulib/fdio/
H A Dnamespace.c232 // we're done.
506 goto done;
512 goto done;
544 done:
H A Dunistd.c121 goto done;
126 goto done;
130 goto done;
134 goto done;
140 done:
1310 goto done;
1314 goto done;
1317 done:
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dregisters-ddi.h155 DEF_BIT(30, done);
H A Dintel-i915.cpp1001 bool done = false;
1002 while (!done) {
1014 done = true;
1018 done = false;
1157 // if condition 1 holds, either condition 2 is true and we're done, or condition 2 doesn't
1163 bool done = false;
1164 while (!done) {
1165 done = true;
1213 done = false;
1601 // fake one if we need to, to inform the client that we're done wit
[all...]
H A Ddp-display.cpp296 if (!status.done()) {
719 bool done = true; local
721 done &= lane_status[i].lane_cr_done(i).get();
723 if (done) {
/fuchsia/zircon/system/dev/ethernet/ethernet/
H A Dethernet.c784 goto done;
789 goto done;
839 goto done;
846 goto done;
856 done:
/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp1344 goto done;
1351 goto done;
1357 goto done;
1364 goto done;
1369 goto done;
1376 goto done;
1386 done:
1541 goto done;
1548 done:
/fuchsia/zircon/system/host/minfs/
H A Dmain.cpp108 goto done;
114 done:
/fuchsia/zircon/system/ulib/inet6/
H A Dinet6.c424 goto done;
437 done:
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-dsp-ipc.cpp234 // The pending txn is done
237 pending.done = true;
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_wavl_tree.h394 // are done.
634 // Have we hit it? If so, then we are done.
649 bool done; local
655 done = (LRTraits::LRRawChild(*parent_ns) == node_);
657 ZX_DEBUG_ASSERT(done || (LRTraits::RLRawChild(*parent_ns) == node_));
661 } while (!done);
742 // should be searching, then we are done.
900 // Disconnect the target's parent pointer and we should be done.
1082 // done. Likewise, if node 2 is currently the right-most, then node 1
1083 // will be the right-most when we are done
[all...]
/fuchsia/zircon/system/ulib/launchpad/
H A Dlaunchpad.c366 goto done;
385 done:
568 goto done;
606 done:
1151 // We're done doing mappings, so clear out the reservation VMAR.
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp.c1204 goto done;
1209 goto done;
1215 goto done;
1226 done:
/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.c44 // until pending transactions are done
225 uint32_t done = sact ^ running; local
227 ZX_DEBUG_ASSERT(!(done & sact));
228 port->completed |= done;
/fuchsia/zircon/system/dev/bluetooth/bt-transport-usb/
H A Dbt-transport-usb.c426 goto done;
434 goto done;
449 done:
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-device.c48 bool done = false; local
50 while (!done) {
57 done = dev->callback_thread_stop;
/fuchsia/zircon/system/dev/block/nvme/
H A Dnvme.c311 goto done;
315 goto done;
326 done:
416 // If there's no more remaining, we're done, and we
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c382 goto done;
386 goto done;
389 done:
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-devfs.cpp348 goto done;
386 done:

Completed in 164 milliseconds

1234