HomeSort by relevance Sort by last modified time
    Searched refs:states_list (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/cros/servo/
pd_device.py 425 def _verify_state_sequence(self, states_list, console_log):
428 @param states_list: list of expected PD state transitions
435 for state in states_list:
500 def _reset(self, cmd, states_list):
508 @param states_list: list of expected PD state transitions
515 return self._verify_state_sequence(states_list, m[0][0])
541 states_list = src_reset_states
543 states_list = snk_reset_states
548 return self._reset(cmd, states_list)
578 states_list = src_reset_state
    [all...]
  /external/boringssl/src/crypto/fipsmodule/rand/
rand.c 287 struct rand_thread_state **states_list = thread_states_list_bss_get(); local
288 state->next = *states_list;
293 *states_list = state;

Completed in 236 milliseconds