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

1 2 3

  /system/connectivity/shill/shims/
wpa_supplicant.conf.in 16 pkcs11_engine_path=@libdir@/engines/engine_pkcs11.so
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESWrapEngine.java 1 package org.bouncycastle.crypto.engines;
DESedeEngine.java 1 package org.bouncycastle.crypto.engines;
RC4Engine.java 1 package org.bouncycastle.crypto.engines;
RSABlindedEngine.java 1 package org.bouncycastle.crypto.engines;
  /external/curl/src/
tool_help.c 336 struct curl_slist *engines = NULL; local
338 /* Get the list of engines */
339 curl_easy_getinfo(curl, CURLINFO_SSL_ENGINES, &engines);
341 puts("Build-time engines:");
342 if(engines) {
343 for(; engines; engines = engines->next)
344 printf(" %s\n", engines->data);
350 /* Cleanup the list of engines */
    [all...]
  /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 \
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 95 private void assertContainsEngine(String engine, List<TextToSpeech.EngineInfo> engines) {
96 for (TextToSpeech.EngineInfo engineInfo : engines) {
165 List<TextToSpeech.EngineInfo> engines = getTts().getEngines(); local
166 assertNotNull("getEngines() returned null", engines);
167 assertContainsEngine(getTts().getDefaultEngine(), engines); local
174 List<TextToSpeech.EngineInfo> engines = getTts().getEngines(); local
175 assertNotNull("getEngines() returned null", engines);
176 assertContainsEngine(TextToSpeechWrapper.MOCK_TTS_ENGINE, engines);
  /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/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidLiveWallpaperService.java 68 // current format of surface (one GLSurfaceView is shared between all engines)
73 // app is initialized when engines == 1 first time, app is destroyed in WallpaperService.onDestroy, but
75 protected int engines = 0; field in class:AndroidLiveWallpaperService
112 /** One of wallpaper engines is starting. Do not override this method, service manages them internally. */
164 // engines live there
170 * don't know if service create more engines, app is shared between them and should stay initialized waiting for new engines */
214 * Engines at one time and we must share libGDX application between them.
235 Log.d(TAG, " > AndroidWallpaperEngine - onCreate() " + hashCode() + " running: " + engines + ", linked: "
245 engines++;
    [all...]
  /external/fio/
Android.mk 38 engines_src_files := engines/cpu.c engines/mmap.c engines/null.c engines/net.c \
39 engines/sg.c engines/sync.c
41 engines_src_files_64 := engines/splice.c
Makefile 32 lib/num2str.c lib/ieee754.c $(wildcard crc/*.c) engines/cpu.c \
33 engines/mmap.c engines/sync.c engines/null.c engines/net.c \
45 SOURCE += engines/libhdfs.c
58 SOURCE += engines/libaio.c
61 SOURCE += engines/rdma.c
64 SOURCE += engines/posixaio.c
67 SOURCE += engines/falloc.
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
Twofish.java 7 import org.bouncycastle.crypto.engines.TwofishEngine;
Blowfish.java 5 import org.bouncycastle.crypto.engines.BlowfishEngine;
ARC4.java 5 import org.bouncycastle.crypto.engines.RC4Engine;
DESede.java 23 import org.bouncycastle.crypto.engines.DESedeEngine;
24 import org.bouncycastle.crypto.engines.DESedeWrapEngine;
26 // import org.bouncycastle.crypto.engines.RFC3211WrapEngine;
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 60 SSLEngine[] engines = connect(c, hooks, finished); local
61 return new TestSSLEnginePair(c, engines[0], engines[1]);
146 public static void close(SSLEngine[] engines) {
148 for (SSLEngine engine : engines) {
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 52 * Support class for querying the list of available engines
55 * Comments in this class the use the shorthand "system engines" for engines that
121 * if no TTS engines were present in the system image.
124 final List<EngineInfo> engines = getEngines(); local
126 if (engines.size() > 0 && engines.get(0).system) {
127 return engines.get(0).name;
134 * Returns the engine info for a given engine name. Note that engines are
154 * Gets a list of all installed TTS engines
    [all...]
  /external/icu/icu4c/source/common/
brkeng.cpp 152 UStack *engines = new UStack(_deleteEngine, NULL, status); local
153 if (U_FAILURE(status) || engines == NULL) {
155 delete engines;
158 fEngines = engines;
  /external/autotest/client/deps/ibusclient/src/
ibusclient.cc 312 // Set the preload engines to those named in the array |engines| of size
316 // that the names of the engines are valid.
318 char** engines) {
323 g_variant_builder_add(&variant_builder, "s", engines[i]);
356 // Prints the names of the given engines. Takes the ownership of |engines|.
357 void PrintEngineNames(GList* engines) {
358 for (GList* cursor = engines; cursor; cursor = g_list_next(cursor)) {
364 g_list_free(engines);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /system/security/keystore-engine/
Android.mk 33 LOCAL_MODULE_RELATIVE_PATH := ssl/engines

Completed in 1296 milliseconds

1 2 3