Home
last modified time | relevance | path

Searched defs:wait_for (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/
Dwebstore_test.py175 def wait_for(self, xpath): member in webstore_test
/external/toybox/toys/pending/
Dfsck.c250 static int wait_for(int for_all) in wait_for() function
/external/autotest/client/virt/
Dvirt_utils.py1156 def wait_for(func, timeout, first=0.0, step=1.0, text=None): function