HomeSort by relevance Sort by last modified time
    Searched full:speak (Results 1 - 25 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_tts_apitest.cc 30 MOCK_METHOD6(Speak,
66 EXPECT_CALL(mock_platform_impl_, Speak(_, _, _, _, _, _))
77 EXPECT_CALL(mock_platform_impl_, Speak(_, _, _, _, _, _))
91 EXPECT_CALL(mock_platform_impl_, Speak("text 1", _, _, _, _, _))
103 EXPECT_CALL(mock_platform_impl_, Speak("text 2", _, _, _, _, _))
114 // interrupts. Speak() never gets called on the second utterance.
118 EXPECT_CALL(mock_platform_impl_, Speak("text 1", _, _, _, _, _))
130 EXPECT_CALL(mock_platform_impl_, Speak("text 3", _, _, _, _, _))
143 EXPECT_CALL(mock_platform_impl_, Speak("text 1", _, _, _, _, _))
149 EXPECT_CALL(mock_platform_impl_, Speak("text 2", _, _, _, _, _)
    [all...]
extension_tts_api.h 21 // Speak the given utterance with the given parameters if possible,
26 // The ExtensionTtsController will only try to speak one utterance at
29 // returns false before calling Speak again.
30 virtual bool Speak(
60 // Construct an utterance given a profile, the text to speak,
61 // the options passed to tts.speak, and a completion task to call
108 // The text to speak.
111 // The full options arg passed to tts.speak, which may include fields
141 // Speak the given utterance. If the utterance's can_enqueue flag is true
192 // A queue of utterances to speak after the current one finishes
    [all...]
extension_tts_api_linux.cc 18 virtual bool Speak(
extension_tts_api_win.cc 21 virtual bool Speak(
53 bool ExtensionTtsPlatformImplWin::Speak(
92 speech_synthesizer_->Speak(
111 if (status.dwRunningState == 0 || // 0 == waiting to speak
extension_tts_api_mac.mm 19 virtual bool Speak(
50 bool ExtensionTtsPlatformImplMac::Speak(
extension_tts_api_chromeos.cc 22 virtual bool Speak(
55 bool ExtensionTtsPlatformImplChromeOs::Speak(
112 return cros_library->GetSpeechSynthesisLibrary()->Speak(utterance.c_str());
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.h 43 void Speak(const char* speak_str, bool queue, bool interruptible);
51 // Get text to speak and an earcon identifier (which may be NONE) for any
58 // Get text to speak and an optional earcon identifier, specifically for
65 // Get text to speak when a text control has changed in some way, either
75 // Get text to speak when only the selection/cursor has changed.
81 // Get text to speak when the contents of a text control has changed.
wizard_accessibility_helper.h 33 // Speak the given text if the accessibility pref is already set. |queue|
  /external/chromium/chrome/browser/chromeos/cros/
speech_synthesis_library.cc 29 bool Speak(const char* text) {
30 return chromeos::Speak(text);
57 bool Speak(const char* text) { return true; }
mock_speech_synthesis_library.h 18 MOCK_METHOD1(Speak, bool(const char*));
speech_synthesis_library.h 21 virtual bool Speak(const char* text) = 0;
  /external/chromium/chrome/common/extensions/docs/static/
experimental.tts.html 4 as a speech provider for other extensions and packaged apps that want to speak.
26 <p>Call <code>speak()</code> from your extension or
27 packaged app to speak. For example:</p>
29 <pre>chrome.experimental.tts.speak('Hello, world.');</pre>
34 <pre>chrome.experimental.tts.speak('Hello, world.', {'rate': 0.8});</pre>
39 <pre>chrome.experimental.tts.speak(
54 chrome.experimental.tts.speak(
72 <pre>chrome.experimental.tts.speak('The &lt;emphasis&gt;second&lt;/emphasis&gt; word of this sentence was emphasized.');</pre>
76 support and still speak the underlying text.</p>
82 <code>speak()</code> and <code>stop()</code> and provide an alternat
    [all...]
  /frameworks/base/media/tests/ScoAudioTest/res/values/
strings.xml 10 <string name="tts_speak">Speak TTS</string>
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechServiceTest.java 72 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_FLUSH, createParams());
73 assertEquals("speak() failed", TextToSpeech.SUCCESS, result);
74 assertTrue("speak() completion timeout", waitForUtterance());
TextToSpeechTest.java 104 int result = getTts().speak(SAMPLE_TEXT, TextToSpeech.QUEUE_FLUSH, createParams());
105 assertEquals("speak() failed", TextToSpeech.SUCCESS, result);
106 assertTrue("speak() completion timeout", waitForUtterance());
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
ObscureSpeechDelegate.java 32 * not turned on the "speak passwords" preference and is not listening
93 // Always speak if the user is listening through headphones.
98 // Don't speak since this key is used to type a password.
  /external/smack/src/org/jivesoftware/smackx/muc/
RoomInfo.java 61 * Moderated rooms enable only participants to speak. Users that join the room and aren't
62 * participants can't speak (they are just visitors).
154 * Returns true if the room enabled only participants to speak. Occupants with a role of
155 * visitor won't be able to speak in the room.
157 * @return true if the room enabled only participants to speak.
  /external/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 53 , speak(SpeakNormal)
89 , speak(o.speak)
143 && speak == o.speak
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 38 * <li>Call TextToSpeech.speak to synthesize speech.</li>
106 // Allow the user to press the button for the app to speak again.
131 mTts.speak(hello,
  /external/bison/lib/
fd-hook.h 38 In CLOS (Common Lisp Object System) speak, it consists of an "around"
64 In CLOS speak, REMAINING_LIST is the remaining list of "around" methods,
84 In CLOS speak, REMAINING_LIST is the remaining list of "around" methods,
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebContextMenuClientMac.mm 52 void WebContextMenuClient::speak(const String& string)
54 m_page->speak(string);
  /frameworks/base/core/java/android/speech/tts/
UtteranceProgressListener.java 8 * {@link TextToSpeech#speak} or {@link TextToSpeech#synthesizeToFile} with an
16 * be soon before audio is played back in the case of a {@link TextToSpeech#speak}
  /external/speex/libspeex/
mdf.c 694 int i,j, chan, speak; local
752 for (speak = 0; speak < K; speak++)
757 st->x[speak*N+i] = st->x[speak*N+i+st->frame_size];
758 tmp32 = SUB32(EXTEND32(far_end[i*K+speak]), EXTEND32(MULT16_16_P15(st->preemph, st->memX[speak])));
772 st->x[speak*N+i+st->frame_size] = EXTRACT16(tmp32);
773 st->memX[speak] = far_end[i*K+speak]
    [all...]
  /external/svox/pico/tests/data/
xsampa_pico_man_README.txt 16 This is achieved by using the TextToSpeech.speak() method of the android.speech.tts package.
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebContextMenuClientQt.cpp 46 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 91011>>