/external/lldb/test/pexpect-2.4/ |
H A D | FSM.py | 14 (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 D | phLibNfc_target.c | 103 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 D | phLibNfc_initiator.c | 413 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 D | phHciNfc_Sequence.h | 112 * \param[in] next_state next_state is the state to which 126 phHciNfc_eState_t next_state
|
H A D | phLibNfc_discovery.c | 85 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 D | phHciNfc_Sequence.c | 238 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 D | phLibNfc_Ioctl.c | 119 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) 251 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) 312 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
|
H A D | phLibNfc.c | 242 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 D | phLibNfc_ndef_raw.c | 140 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 D | phFriNfc_LlcpMacNfcip.c | 175 if(gpphLibContext->LibNfcState.next_state 201 if(gpphLibContext->LibNfcState.next_state 254 if(gpphLibContext->LibNfcState.next_state
|
H A D | phLibNfc_SE.c | 102 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 D | phHciNfc_Generic.c | 1687 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 D | phLibNfc_Internal.h | 260 phLibNfc_State_t next_state
|
H A D | phLibNfc_llcp.c | 62 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 D | strverscmp.c | 71 static const unsigned int next_state[] = local 105 state = next_state[state];
|
/external/blktrace/ |
H A D | strverscmp.c | 99 static const unsigned int next_state[] =
local 133 state = next_state[state];
|
/external/boringssl/src/ssl/ |
H A D | d1_clnt.c | 206 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 D | d1_srvr.c | 296 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 D | dpfp.c | 48 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 D | dpfp_threaded.c | 49 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 D | hb-ot-shape-complex-thai.cc | 181 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 D | hb-ot-shape-complex-arabic.cc | 104 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 D | dfa.rb | 197 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 D | phNfcInterface.h | 168 uint8_t next_state; member in struct:phNfc_sState
|
/external/openssh/ |
H A D | krl.c | 553 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;
|