Home
last modified time | relevance | path

Searched defs:next_state (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
DFSM.py131 def add_transition (self, input_symbol, state, action=None, next_state=None): argument
148 def add_transition_list (self, list_input_symbols, state, action=None, next_state=None): argument
164 def add_transition_any (self, state, action=None, next_state=None): argument
182 def set_default_transition (self, action, next_state): argument
/external/blktrace/
Dstrverscmp.c99 static const unsigned int next_state[] = in strverscmp() local
/external/rust/crates/regex-automata/src/
Ddfa.rs56 fn next_state(&self, current: Self::ID, input: u8) -> Self::ID; in next_state() method
351 fn next_state(&self, current: Self::ID, input: u8) -> Self::ID { in next_state() method
Ddense.rs575 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
704 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
764 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
825 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
878 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
Dsparse.rs444 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
541 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
602 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
/external/webrtc/pc/
Dsctp_transport.cc81 SctpTransportState next_state; in SetDtlsTransport() local
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-thai.cc184 thai_above_state_t next_state; member
211 thai_below_state_t next_state; member
Dhb-ot-shape-complex-arabic.cc136 uint16_t next_state; member
/external/rust/crates/aho-corasick/src/
Ddfa.rs196 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
255 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
324 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
391 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
477 fn next_state(&self, from: S, byte: u8) -> S { in next_state() method
Dnfa.rs154 pub fn next_state(&self, current: S, input: u8) -> S { in next_state() method
265 fn next_state(&self, mut current: S, input: u8) -> S { in next_state() method
327 fn next_state(&self, input: u8) -> S { in next_state() method
405 fn next_state(&self, input: u8) -> S { in next_state() method
Dautomaton.rs162 fn next_state(&self, current: Self::ID, input: u8) -> Self::ID; in next_state() method
/external/rust/crates/itertools/src/
Dsources.rs160 let next_state = (self.f)(&self.state); in next() localVariable
/external/perfetto/src/protozero/filtering/
Dmessage_filter.cc146 StackState next_state{}; in FilterOneByte() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h57 const grpc_chttp2_hpack_parser_state* next_state; member
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h56 const grpc_chttp2_hpack_parser_state* next_state; member
/external/rust/crates/plotters/examples/
Dconsole.rs39 let next_state = match (*self, new_state) { in update() localVariable
/external/libusb/examples/
Ddpfp.c390 static int next_state(void) in next_state() function
/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp506 OMPT_API_ROUTINE int ompt_enumerate_states(int current_state, int *next_state,
/external/curl/lib/
Dsmb.c744 enum smb_req_state next_state = SMB_DONE; in smb_request_state() local
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c516 enum mesh_plink_state next_state) in mesh_mpm_plink_open()
/external/openssh/
Dkrl.c583 int next_state, state = 0; in revoked_certs_generate() local
/external/rust/crates/regex/src/
Ddfa.rs1343 fn next_state( in next_state() method
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c1541 struct anv_state next_state = state->attachment_states; in genX() local