Home
last modified time | relevance | path

Searched defs:wait_for (Results 1 – 4 of 4) 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/lldb/source/API/
DSBTarget.cpp281 SBAttachInfo::SBAttachInfo (const char *path, bool wait_for) : in SBAttachInfo()
1057 bool wait_for, // if true wait for a new instance of "name" to be launched in AttachToProcessWithName()
/external/autotest/client/virt/
Dvirt_utils.py1156 def wait_for(func, timeout, first=0.0, step=1.0, text=None): function