/external/chromium_org/third_party/openssl/ |
openssl.gypi | 255 'openssl/crypto/engine/eng_all.c', 256 'openssl/crypto/engine/eng_cnf.c', 257 'openssl/crypto/engine/eng_ctrl.c', 258 'openssl/crypto/engine/eng_dyn.c', 259 'openssl/crypto/engine/eng_err.c', 260 'openssl/crypto/engine/eng_fat.c', 261 'openssl/crypto/engine/eng_init.c', 262 'openssl/crypto/engine/eng_lib.c', 263 'openssl/crypto/engine/eng_list.c', 264 'openssl/crypto/engine/eng_pkey.c' [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/chromium_org/third_party/icu/source/test/letest/ |
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/chromium_org/third_party/openssl/openssl/apps/ |
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);
|
/external/chromium_org/third_party/openssl/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)
|
/external/icu4c/test/letest/ |
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/openssl/apps/ |
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);
|
/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> <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> <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> <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> <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> <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> <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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...] |