Home
last modified time | relevance | path

Searched refs:state_machine (Results 1 – 25 of 2895) sorted by last modified time

12345678910>>...116

/dports/www/py-hyper/hyper-18b629b/test/
H A Dtest_hyper.py361 assert conn.state_machine.state == ConnectionState.IDLE
371 assert conn.state_machine.state == ConnectionState.IDLE
/dports/textproc/py-myst-parser/myst-parser-0.15.2/myst_parser/
H A Ddocutils_renderer.py707 state_machine = MockStateMachine(self, line)
708 state = MockState(self, state_machine, line)
1005 state_machine = MockStateMachine(self, position)
1006 state = MockState(self, state_machine, position)
1022 state_machine=state_machine,
1117 state_machine = MockStateMachine(self, position)
1118 state = MockState(self, state_machine, position)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Daws_step_functions_state_machine.py135 state_machine = sfn_client.create_state_machine(
141 module.exit_json(changed=True, state_machine_arn=state_machine.get('stateMachineArn'))
197 for state_machine in all_state_machines:
198 if state_machine.get('name') == target_name:
199 return state_machine.get('stateMachineArn')
/dports/security/openssl/openssl-1.1.1n/
H A DCHANGES10427 demos/state_machine.
/dports/math/py-yt/yt-4.0.1/doc/extensions/
H A Dyt_showfields.py25 rst_file = self.state_machine.document.attributes["source"]
31 self.state_machine.insert_input(lines, rst_file)
H A Dconfig_help.py25 rst_file = self.state_machine.document.attributes["source"]
35 self.state_machine.insert_input(
H A Dyt_cookbook.py34 rst_file = self.state_machine.document.attributes["source"]
82 self.state_machine.insert_input(lines, rst_file)
H A Dpythonscript_sphinxext.py32 rst_file = self.state_machine.document.attributes["source"]
H A Dyt_colormaps.py31 rst_file = self.state_machine.document.attributes["source"]
61 self.state_machine.insert_input(lines, rst_file)
/dports/graphics/weston/weston-1.9.0/clients/
H A Dterminal.c472 struct utf8_state_machine state_machine; member
2043 utf8_next_char(&terminal->state_machine, data[i]); in terminal_data()
2046 utf8.ch = terminal->state_machine.s.ch; in terminal_data()
2928 init_state_machine(&terminal->state_machine); in terminal_create()
/dports/devel/geany/geany-1.38/tests/ctags/
H A DMakefile.in452 state_machine.v.tags static_array.c.tags stdcall.f.tags \
978 state_machine.v \
/dports/devel/geany-legacy/geany-1.37.1/tests/ctags/
H A DMakefile.in451 state_machine.v.tags static_array.c.tags stdcall.f.tags \
976 state_machine.v \
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dprot_emsi.c65 static int state_machine(s_states *sm, void *data) in state_machine() function
303 return state_machine(st_tx_emsidat, &d) ? 1 : 0; in emsi_send_emsidat()
582 return state_machine(st_rx_emsidat, &d) ? 1 : 0; in emsi_recv_emsidat()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/general-cores/modules/wishbone/wb_slave_adapter/
H A Dwb_slave_adapter.vhd196 state_machine : process(clk_sys_i) is process
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/tools/
H A Dincremental_dafsa.py508 state_machine = DafsaAppendStateMachine(word, self.root_node, self.end_node)
509 state_machine.run()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/miniz_oxide/src/inflate/
H A Dcore.rs722 ($state: ident, $state_machine: tt, $f: expr) => {
728 continue $state_machine;
730 Action::End(result) => break $state_machine result,
1059 let mut status = 'state_machine: loop { in decompress()
1061 Start => generate_state!(state, 'state_machine, { in decompress()
1078 ReadZlibCmf => generate_state!(state, 'state_machine, { in decompress()
1085 ReadZlibFlg => generate_state!(state, 'state_machine, { in decompress()
1122 RawHeader => generate_state!(state, 'state_machine, { in decompress()
1190 RawMemcpy1 => generate_state!(state, 'state_machine, { in decompress()
1200 RawMemcpy2 => generate_state!(state, 'state_machine, { in decompress()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dstream.py779 self.state_machine.state
817 return self.state_machine.stream_closed_by
834 self.state_machine.process_input(input_)
852 if ((not self.state_machine.client) and
897 events = self.state_machine.process_input(
917 events = self.state_machine.process_input(
1002 events = self.state_machine.process_input(
1020 events = self.state_machine.process_input(
1091 events = self.state_machine.process_input(
1126 self.state_machine.process_input(
[all …]
H A Dconnection.py1140 self.state_machine.process_input(
1223 self.state_machine.process_input(
1554 events = self.state_machine.process_input(
1583 events = self.state_machine.process_input(
1672 events = self.state_machine.process_input(
1697 events = self.state_machine.process_input(
1731 events = self.state_machine.process_input(
1760 events = self.state_machine.process_input(
1785 events = self.state_machine.process_input(
1803 events = self.state_machine.process_input(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/h2/
H A Dconnection.py1208 self.state_machine.process_input(
1291 self.state_machine.process_input(
1622 events = self.state_machine.process_input(
1651 events = self.state_machine.process_input(
1711 events = self.state_machine.process_input(
1729 events = self.state_machine.process_input(
1763 events = self.state_machine.process_input(
1792 events = self.state_machine.process_input(
1813 events = self.state_machine.process_input(
1831 events = self.state_machine.process_input(
[all …]
H A Dstream.py815 self.state_machine.state
853 return self.state_machine.stream_closed_by
870 self.state_machine.process_input(input_)
899 if ((not self.state_machine.client) and
944 events = self.state_machine.process_input(
964 events = self.state_machine.process_input(
1049 events = self.state_machine.process_input(
1070 events = self.state_machine.process_input(
1145 events = self.state_machine.process_input(
1180 self.state_machine.process_input(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/yaml-rust/src/
H A Dparser.rs168 let (ev, mark) = self.state_machine()?; in parse()
284 fn state_machine(&mut self) -> ParseResult { in state_machine() method
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_basic_logic.py1710 assert c.state_machine.state == h2.connection.ConnectionState.CLOSED
1775 assert c.state_machine.state == h2.connection.ConnectionState.CLOSED
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/visualizer/
H A Dvisualize.py141 def build_digraph(state_machine): argument
151 for state in state_machine.states:
172 for transition in state_machine.transitions.items():
237 for state_machine in STATE_MACHINES:
238 print(state_machine.fqdn, '...discovered')
240 digraph = build_digraph(state_machine)
244 digraph.render(filename="{}.dot".format(state_machine.fqdn),
248 print(state_machine.fqdn, "...wrote image into", args.image_directory)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dsphinx.py195 self.state_machine.insert_input(format_module(module), fname)
/dports/www/firefox/firefox-99.0/xpcom/ds/tools/
H A Dincremental_dafsa.py508 state_machine = DafsaAppendStateMachine(word, self.root_node, self.end_node)
509 state_machine.run()

12345678910>>...116