/external/srec/srec/crec/ |
srec_debug.c | 43 void print_fsmnode_token(srec* rec, ftokenID token_index, char* msg) 49 if (token_index == MAXftokenID) 51 printf("%sftoken %d\n", msg, token_index); 54 ftoken = &rec->fsmnode_token_array[token_index]; 55 printf("%sftoken %d rec %d@%d fsmnode %d cost %d word %d(%s) word_backtrace %d next_token_index %d ", msg, token_index, rec->id, rec->current_search_frame, ftoken->FSMnode_index, ftoken->cost, ftoken->word, 66 void print_fsmnode_token_list(srec* rec, stokenID token_index, char* msg) 70 while (token_index != MAXftokenID) 72 fsmnode_token* ftoken = &rec->fsmnode_token_array[token_index]; 73 print_fsmnode_token(rec, token_index, ""); 74 token_index = ftoken->next_token_index [all...] |
priority_q.c | 163 wtokenID token_index; local 166 token_index = pq->word_token_list; 167 while (token_index != MAXwordID) 169 token = &(word_token_array[token_index]); 170 token_index = token->next_token_index; 191 wtokenID token_index, return_token_index; local 204 token_index = pq->word_token_list; 205 while (token_index != MAXwordID) 207 token = &(word_token_array[token_index]); 208 printf("WORDADD PQ token %d word %d cost %d\n", token_index, token->word, token->cost) [all...] |
srec_debug.h | 30 void print_fsmnode_token(srec* rec, ftokenID token_index, char* msg); 31 void print_fsmnode_token_list(srec* rec, stokenID token_index, char* msg); 33 void print_fsmarc_token(srec* rec, stokenID token_index, char* msg); 34 void print_fsmarc_token_list(srec* rec, stokenID token_index, char* msg);
|
word_lattice.c | 356 wtokenID token_index; local 374 token_index = wl->words_for_frame[i]; 378 print_word_token_list(rec, token_index, ""); 381 if (i == rec->current_search_frame && token_index != MAXwtokenID) 383 wtoken = &(rec->word_token_array[token_index]); 384 print_word_token(rec, token_index, "Final Top Choice: "); 414 wtokenID token_index; local 426 token_index = wl->words_for_frame[end_frame]; 428 if (token_index == MAXwtokenID) 434 print_word_token_list(rec, token_index, "WORD TOKENS AT END\n") 450 wtokenID token_index; local 491 wtokenID token_index; local 538 wtokenID pwi[MAX_WTOKENS_AT_FRAME], token_index; local [all...] |
astar.c | 307 if (wtoken->end_time > word_token_array[parp->token_index].end_time) 319 best_extend_token = word_token_array[ parp->token_index].backtrace; 340 wtokenID alt_token_index = alt_extension->token_index; 392 extended_parp->token_index = extend_token_index; 486 wtokenID token_index, srec* rec, 496 wtoken = &rec->word_token_array[token_index]; 497 parp->token_index = token_index; 498 if (token_index != MAXwtokenID) 499 parp->word = rec->word_token_array[ token_index].word 571 wtokenID token_index; local 660 wtokenID token_index, btoken_index; local [all...] |
srec_tokens.c | 37 int count_fsmarc_token_list(srec* rec, stokenID token_index) 41 while (token_index != MAXstokenID) 43 fsmarc_token* stoken = &rec->fsmarc_token_array[token_index]; 44 token_index = stoken->next_token_index; 191 int count_fsmnode_token_list(srec* rec, ftokenID token_index) 195 while (token_index != MAXftokenID) 197 fsmnode_token* ftoken = &rec->fsmnode_token_array[token_index]; 198 token_index = ftoken->next_token_index;
|
srec_tokens.h | 34 int count_fsmarc_token_list(srec* rec, stokenID token_index); 51 int count_fsmnode_token_list(srec* rec, ftokenID token_index);
|
astar_pphash.c | 52 diff = parp1->token_index - parp2->token_index; 80 hashval = parp->token_index;
|
srec_results.c | 187 word_token* wtoken = &rec->word_token_array[ parp->token_index]; 305 wtoken = &rec->word_token_array[ parp->token_index]; 375 if (parp->token_index == MAXwtokenID) break; 376 wtoken = &rec->word_token_array[ parp->token_index]; 384 parp->next->token_index != MAXwtokenID && 385 rec->word_token_array[ parp->next->token_index].word == rec->context->end_silence_word)
|
srec.c | 445 stokenID token_index; local 454 for (token_index = rec->active_fsmarc_tokens; token_index != MAXstokenID; 455 token_index = next_token_index) 458 token = &(rec->fsmarc_token_array[token_index]); 475 rec->best_token_for_arc[rec->fsmarc_token_array[token_index].FSMarc_index] = MAXstokenID; 477 free_fsmarc_token(rec, token_index); 553 ftokenID token_index; local 559 token_index = rec->active_fsmnode_tokens; 561 token = &(rec->fsmnode_token_array[token_index]); 631 stokenID token_index; local 2359 wtokenID token_index; local [all...] |
/external/chromium_org/tools/json_comment_eater/ |
json_comment_eater.py | 62 token_index, token = _FindNextToken(input, token_actions.keys(), pos) 66 output.append(input[pos:token_index]) 67 pos = token_actions[token](input, token_index + len(token), output)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
debug.rb | 100 start_token.token_index, stop_token.token_index )
|
/external/srec/srec/include/ |
astar.h | 74 wtokenID token_index; member in struct:partial_path_t 75 wordID word; /* quick access to word (wta[token_index].word) */
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseGeneralTest.java | 446 "token_index INTEGER," + 492 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 499 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 507 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 516 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 525 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 535 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 544 "SELECT token_index from tokens where token GLOB '" + key + "*'", null)); 556 "SELECT token_index from tokens where token= ?", a)); 563 "SELECT token_index from tokens where token GLOB ?", a)) [all...] |
/external/sqlite/android/ |
sqlite3_android.cpp | 240 * token TEXT, source INTEGER, token_index INTEGER, tag (any type) 241 * The token_index column is not required if <use_token_index> is 0. 247 * the entire <data> string, and 'token_index' is 0. 250 * If <use_token_index> != 0, 'token_index' is set to I. 291 char const * tokenIndexCol = useTokenIndex ? ", token_index" : "";
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
socket.rb | 208 token.token_index 233 [ token.token_index, token.type, token.channel,
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 101 alias :token_index :index 102 alias :token_index= :index= 281 alias :token_index :index 282 alias :token_index= :index=
|
tree.rb | 615 ( stop.token_index < start.token_index and stop.type != EOF ) 633 i = @start.token_index 634 j = ( @stop.type == EOF ) ? @input.size : @stop.token_index [all...] |
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 39 CREATE TABLE peopleLookup (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); 47 CREATE TABLE peopleLookupWithPhoneticName (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER);
|
/external/chromium_org/ui/base/l10n/ |
l10n_util.cc | 641 int token_index = 0; local 648 if (token_index > 0 && (token_len < 1 || token_len > 8)) { 651 token_index++; 654 if (token_index == 0 && (token_len < 1 || token_len > 3)) {
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
legacy_contacts.sql | 58 CREATE TABLE peopleLookup (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); 68 CREATE TABLE peopleLookupWithPhoneticName (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER);
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
legacy_contacts.sql | 56 CREATE TABLE peopleLookup (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); 77 CREATE TABLE peopleLookupWithPhoneticName (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER);
|