Home
last modified time | relevance | path

Searched refs:next_step (Results 1 – 20 of 20) sorted by relevance

/external/autotest/frontend/afe/doctests/
D003_misc_rpc_features.txt18 job.next_step('step0')
19 job.next_step('step1')
20 job.next_step('step2')
21 job.next_step('step3')
22 job.next_step('step4')
48 job.next_step('step0')
49 job.next_step('step1')
50 job.next_step('step2')
51 job.next_step('step3')
74 job.next_step('step0')
[all …]
D001_rpc_test.txt394 job.next_step('step0')
/external/autotest/client/tests/error_skip_step/
Dcontrol11 job.next_step(step_test)
15 job.next_step('step0')
16 job.next_step('step1')
17 job.next_step('step2')
30 job.next_step('step3')
/external/autotest/client/bin/self-test/tests/
D033-stepper-parameters4 job.next_step([step_test, 1])
5 job.next_step([step_test, 2])
D043-stepper-boot-parameters4 job.next_step([step_test, 1])
5 job.next_step([step_test, 2])
D032-stepper-list-order4 job.next_step([step_two])
5 job.next_step([step_three])
D031-stepper-chain4 job.next_step([step_two])
8 job.next_step([step_three])
D042-stepper-boot-list-order4 job.next_step([step_two])
5 job.next_step([step_three])
D040-stepper-boot-chain4 job.next_step([step_two])
9 job.next_step([step_three])
D030-stepper-basic4 job.next_step([step_two])
D034-stepper-iterate9 job.next_step([step_test, iteration + 1])
D044-stepper-boot-iterate9 job.next_step([step_test, iteration + 1])
/external/u-boot/drivers/ddr/fsl/
Dinteractive.c1893 unsigned int next_step = STEP_GET_SPD; in fsl_ddr_interactive() local
1953 next_step, in fsl_ddr_interactive()
1954 step_to_string(next_step)); in fsl_ddr_interactive()
2181 next_step = STEP_COMPUTE_DIMM_PARMS; in fsl_ddr_interactive()
2189 next_step = STEP_COMPUTE_COMMON_PARMS; in fsl_ddr_interactive()
2195 next_step = STEP_GATHER_OPTS; in fsl_ddr_interactive()
2201 next_step = STEP_ASSIGN_ADDRESSES; in fsl_ddr_interactive()
2215 next_step = STEP_PROGRAM_REGS; in fsl_ddr_interactive()
2243 next_step = STEP_GET_SPD; in fsl_ddr_interactive()
2244 ddrsize = fsl_ddr_compute(pinfo, next_step, 0); in fsl_ddr_interactive()
[all …]
/external/u-boot/doc/
DREADME.fsl-ddr302 Note, check "next_step" to show the flow. For example, after edit opts, the
303 next_step is STEP_ASSIGN_ADDRESSES. After editing registers, the next_step is
344 no argument - recompute from current next_step
346 next_step
347 no argument - show current next_step
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc107 auto* next_step = static_cast<CallableTag*>(tag); in Work() local
108 next_step->Run(ok); in Work()
/external/v8/src/heap/
Dspaces.cc1528 intptr_t next_step = 0; in AllocateChunk() local
1530 next_step = next_step ? Min(next_step, observer->bytes_to_next_step()) in AllocateChunk()
1533 DCHECK(allocation_observers_.size() == 0 || next_step > 0); in AllocateChunk()
1534 return next_step; in AllocateChunk()
/external/autotest/client/bin/
Djob.py963 def next_step(self, fn, *args, **dargs): member in base_client_job
1079 self.next_step(global_control_vars['step_init'])
/external/wpa_supplicant_8/src/p2p/
Dp2p.c5412 params->next_step = NO_ACTION; in p2p_process_nfc_connection_handover()
5512 params->next_step = BOTH_GO; in p2p_process_nfc_connection_handover()
5514 params->next_step = JOIN_GROUP; in p2p_process_nfc_connection_handover()
5517 params->next_step = PEER_CLIENT; in p2p_process_nfc_connection_handover()
5519 params->next_step = AUTH_JOIN; in p2p_process_nfc_connection_handover()
5521 params->next_step = INIT_GO_NEG; in p2p_process_nfc_connection_handover()
5523 params->next_step = RESP_GO_NEG; in p2p_process_nfc_connection_handover()
Dp2p.h2337 } next_step; member
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c8818 if (params.next_step == NO_ACTION) in wpas_p2p_nfc_connection_handover()
8821 if (params.next_step == BOTH_GO) { in wpas_p2p_nfc_connection_handover()
8827 if (params.next_step == PEER_CLIENT) { in wpas_p2p_nfc_connection_handover()
8899 switch (params.next_step) { in wpas_p2p_nfc_connection_handover()