HomeSort by relevance Sort by last modified time
    Searched defs:wait_for (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/
webstore_test.py 175 def wait_for(self, xpath): member in class:webstore_test
258 self.wait_for(post_install_xpath)
  /external/toybox/toys/pending/
fsck.c 250 static int wait_for(int for_all) function
323 if ((ret |= wait_for(1)) > 4) return ret; //destruction in filesys.
347 && (TT.nr_run >= TT.max_nr_run))) ret |= wait_for(0);
351 ret |= wait_for(1);
411 toys.exitval |= wait_for(0);
414 toys.exitval |= wait_for(1);
  /external/autotest/client/virt/
virt_utils.py 1156 def wait_for(func, timeout, first=0.0, step=1.0, text=None): function
    [all...]

Completed in 305 milliseconds