/external/openssl/apps/ |
engine.c | 1 /* apps/engine.c -*- mode: C; c-file-style: "eay" -*- */ 69 #include <openssl/engine.h> 76 "usage: engine opts [engine ...]\n", 77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n", 81 " -c - for each engine, also list the capabilities\n", 82 " -t[t] - for each engine, check that they are really available\n", 84 " -pre <cmd> - runs command 'cmd' against the ENGINE before any attempts\n", 86 " -post <cmd> - runs command 'cmd' against the ENGINE after loading it\n", 194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent [all...] |
gendh.c | 98 char *engine=NULL; local 129 else if (strcmp(*argv,"-engine") == 0) 132 engine= *(++argv); 154 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n"); 163 setup_engine(bio_err, engine, 0);
|
/external/svox/pico/src/com/svox/pico/ |
EngineSettings.java | 32 * Checks if the voice data for the SVOX Pico Engine is present on the 51 ArrayList<String> available = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES); 52 ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES);
|
/frameworks/base/core/java/android/speech/tts/ |
SynthesisCallback.java | 19 * A callback to return speech data synthesized by a text to speech engine. 21 * The engine can provide streaming audio by calling 33 * @return the maximum number of bytes that the TTS engine can pass in a single call of
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyPairGeneratorSpi.java | 48 ECKeyPairGenerator engine = new ECKeyPairGenerator(); field in class:KeyPairGeneratorSpi.EC 135 engine.init(param); 148 engine.init(param); 226 engine.init(param); 236 engine.init(param); 256 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_input_win.h | 17 // on an event signal which is set periodically by the audio engine for 104 // Retrieves the sample rate used by the audio engine for its internal 108 // Retrieves the number of audio channels used by the audio engine for its 128 // Retrieves the stream format that the audio engine uses for its internal 184 // an audio stream between an audio application and the audio engine. 205 // The audio engine will signal this event each time a buffer has been
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
gendh.c | 98 char *engine=NULL; local 129 else if (strcmp(*argv,"-engine") == 0) 132 engine= *(++argv); 154 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n"); 163 setup_engine(bio_err, engine, 0);
|
dsa.c | 99 ENGINE *e = NULL; 109 char *engine; local 127 engine=NULL; 170 else if (strcmp(*argv,"-engine") == 0) 173 engine= *(++argv); 214 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); 241 e = setup_engine(bio_err, engine, 0);
|
verify.c | 75 STACK_OF(X509_CRL) *crls, ENGINE *e); 82 ENGINE *e = NULL; 92 char *engine=NULL; local 149 else if (strcmp(*argv,"-engine") == 0) 152 engine= *(++argv); 171 e = setup_engine(bio_err, engine, 0); 243 BIO_printf(bio_err," [-engine e]"); 268 STACK_OF(X509_CRL) *crls, ENGINE *e)
|
/external/bluetooth/bluedroid/stack/include/ |
srvc_api.h | 134 ** Service Engine API 140 ** Description Initializa the GATT Service engine, register a GATT application
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeEngine.java | 9 * a class that provides a basic DESede (or Triple DES) engine. 93 throw new IllegalStateException("DESede engine not initialised");
|
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command.h | 13 #include "chrome/browser/sync/engine/model_changing_syncer_command.h" 14 #include "chrome/browser/sync/engine/syncproto.h"
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.h | 17 // search Engine" on the right-hand side), and keyword mode ("Search Engine:" in
|
/external/chromium_org/build/ |
landmine_utils.py | 57 Returns a string which is the distributed build engine in use (if any). 89 Returns a string representing the build engine (not compiler) to use.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
chrome_shared.css | 60 * right. (Namely, URLs, search engine names, etc.) 67 /* Input fields in search engine table need to be weak-rtl. Since those input
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_language.h | 47 // Return true if the underlying spellcheck engine is enabled. 69 // Pointer to a platform-specific spelling engine, if it is in use. This
|
/external/chromium_org/sync/test/engine/ |
test_syncable_utils.cc | 7 #include "sync/test/engine/test_syncable_utils.h" 14 #include "sync/test/engine/test_id_factory.h"
|
/external/chromium_org/third_party/gtk+/ |
AUTHORS | 39 MS-Windows theme engine 45 Pixbuf theme engine
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
mediaengine.h | 57 // MediaEngineInterface is an abstraction of a media engine which can be 69 // Starts the engine. 71 // Shuts down the engine. 73 // Returns what the engine is capable of, as a set of Capabilities, above. 103 // default from the video engine if not previously set. 161 // voice and video engine classes. 281 // a video engine is desired. 325 // a voice engine is desired.
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channelmanager.h | 65 // For testing purposes. Allows the media engine and data media 66 // engine and dev manager to be mocks. The ChannelManager takes 88 // Gets capabilities. Can be called prior to starting the media engine. 92 // Can be called before starting the media engine. 99 // Indicates whether the media engine is started. 101 // Starts up the media engine. 103 // Shuts down the media engine. 225 // TODO(hellner): Remove this function once the engine capturer has been
|
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltconfig.h | 2 * Summary: compile-time version informations for the XSLT engine 3 * Description: compile-time version informations for the XSLT engine
|
/external/chromium_org/third_party/libxslt/linux/libxslt/ |
xsltconfig.h | 2 * Summary: compile-time version informations for the XSLT engine 3 * Description: compile-time version informations for the XSLT engine
|
/external/chromium_org/third_party/sqlite/src/ |
spec.template | 6 Summary: SQLite is a C library that implements an embeddable SQL database engine 17 zero-configuration, transactional SQL database engine.
|
/external/libxslt/libxslt/ |
xsltconfig.h | 2 * Summary: compile-time version informations for the XSLT engine 3 * Description: compile-time version informations for the XSLT engine
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
README.txt | 7 to use the MCJIT execution engine instead of the older JIT engine.
|