Home
last modified time | relevance | path

Searched refs:from_state (Results 1 – 11 of 11) 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))
97 if (from_state in self.expected_transitions and
98 to_state in self.expected_transitions[from_state]):
99 self.expected_transitions[from_state].remove(to_state)
102 return (from_state, to_state)
/external/bison/src/
Dlalr.c45 state_number *from_state; variable
113 from_state = xcalloc (ngotos, sizeof *from_state); in set_goto_map()
123 from_state[k] = s; in set_goto_map()
147 s = from_state[middle]; in map_goto()
238 state *s = states[from_state[i]]; in build_relations()
474 if (old_to_new[from_state[i]] != nstates_old) in lalr_update_state_numbers()
479 from_state[ngotos_reachable] = old_to_new[from_state[i]]; in lalr_update_state_numbers()
Dlalr.h94 extern state_number *from_state;
Dielr.c139 map_goto (from_state[i], in ielr_compute_internal_follow_edges()
211 size_t nitems = states[from_state[i]]->nitems; in ielr_compute_follow_kernel_items()
212 item_number *items = states[from_state[i]]->items; in ielr_compute_follow_kernel_items()
1186 free (from_state); in ielr()
Dtables.c515 *sp1++ = from_state[i]; in save_column()
833 free (from_state); in tables_generate()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dremote.py208 def from_state(cls, state): member in RpcError
989 return RpcError.from_state(status.state) is not None
1002 error_class = RpcError.from_state(status.state)
Dtransport.py112 error_class = remote.RpcError.from_state(self.__state)
Dremote_test.py94 exception = remote.RpcError.from_state
96 remote.RpcError.from_state('SERVER_ERROR'))
/external/openfst/src/include/fst/
Dminimize.h254 StateId from_state = aiter->Value().nextstate - 1; in Split() local
259 StateId from_class = P_.class_id(from_state); in Split()
261 P_.SplitOn(from_state); in Split()
/external/libnfc-nxp/src/
DphHciNfc_Sequence.c83 phHciNfc_eState_t from_state; member
/external/bison/
DChangeLog-201211686 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit