/external/openssl/crypto/engine/ |
eng_ctrl.c | 1 /* crypto/engine/eng_ctrl.c */ 58 /* When querying a ENGINE-specific control command's 'description', this string 63 * ENGINE in question has asked us to take care of it (ie. the ENGINE did not 103 static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p, 182 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) 235 int ENGINE_cmd_is_executable(ENGINE *e, int cmd) 251 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, 268 * multiple ENGINEs and only require a change of ENGINE id 270 * from a hardware device back to the regular software ENGINE [all...] |
eng_err.c | 1 /* crypto/engine/eng_err.c */ 63 #include <openssl/engine.h> 122 {ERR_REASON(ENGINE_R_CONFLICTING_ENGINE_ID),"conflicting engine id"}, 129 {ERR_REASON(ENGINE_R_ENGINE_CONFIGURATION_ERROR),"engine configuration error"}, 130 {ERR_REASON(ENGINE_R_ENGINE_IS_NOT_IN_LIST),"engine is not in the list"}, 131 {ERR_REASON(ENGINE_R_ENGINE_SECTION_ERROR),"engine section error"}, 150 {ERR_REASON(ENGINE_R_NO_SUCH_ENGINE) ,"no such engine"},
|
/external/openssl/crypto/evp/ |
p_lib.c | 78 #include <openssl/engine.h> 196 ret->engine=NULL; 209 /* Setup a public key ASN1 method and ENGINE from a NID or a string. 216 ENGINE *e = NULL; 227 /* If we have an ENGINE release it */ 228 if (pkey->engine) 230 ENGINE_finish(pkey->engine); 231 pkey->engine = NULL; 251 pkey->engine = e; 370 ENGINE *e [all...] |
pmeth_lib.c | 65 #include <openssl/engine.h> 127 static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) 138 if (pkey && pkey->engine) 139 e = pkey->engine; 140 /* Try to find an ENGINE which implements this method */ 152 /* If an ENGINE handled this method look it up. Othewise 178 ret->engine = e; 297 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e) 302 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e) 313 /* Make sure it's safe to copy a pkey context using an ENGINE */ [all...] |
/external/svox/pico/compat/include/ |
TtsEngine.h | 22 // FIXME: add path+name to implementation of default TTS engine 100 // Initialize the TTS engine and returns whether initialization succeeded. 105 // Shut down the TTS engine and releases all associated resources. 125 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine. 161 // Notifies the engine what audio parameters should be used for the synthesis. 162 // This is meant to be used as a hint, the engine implementation will set the output values 165 // out: the format used by the TTS engine 167 // out: the sample rate used by the TTS engine 169 // out: the number of channels used by the TTS engine 174 // Set a property for the the TTS engine [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine.cc | 223 // Gets the default set of options applied to the engine. Historically, these 246 explicit WebRtcSoundclipMedia(WebRtcVoiceEngine *engine) 247 : engine_(engine), webrtc_channel_(-1) { 565 // modify the defaults via SetOptions (on the media engine). 628 LOG(LS_INFO) << "Initialized WebRtc soundclip engine."; 661 LOG(LS_ERROR) << "Unable to create soundclip: soundclip engine failed to " [all...] |
/external/chromium_org/third_party/icu/source/test/letest/ |
cletest.c | 41 le_engine *engine = le_create(font, arabScriptCode, -1, 0, &status); local 55 glyphCount = le_getGlyphCount(engine, &status); 64 le_getGlyphs(engine, NULL, &status); 71 le_getGlyphs(engine, glyphs, &status); 78 le_getCharIndices(engine, NULL, &status); 85 le_getCharIndices(engine, indices, &status); 92 le_getCharIndicesWithBase(engine, NULL, 1024, &status); 99 le_getCharIndicesWithBase(engine, indices, 1024, &status); 106 le_getGlyphPositions(engine, NULL, &status); 113 le_getGlyphPositions(engine, positions, &status) 190 le_engine *engine = NULL; local 213 le_engine *engine =le_create(font, arabScriptCode, -1, 0, &status); local 449 le_engine *engine; local [all...] |
/external/icu/icu4c/source/test/letest/ |
cletest.c | 41 le_engine *engine = le_create(font, arabScriptCode, -1, 0, &status); local 55 glyphCount = le_getGlyphCount(engine, &status); 64 le_getGlyphs(engine, NULL, &status); 71 le_getGlyphs(engine, glyphs, &status); 78 le_getCharIndices(engine, NULL, &status); 85 le_getCharIndices(engine, indices, &status); 92 le_getCharIndicesWithBase(engine, NULL, 1024, &status); 99 le_getCharIndicesWithBase(engine, indices, 1024, &status); 106 le_getGlyphPositions(engine, NULL, &status); 113 le_getGlyphPositions(engine, positions, &status) 190 le_engine *engine = NULL; local 213 le_engine *engine =le_create(font, arabScriptCode, -1, 0, &status); local 449 le_engine *engine; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_err.c | 1 /* crypto/engine/eng_err.c */ 63 #include <openssl/engine.h> 122 {ERR_REASON(ENGINE_R_CONFLICTING_ENGINE_ID),"conflicting engine id"}, 129 {ERR_REASON(ENGINE_R_ENGINE_CONFIGURATION_ERROR),"engine configuration error"}, 130 {ERR_REASON(ENGINE_R_ENGINE_IS_NOT_IN_LIST),"engine is not in the list"}, 131 {ERR_REASON(ENGINE_R_ENGINE_SECTION_ERROR),"engine section error"}, 150 {ERR_REASON(ENGINE_R_NO_SUCH_ENGINE) ,"no such engine"},
|
/external/chromium_org/chrome/common/extensions/api/ |
manifest_types.json | 27 "description": "A search engine", 33 "description": "Name of the search engine displayed to user. This may only be ommitted if <em>prepopulated_id</em> is set." 38 "description": "Omnibox keyword for the search engine. This may only be ommitted if <em>prepopulated_id</em> is set." 43 "description": "An icon URL for the search engine. This may only be ommitted if <em>prepopulated_id</em> is set." 47 "description": "An search URL used by the search engine." 57 "description": "If omitted, this engine does not support suggestions." 62 "description": "If omitted, this engine does not support instant." 67 "description": "If omitted, this engine does not support image search." 98 "description": "An ID of the built-in search engine in Chrome."
|
/frameworks/base/docs/html/sdk/api_diff/8/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.EXTRA_AVAILABLE_VOICES"></A> 88 <nobr><code>String</code> <A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#EXTRA_AVAILABLE_VOICES" target="_top"><code>EXTRA_AVAILABLE_VOICES</code></A></nobr> 94 <A NAME="android.speech.tts.TextToSpeech.Engine.EXTRA_CHECK_VOICE_DATA_FOR"></A> 95 <nobr><code>String</code> <A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#EXTRA_CHECK_VOICE_DATA_FOR" target="_top"><code>EXTRA_CHECK_VOICE_DATA_FOR</code></A></nobr> 101 <A NAME="android.speech.tts.TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES"></A> 102 <nobr><code>String</code> <A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#EXTRA_UNAVAILABLE_VOICES" target="_top"><code>EXTRA_UNAVAILABLE_VOICES</code></A></nobr>
|
/libcore/luni/src/main/java/java/security/ |
AlgorithmParameters.java | 23 import org.apache.harmony.security.fortress.Engine; 27 * {@code AlgorithmParameters} is an engine class which provides algorithm 37 * Used to access common engine functionality. 39 private static final Engine ENGINE = new Engine(SEVICE); 97 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null); 157 Object spi = ENGINE.getInstance(algorithm, provider, null);
|
KeyPairGenerator.java | 21 import org.apache.harmony.security.fortress.Engine; 25 * {@code KeyPairGenerator} is an engine class which is capable of generating a 36 // Used to access common engine functionality 37 private static final Engine ENGINE = new Engine(SERVICE); 85 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null); 149 Object spi = ENGINE.getInstance(algorithm, provider, null);
|
/external/chromium_org/sync/internal_api/test/ |
test_user_share.cc | 12 #include "sync/test/engine/test_directory_setter_upper.h" 13 #include "sync/test/engine/test_id_factory.h" 14 #include "sync/test/engine/test_syncable_utils.h"
|
/external/fio/engines/ |
rbd.c | 2 * rbd engine 4 * IO engine using Ceph's librbd to test RADOS Block Devices. 34 .lname = "rbd engine rbdname", 36 .help = "RBD name for RBD engine", 43 .lname = "rbd engine pool", 45 .help = "Name of the pool hosting the RBD for the RBD engine", 52 .lname = "rbd engine clientname", 54 .help = "Name of the ceph client to access the RBD for the RBD engine", 342 log_info("rbd engine: RBD version: %d.%d.%d\n", major, minor, extra); 344 /* allocate engine specific structure to deal with librbd. * [all...] |
/external/svox/pico/src/com/svox/pico/providers/ |
SettingsProvider.java | 27 * data from the plugin engine and pass it back to that engine's .so file in the
31 * the location of the data files for the Pico engine which live under
|
/frameworks/base/location/java/android/location/ |
GpsSatellite.java | 91 * Returns true if the GPS engine has ephemeris data for the satellite. 100 * Returns true if the GPS engine has almanac data for the satellite. 109 * Returns true if the satellite was used by the GPS engine when
|
/frameworks/ex/variablespeed/jni/ |
jni_entry.cc | 84 AudioEngine *engine = new AudioEngine(targetFrames, local 87 if (!AudioEngine::CompareAndSetEngine(NULL, engine)) { 88 delete engine;
|
/libcore/luni/src/main/java/javax/crypto/ |
KeyAgreement.java | 31 import org.apache.harmony.security.fortress.Engine; 43 // Used to access common engine functionality 44 private static final Engine ENGINE = new Engine(SERVICE); 192 private static Engine.SpiAndProvider tryAlgorithm(Key key, Provider provider, String algorithm) { 200 ArrayList<Provider.Service> services = ENGINE.getServices(algorithm); 205 Engine.SpiAndProvider sap = tryAlgorithmWithProvider(key, service); 213 private static Engine.SpiAndProvider tryAlgorithmWithProvider(Key key, Provider.Service service) { 219 Engine.SpiAndProvider sap = ENGINE.getInstance(service, null) [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
PSKKeyManagerProxy.java | 52 protected SecretKey getKey(String identityHint, String identity, SSLEngine engine) { 62 protected String chooseServerKeyIdentityHint(SSLEngine engine) { 72 protected String chooseClientKeyIdentity(String identityHint, SSLEngine engine) {
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldWallpaper.java | 9 import android.service.wallpaper.WallpaperService.Engine; 19 public Engine onCreateEngine() { 23 private class RenderScriptEngine extends Engine {
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglValidate.cpp | 81 bool EglValidate::engine(EGLint engine) { function in class:EglValidate 82 return engine == EGL_CORE_NATIVE_ENGINE;
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
pmeth_lib.c | 65 #include <openssl/engine.h> 127 static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) 138 if (pkey && pkey->engine) 139 e = pkey->engine; 140 /* Try to find an ENGINE which implements this method */ 152 /* If an ENGINE handled this method look it up. Othewise 178 ret->engine = e; 297 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e) 302 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e) 313 /* Make sure it's safe to copy a pkey context using an ENGINE */ [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmpplogintask_unittest.cc | 39 XmppEngine* engine() { return engine_.get(); } function in class:XmppLoginTaskTest 234 engine()->HandleInput(input.c_str(), input.length()); 247 engine()->HandleInput(input.c_str(), input.length()); 257 engine()->HandleInput(input.c_str(), input.length()); 273 engine()->HandleInput(input.c_str(), input.length()); 293 engine()->HandleInput(input.c_str(), input.length()); 311 engine()->HandleInput(input.c_str(), input.length()); 333 engine()->HandleInput(input.c_str(), input.length()); 354 engine()->HandleInput(input.c_str(), input.length()); 376 engine()->HandleInput(input.c_str(), input.length()) [all...] |