HomeSort by relevance Sort by last modified time
    Searched refs:speak (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_commands.js 521 cvox.ChromeVox.tts.speak(url);
523 cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg('no_url_found'));
527 cvox.ChromeVox.tts.speak(document.title);
530 cvox.ChromeVox.tts.speak(document.URL);
571 cvox.ChromeVox.tts.speak(
666 cvox.ChromeVox.tts.speak(
704 cvox.ChromeVox.tts.speak(
725 cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg('semantics_on'));
727 cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg('semantics_off'));
761 cvox.ChromeVox.tts.speak(
    [all...]
history.js 89 cvox.HistoryEvent.prototype.speak = function(str) {
324 cvox.History.prototype.speak = function(str, mode, props) {
329 window.console.error('Speak called outside of a user command.');
332 this.currentEvent_.speak(str);
pdf_processor.js 33 cvox.ChromeVox.tts.speak(
event_watcher.js 558 cvox.ChromeVox.tts.speak(
882 cvox.ChromeVox.tts.speak(String.fromCharCode(evt.charCode), 0);
913 cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg(evt.type).toLowerCase());
924 cvox.ChromeVox.tts.speak(text, cvox.AbstractTts.QUEUE_MODE_QUEUE);
    [all...]
navigation_manager.js 394 cvox.ChromeVox.tts.speak(announcement, cvox.AbstractTts.QUEUE_MODE_FLUSH,
637 * NavDescriptions to speak.
689 * navigation operation: update the lens, play earcons, and speak the
710 cvox.ChromeVox.tts.speak(msg, cvox.AbstractTts.QUEUE_MODE_QUEUE,
733 cvox.ChromeVox.tts.speak(
983 // Now speak what ended up being selected.
    [all...]
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 122 int result = getTts().speak(SAMPLE_TEXT, TextToSpeech.QUEUE_FLUSH, createParams());
123 assertEquals("speak() failed", TextToSpeech.SUCCESS, result);
124 assertTrue("speak() completion timeout", waitForUtterance());
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_description.js 92 * Speak this nav description with the given queue mode.
98 cvox.NavDescription.prototype.speak = function(
147 cvox.ChromeVox.tts.speak.apply(cvox.ChromeVox.tts, speakArgs[i]);
time_widget.js 14 * A class containing the information needed to speak
187 this.timeTts_.speak(changeMessage, 0, null);
media_widget.js 14 * A class containing the information needed to speak
date_widget.js 14 * A class containing the information needed to speak
200 * @param {boolean} shouldSpeakLabel Whether or not to speak the label.
292 this.dateTts_.speak(changeMessage, 0, null);
chrome_extension_externs.js 688 * @param {string} utterance The text to speak, either plain text or a complete,
690 * strip away the tags and speak the text. The maximum length of the text is
695 chrome.tts.speak = function(utterance, opt_options, opt_callback) {};
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 145 if (mNativeSynth.speak(request, callback) != TextToSpeech.SUCCESS) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
AccessibilityInjector.java 416 public int speak(String text, int queueMode, String jsonParams) { method in class:AccessibilityInjector.TextToSpeechWrapper
440 return mTextToSpeech.speak(text, queueMode, params);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 59 * * prompt the user "speak now"
115 * if not a valid choice, speak the "invalid choice" message, begin
311 mTts.speak(getString(R.string.speak_now_tts),
510 mTts.speak(getString(R.string.no_results_tts),
541 mTts.speak(sentenceSpoken,
561 // multiple matches. Speak the choices and let
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
search_widget.js 324 cvox.ChromeVox.tts.speak('Ignoring case.', 0, null);
327 cvox.ChromeVox.tts.speak('Case sensitive.', 0, null);
431 * speak it, focus the node if applicable, and speak some instructions
449 // Speak the modified description and some instructions.
460 cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg('search_help_item'),
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
braille_captions_background.js 91 cvox.ChromeVox.tts.speak(msg);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
background.js 96 cvox.ChromeVox.tts.speak(output, cvox.AbstractTts.QUEUE_MODE_FLUSH);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
options.js 79 chrome.tts.speak(
  /external/chromium_org/chrome/renderer/
tts_dispatcher.cc 60 void TtsDispatcher::speak(const WebSpeechSynthesisUtterance& web_utterance) { function in class:TtsDispatcher
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TextToSpeechTests.java 175 mTts.speak(speech, TextToSpeech.QUEUE_ADD, null);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 59 /** Extra for message body to speak (if speech enabled in settings). */
116 // if we can speak the message text
131 mTts.speak(mMessageBody, TextToSpeech.QUEUE_FLUSH, null);
249 // Get text to speak (if enabled by user)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 114 cvox.AbstractTts.prototype.speak = function(textString, queueMode, properties) {
217 * @param {Object= } properties Out parameter populated with how to speak the
277 // case and speak it normally.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
host.js 85 cvox.InitialSpeech.speak();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 39 console.log('Calling chrome.tts.speak(\'' +
43 chrome.tts.speak(utterance, options, callback);
45 chrome.tts.speak(utterance, options);
52 'end events, and establishes a baseline time to speak a ' +
396 description: 'Establishes a baseline time to speak a ' +
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 213 * Keys for the parameters passed with speak commands, e.g.
219 * {@link TextToSpeech#speak} and {@link TextToSpeech#synthesizeToFile} to modify
479 // keys for the parameters passed with speak commands. Hidden keys are used internally
521 * @see TextToSpeech#speak(String, int, HashMap)
531 * @see TextToSpeech#speak(String, int, HashMap)
542 * @see TextToSpeech#speak(String, int, HashMap)
553 * @see TextToSpeech#speak(String, int, HashMap)
563 * @see TextToSpeech#speak(String, int, HashMap)
574 * @see TextToSpeech#speak(String, int, java.util.HashMap)
592 * @see TextToSpeech#speak(String, int, java.util.HashMap
1084 public int speak(final CharSequence text, method in class:TextToSpeech
    [all...]

Completed in 805 milliseconds

1 23 4 5