Home | History | Annotate | Download | only in common_lib

Lines Matching refs:expected_value

1704                    expected_value=None,
1709 Returns the value of func(). If |expected_value|, |min_threshold|, and
1712 If |expected_value| is set, polls the return value until |expected_value| is
1722 @param expected_value: wait for func to return this value.
1735 if (expected_value is None and \
1738 (expected_value is not None and value == expected_value) or \