Home
last modified time | relevance | path

Searched refs:action_table (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/cc121/
H A Dgui.cc85 , action_table (5, 4) in CC121GUI()
144 action_table.set_row_spacings (4); in CC121GUI()
145 action_table.set_col_spacings (6); in CC121GUI()
146 action_table.set_border_width (12); in CC121GUI()
147 action_table.set_homogeneous (false); in CC121GUI()
152action_table.attach (*l, 0, 1, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in CC121GUI()
162action_table.attach (*l, 0, 1, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in CC121GUI()
172action_table.attach (*l, 0, 1, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in CC121GUI()
182action_table.attach (*l, 0, 1, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in CC121GUI()
192action_table.attach (*l, 0, 1, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in CC121GUI()
[all …]
/dports/games/golly/golly-3.3-src/Scripts/Python/Rule-Generators/
H A DTurmite-gen.py218 if action_table[state][0][1]==1 and action_table[state][0][2]==state:
224 if not action_table[state][color][0] == color:
243 if not action_table[state][color][2] in subset:
251 …if action_table[state][color][0]==color and action_table[state][color][1]==4 and action_table[stat…
287 action_table = eval(spec.replace('}',']').replace('{','[')) variable
288 n_states = len(action_table)
289 n_colors = len(action_table[0])
346 turnset = action_table[state][color][1]
361 if action_table[state][color][0]==output_color:
372 if action_table[state][color][2]==s:
[all …]
H A DHexTurmite-gen.py51 if not action_table[state][color][0] == color:
59 colors_written.add(action_table[state][color][0])
77 if not action_table[state][color][2] in subset:
85 …if action_table[state][color][0]==color and action_table[state][color][1]==32 and action_table[sta…
138 action_table = eval(string.replace(string.replace(spec,'}',']'),'{','[')) variable
139 n_states = len(action_table)
140 n_colors = len(action_table[0])
180 spec_string = '_'.join(map(str,flatten(action_table)))
197 turnset = action_table[state][color][1]
210 if action_table[state][color][0]==output_color:
[all …]
H A DAbsoluteHexTurmite-gen.py44 action_table = eval(example_spec.replace('}',']').replace('{','[')) variable
49 if not action_table[state][color][0] == color:
57 colors_written.add(action_table[state][color][0])
67 if not action_table[state][color][2] in subset:
98 action_table = eval(spec.replace('}',']').replace('{','[')) variable
99 n_states = len(action_table)
100 n_colors = len(action_table[0])
138 spec_string = '_'.join(map(str,flatten(action_table)))
144 moveset = action_table[state][color][1]
155 if action_table[state][color][0]==output_color:
[all …]
H A DAbsoluteTurmite-gen.py56 if not action_table[state][color][0] == color:
67 if not action_table[state][color][2] in subset:
74 if action_table[state][0][2] == state:
112 action_table = eval(spec.replace('{','[').replace('}',']')) variable
113 n_states = len(action_table)
114 n_colors = len(action_table[0])
154 spec_string = ''.join(map(str,map(str,flatten(action_table))))
163 moveset = action_table[state][color][1]
174 if action_table[state][color][0]==output_color:
185 if action_table[state][color][2]==s:
[all …]
H A DTriTurmite-gen.py43 if not action_table[state][color][0] == color:
51 colors_written.add(action_table[state][color][0])
58 if not action_table[state][color][0] in [4]: # u-turn
69 if not action_table[state][color][2] in subset:
77 …if action_table[state][color][0]==color and action_table[state][color][1]==4 and action_table[stat…
114 action_table = eval(string.replace(string.replace(spec,'}',']'),'{','[')) variable
115 n_states = len(action_table)
116 n_colors = len(action_table[0])
170 turnset = action_table[state][color][1]
183 if action_table[state][color][0]==output_color:
[all …]
H A DLangtons-Ant-gen.py37 action_table = eval(turmite_spec.replace('}',']').replace('{','[')) variable
38 n_states = len(action_table)
67 turnset = action_table[state][color][1]
80 if action_table[state][color][0]==output_color:
91 if action_table[state][color][2]==s:
97 turnset = action_table[state][color][1] # sum of all turns
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport/
H A Dgui.cc87 , action_table (5, 4) in FPGUI()
155 action_table.set_row_spacings (4); in FPGUI()
156 action_table.set_col_spacings (6); in FPGUI()
157 action_table.set_border_width (12); in FPGUI()
158 action_table.set_homogeneous (false); in FPGUI()
165action_table.attach (*l, 1, 2, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in FPGUI()
169action_table.attach (*l, 2, 3, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in FPGUI()
173action_table.attach (*l, 3, 4, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in FPGUI()
179action_table.attach (*l, 0, 1, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in FPGUI()
197action_table.attach (*l, 0, 1, action_row, action_row+1, AttachOptions(FILL|EXPAND), AttachOptions… in FPGUI()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dunwind-c.c44 const unsigned char *action_table; member
79 info->action_table = p + tmp; in parse_lsda_header()
146 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION()
151 while (p < info.action_table) in PERSONALITY_FUNCTION()
164 p = info.action_table; in PERSONALITY_FUNCTION()
170 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dunwind-c.c44 const unsigned char *action_table; member
79 info->action_table = p + tmp; in parse_lsda_header()
146 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION()
151 while (p < info.action_table) in PERSONALITY_FUNCTION()
164 p = info.action_table; in PERSONALITY_FUNCTION()
170 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dunwind-c.c44 const unsigned char *action_table; member
79 info->action_table = p + tmp; in parse_lsda_header()
183 action_record = info.action_table + cs_action - 1;
188 while (p < info.action_table)
201 p = info.action_table;
207 action_record = info.action_table + cs_action - 1;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz4.6/
H A DtmacroX.h135 #define TX_ADD_ACTIONS(w, action_table) \ argument
136 XtAppAddActions(XtWidgetToApplicationContext(w), (action_table), \
137 XtNumber(action_table));
142 #define TX_ADD_ACTIONS_AND_TRANSLATIONS(w, action_table, translation_table) \ argument
144 TX_ADD_ACTIONS((w), (action_table)) \
/dports/lang/gcc8/gcc-8.5.0/libgo/runtime/
H A Dgo-unwind.c121 const unsigned char *action_table; member
156 info->action_table = p + tmp; in parse_lsda_header()
298 action_record = info.action_table + cs_action - 1;
303 while (p < info.action_table)
316 p = info.action_table;
322 action_record = info.action_table + cs_action - 1;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/runtime/
H A Dgo-unwind.c121 const unsigned char *action_table; member
156 info->action_table = p + tmp; in parse_lsda_header()
298 action_record = info.action_table + cs_action - 1;
303 while (p < info.action_table)
316 p = info.action_table;
322 action_record = info.action_table + cs_action - 1;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A Dexception.cc124 const unsigned char *action_table; member
159 info->action_table = p + tmp; in parse_lsda_header()
261 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION()
266 while (p < info.action_table) in PERSONALITY_FUNCTION()
279 p = info.action_table; in PERSONALITY_FUNCTION()
285 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/runtime/
H A Dgo-unwind.c121 const unsigned char *action_table; member
156 info->action_table = p + tmp; in parse_lsda_header()
298 action_record = info.action_table + cs_action - 1;
303 while (p < info.action_table)
316 p = info.action_table;
322 action_record = info.action_table + cs_action - 1;
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/runtime/
H A Dgo-unwind.c121 const unsigned char *action_table; member
156 info->action_table = p + tmp; in parse_lsda_header()
298 action_record = info.action_table + cs_action - 1;
303 while (p < info.action_table)
316 p = info.action_table;
322 action_record = info.action_table + cs_action - 1;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/runtime/
H A Dgo-unwind.c121 const unsigned char *action_table; member
156 info->action_table = p + tmp; in parse_lsda_header()
298 action_record = info.action_table + cs_action - 1;
303 while (p < info.action_table)
316 p = info.action_table;
322 action_record = info.action_table + cs_action - 1;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/runtime/
H A Dgo-unwind.c121 const unsigned char *action_table; member
156 info->action_table = p + tmp; in parse_lsda_header()
298 action_record = info.action_table + cs_action - 1;
303 while (p < info.action_table)
316 p = info.action_table;
322 action_record = info.action_table + cs_action - 1;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A Dexception.cc124 const unsigned char *action_table; member
159 info->action_table = p + tmp; in parse_lsda_header()
261 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION()
266 while (p < info.action_table) in PERSONALITY_FUNCTION()
279 p = info.action_table; in PERSONALITY_FUNCTION()
285 action_record = info.action_table + cs_action - 1; in PERSONALITY_FUNCTION()
/dports/lang/ruby26/ruby-2.6.9/lib/racc/
H A Dparser.rb275 action_table, action_check, action_default, action_pointer,
300 act = action_table[i] and
324 action_table, action_check, action_default, action_pointer,
350 act = action_table[i] and
363 act = action_table[i] and
380 action_table, action_check, _, action_pointer,
448 (act = action_table[i]) and
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/tools/smooth/
H A Dsmooth.c47 if (action_table[i] != NULL) { in clean_up()
48 delete_list(action_table[i]); in clean_up()
73 action_table[r] = NULL; in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/acpi/tools/acpidump/
H A Dapmain.c44 struct ap_dump_action action_table[AP_MAX_ACTIONS]; variable
104 action_table[current_action].argument = argument; in ap_insert_action()
105 action_table[current_action].to_be_done = to_be_done; in ap_insert_action()
316 action = &action_table[i]; in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/acpi/tools/acpidump/
H A Dapmain.c44 struct ap_dump_action action_table[AP_MAX_ACTIONS]; variable
104 action_table[current_action].argument = argument; in ap_insert_action()
105 action_table[current_action].to_be_done = to_be_done; in ap_insert_action()
316 action = &action_table[i]; in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/acpi/tools/acpidump/
H A Dapmain.c44 struct ap_dump_action action_table[AP_MAX_ACTIONS]; variable
104 action_table[current_action].argument = argument; in ap_insert_action()
105 action_table[current_action].to_be_done = to_be_done; in ap_insert_action()
316 action = &action_table[i]; in main()

12345678910>>...12