OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:semantic
(Results
1 - 3
of
3
) 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
331
// the "
semantic
" string, which is easy to overflow. So now,
334
// for literal and
semantic
.
953
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 409 milliseconds