Home
last modified time | relevance | path

Searched refs:to_state (Results 1 – 8 of 8) sorted by relevance

/external/autotest/contrib/
Dlog_distiller.py82 def advance_state(self, from_state, to_state): argument
92 if from_state and from_state == to_state:
94 (from_state, to_state))
98 to_state in self.expected_transitions[from_state]):
99 self.expected_transitions[from_state].remove(to_state)
100 self.visited_states.append(to_state)
102 return (from_state, to_state)
/external/bison/src/
Dlalr.c46 state_number *to_state; variable
114 to_state = xcalloc (ngotos, sizeof *to_state); in set_goto_map()
124 to_state[k] = sp->states[i]->number; in set_goto_map()
171 state_number stateno = to_state[i]; in initialize_F()
230 symbol_number symbol1 = states[to_state[i]]->accessing_symbol; in build_relations()
478 aver (old_to_new[to_state[i]] != nstates_old); in lalr_update_state_numbers()
480 to_state[ngotos_reachable] = old_to_new[to_state[i]]; in lalr_update_state_numbers()
Dtables.c501 if (to_state[i] != default_state) in save_column()
513 if (to_state[i] != default_state) in save_column()
516 *sp2++ = to_state[i]; in save_column()
545 state_count[to_state[i]]++; in default_goto()
834 free (to_state); in tables_generate()
Dlalr.h97 extern state_number *to_state;
Dielr.c112 for (rulep = derives[states[to_state[i]]->accessing_symbol in ielr_compute_internal_follow_edges()
220 == states[to_state[i]]->accessing_symbol in ielr_compute_follow_kernel_items()
261 transitions *trans = states[to_state[i]]->transitions; in ielr_compute_always_follows()
268 edge_array[nedges++] = map_goto (to_state[i], sym); in ielr_compute_always_follows()
1187 free (to_state); in ielr()
/external/toolchain-utils/automation/common/
Dstate_machine.py42 def _TransitionAllowed(self, to_state): argument
43 return to_state in self.state_machine.get(self._state, [])
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...
/external/bison/
DChangeLog-201211686 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit