HomeSort by relevance Sort by last modified time
    Searched refs:atoken (Results 1 - 9 of 9) sorted by null

  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 280 arc_token *atoken; local
475 atoken = &arc_token_list[i];
478 atoken->ilabel = ilabel;
479 atoken->olabel = olabel;
480 /* atoken->cost = cost; not used for now */
484 atoken->first_next_arc = (arc_token_lnk)into_node;
485 atoken->next_token_index = (arc_token_lnk)from_node;
501 atoken = &arc_token_list[i];
502 into_node = (nodeID)(int)atoken->first_next_arc; /* get the integer */
503 atoken->first_next_arc = /* converts the integer id to a arc_token pointer *
638 arc_token *atoken, *arc_token_list = impl->arc_token_list; local
    [all...]
  /external/srec/srec/crec/
srec_context.c 914 FSMarc *atoken = NULL; local
1142 FSMarc* atoken; local
1708 FSMarc* atoken = NULL; local
1772 arc_token *atoken, *last_atoken; local
1959 FSMarc* atoken; local
2036 FSMarc* atoken; local
2066 FSMarc* atoken; local
2083 FSMarc* atoken; local
2137 FSMarc* atoken = NULL; local
2151 FSMarc* atoken = NULL; local
2181 FSMarc* atoken; local
2194 FSMarc* atoken; local
2206 FSMarc* atoken; local
2215 FSMarc* atoken; local
2236 FSMarc *atoken, *new_next_p; local
2282 FSMarc* atoken = NULL; local
2660 FSMarc* atoken = ARC_XtoP(*atok); local
2671 FSMarc* atoken = ARC_XtoP(*atok); local
3277 FSMarc *atoken = NULL; local
    [all...]
astar.c 67 arc_token* get_arc_for_word(arc_token* atoken, wordID word,
76 if (atoken == ARC_TOKEN_ONE)
81 else if (atoken == 0)
92 atoken = &arc_token_list[0];
93 for (; atoken; atoken = ARC_TOKEN_PTR(arc_token_list, atoken->next_token_index))
95 if (atoken->ilabel == word)
96 return atoken;
97 else if (atoken->ilabel == WORD_EPSILON_LABEL
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 720 final AppWindowToken atoken = mAppToken;
722 && (atoken == null || !atoken.hiddenRequested)
740 final AppWindowToken atoken = mAppToken;
741 final boolean animating = atoken != null
742 ? (atoken.mAppAnimator.animation != null) : false;
744 && (atoken == null ? mPolicyVisibility : !atoken.hiddenRequested)
756 final AppWindowToken atoken = mAppToken;
758 && (atoken == null || !atoken.hiddenRequested || atoken.mAppAnimator.animating
    [all...]
AppWindowAnimator.java 61 public AppWindowAnimator(final AppWindowToken atoken) {
62 mAppToken = atoken;
63 mService = atoken.service;
64 mAnimator = atoken.mAnimator;
WindowManagerService.java 614 final AppWindowToken atoken = appAnimator.mAppToken; local
616 final int N = atoken.allAppWindows.size();
618 mWinAnimators.add(atoken.allAppWindows.get(i).mWinAnimator);
948 AppWindowToken atoken = win.mAppToken; local
1003 WindowToken atoken = mTokenMap.get(pos.mClient.asBinder()); local
1032 WindowToken atoken = mTokenMap.get(pos.mClient.asBinder()); local
2128 AppWindowToken atoken = token.appWindowToken; local
2437 final AppWindowToken atoken = win.mAppToken; local
3164 AppWindowToken atoken = mAppTokens.get(m); local
3181 AppWindowToken atoken = mAppTokens.get(m); local
3315 mAnimatingAppTokens.add(mAnimatingAppTokens.indexOf(aboveAnchor), atoken); local
3341 AppWindowToken atoken = findAppWindowToken(token.asBinder()); local
3356 mTokenMap.put(token.asBinder(), atoken); local
3374 AppWindowToken atoken = findAppWindowToken(token); local
3426 AppWindowToken atoken = mAppTokens.get(pos); local
3517 AppWindowToken atoken = findAppWindowToken(freezeThisOneIfNeeded); local
3614 AppWindowToken atoken = findAppWindowToken(token.asBinder()); local
7954 final AppWindowToken atoken = win.mAppToken; local
8787 final AppWindowToken atoken = w.mAppToken; local
    [all...]
WindowAnimator.java 322 final AppWindowToken atoken = win.mAppToken; local
324 if (atoken == null || atoken.allDrawn) {
    [all...]
WindowStateAnimator.java 474 final AppWindowToken atoken = mWin.mAppToken; local
475 if (atoken == null || atoken.allDrawn || starting) {
    [all...]
  /external/srec/srec/include/
astar.h 125 arc_token* get_arc_for_word(arc_token* atoken, wordID word, void* context_void,
128 arc_token* get_arc_for_word_without_slot_annotation(arc_token* atoken, const char* word,

Completed in 107 milliseconds