Searched defs:next_step (Results 1 - 5 of 5) sorted by relevance

/external/autotest/client/bin/
H A Djob.py1050 def next_step(self, fn, *args, **dargs): member in class:base_client_job
1096 job.next_step might have been deeper than the function it
1166 self.next_step(global_control_vars['step_init'])
1304 # 2) define steps, and select the first via next_step()
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h2314 } next_step; member in struct:p2p_nfc_params
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h2314 } next_step; member in struct:p2p_nfc_params
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h2314 } next_step; member in struct:p2p_nfc_params
/external/v8/src/heap/
H A Dspaces.cc1628 intptr_t next_step = 0; local
1631 next_step = next_step ? Min(next_step, o->bytes_to_next_step())
1634 DCHECK(allocation_observers_->length() == 0 || next_step != 0);
1635 return next_step;

Completed in 4283 milliseconds