HomeSort by relevance Sort by last modified time
    Searched full:wordmap (Results 1 - 18 of 18) sorted by null

  /external/srec/srec/include/
srec_context.h 39 * WordMap *
62 wordmap; typedef in typeref:struct:__anon14851
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/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.h 41 typedef std::multimap<base::char16, base::string16> WordMap;
66 static WordMap CreateWordMapForString(const base::string16& text);
90 const WordMap& find_words,
shortcuts_provider.cc 247 WordMap terms_map(CreateWordMapForString(term_string));
258 ShortcutsProvider::WordMap ShortcutsProvider::CreateWordMapForString(
261 WordMap word_map;
291 const WordMap& find_words,
336 std::pair<WordMap::const_iterator, WordMap::const_iterator> range(
339 for (WordMap::const_iterator i(range.first); i != range.second; ++i) {
  /external/srec/srec/crec/
srec_context.c 74 EXAMPLE: We need to cast a memory address to a (wordmap*)
75 so we call DATA_ALIGN(memptr, wordmap, filled),
140 static ESR_ReturnCode wordmap_clean ( wordmap *word_map );
141 static ESR_ReturnCode wordmap_populate ( wordmap *word_map, wordID num_words );
332 int wordmap_create(wordmap** pwmap, int num_chars, int num_words, int num_words_to_add)
334 wordmap* Interface;
338 Interface = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.wordmap.base");
341 /* *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_org/chrome/browser/history/
in_memory_url_index_types.h 131 typedef std::map<base::string16, WordID> WordMap;
url_index_private_data.cc 768 WordMap::iterator word_pos = word_map_.find(term);
    [all...]
url_index_private_data.h 357 WordMap word_map_;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java 445 long wordMap = timeAndCheckReadUnigramsAndBigramsBinary(file, words, bigrams, bufferType,
450 return "readDictionaryBinary=" + fullReading + ", readUnigramsAndBigramsBinary=" + wordMap
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /external/srec/tools/parseStringTest/
parseStringTest.c 111 wordmap* wmap;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py     [all...]

Completed in 2215 milliseconds