Home
last modified time | relevance | path

Searched refs:bypass_check (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/power_Standby/
Dpower_Standby.py31 force_discharge=False, suspend_state='', bypass_check=False): argument
43 if sample_hours < self._min_sample_hours and not bypass_check:
94 if percent_diff > 2 and not bypass_check:
119 if total_charge_used <= 0 and not bypass_check:
Dcontrol.36sec19 tag=NAME.split('.')[1], pdash_note=pdash_note, bypass_check=True)
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h300 boolean bypass_check) in d3d9_to_pipe_format_checked() argument
315 if (bypass_check || format_check_internal(result)) in d3d9_to_pipe_format_checked()