/external/srec/srec/include/ |
srec_context.h | 39 * WordMap * 62 wordmap; typedef in typeref:struct:__anon12681 136 wordmap *ilabels; /* input arc labels */ 137 wordmap *olabels; /* word labels */ 191 int FST_DumpWordMap(PFile* fp, wordmap* wmap); 205 int FST_LoadWordMap(wordmap** pwmap, int num_words_to_add, PFile* fp); 206 int FST_UnloadWordMap(wordmap** pwmap); 207 int FST_LoadGraph(srec_context* pfst, wordmap* imap, wordmap* omap, 221 /* wordmap functions * [all...] |
/external/srec/srec/Semproc/include/ |
SR_SemanticGraphImpl.h | 54 wordmap* ilabels; 57 * The word map containing the actual scripts. The index of teh script in the wordmap 60 wordmap* scripts; 73 wordmap* scopes_olabels; 126 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Load(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add);
|
SR_SemanticGraph.h | 28 #include "srec_context.h" /* for wordmap */ 62 ESR_ReturnCode(*load)(struct SR_SemanticGraph_t* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add);
|
/external/srec/srec/crec/ |
srec_context.c | 73 EXAMPLE: We need to cast a memory address to a (wordmap*) 74 so we call DATA_ALIGN(memptr, wordmap, filled), 139 static ESR_ReturnCode wordmap_clean ( wordmap *word_map ); 140 static ESR_ReturnCode wordmap_populate ( wordmap *word_map, wordID num_words ); 331 int wordmap_create(wordmap** pwmap, int num_chars, int num_words, int num_words_to_add) 333 wordmap* Interface; 337 Interface = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.wordmap.base"); 340 /* *pwmap->words = (ptr32*) CALLOC_CLR(wmap->max_words, sizeof(ptr32), "graph.wordmap.words"); * [all...] |
astar.c | 74 wordmap* wmap = context->olabels; 175 wordmap* wmap = context->olabels; [all...] |
/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 88 ESR_ReturnCode sr_semanticgraph_loadV2(SR_SemanticGraphImpl* impl, wordmap* ilabels, PFile* fp); 92 ESR_ReturnCode SR_SemanticGraph_LoadFromImage(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* g2g) 167 ESR_ReturnCode sr_semanticgraph_loadV2(SR_SemanticGraphImpl* impl, wordmap* ilabels, PFile* fp) 266 ESR_ReturnCode SR_SemanticGraph_LoadFromTextFiles(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add) 319 - the integer MUST become the index of the script in the wordmap 321 - output labels referenced in the semgraph are the integers (wordmap index) prepending with '_' 367 /* make sure that the index in the wordmap matches the line number */ 416 /* need to initialize my wordmap */ 428 the index of the string by looking up in the ilabels wordmap */ 432 or save the index in a wordmap which will eventually give me the right index [all...] |
SemanticProcessorImpl.c | 86 static void sem_partial_path_print(sem_partial_path* path, sem_partial_path* paths, int npaths, wordmap* ilabels); [all...] |
/external/chromium/chrome/browser/history/ |
in_memory_url_index.h | 203 typedef std::map<string16, WordID> WordMap; 398 WordMap word_map_;
|
in_memory_url_index.cc | 531 WordMap::iterator word_pos = word_map_.find(uni_word); [all...] |
in_memory_url_index_unittest.cc | 545 InMemoryURLIndex::WordMap word_map(url_index.word_map_);
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 111 wordmap* wmap;
|