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

1 2

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebContextMenuClientGtk.cpp 47 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebContextMenuClientQt.cpp 46 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebContextMenuClientWin.cpp 45 void WebContextMenuClient::speak(const String&) function in class:WebKit::WebContextMenuClient
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ContextMenuClientHaiku.cpp 63 void ContextMenuClientHaiku::speak(const String&) function in class:WebCore::ContextMenuClientHaiku
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.cpp 65 void ContextMenuClientQt::speak(const String&) function in class:WebCore::ContextMenuClientQt
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.cpp 43 void ContextMenuClientAndroid::speak(const String&) { notImplemented(); } function in class:WebCore::ContextMenuClientAndroid
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.h 54 virtual void speak(const WTF::String&) {} function in class:WebKit::ContextMenuClientImpl
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ContextMenuClientWinCE.cpp 75 void ContextMenuClientWinCE::speak(const String&) function in class:WebKit::ContextMenuClientWinCE
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ContextMenuClientWx.cpp 76 void ContextMenuClientWx::speak(const String&) function in class:WebCore::ContextMenuClientWx
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 133 void WebContextMenuClient::speak(const String&) function in class:WebContextMenuClient
  /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,
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 73 mTts.speak(mFullBodyString, TextToSpeech.QUEUE_ADD, null);
  /external/svox/pico/compat/src/com/android/tts/compat/
SynthProxy.java 86 public int speak(SynthesisRequest request, SynthesisCallback callback) { method in class:SynthProxy
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 190 void ContextMenuClient::speak(const String&) function in class:WebKit::ContextMenuClient
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 135 // Always speak if the user is listening through headphones.
139 // Don't speak if the IME is connected to a password field.
147 * @param text the text to speak
149 public void speak(CharSequence text) { method in class:AccessibilityUtils
151 Log.e(TAG, "Attempted to speak when accessibility was disabled!");
157 // the screen reader to make it speak.
180 speak(text);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 161 * Keys for the parameters passed with speak commands, e.g.
167 * {@link TextToSpeech#speak} and {@link TextToSpeech#synthesizeToFile} to modify
386 // keys for the parameters passed with speak commands. Hidden keys are used internally
423 * @see TextToSpeech#speak(String, int, HashMap)
433 * @see TextToSpeech#speak(String, int, HashMap)
444 * @see TextToSpeech#speak(String, int, HashMap)
454 * @see TextToSpeech#speak(String, int, HashMap)
465 * @see TextToSpeech#speak(String, int, java.util.HashMap)
662 * {@link #speak(String, int, HashMap)} will play the specified sound resource
696 * After a call to this method, subsequent calls to {@link #speak(String, int, HashMap)
797 public int speak(final String text, final int queueMode, final HashMap<String, String> params) { method in class:TextToSpeech
    [all...]
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 302 mTts.speak(sample, TextToSpeech.QUEUE_FLUSH, null);
  /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/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.cpp 793 JSStringRef AccessibilityUIElement::speak() { return 0; } function in class:AccessibilityUIElement
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 2062 void WebPage::speak(const String& string) function in class:WebKit::WebPage
    [all...]
  /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/webkit/Source/WebCore/loader/
EmptyClients.h 564 virtual void speak(const String&) { } function in class:WebCore::EmptyContextMenuClient
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 787 ESpeak speak() { return static_cast<ESpeak>(rareInheritedData->speak); } function in class:WebCore::RenderStyle
    [all...]
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 1824 milliseconds

1 2