HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 201 - 225 of 3414) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperConnection.aidl 26 void attachEngine(IWallpaperEngine engine);
27 void engineShown(IWallpaperEngine engine);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 57 * to release the native resources used by the TextToSpeech engine.
79 * Denotes a failure of a TTS engine to synthesize the given input.
110 * @see Engine#KEY_FEATURE_NOT_INSTALLED
165 * Note that this notifies callers when the <b>engine</b> has finished has
176 * TextToSpeech engine initialization.
180 * Called to signal the completion of the TextToSpeech engine initialization.
190 * has an utterance ID (see {@link TextToSpeech.Engine#KEY_PARAM_UTTERANCE_ID}).
209 * Intents to ask engine to install data or check its data and
210 * extras for a TTS engine's check data activity.
214 * {@link Engine#KEY_PARAM_UTTERANCE_ID}, {@link Engine#KEY_PARAM_STREAM}
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BasicAgreement.java 12 * initialise the agreement engine.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
KeyPairGeneratorSpi.java 22 DSAKeyPairGenerator engine = new DSAKeyPairGenerator(); field in class:KeyPairGeneratorSpi
59 engine.init(param);
71 engine.init(param);
75 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_callbacks.h 17 // Performs the confirmation step for adding a search engine described by
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/
README 9 import and deploy to Google App Engine after updating
  /external/chromium_org/google_apis/gcm/engine/
connection_factory.cc 5 #include "google_apis/gcm/engine/connection_factory.h"
gcm_store.cc 5 #include "google_apis/gcm/engine/gcm_store.h"
  /external/chromium_org/sync/engine/
non_blocking_type_processor_core_interface.h 8 #include "sync/engine/non_blocking_sync_common.h"
nudge_source.cc 5 #include "sync/engine/nudge_source.h"
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
on_load.cc 42 "Failed to register android objects to video engine");
44 "Failed to register android objects to voice engine");
51 "Failed to unregister android objects from video engine");
53 "Failed to unregister android objects from voice engine");
  /external/fio/examples/
rbd.fio 2 # Example test for the RBD engine.
  /external/glide/library/src/main/java/com/bumptech/glide/load/
ResourceDecoder.java 3 import com.bumptech.glide.load.engine.Resource;
SkipCache.java 3 import com.bumptech.glide.load.engine.Resource;
UnitTransformation.java 3 import com.bumptech.glide.load.engine.Resource;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
BitmapPoolAdapter.java 1 package com.bumptech.glide.load.engine.bitmap_recycle;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDataResource.java 3 import com.bumptech.glide.load.engine.Resource;
GifDrawableResource.java 3 import com.bumptech.glide.load.engine.Resource;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
UnitTranscoder.java 3 import com.bumptech.glide.load.engine.Resource;
  /external/svox/pico/lang/
PicoLangDefaultInSystem.mk 2 # Installation of a default language for the Pico TTS engine
PicoLangEnUsInSystem.mk 2 # Installation of en-US for the Pico TTS engine in the system image
  /libcore/support/src/test/java/libcore/javax/net/ssl/
ForwardingX509ExtendedKeyManager.java 63 public String chooseEngineClientAlias(String[] keyType, Principal[] issuers, SSLEngine engine) {
64 return delegate.chooseEngineClientAlias(keyType, issuers, engine);
68 public String chooseEngineServerAlias(String keyType, Principal[] issuers, SSLEngine engine) {
69 return delegate.chooseEngineServerAlias(keyType, issuers, engine);
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 40 class Engine
72 Engine();
73 ~Engine();
97 Engine::Engine() :
111 Engine::~Engine()
118 void Engine::LoadResources()
127 void Engine::UnloadResources()
135 int Engine::InitDisplay(
    [all...]
  /development/samples/TtsEngine/
_index.html 1 <p>This sample demonstrates how to create a text to speech engine
8 a simple text to speech engine that converts sentences into audio by
22 a settings screen for users to set various engine parameters. This is
  /external/chromium_org/chrome/browser/ui/views/
browser_dialogs.h 29 // Shows a dialog box that allows a search engine to be edited. |template_url|
30 // is the search engine being edited. If it is NULL, then the dialog will add a
31 // new search engine with the data the user supplies. |delegate| is an object

Completed in 1018 milliseconds

1 2 3 4 5 6 7 891011>>