/external/chromium_org/third_party/openssl/openssl/apps/ |
dgst.c | 106 ENGINE *e = NULL; 126 char *engine=NULL; local 206 else if (strcmp(*argv,"-engine") == 0) 209 engine= *(++argv); 210 e = setup_engine(bio_err, engine, 0); 279 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n"); 287 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ech_locl.h | 90 ENGINE *engine; member in struct:ecdh_data_st
|
/external/chromium_org/third_party/re2/re2/ |
filtered_re2.h | 9 // By design, it does not include a string matching engine. This is to 11 // engine. The overall flow is: Add all the regexps using Add, then
|
/external/chromium_org/ui/webui/resources/css/ |
chrome_shared.css | 66 * right. (Namely, URLs, search engine names, etc.) 73 /* Input fields in search engine table need to be weak-rtl. Since those input
|
/external/chromium_org/ui/webui/resources/js/ |
i18n_template.js | 8 * @fileoverview This is a simple template engine inspired by JsTemplates 30 * This provides the handlers for the templating engine. The key is used as
|
/external/icu4c/common/ |
rbbisetb.h | 23 // RBBISetBuilder Derives the character categories used by the runtime RBBI engine 70 // the RBBI execution engine.
|
/external/icu4c/samples/layout/ |
GnomeFontInstance.cpp | 49 GnomeFontInstance::GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &status) 58 error = FT_New_Face(engine, fontPathName, 0, &fFace);
|
/external/libogg/doc/libogg/ |
encoding.html | 21 <p>When encoding, the encoding engine will output raw packets which must be placed into an Ogg bitstream. 25 <li>Use the encoding engine to produce a raw packet of data.
|
/external/libxslt/libxslt/ |
xsltconfig.h.in | 2 * Summary: compile-time version informations for the XSLT engine 3 * Description: compile-time version informations for the XSLT engine
|
/external/llvm/docs/CommandGuide/ |
llvm-config.rst | 32 `llvm-config --libs engine bcreader scalaropts` 164 **engine**
|
/external/llvm/include/llvm/ExecutionEngine/ |
RTDyldMemoryManager.h | 39 /// engine, and optionally recorded by the memory manager to access a loaded 45 /// The SectionID is a unique identifier assigned by the JIT engine, and
|
/external/openssl/apps/ |
dgst.c | 106 ENGINE *e = NULL; 126 char *engine=NULL; local 206 else if (strcmp(*argv,"-engine") == 0) 209 engine= *(++argv); 210 e = setup_engine(bio_err, engine, 0); 279 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n"); 287 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");
|
/external/openssl/crypto/ecdh/ |
ech_locl.h | 90 ENGINE *engine; member in struct:ecdh_data_st
|
/external/regex-re2/re2/ |
filtered_re2.h | 9 // By design, it does not include a string matching engine. This is to 11 // engine. The overall flow is: Add all the regexps using Add, then
|
/external/svox/pico/lib/ |
picodefs.h | 151 /* Engine getData return values */ 168 /* Engine getData outDataType values */
|
/frameworks/base/media/java/android/media/audiofx/ |
Equalizer.java | 35 * <p>An application creates an Equalizer object to instantiate and control an Equalizer engine 101 * Number of bands implemented by Equalizer engine 106 * Number of presets implemented by Equalizer engine 110 * Names of presets implemented by Equalizer engine 132 * engine. As the same engine can be shared by several applications, this parameter indicates 176 * Gets the number of frequency bands supported by the Equalizer engine. 385 * Equalizer engine.
|
NoiseSuppressor.java | 25 * (car/airplane engine, AC system) or non-stationary (other peoples conversations, car horn) for 30 * engine in the audio framework.
|
/frameworks/wilhelm/src/itf/ |
IVideoDecoderCapabilities.cpp | 123 // This is an Engine object interface, so we allocate the associated resources every time 124 // the interface is exposed on the Engine object and free them when the object is about
|
/frameworks/wilhelm/tests/sandbox/ |
dim.c | 39 // create engine 152 // destroy engine
|
xa.c | 35 printf("GetInterface for ENGINE\n"); 128 printf("destroying engine\n");
|
/libcore/luni/src/main/java/javax/crypto/ |
Mac.java | 29 import org.apache.harmony.security.fortress.Engine; 38 //Used to access common engine functionality 39 private static final Engine ENGINE = new Engine("Mac"); 106 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null); 168 Object spi = ENGINE.getInstance(algorithm, provider, null);
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngineResult.java | 44 * The engine must send data to the remote side to continue the 49 * The engine needs to receive data from the remote side to continue the
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
evp.h | 134 ENGINE *engine; member in struct:evp_pkey_st 268 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */ member in struct:env_md_ctx_st 414 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */ member in struct:evp_cipher_ctx_st 556 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl); 561 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
evp.h | 134 ENGINE *engine; member in struct:evp_pkey_st 268 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */ member in struct:env_md_ctx_st 414 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */ member in struct:evp_cipher_ctx_st 556 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl); 561 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) [all...] |
/external/chromium_org/third_party/openssl/ |
openssl.target.darwin-arm.mk | 272 third_party/openssl/openssl/crypto/engine/eng_all.c \ 273 third_party/openssl/openssl/crypto/engine/eng_cnf.c \ 274 third_party/openssl/openssl/crypto/engine/eng_ctrl.c \ 275 third_party/openssl/openssl/crypto/engine/eng_dyn.c \ 276 third_party/openssl/openssl/crypto/engine/eng_err.c \ 277 third_party/openssl/openssl/crypto/engine/eng_fat.c \ 278 third_party/openssl/openssl/crypto/engine/eng_init.c \ 279 third_party/openssl/openssl/crypto/engine/eng_lib.c \ 280 third_party/openssl/openssl/crypto/engine/eng_list.c \ 281 third_party/openssl/openssl/crypto/engine/eng_pkey.c [all...] |