HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 276 - 300 of 2141) sorted by null

<<11121314151617181920>>

  /external/openssl/apps/
pkeyparam.c 77 char *engine=NULL; local
111 else if (strcmp(*args,"-engine") == 0)
114 engine= *(++args);
137 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
143 setup_engine(bio_err, engine, 0);
pkey.c 71 ENGINE *e = NULL;
82 char *engine=NULL; local
129 else if (strcmp(*args,"-engine") == 0)
132 engine= *(++args);
195 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
201 e = setup_engine(bio_err, engine, 0);
rand.c 89 char *engine=NULL; local
113 else if (strcmp(argv[i], "-engine") == 0)
115 if ((argv[i+1] != NULL) && (engine == NULL))
116 engine = argv[++i];
169 BIO_printf(bio_err, "-engine e - use engine e, possibly a hardware device.\n");
178 setup_engine(bio_err, engine, 0);
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_rights_manager.h 51 * \param id The id number managed by DRM engine for a specially DRM object.
63 * \param id The id number managed by DRM engine for a specially DRM object.
75 * Append a rights information to DRM engine storage.
97 * \param id The id number managed by DRM engine for a specially DRM object.
108 * \param id The id number managed by DRM engine for a specially DRM object.
167 * \param id The id number managed by DRM engine for a specially DRM object.
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLECDHKeyAgreement.java 34 * Elliptic Curve Diffie-Hellman key agreement backed by the OpenSSL engine.
38 /** OpenSSL handle of the private key. Only available after the engine has been initialized. */
43 * engine has been initialized.
75 throw new RuntimeException("Engine returned " + actualResultLength);
80 // The output is shorter than expected -- use only what's produced by the engine
85 throw new RuntimeException("Engine produced a longer than expected result. Expected: "
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 55 * Create a new connected server/client engine pair within a
119 private static boolean handshakeCompleted(SSLEngine engine,
127 HandshakeStatus status = engine.getHandshakeStatus();
133 Runnable runnable = engine.getDelegatedTask();
146 SSLEngineResult unwrapResult = engine.unwrap(input, scratch);
156 SSLEngineResult wrapResult = engine.wrap(EMPTY_BYTE_BUFFER, output);
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngineInfo.java 31 * Loads and holds data for a given web search engine.
37 // The fields of a search engine data array, defined in the same order as they appear in the
55 // The array of strings defining this search engine. The array values are in the same order as
60 * @throws IllegalArgumentException If the name does not refer to a valid search engine
122 * data available for this search engine).
130 * was no data available for this search engine).
  /external/openssl/crypto/engine/
eng_cryptodev.c 30 #include <openssl/engine.h>
101 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
103 static int cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
130 static int cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p,
315 * thing called by the engine init crud which determines what it
316 * can use for ciphers from this engine. We want to return
323 * use this engine as the default, and if for whatever reason
492 * libcrypto EVP stuff - this is how we get wired to EVP so the engine
604 * Registered by the ENGINE when used to find out how to deal with
605 * a particular NID in the ENGINE. this says what we'll do at th
1367 ENGINE *engine = ENGINE_new(); local
    [all...]
  /external/icu4c/test/letest/
letest.cpp 58 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); local
64 glyphCount = engine->getGlyphCount();
73 engine->getGlyphs(NULL, status);
80 engine->getGlyphs(glyphs, status);
87 engine->getGlyphs(NULL, 0xFF000000L, status);
94 engine->getGlyphs(glyphs, 0xFF000000L, status);
101 engine->getCharIndices(NULL, status);
108 engine->getCharIndices(indices, status);
115 engine->getCharIndices(NULL, 1024, status);
122 engine->getCharIndices(indices, 1024, status)
221 LayoutEngine *engine = NULL; local
243 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, arabScriptCode, -1, status); local
616 LayoutEngine *engine = NULL; local
    [all...]
gendata.cpp 163 LayoutEngine *engine = NULL; local
250 engine = LayoutEngine::layoutEngineFactory(font, scriptCode, languageCode, typoFlags, leStatus);
257 glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, leStatus);
263 engine->getGlyphs(glyphs, leStatus);
264 engine->getCharIndices(indices, leStatus);
265 engine->getGlyphPositions(positions, leStatus);
279 delete engine;
  /external/jmonkeyengine/
NOTICE 1 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/SkeletonLoader.java <==
33 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/MeshLoader.java <==
65 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/AnimData.java <==
97 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/MaterialExtension.java <==
129 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/package.html <==
130 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/MaterialExtensionLoader.java <==
162 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/MaterialExtensionSet.java <==
194 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/matext/OgreMaterialKey.java <==
226 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/MeshAnimationLoader.java <==
258 ==> engine/src/ogre/com/jme3/scene/plugins/ogre/SceneLoader.java <=
    [all...]
  /external/openssl/
Crypto-config.mk 272 crypto/engine/eng_all.c \
273 crypto/engine/eng_cnf.c \
274 crypto/engine/eng_ctrl.c \
275 crypto/engine/eng_dyn.c \
276 crypto/engine/eng_err.c \
277 crypto/engine/eng_fat.c \
278 crypto/engine/eng_init.c \
279 crypto/engine/eng_lib.c \
280 crypto/engine/eng_list.c \
281 crypto/engine/eng_pkey.c
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.h 60 // For testing purposes. Allows the media engine and dev manager to be mocks.
74 // Gets capabilities. Can be called prior to starting the media engine.
78 // Can be called before starting the media engine.
83 // Can be called before starting the media engine.
91 // Indicates whether the media engine is started.
93 // Starts up the media engine.
99 // Shuts down the media engine.
  /external/openssl/crypto/hmac/
hmac.c 69 const EVP_MD *md, ENGINE *impl)
77 /* If we have an ENGINE need to allow non FIPS */
78 if ((impl || ctx->i_ctx.engine)
87 if (!impl && !ctx->i_ctx.engine)
159 if (FIPS_mode() && !ctx->i_ctx.engine)
170 if (FIPS_mode() && !ctx->i_ctx.engine)
213 if (FIPS_mode() && !ctx->i_ctx.engine)
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.speech.tts.TextToSpeech.Engine.html 10 android.speech.tts.TextToSpeech.Engine
74 Class android.speech.tts.<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html" target="_top"><font size="+2"><code>TextToSpeech.Engine</code></font></A>
87 <A NAME="android.speech.tts.TextToSpeech.Engine.KEY_PARAM_PAN"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#KEY_PARAM_PAN" target="_top"><code>KEY_PARAM_PAN</code></A></nobr>
94 <A NAME="android.speech.tts.TextToSpeech.Engine.KEY_PARAM_VOLUME"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#KEY_PARAM_VOLUME" target="_top"><code>KEY_PARAM_VOLUME</code></A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.speech.tts.TextToSpeech.Engine.html 10 android.speech.tts.TextToSpeech.Engine
74 Class android.speech.tts.<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html" target="_top"><font size="+2"><code>TextToSpeech.Engine</code></font></A>
87 <A NAME="android.speech.tts.TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#INTENT_ACTION_TTS_SERVICE" target="_top"><code>INTENT_ACTION_TTS_SERVICE</code></A></nobr>
94 <A NAME="android.speech.tts.TextToSpeech.Engine.SERVICE_META_DATA"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#SERVICE_META_DATA" target="_top"><code>SERVICE_META_DATA</code></A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
android.speech.tts.TextToSpeech.Engine.html 10 android.speech.tts.TextToSpeech.Engine
74 Class android.speech.tts.<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html" target="_top"><font size="+2"><code>TextToSpeech.Engine</code></font></A>
87 <A NAME="android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_EMBEDDED_SYNTHESIS"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#KEY_FEATURE_EMBEDDED_SYNTHESIS" target="_top"><code>KEY_FEATURE_EMBEDDED_SYNTHESIS</code></A></nobr>
94 <A NAME="android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NETWORK_SYNTHESIS"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#KEY_FEATURE_NETWORK_SYNTHESIS" target="_top"><code>KEY_FEATURE_NETWORK_SYNTHESIS</code></A></nobr>
  /packages/inputmethods/PinyinIME/jni/include/
pinyinime.h 30 * Open the decoder engine via the system and user dictionary file names.
34 * @return true if open the decoder engine successfully.
39 * Open the decoder engine via the system dictionary FD and user dictionary
54 * Close the decoder engine.
61 * the UI engine of the IME can only show a certain number of letters(input)
64 * limitations, the engine will discard the recent letter.
78 * Use a spelling string(Pinyin string) to search. The engine will try to do
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 213 * non-uniform random number generation engine.
265 engine()
273 engine() const
363 * Constructs a %linear_congruential random number generator engine with
373 * Constructs a %linear_congruential random number generator engine
383 * Reseeds the %linear_congruential random number generator engine
392 * Reseeds the %linear_congruential random number generator engine
469 * Sets the state of the engine by reading its textual
628 * generator engine @p __x into the output stream @p __os.
631 * @param __x A % mersenne_twister random number generator engine
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 223 * non-uniform random number generation engine.
275 engine() function in class:variate_generator
283 engine() const function in class:variate_generator
373 * Constructs a %linear_congruential random number generator engine with
383 * Constructs a %linear_congruential random number generator engine
393 * Reseeds the %linear_congruential random number generator engine
402 * Reseeds the %linear_congruential random number generator engine
479 * Sets the state of the engine by reading its textual
638 * generator engine @p __x into the output stream @p __os.
641 * @param __x A % mersenne_twister random number generator engine
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 223 * non-uniform random number generation engine.
275 engine() function in class:variate_generator
283 engine() const function in class:variate_generator
373 * Constructs a %linear_congruential random number generator engine with
383 * Constructs a %linear_congruential random number generator engine
393 * Reseeds the %linear_congruential random number generator engine
402 * Reseeds the %linear_congruential random number generator engine
479 * Sets the state of the engine by reading its textual
638 * generator engine @p __x into the output stream @p __os.
641 * @param __x A % mersenne_twister random number generator engine
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 213 * non-uniform random number generation engine.
265 engine()
273 engine() const
363 * Constructs a %linear_congruential random number generator engine with
373 * Constructs a %linear_congruential random number generator engine
383 * Reseeds the %linear_congruential random number generator engine
392 * Reseeds the %linear_congruential random number generator engine
469 * Sets the state of the engine by reading its textual
628 * generator engine @p __x into the output stream @p __os.
631 * @param __x A % mersenne_twister random number generator engine
    [all...]

Completed in 2228 milliseconds

<<11121314151617181920>>