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

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 59 private boolean initTts(String engine) throws InterruptedException {
60 return initTts(new TextToSpeech(mContext, mInitListener, engine));
105 * Listener for waiting for TTS engine initialization completion.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
chatroommoduleimpl.cc 174 ASSERT(engine() != NULL);
280 if (!engine())
311 XmppReturnStatus status = engine()->SendStanza(&element);
320 if (!engine())
332 XmppReturnStatus status = engine()->SendStanza(&element);
342 if (!engine())
364 XmppReturnStatus status = engine()->SendStanza(&element);
411 IFR(engine()->SendStanza(&message));
xmppclient.h 106 XmppEngine* engine();
  /external/chromium_org/third_party/openssl/openssl/apps/
progs.pl 38 elsif ( ($_ =~ /^engine$/))
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh.h 154 ENGINE *engine; member in struct:dh_st
189 DH *DH_new_method(ENGINE *engine);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_enc.c 65 #include <openssl/engine.h>
103 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
116 * so this context may already have an ENGINE! Try to avoid releasing
117 * the previous handle, re-querying for an ENGINE, and having a
119 if (ctx->engine && ctx->cipher && (!cipher ||
127 * ENGINE and EVP_CIPHER could be used). */
146 /* Ask if an ENGINE is reserved for this job */
150 /* There's an ENGINE for this job ... (apparently) */
161 /* We'll use the ENGINE's private cipher definition */
163 /* Store the ENGINE functional reference so we kno
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dh.h 154 ENGINE *engine; member in struct:dh_st
189 DH *DH_new_method(ENGINE *engine);
  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 49 GnomeFontInstance::GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &status)
58 error = FT_New_Face(engine, fontPathName, 0, &fFace);
GnomeFontInstance.h 72 GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &status);
  /external/openssl/apps/
progs.pl 38 elsif ( ($_ =~ /^engine$/))
  /external/openssl/crypto/dh/
dh.h 154 ENGINE *engine; member in struct:dh_st
189 DH *DH_new_method(ENGINE *engine);
  /external/openssl/crypto/evp/
evp_enc.c 65 #include <openssl/engine.h>
103 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
116 * so this context may already have an ENGINE! Try to avoid releasing
117 * the previous handle, re-querying for an ENGINE, and having a
119 if (ctx->engine && ctx->cipher && (!cipher ||
127 * ENGINE and EVP_CIPHER could be used). */
146 /* Ask if an ENGINE is reserved for this job */
150 /* There's an ENGINE for this job ... (apparently) */
161 /* We'll use the ENGINE's private cipher definition */
163 /* Store the ENGINE functional reference so we kno
    [all...]
  /external/openssl/include/openssl/
dh.h 154 ENGINE *engine; member in struct:dh_st
189 DH *DH_new_method(ENGINE *engine);
  /libcore/crypto/src/test/java/org/conscrypt/
SignatureTest.java 85 /* ENGINE-based private key */
87 OpenSSLEngine engine = OpenSSLEngine.getInstance(NativeCryptoTest.TEST_ENGINE_ID); local
88 PrivateKey privKey = engine.getPrivateKeyById(pem_private);
91 /* Non-ENGINE-based public key */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEStreamCipher.java 83 StreamCipher engine,
86 cipher = engine;
91 BlockCipher engine,
96 cipher = new StreamBlockCipher(engine);
  /external/chromium/sdch/open-vcdiff/src/google/
vcencoder.h 81 const VCDiffEngine* engine() const { return engine_; } function in class:open_vcdiff::HashedDictionary
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.h 111 XmppEngine* engine();
  /external/chromium_org/sdch/open-vcdiff/src/google/
vcencoder.h 51 const VCDiffEngine* engine() const { return engine_; } function in class:open_vcdiff::HashedDictionary
  /external/chromium_org/third_party/openssl/openssl/crypto/err/
err_all.c 95 #include <openssl/engine.h>
  /external/open-vcdiff/src/google/
vcencoder.h 51 const VCDiffEngine* engine() const { return engine_; } function in class:open_vcdiff::HashedDictionary
  /external/openssh/openbsd-compat/
openssl-compat.c 25 # include <openssl/engine.h>
  /external/openssl/crypto/err/
err_all.c 95 #include <openssl/engine.h>
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 80 BindImageAsFramebuffer(RenderEngine& engine, EGLImageKHR image);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DESede.java 179 engine.init(new KeyGenerationParameters(new SecureRandom(), defaultKeySize));
189 byte[] k = engine.generateKey();
197 return new SecretKeySpec(engine.generateKey(), algName);
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.cc 283 ComponentExtensionEngine engine; local
284 ReadEngineComponent(*dictionary, &engine);
285 component_ime.engines.push_back(engine);

Completed in 1126 milliseconds

1 2 3 4 5 6 7 891011>>