Home
last modified time | relevance | path

Searched refs:new_machine (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dregex.cpp398 re_init_machine(ctx, new_machine); in re_build_concat()
428 re_init_machine(ctx, new_machine); in re_build_group()
446 ctx->tuple_arr[new_machine->init].ch = group_id; in re_build_group()
457 re_init_machine(ctx, new_machine); in re_build_alter()
482 re_init_machine(ctx, new_machine); in re_build_closure()
510 re_set_trans(ctx, new_machine->init, new_machine->final, RE_EPSILON); in re_build_closure()
552 re_machine new_machine; in re_concat_onto() local
558 *dest = new_machine; in re_concat_onto()
589 re_machine new_machine; in re_alternate_onto() local
595 *dest = new_machine; in re_alternate_onto()
[all …]
/dports/games/tads/tads-3.0.8/tads2/
H A Dregex.c398 re_init_machine(ctx, new_machine); in re_build_concat()
428 re_init_machine(ctx, new_machine); in re_build_group()
446 ctx->tuple_arr[new_machine->init].ch = group_id; in re_build_group()
457 re_init_machine(ctx, new_machine); in re_build_alter()
482 re_init_machine(ctx, new_machine); in re_build_closure()
510 re_set_trans(ctx, new_machine->init, new_machine->final, RE_EPSILON); in re_build_closure()
552 re_machine new_machine; in re_concat_onto() local
558 *dest = new_machine; in re_concat_onto()
589 re_machine new_machine; in re_alternate_onto() local
595 *dest = new_machine; in re_alternate_onto()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dregex.cpp398 re_init_machine(ctx, new_machine); in re_build_concat()
428 re_init_machine(ctx, new_machine); in re_build_group()
457 re_init_machine(ctx, new_machine); in re_build_alter()
482 re_init_machine(ctx, new_machine); in re_build_closure()
510 re_set_trans(ctx, new_machine->init, new_machine->final_state, RE_EPSILON); in re_build_closure()
552 re_machine new_machine; in re_concat_onto() local
558 *dest = new_machine; in re_concat_onto()
589 re_machine new_machine; in re_alternate_onto() local
595 *dest = new_machine; in re_alternate_onto()
623 re_machine new_machine; in re_compile() local
[all …]
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmregex.cpp502 init_machine(new_machine); in build_concat()
532 init_machine(new_machine); in build_group()
554 init_machine(new_machine); in build_assert()
557 set_trans(new_machine->init, new_machine->final, in build_assert()
573 init_machine(new_machine); in build_alter()
597 init_machine(new_machine); in build_closure()
642 set_trans(new_machine->init, new_machine->final, RE_EPSILON, 0); in build_closure()
668 init_machine(new_machine); in build_interval()
755 re_machine new_machine; in concat_onto() local
761 *dest = new_machine; in concat_onto()
[all …]
H A Dvmregex.h407 void build_concat(struct re_machine *new_machine,
411 void build_group(struct re_machine *new_machine,
415 void build_assert(struct re_machine *new_machine,
419 void build_alter(struct re_machine *new_machine,
423 void build_closure(struct re_machine *new_machine,
428 void build_interval(struct re_machine *new_machine,
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Plex/
H A DDFA.py30 new_machine = Machines.FastMachine()
31 state_map = StateMap(new_machine)
37 new_machine.make_initial_state(key, new_state)
40 for new_state in new_machine.states:
47 new_machine.add_transitions(new_state, event, state_map.old_to_new(old_states))
51 return new_machine
98 new_machine = None # Machine variable in StateMap
102 def __init__(self, new_machine): argument
103 self.new_machine = new_machine
119 new_state = self.new_machine.new_state(action)
[all …]
/dports/lang/cython/Cython-0.29.24/Cython/Plex/
H A DDFA.py30 new_machine = Machines.FastMachine()
31 state_map = StateMap(new_machine)
37 new_machine.make_initial_state(key, new_state)
40 for new_state in new_machine.states:
47 new_machine.add_transitions(new_state, event, state_map.old_to_new(old_states))
51 return new_machine
98 new_machine = None # Machine variable in StateMap
102 def __init__(self, new_machine): argument
103 self.new_machine = new_machine
119 new_state = self.new_machine.new_state(action)
[all …]
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Plex/
H A DDFA.py30 new_machine = Machines.FastMachine()
31 state_map = StateMap(new_machine)
37 new_machine.make_initial_state(key, new_state)
40 for new_state in new_machine.states:
47 new_machine.add_transitions(new_state, event, state_map.old_to_new(old_states))
51 return new_machine
98 new_machine = None # Machine variable in StateMap
102 def __init__(self, new_machine): argument
103 self.new_machine = new_machine
119 new_state = self.new_machine.new_state(action)
[all …]
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Plex/
H A DDFA.py30 new_machine = Machines.FastMachine()
31 state_map = StateMap(new_machine)
37 new_machine.make_initial_state(key, new_state)
40 for new_state in new_machine.states:
47 new_machine.add_transitions(new_state, event, state_map.old_to_new(old_states))
51 return new_machine
98 new_machine = None # Machine variable in StateMap
102 def __init__(self, new_machine): argument
103 self.new_machine = new_machine
119 new_state = self.new_machine.new_state(action)
[all …]
/dports/devel/py-plex/py38-plex-1.1.5/Plex/
H A DDFA.py27 new_machine = Machines.FastMachine()
28 state_map = StateMap(new_machine)
34 new_machine.make_initial_state(key, new_state)
37 for new_state in new_machine.states:
44 new_machine.add_transitions(new_state, event, state_map.old_to_new(old_states))
48 return new_machine
91 new_machine = None # Machine variable in StateMap
95 def __init__(self, new_machine): argument
96 self.new_machine = new_machine
112 new_state = self.new_machine.new_state(action)
[all …]
/dports/lang/cython-devel/cython-2b1e743/Cython/Plex/
H A DDFA.py28 new_machine = Machines.FastMachine()
29 state_map = StateMap(new_machine)
36 new_machine.make_initial_state(key, new_state)
40 for new_state in new_machine.states:
47 new_machine.add_transitions(new_state, event, state_map.old_to_new(old_states))
52 return new_machine
100 def __init__(self, new_machine): argument
101 self.new_machine = new_machine # Machine
117 new_state = self.new_machine.new_state(action)
146 for new_state in self.new_machine.states:
H A DDFA.pxd11 cdef Machines.FastMachine new_machine
23 @cython.locals(new_machine=Machines.FastMachine, transitions=TransitionMap)
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dvirtualbox.py429 new_machine = vbox.createMachine(
432 vbox.registerMachine(new_machine)
434 return vb_xpcom_to_attribute_dict(new_machine, "IMachine")
456 new_machine = vbox.createMachine(
461 new_machine, clone_mode, None # CloneMode # CloneOptions : None = Full?
467 vbox.registerMachine(new_machine)
469 return vb_xpcom_to_attribute_dict(new_machine, "IMachine")
/dports/cad/cura/Cura-58bae31/plugins/UM3NetworkPrinting/src/Network/
H A DLocalClusterOutputDeviceManager.py227 new_machine = CuraStackBuilder.createMachine(device.name, device.printerType)
228 if not new_machine:
231 new_machine.setMetaDataEntry(self.META_NETWORK_KEY, device.key)
232 CuraApplication.getInstance().getMachineManager().setActiveMachine(new_machine.getId())
233 self._connectToOutputDevice(device, new_machine)
/dports/cad/cura/Cura-58bae31/plugins/UM3NetworkPrinting/src/Cloud/
H A DCloudOutputDeviceManager.py382 new_machine = CuraStackBuilder.createMachine(device.name, device.printerType)
383 if not new_machine:
387 self._setOutputDeviceMetadata(device, new_machine)
390 CuraApplication.getInstance().getMachineManager().setActiveMachine(new_machine.getId())
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/widget/
H A Dmenu.c608 libspectrum_machine new_machine; in menu_machine_select() local
642 new_machine = machine_types[ info.result ]->machine; in menu_machine_select()
644 if( machine_current->machine != new_machine ) machine_select( new_machine ); in menu_machine_select()
/dports/emulators/fuse/fuse-1.6.0/ui/widget/
H A Dmenu.c655 libspectrum_machine new_machine; in menu_machine_select() local
689 new_machine = machine_types[ info.result ]->machine; in menu_machine_select()
691 if( machine_current->machine != new_machine ) machine_select( new_machine ); in menu_machine_select()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/src/
H A Dlibretro.c302 const machine_t *new_machine = machine_list + option; in update_variables() local
304 if (new_machine != machine || force) in update_variables()
311 settings_current.start_machine = utils_safe_strdup(new_machine->fuse_id); in update_variables()
313 …if (machine == NULL || new_machine->id == LIBSPECTRUM_MACHINE_48_NTSC || machine->id == LIBSPECTRU… in update_variables()
319 machine = new_machine; in update_variables()
/dports/cad/cura/Cura-58bae31/cura/Settings/
H A DMachineManager.py1367 new_machine = self.getMachine(machine_definition_id, metadata_filter = metadata_filter)
1369 if not new_machine:
1370new_machine = CuraStackBuilder.createMachine(machine_definition_id + "_sync", machine_definition_i…
1371 if not new_machine:
1376 if metadata_key in new_machine.getMetaData():
1378new_machine.setMetaDataEntry(metadata_key, self._global_container_stack.getMetaDataEntry(metadata_…
1380new_machine.setMetaDataEntry("group_id", self._global_container_stack.getMetaDataEntry("group_id"))
1385 new_machine.setMetaDataEntry("hidden", False)
1394 self.setActiveMachine(new_machine.getId())
/dports/cad/cura/Cura-58bae31/plugins/XmlMaterialProfile/
H A DXmlMaterialProfile.py380 new_machine = copy.deepcopy(machine)
384 … new_machine_identifiers = list(new_machine.iterfind("./um:machine_identifier", self.__namespaces))
389 new_machine.remove(new_machine_identifier)
390 machines_to_add.append(new_machine)
/dports/math/py-or-tools/or-tools-9.2/examples/data/roadef_challenge_2011/solution_checker/
H A Dsolution_checker.cc291 Machine* const new_machine = machines_.at(new_machine_id); in ComputeRemainingCapacities() local
293 new_machine->ProcessMoveIn(process); in ComputeRemainingCapacities()
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dpdbedit.c854 static int new_machine(const char *machinename, char *machine_sid) in new_machine() function
1341 return new_machine(user_name, machine_sid); in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgcc.c3124 const char *new_machine = DEFAULT_TARGET_MACHINE; in process_command() local
3152 new_machine = arg; in process_command()
3159 baselen + concat_length (new_version, new_machine, in process_command()
3161 strcpy (new_argv0 + baselen, new_machine); in process_command()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgcc.c3124 const char *new_machine = DEFAULT_TARGET_MACHINE; in process_command() local
3152 new_machine = arg; in process_command()
3159 baselen + concat_length (new_version, new_machine, in process_command()
3161 strcpy (new_argv0 + baselen, new_machine); in process_command()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dgcc.c3310 const char *new_machine = DEFAULT_TARGET_MACHINE; in process_command() local
3339 new_machine = arg; in process_command()
3346 baselen + concat_length (new_version, new_machine, in process_command()
3348 strcpy (new_argv0 + baselen, new_machine); in process_command()

12