/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | FSM.py | 131 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/ |
D | strverscmp.c | 99 static const unsigned int next_state[] = in strverscmp() local
|
/external/rust/crates/regex-automata/src/ |
D | dfa.rs | 56 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
|
D | dense.rs | 575 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
|
D | sparse.rs | 444 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/ |
D | sctp_transport.cc | 81 SctpTransportState next_state; in SetDtlsTransport() local
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-thai.cc | 184 thai_above_state_t next_state; member 211 thai_below_state_t next_state; member
|
D | hb-ot-shape-complex-arabic.cc | 136 uint16_t next_state; member
|
/external/rust/crates/aho-corasick/src/ |
D | dfa.rs | 196 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
|
D | nfa.rs | 154 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
|
D | automaton.rs | 162 fn next_state(&self, current: Self::ID, input: u8) -> Self::ID; in next_state() method
|
/external/rust/crates/itertools/src/ |
D | sources.rs | 160 let next_state = (self.f)(&self.state); in next() localVariable
|
/external/perfetto/src/protozero/filtering/ |
D | message_filter.cc | 146 StackState next_state{}; in FilterOneByte() local
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser.h | 57 const grpc_chttp2_hpack_parser_state* next_state; member
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser.h | 56 const grpc_chttp2_hpack_parser_state* next_state; member
|
/external/rust/crates/plotters/examples/ |
D | console.rs | 39 let next_state = match (*self, new_state) { in update() localVariable
|
/external/libusb/examples/ |
D | dpfp.c | 390 static int next_state(void) in next_state() function
|
/external/llvm-project/openmp/runtime/src/ |
D | ompt-general.cpp | 506 OMPT_API_ROUTINE int ompt_enumerate_states(int current_state, int *next_state,
|
/external/curl/lib/ |
D | smb.c | 744 enum smb_req_state next_state = SMB_DONE; in smb_request_state() local
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 516 enum mesh_plink_state next_state) in mesh_mpm_plink_open()
|
/external/openssh/ |
D | krl.c | 583 int next_state, state = 0; in revoked_certs_generate() local
|
/external/rust/crates/regex/src/ |
D | dfa.rs | 1343 fn next_state( in next_state() method
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 1541 struct anv_state next_state = state->attachment_states; in genX() local
|