Searched defs:match_fns (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | truth.py | 68 def emits(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): 77 def emitsNone(self, *match_fns, timeout): 90 def __init__(self, stream, match_fns, timeout): argument 109 def then(self, *match_fns, at_least_times=1, timeout=DEFAULT_TIMEOUT): 118 def thenNone(self, *match_fns, timeout):
|
D | event_stream.py | 245 match_fns, argument
|