/external/srec/srec/crec/ |
word_lattice.c | 91 word_token* wtoken = &word_token_array[wtoken_index]; local 93 wtoken_index = wtoken->next_token_index; 94 if (best_cost > wtoken->cost) 95 best_cost = wtoken->cost; 117 word_token *wtoken, *last_wtoken; local 122 wtoken = &rec->word_token_array[wtoken_index]; 123 if (wtoken->word < rec->context->olabels->num_words) 124 p = rec->context->olabels->words[wtoken->word]; 127 ASSERT(!last_wtoken || last_wtoken->end_time > wtoken->end_time); 128 ASSERT(rec->accumulated_cost_offset[ wtoken->end_time] != 0) 158 word_token* wtoken = &rec->word_token_array[wtoken_index]; local 178 word_token* wtoken; local 252 word_token* wtoken = &rec->word_token_array[wtoken_index]; local 312 word_token* wtoken = &rec->word_token_array[wtoken_index]; local 343 word_token* wtoken = &rec->word_token_array[wtoken_index]; local 357 word_token *wtoken; local 492 word_token* wtoken; local 537 word_token *wtoken, *wtoken2; local 590 word_token* wtoken; local 602 word_token* wtoken; local 689 word_token* wtoken; local [all...] |
astar.c | 299 word_token* wtoken; local 305 wtoken = &word_token_array[ extend_token_index]; 307 if (wtoken->end_time > word_token_array[parp->token_index].end_time) 321 wtoken = &word_token_array[ extend_token_index]; 324 netcost = wtoken->cost - best_cost_for_node; 330 netcost, wtoken->cost, best_cost_for_node, parp->costsofar, max_cost); 350 if (alt_wtoken->word != wtoken->word) 354 bt_token_index = wtoken->backtrace; 364 wtoken_bt = &word_token_array[ wtoken->backtrace]; 369 join_frame_diff = alt_wtoken->end_time - wtoken->end_time 490 word_token* wtoken; local 572 word_token* wtoken; local 658 word_token *wtoken, *btoken; local 926 word_token* wtoken; local 1148 word_token* wtoken; local [all...] |
srec_results.c | 187 word_token* wtoken = &rec->word_token_array[ parp->token_index]; local 188 if(WORD_TOKEN_GET_HOMONYM( wtoken)) { 288 word_token* wtoken; local 305 wtoken = &rec->word_token_array[ parp->token_index]; 307 if (rec->context->olabels->words[wtoken->word]) 308 p = rec->context->olabels->words[wtoken->word]; 333 lenp = sprintf(et, "@%d", wtoken->end_time); 370 word_token* wtoken; local 376 wtoken = &rec->word_token_array[ parp->token_index]; 377 if (wtoken->word == rec->context->beg_silence_word [all...] |
srec_tokens.c | 139 word_token* wtoken = NULL; local 143 wtoken = &rec->word_token_array[i]; 144 wtoken->next_token_index = i + 1; 147 wtoken->next_token_index = MAXwtokenID; 154 word_token* wtoken; local 175 wtoken = &rec->word_token_array[token_to_return]; 176 rec->word_token_freelist = wtoken->next_token_index;
|
srec_stats.c | 86 word_token* wtoken; local 118 for (; wt_index != MAXwtokenID; wt_index = wtoken->next_token_index) 120 wtoken = &rec->word_token_array[wt_index];
|
srec.c | 492 word_token* wtoken; local 496 for (; wtoken_index != MAXwtokenID; wtoken_index = wtoken->next_token_index) 498 wtoken = &rec->word_token_array[ wtoken_index]; 728 word_token* wtoken; local 751 wtoken = &(rec->word_token_array[wtoken_index]); 752 wtoken->word = word; 753 wtoken->_word_end_time = 0; // new 754 wtoken->end_time = rec->current_search_frame; 755 wtoken->end_node = end_node; 756 wtoken->backtrace = word_backtrace 1797 word_token* wtoken; local 1922 word_token* wtoken; local 2372 word_token* wtoken = &rec->word_token_array[token_index]; local [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowManagerService.java | 3067 AppWindowToken wtoken = mAppTokens.get(m); local 3084 AppWindowToken wtoken = mAppTokens.get(m); local 3111 WindowToken wtoken = mTokenMap.get(token); local 3125 WindowToken wtoken = mTokenMap.get(token); local 3146 WindowToken wtoken = mTokenMap.remove(token); local 3213 AppWindowToken wtoken = findAppWindowToken(token.asBinder()); local 3225 mTokenMap.put(token.asBinder(), wtoken); local 3242 AppWindowToken wtoken = findAppWindowToken(token); local 3263 WindowState wtoken = mWindows.get(pos); local 3292 AppWindowToken wtoken = mAppTokens.get(pos); local 3379 AppWindowToken wtoken = findAppWindowToken( local 3472 AppWindowToken wtoken = findAppWindowToken(token.asBinder()); local 3484 AppWindowToken wtoken = findAppWindowToken(token.asBinder()); local 3615 AppWindowToken wtoken = findAppWindowToken(token); local 3769 AppWindowToken wtoken; local 3883 AppWindowToken wtoken; local 4040 AppWindowToken wtoken = findAppWindowToken(token); local 4058 AppWindowToken wtoken = findAppWindowToken(token); local 4076 AppWindowToken wtoken = null; local 4193 final AppWindowToken wtoken = mAppTokens.get(tokenPos-1); local 4280 final AppWindowToken wtoken = findAppWindowToken(token); local 4300 reAddAppWindowsLocked(findWindowOffsetLocked(index), wtoken); local 4321 final AppWindowToken wtoken = findAppWindowToken(token); local 6475 final AppWindowToken wtoken = (AppWindowToken)msg.obj; local 6532 final AppWindowToken wtoken = (AppWindowToken)msg.obj; local 6566 AppWindowToken wtoken = mFinishedStarting.remove(N-1); local 6593 final AppWindowToken wtoken = (AppWindowToken)msg.obj; local [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 2456 IBinder wtoken = r.mPendingRemoveWindow.getWindowToken(); local 3136 IBinder wtoken = v.getWindowToken(); local [all...] |