Searched defs:engines (Results 1 - 20 of 20) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DAESWrapEngine.java1 package org.bouncycastle.crypto.engines;
H A DRFC3394WrapEngine.java1 package org.bouncycastle.crypto.engines;
H A DRSABlindedEngine.java1 package org.bouncycastle.crypto.engines;
H A DRSACoreEngine.java1 package org.bouncycastle.crypto.engines;
H A DDESedeEngine.java1 package org.bouncycastle.crypto.engines;
H A DDESedeWrapEngine.java1 package org.bouncycastle.crypto.engines;
H A DRC2Engine.java1 package org.bouncycastle.crypto.engines;
H A DRC4Engine.java1 package org.bouncycastle.crypto.engines;
H A DDESEngine.java1 package org.bouncycastle.crypto.engines;
H A DAESEngine.java1 package org.bouncycastle.crypto.engines;
H A DAESFastEngine.java1 package org.bouncycastle.crypto.engines;
H A DBlowfishEngine.java1 package org.bouncycastle.crypto.engines;
H A DTwofishEngine.java1 package org.bouncycastle.crypto.engines;
/external/icu4c/common/
H A Dbrkeng.cpp170 UStack *engines = new UStack(_deleteEngine, NULL, status); local
171 if (U_SUCCESS(status) && engines == NULL) {
175 delete engines;
176 engines = NULL;
181 fEngines = engines;
182 engines = NULL;
185 delete engines;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar ... .eclipse.osgi.service.security.TrustEngine[] engines java.security.cert.Certificate foundCert int i ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp240 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
311 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
650 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
760 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
773 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
783 Vector<MediaPlayerFactory*>& engines = installedMediaEngines(); local
[all...]
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data.cc69 // future; in such a case the localized engines will transparently replace the
70 // previous, non-localized versions. For engines where we need two instances
79 // IDs > 1000 are reserved for distribution custom engines.
2333 // Lists of engines per country ////////////////////////////////////////////////
2772 // A list of all the engines that we know about.
2982 const PrepopulatedEngine*** engines,
3022 *engines = engines_##code1##code2;\
3477 // If there is a set of search engines in the preferences file, it overrides
3484 const PrepopulatedEngine** engines; local
3486 GetPrepopulationSetFromCountryID(prefs, &engines,
2981 GetPrepopulationSetFromCountryID(PrefService* prefs, const PrepopulatedEngine*** engines, size_t* num_engines) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 204 milliseconds