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

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 62 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING); local
63 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
72 String semantic = mSrec.getResult(0, Recognizer.KEY_MEANING); local
73 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
77 if (("H".equalsIgnoreCase(semantic)) ||
78 ("M".equalsIgnoreCase(semantic)) ||
79 ("W".equalsIgnoreCase(semantic)) ||
80 ("O".equalsIgnoreCase(semantic)) ||
81 ("R".equalsIgnoreCase(semantic)) ||
82 ("X".equalsIgnoreCase(semantic))) {
    [all...]
CommandRecognizerEngine.java 333 // the "semantic" string, which is easy to overflow. So now,
336 // for literal and semantic.
955 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING); local
    [all...]
  /external/bison/tests/
testsuite 457 146;glr-regression.at:432;User destructor for unresolved GLR semantic value;;
462 151;glr-regression.at:820;Corrupted semantic options if user action cuts parse;;
464 153;glr-regression.at:947;Leaked semantic values if user action cuts parse;;
467 156;glr-regression.at:1429;Leaked semantic values when reporting ambiguity;;
    [all...]

Completed in 74 milliseconds