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

  /external/chromium_org/third_party/WebKit/Source/web/
SpeechRecognitionClientProxy.cpp 55 void SpeechRecognitionClientProxy::start(SpeechRecognition* recognition, const SpeechGrammarList* grammarList, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives)
61 WebSpeechRecognitionParams params(webSpeechGrammars, lang, continuous, interimResults, maxAlternatives, WebSecurityOrigin(recognition->executionContext()->securityOrigin()));
62 m_recognizer->start(WebSpeechRecognitionHandle(recognition), params, this);
65 void SpeechRecognitionClientProxy::stop(SpeechRecognition* recognition)
67 m_recognizer->stop(WebSpeechRecognitionHandle(recognition), this);
70 void SpeechRecognitionClientProxy::abort(SpeechRecognition* recognition)
72 m_recognizer->abort(WebSpeechRecognitionHandle(recognition), this);
77 SpeechRecognition* recognition(handle);
78 recognition->didStartAudio();
83 SpeechRecognition* recognition(handle)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionController.h 40 void start(SpeechRecognition* recognition, const SpeechGrammarList* grammars, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives)
42 m_client->start(recognition, grammars, lang, continuous, interimResults, maxAlternatives);
45 void stop(SpeechRecognition* recognition) { m_client->stop(recognition); }
46 void abort(SpeechRecognition* recognition) { m_client->abort(recognition); }
  /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/chromium_org/ui/keyboard/resources/
voice_input.js 29 * Speech recognition started. Change microphone key's icon.
62 * Speech recognition ended. Reset microphone key's icon.
  /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...]
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_browsertest.js 62 * Sends the speech recognition result.
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 12 * recognition systems.
  /external/strace/
strace.spec 214 - 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
  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyboard.js 535 * Enable/start double click/tap event recognition.
  /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 540 milliseconds