Searched refs:next_state (Results 1 - 25 of 36) sorted by relevance

12

/external/lldb/test/pexpect-2.4/
H A DFSM.py14 (input_symbol, current_state) --> (action, next_state)
21 (current_state) --> (action, next_state)
38 (input_symbol, current_state) --> (action, next_state)
41 associated action function and then set the current state to the next_state.
46 (current_state) --> (action, next_state)
49 associated action function and then set the current state to the next_state.
58 then set the current state to the next_state. This lets you define a default
91 # Map (input_symbol, current_state) --> (action, next_state).
93 # Map (current_state) --> (action, next_state).
100 self.next_state
[all...]
/external/libnfc-nxp/src/
H A DphLibNfc_target.c103 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
129 gpphLibContext->LibNfcState.next_state)
152 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction;
188 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
194 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state)
257 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
288 gpphLibContext->LibNfcState.next_state)
330 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction;
359 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
365 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state)
[all...]
H A DphLibNfc_initiator.c413 else if(gpphLibContext->LibNfcState.next_state
463 else if(gpphLibContext->LibNfcState.next_state
515 else if (gpphLibContext->LibNfcState.next_state
555 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConnect;
603 else if(gpphLibContext->LibNfcState.next_state
643 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConnect;
673 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
750 if((eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state))
761 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConnect;
814 else if(gpphLibContext->LibNfcState.next_state
[all...]
H A DphHciNfc_Sequence.h112 * \param[in] next_state next_state is the state to which
126 phHciNfc_eState_t next_state
H A DphLibNfc_discovery.c85 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
166 else if(gpphLibContext->LibNfcState.next_state
193 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConfigReady;
241 else if(gpphLibContext->LibNfcState.next_state
298 gpphLibContext->LibNfcState.next_state = eLibNfcHalStatePresenceChk;
332 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
H A DphHciNfc_Sequence.c238 phHciNfc_eState_t next_state = state; local
243 switch(next_state)
261 switch(next_state)
286 if ((hciState_Test == next_state )
287 || (hciState_IO == next_state)
288 || (hciState_Release == next_state))
297 switch(next_state)
328 switch(next_state)
362 switch(next_state)
389 switch(next_state)
[all...]
H A DphLibNfc_Ioctl.c119 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
251 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
312 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
H A DphLibNfc.c242 else if(gpphLibContext->LibNfcState.next_state==eLibNfcHalStateShutdown)
408 pLibContext->LibNfcState.next_state= eLibNfcHalStateShutdown;
531 else if(gpphLibContext->LibNfcState.next_state
688 phLibNfc_State_t next_state
696 switch(next_state)
709 switch(next_state)
724 switch(next_state)
739 switch(next_state)
755 switch(next_state)
769 pLibContext->LibNfcState.next_state
[all...]
H A DphLibNfc_ndef_raw.c140 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
220 gpphLibContext->LibNfcState.next_state)
259 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction;
291 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
297 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state)
394 else if(gpphLibContext->LibNfcState.next_state
476 gpphLibContext->LibNfcState.next_state)
513 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction;
540 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
546 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state)
[all...]
H A DphFriNfc_LlcpMacNfcip.c175 if(gpphLibContext->LibNfcState.next_state
201 if(gpphLibContext->LibNfcState.next_state
254 if(gpphLibContext->LibNfcState.next_state
H A DphLibNfc_SE.c102 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
331 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
375 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
461 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
684 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
H A DphHciNfc_Generic.c1687 switch( psHciContext->hci_state.next_state )
1736 switch( psHciContext->hci_state.next_state )
1879 if ( hciState_Unknown == psHciContext->hci_state.next_state )
1921 && ( hciState_Transact == psHciContext->hci_state.next_state))
1935 if ( hciState_Unknown == psHciContext->hci_state.next_state )
1971 if ( hciState_Unknown == psHciContext->hci_state.next_state )
1990 if(( hciState_Listen == psHciContext->hci_state.next_state)
1991 || (hciState_Transact == psHciContext->hci_state.next_state))
1993 psHciContext->hci_state.next_state = hciState_Initialise;
H A DphLibNfc_Internal.h260 phLibNfc_State_t next_state
H A DphLibNfc_llcp.c62 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
315 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
321 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateRelease)
/external/bison/lib/
H A Dstrverscmp.c71 static const unsigned int next_state[] = local
105 state = next_state[state];
/external/blktrace/
H A Dstrverscmp.c99 static const unsigned int next_state[] = local
133 state = next_state[state];
/external/boringssl/src/ssl/
H A Dd1_clnt.c206 s->s3->tmp.next_state = SSL3_ST_CR_SRVR_HELLO_A;
308 s->s3->tmp.next_state = SSL3_ST_CW_CERT_A;
310 s->s3->tmp.next_state = SSL3_ST_CW_KEY_EXCH_A;
313 s->state = s->s3->tmp.next_state;
401 s->s3->tmp.next_state = SSL_ST_OK;
405 s->s3->tmp.next_state = SSL3_ST_CR_SESSION_TICKET_A;
407 s->s3->tmp.next_state = SSL3_ST_CR_FINISHED_A;
459 s->state = s->s3->tmp.next_state;
H A Dd1_srvr.c296 s->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
308 s->state = s->s3->tmp.next_state;
410 s->s3->tmp.next_state = SSL3_ST_SR_FINISHED_A;
412 s->s3->tmp.next_state = SSL_ST_OK;
/external/libusb/examples/
H A Ddpfp.c48 static int next_state(void);
161 if (next_state() < 0)
241 static int next_state(void) function
295 if (next_state() < 0) {
305 if (next_state() < 0) {
330 if (next_state() < 0) {
357 return next_state();
H A Ddpfp_threaded.c49 static int next_state(void);
190 if (next_state() < 0)
270 static int next_state(void) function
323 if (next_state() < 0) {
333 if (next_state() < 0) {
357 if (next_state() < 0) {
384 return next_state();
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-thai.cc181 thai_above_state_t next_state; member in struct:thai_above_state_machine_edge_t
208 thai_below_state_t next_state; member in struct:thai_below_state_machine_edge_t
242 above_state = above_edge.next_state;
243 below_state = below_edge.next_state;
H A Dhb-ot-shape-complex-arabic.cc104 uint16_t next_state; member in struct:arabic_state_table_entry
259 state = entry->next_state;
280 state = entry->next_state;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb197 next_state = @transition[ state ][ c - @min[ state ] ]
198 if next_state < 0
208 state = next_state
263 next_state = @transition[ state ][ c - @min[ state ] ]
264 if next_state < 0
274 state = next_state
/external/libnfc-nxp/inc/
H A DphNfcInterface.h168 uint8_t next_state; member in struct:phNfc_sState
/external/openssh/
H A Dkrl.c553 int next_state, state = 0; local
586 next_state = choose_next_state(state, contig, final,
593 if (state != 0 && (force_new_sect || next_state != state ||
614 if (next_state != state || force_new_sect) {
616 next_state));
617 state = next_state;

Completed in 1481 milliseconds

12