Searched refs:from_state (Results 1 – 11 of 11) sorted by relevance
/external/autotest/contrib/ |
D | log_distiller.py | 82 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/ |
D | lalr.c | 45 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()
|
D | lalr.h | 94 extern state_number *from_state;
|
D | ielr.c | 139 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()
|
D | tables.c | 515 *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/ |
D | remote.py | 208 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)
|
D | transport.py | 112 error_class = remote.RpcError.from_state(self.__state)
|
D | remote_test.py | 94 exception = remote.RpcError.from_state 96 remote.RpcError.from_state('SERVER_ERROR'))
|
/external/openfst/src/include/fst/ |
D | minimize.h | 254 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/ |
D | phHciNfc_Sequence.c | 83 phHciNfc_eState_t from_state; member
|
/external/bison/ |
D | ChangeLog-2012 | 11686 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
|