/frameworks/av/services/audioflinger/ |
Effects.h | 33 // The EffectModule class is a wrapper object controlling the effect engine implementation 38 // reset, enable, disable commands to effect engine and provide volume 144 const effect_descriptor_t mDescriptor;// effect descriptor received from effect engine
|
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
alldiffs_index_all.html | 468 <nobr><A HREF="android.speech.tts.TextToSpeech.Engine.html#android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_EMBEDDED_SYNTHESIS" class="hiddenlink" target="rightframe">KEY_FEATURE_EMBEDDED_SYNTHESIS</A> 471 <nobr><A HREF="android.speech.tts.TextToSpeech.Engine.html#android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NETWORK_SYNTHESIS" class="hiddenlink" target="rightframe">KEY_FEATURE_NETWORK_SYNTHESIS</A> [all...] |
alldiffs_index_changes.html | 343 <!-- Class TextToSpeech.Engine --> 344 <A HREF="android.speech.tts.TextToSpeech.Engine.html" class="hiddenlink" target="rightframe">TextToSpeech.Engine</A><br> 365 <!-- Class WallpaperService.Engine --> 382 <A HREF="android.service.wallpaper.WallpaperService.Engine.html" class="hiddenlink" target="rightframe">WallpaperService.Engine</A><br>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 539 ENGINE = engine_st 558 ('engine', POINTER(ENGINE)), 607 ('engine', POINTER(ENGINE)), 661 ('engine', POINTER(ENGINE)), 701 ('engine', POINTER(ENGINE)), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
re.py | 2 # Secret Labs' Regular Expression Engine 4 # re-compatible interface for the sre matching engine 12 # Portions of this engine have been developed in cooperation with
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 539 ENGINE = engine_st 558 ('engine', POINTER(ENGINE)), 607 ('engine', POINTER(ENGINE)), 661 ('engine', POINTER(ENGINE)), 701 ('engine', POINTER(ENGINE)), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
re.py | 2 # Secret Labs' Regular Expression Engine 4 # re-compatible interface for the sre matching engine 12 # Portions of this engine have been developed in cooperation with
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar | |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
splay.js | 31 // JavaScript engine is at allocating nodes and reclaiming the memory 32 // used for old nodes. Because of the way splay trees work, the engine
|
/cts/tests/tests/nativemedia/sl/src/ |
SLObjectCreationTest.cpp | 21 * - Engine 92 // Engine creation
|
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/basicandroidkeystore/ |
BasicAndroidKeyStoreFragment.java | 241 // just the engine for creating/verifying signatures, using 311 // just the engine for creating/verifying signatures, using
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/basicandroidkeystore/ |
BasicAndroidKeyStoreFragment.java | 241 // just the engine for creating/verifying signatures, using 311 // just the engine for creating/verifying signatures, using
|
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
BasicAndroidKeyStoreFragment.java | 241 // just the engine for creating/verifying signatures, using 311 // just the engine for creating/verifying signatures, using
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
DES.java | 228 engine.init(new KeyGenerationParameters(new SecureRandom(), defaultKeySize)); 232 return new SecretKeySpec(engine.generateKey(), algName);
|
/external/chromium/chrome/browser/extensions/ |
extension_tts_api.cc | 196 // Pass through all options to the speech engine, except for 197 // "enqueue", which the speech engine doesn't need to handle.
|
/external/chromium/chrome/browser/sync/sessions/ |
session_state.h | 23 #include "chrome/browser/sync/engine/syncer_types.h" 24 #include "chrome/browser/sync/engine/syncproto.h"
|
/external/chromium/chrome/browser/ui/views/ |
default_search_view.cc | 47 // that we don't use a name given by the search engine to itself which 242 // Add a column set for the search engine choices.
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppclient.cc | 243 // transfer ownership of pre_auth_ to engine 316 XmppClient::engine() { function in class:buzz::XmppClient
|
/external/chromium/webkit/glue/media/ |
video_renderer_impl.cc | 107 // Additonal notes: If opacity = 0.0, the chrome display engine does not try 109 // opacity = 0.0001, alpha is again 0, but the display engine tries to render
|
/external/chromium_org/build/android/ |
lighttpd_server.py | 220 #### SSL engine 221 #ssl.engine = "enable"
|
/external/chromium_org/chrome/browser/importer/ |
in_process_importer_bridge.cc | 122 // The first XML file represents the default search engine in Firefox 3, so we 136 // We have already found a search engine with the same URL. We give
|
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_engine_extension_api.cc | 130 // See if the engine supports the "end" event; if so, we can keep the 138 // Pass through most options to the speech engine, but remove some
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_view.h | 118 // In the future we should display the search engine UI for the default engine
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
browser_options_handler.h | 112 // Sets the search engine at the given index to be default. Called from WebUI. 142 // Loads the possible default search engine list and reports it to the WebUI.
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck.cc | 168 // TODO(groby): Make sure we always have a spelling engine, even before Init() 334 #if !defined(OS_MACOSX) // Mac uses its native engine instead.
|