HomeSort by relevance Sort by last modified time
    Searched refs:engines (Results 1 - 25 of 47) sorted by null

1 2

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESWrapEngine.java 1 package org.bouncycastle.crypto.engines;
DESedeEngine.java 1 package org.bouncycastle.crypto.engines;
RSABlindedEngine.java 1 package org.bouncycastle.crypto.engines;
RC4Engine.java 1 package org.bouncycastle.crypto.engines;
RFC3394WrapEngine.java 1 package org.bouncycastle.crypto.engines;
RSACoreEngine.java 1 package org.bouncycastle.crypto.engines;
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 110 List<TextToSpeech.EngineInfo> engines = getTts().getEngines(); local
111 assertNotNull("getEngines() returned null", engines);
112 assertContainsEngine(getTts().getDefaultEngine(), engines); local
116 List<TextToSpeech.EngineInfo> engines = getTts().getEngines(); local
117 assertNotNull("getEngines() returned null", engines);
118 assertContainsEngine(TextToSpeechWrapper.MOCK_TTS_ENGINE, engines);
121 private void assertContainsEngine(String engine, List<TextToSpeech.EngineInfo> engines) {
122 for (TextToSpeech.EngineInfo engineInfo : engines) {
  /external/wpa_supplicant_6/wpa_supplicant/examples/
openCryptoki.conf 19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/
Android.mk 16 $(PV_TOP)/engines/common/include \
17 $(PV_TOP)/engines/player/config/android \
18 $(PV_TOP)/engines/player/include \
25 $(PV_TOP)/engines/author/include \
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 240 Vector<MediaPlayerFactory*>& engines = installedMediaEngines();
241 if (engines.isEmpty())
254 unsigned count = engines.size();
257 if (current == engines[ndx])
261 MediaPlayer::SupportsType engineSupport = engines[ndx]->supportsTypeAndCodecs(type, codecs);
264 engine = engines[ndx];
273 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
274 if (engines.isEmpty())
278 return engines.first();
280 size_t currentIndex = engines.find(current)
311 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
650 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
752 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
765 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
775 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/
Android.mk 20 $(PV_TOP)/engines/common/include \
21 $(PV_TOP)/engines/player/config/android \
22 $(PV_TOP)/engines/player/include \
29 $(PV_TOP)/engines/author/include \
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/
ARC4.java 6 import org.bouncycastle.crypto.engines.RC4Engine;
Blowfish.java 6 import org.bouncycastle.crypto.engines.BlowfishEngine;
AES.java 14 import org.bouncycastle.crypto.engines.AESFastEngine;
15 import org.bouncycastle.crypto.engines.AESWrapEngine;
17 // import org.bouncycastle.crypto.engines.RFC3211WrapEngine;
DESede.java 15 import org.bouncycastle.crypto.engines.DESedeEngine;
16 import org.bouncycastle.crypto.engines.DESedeWrapEngine;
18 // import org.bouncycastle.crypto.engines.RFC3211WrapEngine;
  /external/icu4c/common/
brkeng.cpp 167 UStack *engines = new UStack(_deleteEngine, NULL, status); local
168 if (U_SUCCESS(status) && engines == NULL) {
172 delete engines;
173 engines = NULL;
178 fEngines = engines;
179 engines = NULL;
182 delete engines;
  /packages/apps/Browser/tools/
get_search_engines.py 18 Creates the list of search engines
47 """Manages list of search engines and creates locale specific lists.
170 engines = engines_str.split(',')
172 return engines
175 """Writes all search engines to the all_search_engines.xml file.
199 The new file contains search engines specific to that country. If required
220 engines = self.getSearchEnginesForCountry(country)
221 if not engines:
223 for engine in engines:
228 # than 7 search engines for this country, the remaining items are marked a
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 50 SSLEngine[] engines = connect(c, hooks); local
51 return new TestSSLEnginePair(c, engines[0], engines[1]);
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 49 * Support class for querying the list of available engines
52 * Comments in this class the use the shorthand "system engines" for engines that
82 * if no TTS engines were present in the system image.
85 final List<EngineInfo> engines = getEngines(); local
87 if (engines.size() > 0 && engines.get(0).system) {
88 return engines.get(0).name;
95 * Returns the engine info for a given engine name. Note that engines are
115 * Gets a list of all installed TTS engines
    [all...]
  /external/openssl/apps/
engine.c 83 " -tt will display error trace for unavailable engines\n",
88 " NB: -pre and -post will be applied to all ENGINEs supplied on the command\n",
89 " line, or all supported ENGINEs if none are specified.\n",
347 STACK_OF(OPENSSL_STRING) *engines = sk_OPENSSL_STRING_new_null();
409 sk_OPENSSL_STRING_push(engines,*argv);
424 if (sk_OPENSSL_STRING_num(engines) == 0)
428 sk_OPENSSL_STRING_push(engines,(char *)ENGINE_get_id(e));
432 for (i=0; i<sk_OPENSSL_STRING_num(engines); i++)
434 const char *id = sk_OPENSSL_STRING_value(engines,i);
536 sk_OPENSSL_STRING_pop_free(engines, identity)
    [all...]
  /system/security/keystore-engine/
Android.mk 23 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/ssl/engines
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEBlockCipher.java 30 import org.bouncycastle.crypto.engines.AESFastEngine;
31 import org.bouncycastle.crypto.engines.DESEngine;
32 import org.bouncycastle.crypto.engines.DESedeEngine;
34 // import org.bouncycastle.crypto.engines.GOST28147Engine;
36 import org.bouncycastle.crypto.engines.RC2Engine;
37 import org.bouncycastle.crypto.engines.TwofishEngine;
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java 247 SSLEngine[] engines = TestSSLEnginePair.connect(c, null); local
248 assertConnected(engines[0], engines[1]);

Completed in 323 milliseconds

1 2