HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 251 - 275 of 3414) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
values.pass.cpp 12 // template<class Engine, size_t p, size_t r>
17 // typedef typename Engine::result_type result_type;
19 // // engine characteristics
22 // static constexpr result_type min() { return Engine::min(); }
23 // static constexpr result_type max() { return Engine::max(); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
io.pass.cpp 12 // template<class Engine, size_t w, class UIntType>
16 // class Engine, size_t w, class UIntType>
19 // const independent_bits_engine<Engine, w, UIntType>& x);
22 // class Engine, size_t w, class UIntType>
25 // independent_bits_engine<Engine, w, UIntType>& x);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
TemplateUrlService.java 33 * Represents search engine with its index.
122 * @return The default search engine index (e.g., 0, 1, 2,...).
130 * @return {@link TemplateUrlService.TemplateUrl} for the default search engine.
156 * @return Whether or not the default search engine has search by image support.
164 * @return Whether the default configured search engine is for a Google property.
191 * Finds the default search engine for the default provider and returns the url query
195 * @return A {@link String} that contains the url of the default search engine with
203 * Finds the default search engine for the default provider and returns the url query
207 * @return A {@link String} that contains the url of the default search engine with
227 * Finds the default search engine for the default provider and returns the url quer
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
tb_cipher.c 64 void ENGINE_unregister_ciphers(ENGINE *e)
74 int ENGINE_register_ciphers(ENGINE *e)
90 ENGINE *e;
96 int ENGINE_set_default_ciphers(ENGINE *e)
113 ENGINE *ENGINE_get_cipher_engine(int nid)
118 /* Obtains a cipher implementation from an ENGINE functional reference */
119 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid)
132 /* Gets the cipher callback from an ENGINE structure */
133 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e)
138 /* Sets the cipher callback in an ENGINE structure *
    [all...]
tb_digest.c 64 void ENGINE_unregister_digests(ENGINE *e)
74 int ENGINE_register_digests(ENGINE *e)
90 ENGINE *e;
96 int ENGINE_set_default_digests(ENGINE *e)
113 ENGINE *ENGINE_get_digest_engine(int nid)
118 /* Obtains a digest implementation from an ENGINE functional reference */
119 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid)
132 /* Gets the digest callback from an ENGINE structure */
133 ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e)
138 /* Sets the digest callback in an ENGINE structure *
    [all...]
tb_ecdh.c 1 /* crypto/engine/tb_ecdh.c */
12 * The ECDH engine software is originally written by Nils Gura and
80 void ENGINE_unregister_ECDH(ENGINE *e)
90 int ENGINE_register_ECDH(ENGINE *e)
100 ENGINE *e;
106 int ENGINE_set_default_ECDH(ENGINE *e)
117 ENGINE *ENGINE_get_default_ECDH(void)
122 /* Obtains an ECDH implementation from an ENGINE functional reference */
123 const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e)
128 /* Sets an ECDH implementation in an ENGINE structure *
    [all...]
eng_openssl.c 1 /* crypto/engine/eng_openssl.c */
68 #include <openssl/engine.h>
113 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
117 static int openssl_digests(ENGINE *e, const EVP_MD **digest,
122 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
126 /* The constants used when creating the ENGINE */
128 static const char *engine_openssl_name = "Software engine support";
131 * "dynamic" ENGINE support too */
132 static int bind_helper(ENGINE *e)
165 /* If we add errors to this ENGINE, ensure the error handling is setup here *
    [all...]
eng_pkey.c 1 /* crypto/engine/eng_pkey.c */
60 int ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f)
66 int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f)
72 int ENGINE_set_load_ssl_client_cert_function(ENGINE *e,
79 ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e)
84 ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e)
89 ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE *e)
96 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
132 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
168 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s
    [all...]
  /external/openssl/crypto/engine/
tb_cipher.c 64 void ENGINE_unregister_ciphers(ENGINE *e)
74 int ENGINE_register_ciphers(ENGINE *e)
90 ENGINE *e;
96 int ENGINE_set_default_ciphers(ENGINE *e)
113 ENGINE *ENGINE_get_cipher_engine(int nid)
118 /* Obtains a cipher implementation from an ENGINE functional reference */
119 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid)
132 /* Gets the cipher callback from an ENGINE structure */
133 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e)
138 /* Sets the cipher callback in an ENGINE structure *
    [all...]
tb_digest.c 64 void ENGINE_unregister_digests(ENGINE *e)
74 int ENGINE_register_digests(ENGINE *e)
90 ENGINE *e;
96 int ENGINE_set_default_digests(ENGINE *e)
113 ENGINE *ENGINE_get_digest_engine(int nid)
118 /* Obtains a digest implementation from an ENGINE functional reference */
119 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid)
132 /* Gets the digest callback from an ENGINE structure */
133 ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e)
138 /* Sets the digest callback in an ENGINE structure *
    [all...]
tb_ecdh.c 1 /* crypto/engine/tb_ecdh.c */
12 * The ECDH engine software is originally written by Nils Gura and
80 void ENGINE_unregister_ECDH(ENGINE *e)
90 int ENGINE_register_ECDH(ENGINE *e)
100 ENGINE *e;
106 int ENGINE_set_default_ECDH(ENGINE *e)
117 ENGINE *ENGINE_get_default_ECDH(void)
122 /* Obtains an ECDH implementation from an ENGINE functional reference */
123 const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e)
128 /* Sets an ECDH implementation in an ENGINE structure *
    [all...]
eng_openssl.c 1 /* crypto/engine/eng_openssl.c */
68 #include <openssl/engine.h>
113 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
117 static int openssl_digests(ENGINE *e, const EVP_MD **digest,
122 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
126 /* The constants used when creating the ENGINE */
128 static const char *engine_openssl_name = "Software engine support";
131 * "dynamic" ENGINE support too */
132 static int bind_helper(ENGINE *e)
165 /* If we add errors to this ENGINE, ensure the error handling is setup here *
    [all...]
eng_pkey.c 1 /* crypto/engine/eng_pkey.c */
60 int ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f)
66 int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f)
72 int ENGINE_set_load_ssl_client_cert_function(ENGINE *e,
79 ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e)
84 ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e)
89 ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE *e)
96 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
132 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
168 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Engine.java 32 * classes. The usage pattern is to allocate static Engine instance
37 * internal {@code Engine} values to null to prevent memory leaks.
44 * private static final Engine ENGINE = new Engine("Foo");
59 * Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
64 * Object spi = ENGINE.getInstance(algorithm, provider, null);
72 public final class Engine {
119 * Creates a Engine objec
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
README 4 This is a Google App Engine server which serves the documentation for Chrome
12 You shouldn't need app engine locally to develop the server, preview.py should
13 be sufficient. If for some reason you want to test against the app engine SDK:
15 1. Download the python Google App Engine SDK from:
19 (dev_appserver.py is part of the App Engine)
63 server directory so that they get uploaded to App Engine.
65 3. Run appcfg.py (supplied with the App Engine SDK) to upload the server code:
  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 10 // This header defines the interface to the LLVM difference engine,
38 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) {
39 Engine.consumer.enterContext(L, R);
43 Engine.consumer.exitContext();
47 DifferenceEngine &Engine;
  /external/svox/pico/lib/
picoextapi.c 185 pico_Engine engine,
194 if (!picoctrl_isValidEngineHandle((picoctrl_Engine) engine)) {
199 picoos_Common common = picoctrl_engGetCommon((picoctrl_Engine) engine);
207 pico_Engine engine
211 status = picoctrl_getLastScheduledPU((picoctrl_Engine) engine);
216 pico_Engine engine
220 status = picoctrl_getLastProducedItemType((picoctrl_Engine) engine);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 84 def topExecutionCount(engine)
88 if value.engine == engine
109 def bottomExecutionCount(engine)
113 if compilation.engine == engine
218 def maxTopExecutionCount(engine)
222 max = [max, bytecode.topExecutionCount(engine)].max
236 def maxBottomExecutionCount(engine)
240 max = [max, bytecode.bottomExecutionCount(engine)].ma
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_lib.c 67 #include <openssl/engine.h>
110 * to deal with which ENGINE it comes from. */
115 if (dsa->engine)
117 ENGINE_finish(dsa->engine);
118 dsa->engine = NULL;
126 DSA *DSA_new_method(ENGINE *engine)
138 if (engine)
140 if (!ENGINE_init(engine))
146 ret->engine = engine
    [all...]
  /external/openssl/crypto/dsa/
dsa_lib.c 67 #include <openssl/engine.h>
110 * to deal with which ENGINE it comes from. */
115 if (dsa->engine)
117 ENGINE_finish(dsa->engine);
118 dsa->engine = NULL;
126 DSA *DSA_new_method(ENGINE *engine)
138 if (engine)
140 if (!ENGINE_init(engine))
146 ret->engine = engine
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 33 private AsymmetricBlockCipher engine; field in class:PKCS1Encoding
45 this.engine = cipher;
68 return engine;
90 engine.init(forEncryption, param);
98 int baseBlockSize = engine.getInputBlockSize();
112 int baseBlockSize = engine.getOutputBlockSize();
151 byte[] block = new byte[engine.getInputBlockSize()];
184 return engine.processBlock(block, 0, block.length);
196 byte[] block = engine.processBlock(in, inOff, inLen);
226 if (useStrictLength && block.length != engine.getOutputBlockSize()
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
default_search_manager.h 26 // search engine selection to and from prefs.
88 // Gets a pointer to the current Default Search Engine. If NULL, indicates
93 // Gets the source of the current Default Search Engine value.
102 // Clear the extension-provided default search engine. Does not explicitly
103 // disable Default Search. The new current default search engine will be
109 // engine will be defined by policy, extensions, or pre-populated data.
144 // Default search engine provided by pre-populated data or by the
146 // search engine has been selected.
149 // Default search engine provided by prefs (either user prefs or policy
153 // Default search engine provided by extension (usings Settings Override API)
    [all...]
  /libcore/luni/src/main/java/java/security/
AlgorithmParameterGenerator.java 21 import org.apache.harmony.security.fortress.Engine;
24 * {@code AlgorithmParameterGenerator} is an engine class which is capable of
32 // Used to access common engine functionality
33 private static final Engine ENGINE = new Engine(SERVICE);
52 * a concrete implementation, this engine instance delegates to.
93 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
155 Object spi = ENGINE.getInstance(algorithm, provider, null)
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/freetype/include/
ftcffdrv.h 54 * *Hinting* *and* *antialiasing* *principles* *of* *the* *new* *engine*
117 * hinting-engine
121 * engine, an application can select between `freetype' and `adobe' if
123 * macro isn't defined, `hinting-engine' does nothing.
125 * The default engine is `freetype' if CFF_CONFIG_OPTION_OLD_ENGINE is
129 * engine (omitting the error handling).
139 * "hinting-engine", &hinting_engine );
154 * A list of constants used for the @hinting-engine property to select
155 * the hinting engine for CFF fonts.
159 * Use the old FreeType hinting engine
    [all...]

Completed in 468 milliseconds

<<11121314151617181920>>