Searched defs:to_state (Results 1 - 4 of 4) sorted by relevance

/external/bison/src/
H A Dlalr.c46 state_number *to_state; variable
114 to_state = xcalloc (ngotos, sizeof *to_state);
124 to_state[k] = sp->states[i]->number;
171 state_number stateno = to_state[i];
230 symbol_number symbol1 = states[to_state[i]]->accessing_symbol;
476 /* from_state[i] is not removed, so it and thus to_state[i] are
477 reachable, so to_state[i] != nstates_old. */
478 aver (old_to_new[to_state[i]] != nstates_old);
480 to_state[ngotos_reachabl
[all...]
/external/chromium_org/ui/events/
H A Devent_rewriter_unittest.cc111 int to_state, EventType to_type, EventRewriteStatus to_status) {
112 RewriteResult r = {to_state, to_type, to_status};
110 AddRule(int from_state, EventType from_type, int to_state, EventType to_type, EventRewriteStatus to_status) argument
/external/chromium_org/athena/home/
H A Dhome_card_impl.cc158 HomeCard::State to_state,
164 else if (to_state == HomeCard::VISIBLE_CENTERED)
396 State from_state, State to_state, float progress) {
397 if (from_state == VISIBLE_MINIMIZED || to_state == VISIBLE_MINIMIZED) {
408 GetBoundsForState(screen_bounds, to_state)));
410 home_card_view_->SetStateProgress(from_state, to_state, progress);
157 SetStateProgress(HomeCard::State from_state, HomeCard::State to_state, float progress) argument
395 OnGestureProgressed( State from_state, State to_state, float progress) argument
/external/libnfc-nxp/src/
H A DphHciNfc_Sequence.c84 phHciNfc_eState_t to_state; member in struct:phHciNfc_sFsm

Completed in 161 milliseconds