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

  /external/srec/tests/
run_ERT.sh 2 dalvikvm -Xcheck:jni -Xbootclasspath:/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/srec-java-tests.jar android.speech.recognition.test.EmbeddedRecognizerTest
run_contacts.sh 2 dalvikvm -Xcheck:jni -Xbootclasspath:/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/srec-java-tests.jar android.speech.recognition.test.contacts.Main
run_parameters.sh 2 dalvikvm -Xcheck:jni -Xbootclasspath:/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/srec-java-tests.jar android.speech.recognition.test.parameters.Parameters
run_robustness1.sh 2 dalvikvm -Xcheck:jni -Xbootclasspath:/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/srec-java-tests.jar android.speech.recognition.test.robustness1.Robustness1
run_robustness2.sh 2 dalvikvm -Xcheck:jni -Xbootclasspath:/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/srec-java-tests.jar android.speech.recognition.test.robustness1.Robustness2
run_robustness3.sh 2 dalvikvm -Xcheck:jni -Xbootclasspath:/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/srec-java-tests.jar android.speech.recognition.test.robustness1.Robustness3
run_voicetags1.sh 2 dalvikvm -Xcheck:jni -Xbootclasspath:/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/srec-java-tests.jar android.speech.recognition.test.voicetags.Voicetags1
run_xtapxmlconsole.sh 2 dalvikvm -Xcheck:jni -Xbootclasspath:/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/srec-java-tests.jar android.speech.recognition.xtapxmlconsole.Main
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 29 to keep going or you do not upon token recognition error. If you do not
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
188 When ANTLR is run with the <tt>-profile</tt> switch, it generates recognition
error.rb 81 # ANTLR generates code that throws exceptions upon recognition error and
87 # In general, the recognition exceptions can track where in a grammar a
99 recognition process. These errors all typically concern an expectation built in
383 A recognizer must choose between multiple possible recognition paths based
385 the input does not suit any of the possible recognition alternatives.
390 within parentheses. When recognition code enters a rule method (or a subrule
streams.rb 52 recognition process so the input state may be restored back to a prior state.
55 designed to be used by recognizers for a specific recognition task. Most of the
286 One of the main advantages of ANTLR-based recognition is the token
342 A StringStream's purpose is to wrap the basic, naked text input of a recognition
361 non-ASCII encoding. However, encoding-savvy recognition code is a future
    [all...]
recognizers.rb 179 much of the shared functionality and structure used in the recognition process.
189 * prediction and recognition strategy
408 # When a recognition error occurs, this method is the main
    [all...]
tree.rb 61 recognition.
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 151 RecognitionManagerService recognition = null; local
687 Slog.i(TAG, "Recognition Service");
688 recognition = new RecognitionManagerService(context);
690 reportWtf("starting Recognition Service", e);
    [all...]
  /external/strace/
strace.spec 193 - Fix known syscall recognition for IA32 processes on x86-64 (#158934).
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 139 /** Report a recognition problem.
278 /** Get number of recognition errors (lexer, parser, tree parser). Each
  /frameworks/base/docs/html/training/
training_toc.cs 605 <li><a href="<?cs var:toroot ?>training/location/activity-recognition.html">
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 281 /// to keep going or you do not upon token recognition error. If you do not
737 /// Report a recognition problem.
    [all...]

Completed in 1091 milliseconds