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

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 61 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING); local
62 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
71 String semantic = mSrec.getResult(0, Recognizer.KEY_MEANING); local
72 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
76 if (("H".equalsIgnoreCase(semantic)) ||
77 ("M".equalsIgnoreCase(semantic)) ||
78 ("W".equalsIgnoreCase(semantic)) ||
79 ("O".equalsIgnoreCase(semantic)) ||
80 ("R".equalsIgnoreCase(semantic)) ||
81 ("X".equalsIgnoreCase(semantic))) {
    [all...]
CommandRecognizerEngine.java 338 // the "semantic" string, which is easy to overflow. So now,
341 // for literal and semantic.
960 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING); local
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 2407 const Expr *semantic = *i; local
    [all...]
CGExpr.cpp 3194 const Expr *semantic = *i; local
    [all...]

Completed in 518 milliseconds