Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Devent_dispatcher.py372 cond, cond_timeout): argument
376 if cond:
377 cond.wait(cond_timeout)
386 cond=None, argument
412 user_args, event_timeout, cond,
/tools/test/connectivity/acts/framework/acts/
Dutils.py310 def find_field(item_list, cond, comparator, target_field): argument
325 if comparator(item, cond) and target_field in item: