Home | History | Annotate | Download | only in cros

Lines Matching refs:synchronous

1296     def _trigger_download(self, build, artifacts, files, synchronous=True,
1304 If |synchronous| is True, waits for the entire download to finish
1310 @param synchronous: if True, waits until all components of the image are
1343 if was_successful and synchronous:
1351 If trigger_download is called with synchronous=False, it will return
1599 def trigger_download(self, image, synchronous=True):
1605 If |synchronous| is True, waits for the entire download to finish
1612 @param synchronous: if True, waits until all components of the image are
1621 synchronous=synchronous)
1651 If trigger_download is called with synchronous=False, it will return
2634 files='', os='android', synchronous=True):
2640 If |synchronous| is True, waits for the entire download to finish
2654 @param synchronous: if True, waits until all components of the image are
2670 synchronous=synchronous, **android_build_info)
2676 If trigger_download is called with synchronous=False, it will return