HomeSort by relevance Sort by last modified time
    Searched refs:phrase (Results 1 - 23 of 23) sorted by null

  /external/srec/tools/dictTest/
dictTest.c 42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout)
47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len);
48 // rc = vocab->getPronunciation(vocab, phrase, prons, &len);
58 LFPRINTF(fout,"%s : %s\n", phrase, pron);
71 LCHAR* phrase;
87 phrase = tokenArray[0];
93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len);
99 LFPRINTF(fout,"%s|%s|%s|", phrase, expectedPhoneme, phoneme);
112 LCHAR phrase[MAX_LINE_LENGTH]; local
302 while (pfgets(phrase, MAX_LINE_LENGTH, fin)!=NULL
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
selfmt.cpp 102 UnicodeString phrase ; local
122 //Allow any character in phrase but nowhere else
125 phrase += ch;
190 //Handle the phrase state
195 phrase += ch;
198 //Matching keyword, phrase pair found
212 //Store the keyword, phrase pair in hashTable
213 ptrPhrase = new UnicodeString(phrase);
218 phrase.remove();
225 phrase += ch
    [all...]
  /external/srec/tools/grxmlcompile/
vocab.cpp 72 int Pronunciation::lookup( Vocabulary & vocab, std::string & phrase )
80 strcpy (s, phrase.c_str() ); // No conversion for std::string to wchar
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl;
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
vocab.h 75 int lookup( Vocabulary & vocab, std::string & phrase );
grxmlcompile.cpp 660 const char* phrase = iter.Symbol(); local
665 /* if( is_scope_marker( phrase) || is_script_marker(phrase))
668 if(!strcmp( phrase, SILENCE_PREFIX_WORD)
669 || !strcmp(phrase,SILENCE_SUFFIX_WORD))
671 else if( !strcmp( phrase, "eps") && wordId == 0)
674 else if( strstr( phrase, ".grxml@"))
677 else if( phrase[0]=='_' && strspn(phrase+1,"0123456789")==strlen(phrase+1)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 330 // Phrase
332 var phrase = localStorage['phrase'] || DEFAULT_PHRASE;
333 $('phrase').value = phrase;
334 $('phrase').addEventListener('change', function(evt) {
335 localStorage['phrase'] = $('phrase').value;
  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 198 for (String phrase : query) {
199 final byte[] bytes = phrase.getBytes("US-ASCII");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 159 | ( phrase() (group_body() | angle_addr()) )/*@bgen(jjtree)*/
230 phrase() angle_addr()/*@bgen(jjtree)*/
362 void phrase() :
363 {/*@bgen(jjtree) phrase */
369 {/*@bgen(jjtree) phrase */
AddressListParser.java 150 phrase(); method
245 phrase(); method
430 final public void phrase() throws ParseException { method in class:AddressListParser
431 /*@bgen(jjtree) phrase */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdtmain.asm 2 ;; returns true (0) if its parameter equals the phrase "hello"
  /external/srec/srec/ca/
syn_srec.c 54 const char *phrase, const char* pronunciation,
58 rc = FST_AddWordToGrammar(syntax->synx, slot, phrase, pronunciation, weight);
332 /* checks if the phrase is in the grammar node, 0=in 1=not.in */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 298 for phrase, action in lexicon:
300 (SUBPATTERN, (len(p)+1, sre_parse.parse(phrase, flags))),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 298 for phrase, action in lexicon:
300 (SUBPATTERN, (len(p)+1, sre_parse.parse(phrase, flags))),
  /external/openssh/contrib/caldera/
openssh.spec 85 Summary : OpenSSH X11 pass-phrase dialog.
88 Summary(fr) : Dialogue pass-phrase X11 d'OpenSSH.
165 This package contains an X11-based pass-phrase dialog used per
  /external/srec/srec/include/
simapi.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c 581 prompt = UI_construct_prompt(ui, "pass phrase",
    [all...]
  /external/openssl/apps/
apps.c 581 prompt = UI_construct_prompt(ui, "pass phrase",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 886 milliseconds