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

<<11121314151617181920>>

  /external/openssl/
Crypto-config-trusty.mk 127 crypto/engine/eng_init.c \
128 crypto/engine/eng_lib.c \
129 crypto/engine/eng_table.c \
130 crypto/engine/tb_asnmth.c \
131 crypto/engine/tb_cipher.c \
132 crypto/engine/tb_dh.c \
133 crypto/engine/tb_digest.c \
134 crypto/engine/tb_dsa.c \
135 crypto/engine/tb_ecdh.c \
136 crypto/engine/tb_ecdsa.c
    [all...]
openssl.trusty.config 190 crypto/engine/eng_init.c \
191 crypto/engine/eng_lib.c \
192 crypto/engine/eng_table.c \
193 crypto/engine/tb_asnmth.c \
194 crypto/engine/tb_cipher.c \
195 crypto/engine/tb_dh.c \
196 crypto/engine/tb_digest.c \
197 crypto/engine/tb_dsa.c \
198 crypto/engine/tb_ecdh.c \
199 crypto/engine/tb_ecdsa.c
    [all...]
  /system/core/adf/libadf/include/adf/
adf.h 78 * Attaches the specified interface and overlay engine.
83 * Detaches the specified interface and overlay engine.
97 * engine.
158 * overlay engine.
170 * The caller must free() the returned list of overlay engine IDs.
178 * The caller must free() the returned list of overlay engine IDs.
186 * formats. The caller must free() the returned list of overlay engine IDs.
193 * Opens an ADF overlay engine.
200 * Reads the overlay engine data.
208 * Frees the overlay engine data returned by adf_get_overlay_engine_data()
    [all...]
  /external/chromium_org/third_party/skia/forth/
Forth.cpp 74 ForthEngine engine(NULL);
80 engine.push(block->in_data[i]);
85 this->exec(&engine);
89 size_t n = engine.depth();
95 block->out_data[i] = engine.peek(i);
228 void FCode::Exec(const intptr_t* curr, ForthEngine* engine) {
233 reinterpret_cast<ForthWord*>(c)->exec(engine);
236 engine->push(c & ~3);
239 engine->push(c >> 2);
244 engine->push(*curr++)
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognition_engine.h 20 // This interface models the basic contract that a speech recognition engine,
36 // (e.g., in the case of continuous speech recognition engine
47 // Remote engine configuration.
66 // Set/change the recognition engine configuration. It is not allowed to call
83 // Notifies the engine that audio capture has completed and no more chunks
84 // will be pushed. The engine, however, can still provide further results
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECDHKeyAgreement.java 33 * Elliptic Curve Diffie-Hellman key agreement backed by the OpenSSL engine.
37 /** OpenSSL handle of the private key. Only available after the engine has been initialized. */
42 * engine has been initialized.
74 throw new RuntimeException("Engine returned " + actualResultLength);
79 // The output is shorter than expected -- use only what's produced by the engine
84 throw new RuntimeException("Engine produced a longer than expected result. Expected: "
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 10 // This file defines the command-line driver for the difference engine.
43 static void diffGlobal(DifferenceEngine &Engine, Module *L, Module *R,
51 Engine.diff(LFn, RFn);
80 DifferenceEngine Engine(Consumer);
85 diffGlobal(Engine, LModule, RModule, GlobalsToCompare[I]);
89 Engine.diff(LModule, RModule);
  /external/chromium_org/sync/internal_api/
internal_components_factory_impl.cc 7 #include "sync/engine/backoff_delay_provider.h"
8 #include "sync/engine/syncer.h"
9 #include "sync/engine/sync_scheduler_impl.h"
  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 190 // We didn't find an engine the first time through, or there was no
191 // stack. Create an engine.
224 const LanguageBreakEngine *engine = NULL; local
227 engine = new ThaiBreakEngine(dict, status);
231 engine = new CjkBreakEngine(dict, kKorean, status);
238 engine = new CjkBreakEngine(dict, kChineseJapanese, status);
243 // them to CjkBreakEngine does not work. The engine has to
249 engine = new CjkBreakEngine(dict, kChineseJapanese, status);
256 if (engine == NULL) {
260 delete engine;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cnf.c 64 /* ENGINE config module */
75 static STACK_OF(ENGINE) *initialized_engines = NULL;
77 static int int_engine_init(ENGINE *e)
100 ENGINE *e = NULL;
105 fprintf(stderr, "Configuring engine %s\n", name);
107 /* Value is a section containing ENGINE commands */
122 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname, ctrlvalue);
127 /* Override engine name to use */
132 /* Load a dynamic ENGINE */
148 /* At this point we need an ENGINE structural referenc
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_lib.c 65 #include <openssl/engine.h>
74 /* non-NULL if default_RAND_meth is ENGINE-provided */
75 static ENGINE *funct_ref =NULL;
97 ENGINE *e = ENGINE_get_default_RAND();
117 int RAND_set_rand_engine(ENGINE *engine)
120 if(engine)
122 if(!ENGINE_init(engine))
124 tmp_meth = ENGINE_get_RAND(engine);
127 ENGINE_finish(engine);
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
nested_builders_test.proto 41 optional Engine engine = 1;
45 message Engine {
  /external/openssl/crypto/engine/
eng_cnf.c 64 /* ENGINE config module */
75 static STACK_OF(ENGINE) *initialized_engines = NULL;
77 static int int_engine_init(ENGINE *e)
100 ENGINE *e = NULL;
105 fprintf(stderr, "Configuring engine %s\n", name);
107 /* Value is a section containing ENGINE commands */
122 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname, ctrlvalue);
127 /* Override engine name to use */
132 /* Load a dynamic ENGINE */
148 /* At this point we need an ENGINE structural referenc
    [all...]
  /external/openssl/crypto/rand/
rand_lib.c 65 #include <openssl/engine.h>
74 /* non-NULL if default_RAND_meth is ENGINE-provided */
75 static ENGINE *funct_ref =NULL;
97 ENGINE *e = ENGINE_get_default_RAND();
117 int RAND_set_rand_engine(ENGINE *engine)
120 if(engine)
122 if(!ENGINE_init(engine))
124 tmp_meth = ENGINE_get_RAND(engine);
127 ENGINE_finish(engine);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RFC3394WrapEngine.java 23 private BlockCipher engine; field in class:RFC3394WrapEngine
31 public RFC3394WrapEngine(BlockCipher engine)
33 this.engine = engine;
64 return engine.getAlgorithmName();
90 engine.init(true, param);
98 engine.processBlock(buf, 0, buf, 0);
143 engine.init(false, param);
164 engine.processBlock(buf, 0, buf, 0);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyPairGeneratorSpi.java 28 DHBasicKeyPairGenerator engine = new DHBasicKeyPairGenerator(); field in class:KeyPairGeneratorSpi
60 engine.init(param);
107 engine.init(param);
112 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
  /external/chromium_org/chrome/browser/sync/
DEPS 17 "+sync/test/engine/test_id_factory.h",
  /external/chromium_org/chrome/browser/sync/test/integration/
search_engines_helper.h 46 // Add a search engine based on a seed to the service at index |profile_index|
50 // Retrieves a search engine from the service at index |profile_index| with
59 // Deletes a search engine from the service at index |profile_index| which was
63 // Change the search engine generated with |seed| in service at index
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper_delegate.h 19 // Shows a confirmation dialog box for adding a search engine described by
  /external/chromium_org/chrome/common/
autocomplete_match_type.h 24 // default engine).
25 SEARCH_HISTORY = 7, // A past search (with the default engine)
27 SEARCH_SUGGEST = 8, // A suggested search (with the default engine)
36 SEARCH_OTHER_ENGINE = 13, // A search with a non-default engine.
  /external/chromium_org/chrome/common/extensions/api/
webview_request.json 8 "description": "Use the <code>chrome.webViewRequest</code> API to intercept, block, or modify requests in-flight. It is potentially faster than the <a href='webRequest'><code>chrome.webRequest</code> API</a> because you can register rules that are evaluated in the browser rather than the JavaScript engine with reduces roundtrip latencies and allows higher efficiency."
  /external/chromium_org/sync/engine/
non_blocking_sync_common.cc 5 #include "sync/engine/non_blocking_sync_common.h"
non_blocking_type_processor_interface.h 9 #include "sync/engine/non_blocking_sync_common.h"
syncer.cc 5 #include "sync/engine/syncer.h"
13 #include "sync/engine/apply_control_data_updates.h"
14 #include "sync/engine/commit.h"
15 #include "sync/engine/commit_processor.h"
16 #include "sync/engine/conflict_resolver.h"
17 #include "sync/engine/get_updates_delegate.h"
18 #include "sync/engine/get_updates_processor.h"
19 #include "sync/engine/net/server_connection_manager.h"
20 #include "sync/engine/syncer_types.h"
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.cc 5 #include "sync/internal_api/public/engine/sync_status.h"

Completed in 197 milliseconds

<<11121314151617181920>>