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

  /external/srec/tools/dictTest/
dictTest.c 114 LCHAR vocabfile[MAX_LINE_LENGTH]; local
145 *vocabfile = 0;
167 LSTRCPY(vocabfile, argv[++i]);
219 if (*vocabfile == 0)
221 len = sizeof(vocabfile);
222 rc = ESR_SessionGetLCHAR ( L("cmdline.vocabulary"), vocabfile, &len );
249 strcat(ptemp,vocabfile);
250 strcpy(vocabfile,ptemp);
253 len = sizeof(vocabfile);
254 rc = ESR_SessionPrefixWithBaseDirectory(vocabfile, &len)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 195 File vocabFile = tool.getImportedVocabFile(tokenVocab);
196 files.add(vocabFile);

Completed in 69 milliseconds