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

<<11121314151617181920>>

  /frameworks/base/docs/html/google/gcs/
index.jd 24 the same database is accessible via App Engine and Compute Engine.
  /frameworks/wilhelm/src/
entry.c 58 // process engine options
71 SL_LOGE("unknown engine option: feature=%u data=%u",
89 // if an engine already exists, then increment its ref count
95 // In order to update the engine object, we need to lock it,
103 // now expose additional interfaces not requested by the earlier engine create
130 // return the shared engine object
135 // here when creating the first engine reference
164 // return the new engine object
  /libcore/luni/src/main/java/java/security/cert/
CertPathBuilder.java 25 import org.apache.harmony.security.fortress.Engine;
36 // Used to access common engine functionality
37 private static final Engine ENGINE = new Engine(SERVICE);
106 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
163 Object spi = ENGINE.getInstance(algorithm, provider, null);
CertPathValidator.java 25 import org.apache.harmony.security.fortress.Engine;
36 // Used to access common engine functionality
37 private static final Engine ENGINE = new Engine(SERVICE);
106 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
166 Object spi = ENGINE.getInstance(algorithm, provider, null);
  /libcore/luni/src/main/java/javax/crypto/
SecretKeyFactory.java 27 import org.apache.harmony.security.fortress.Engine;
44 // Used to access common engine functionality
45 private static final Engine ENGINE = new Engine("SecretKeyFactory");
108 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
171 Object spi = ENGINE.getInstance(algorithm, provider, null);
  /libcore/luni/src/main/java/javax/net/ssl/
KeyManagerFactory.java 28 import org.apache.harmony.security.fortress.Engine;
37 // Used to access common engine functionality
38 private static final Engine ENGINE = new Engine(SERVICE);
77 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
136 Object spi = ENGINE.getInstance(algorithm, provider, null);
TrustManagerFactory.java 27 import org.apache.harmony.security.fortress.Engine;
37 // Used to access common engine functionality
38 private static final Engine ENGINE = new Engine(SERVICE);
76 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
135 Object spi = ENGINE.getInstance(algorithm, provider, null);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
result_type.pass.cpp 12 // template<class Engine, size_t p, size_t r>
17 // typedef typename Engine::result_type result_type;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.h 29 static bool engine(EGLint engine);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 35 import android.speech.tts.TextToSpeech.Engine;
52 * Abstract base class for TTS engine implementations. The following methods
62 * query the engine for it's support for a given language and indicate to it
65 * {@link #onSynthesizeText} is central to the engine implementation. The
71 * synchronous which means the engine must NOT hold on to the callback or call any
74 * {@link #onStop} tells the engine that it should stop
83 * features set. In order to fully take advantage of voices, an engine should implement
113 // associated with this TTS engine. Will handle all requests except synthesis
162 * Checks whether the engine supports a given language.
181 * Returns the language, country and variant currently being used by the TTS engine
    [all...]
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 121 private void assertContainsEngine(String engine, List<TextToSpeech.EngineInfo> engines) {
123 if (engineInfo.name.equals(engine)) {
127 fail("Engine " + engine + " not found");
132 params.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID, UTTERANCE_ID);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_init.c 192 if (gallivm->engine && gallivm->provider)
193 LLVMRemoveModuleProvider(gallivm->engine, gallivm->provider,
207 if (HAVE_LLVM >= 0x207 && gallivm->engine) {
209 LLVMDisposeExecutionEngine(gallivm->engine);
215 /* Don't free the TargetData, it's owned by the exec engine */
232 gallivm->engine = NULL;
259 ret = lp_build_create_mcjit_compiler_for_module(&gallivm->engine,
264 ret = LLVMCreateJITCompiler(&gallivm->engine, gallivm->provider,
274 lp_register_oprofile_jit_event_listener(gallivm->engine);
278 LLVMAddModuleProvider(gallivm->engine, gallivm->provider);//ne
    [all...]
  /external/chromium_org/third_party/openssl/openssl/patches/
eng_dyn_dirs.patch 20 crypto/engine/eng_dyn.c | 5 ++++-
47 diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c
49 --- a/crypto/engine/eng_dyn.c
50 +++ b/crypto/engine/eng_dyn.c
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 192 if (gallivm->engine && gallivm->provider)
193 LLVMRemoveModuleProvider(gallivm->engine, gallivm->provider,
207 if (HAVE_LLVM >= 0x207 && gallivm->engine) {
209 LLVMDisposeExecutionEngine(gallivm->engine);
215 /* Don't free the TargetData, it's owned by the exec engine */
232 gallivm->engine = NULL;
259 ret = lp_build_create_mcjit_compiler_for_module(&gallivm->engine,
264 ret = LLVMCreateJITCompiler(&gallivm->engine, gallivm->provider,
274 lp_register_oprofile_jit_event_listener(gallivm->engine);
278 LLVMAddModuleProvider(gallivm->engine, gallivm->provider);//ne
    [all...]
  /external/openssl/patches/
0005-eng_dyn_dirs.patch 20 crypto/engine/eng_dyn.c | 5 ++++-
47 diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c
49 --- a/crypto/engine/eng_dyn.c
50 +++ b/crypto/engine/eng_dyn.c
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 50 class Engine
82 Engine();
83 ~Engine();
107 Engine::Engine() :
121 Engine::~Engine()
128 void Engine::LoadResources()
137 void Engine::UnloadResources()
145 int Engine::InitDisplay(
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.cpp 92 SkAnimatorScript* engine = (SkAnimatorScript*) user; local
127 engine->track(displayable);
140 SkAnimatorScript engine(host->fMaker, host->fWorking, SkScriptEngine::ToDisplayType(host->fReturnType));
145 success = engine.evaluateScript(&script, value);
160 SkAnimatorScript* engine = (SkAnimatorScript*) user; local
161 SkTDict<SkDisplayable*>* ids = &engine->fMaker.fIDs;
165 displayable = engine->fWorking;
169 parent = engine->fParent;
176 if (displayable && EvalMember(token, len, displayable, engine, value))
181 SkDisplayable* working = engine->fWorking
274 SkScriptEngine* engine = (SkScriptEngine*) eng; local
297 SkScriptEngine* engine = (SkScriptEngine*) eng; local
    [all...]
  /external/skia/src/animator/
SkAnimatorScript.cpp 92 SkAnimatorScript* engine = (SkAnimatorScript*) user; local
127 engine->track(displayable);
140 SkAnimatorScript engine(host->fMaker, host->fWorking, SkScriptEngine::ToDisplayType(host->fReturnType));
145 success = engine.evaluateScript(&script, value);
160 SkAnimatorScript* engine = (SkAnimatorScript*) user; local
161 SkTDict<SkDisplayable*>* ids = &engine->fMaker.fIDs;
165 displayable = engine->fWorking;
169 parent = engine->fParent;
176 if (displayable && EvalMember(token, len, displayable, engine, value))
181 SkDisplayable* working = engine->fWorking
274 SkScriptEngine* engine = (SkScriptEngine*) eng; local
297 SkScriptEngine* engine = (SkScriptEngine*) eng; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
OAEPEncoding.java 23 private AsymmetricBlockCipher engine; field in class:OAEPEncoding
56 this.engine = cipher;
72 return engine;
90 engine.init(forEncryption, param);
97 int baseBlockSize = engine.getInputBlockSize();
111 int baseBlockSize = engine.getOutputBlockSize();
199 return engine.processBlock(block, 0, block.length);
212 byte[] data = engine.processBlock(in, inOff, inLen);
220 if (data.length < engine.getOutputBlockSize())
222 block = new byte[engine.getOutputBlockSize()]
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_base.cc 21 // Begin create/initialize WebRTC Video Engine for testing
27 // Engine ready. Set up the test case:
74 // Testing finished. Tear down Video Engine
102 // Begin create/initialize WebRTC Video Engine for testing
127 // Engine ready. Begin testing class
182 // Test Voice Engine integration with Video Engine.
199 << "Should fail since Voice Engine is not set yet.";
206 // Testing finished. Tear down Video Engine
213 // Clean up voice engine
    [all...]
  /external/svox/pico/lib/
picoctrl.c 116 picoos_emRaiseException(this->common->em,status,NULL,(picoos_char*)"problem (re-)initializing the engine");
492 * Engine
495 /** object : Engine
517 * performs an engine reset
518 * @param this : the engine object
544 picoos_emRaiseException(this->common->em,status,NULL,(picoos_char*) "problem resetting engine");
550 * checks an engine handle
551 * @param this : the engine object
553 * @return non-zero if 'this' is a valid engine handle
564 * creates a new engine objec
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 34 /** Field engine */
35 private CBCBlockCipher engine; field in class:DESedeWrapEngine
72 this.engine = new CBCBlockCipher(new DESedeEngine());
163 int blockSize = engine.getBlockSize();
170 engine.init(true, paramPlusIV);
176 engine.processBlock(WKCKS, currentBytePos, TEMP1, currentBytePos);
193 this.engine.init(true, param2);
197 engine.processBlock(TEMP3, currentBytePos, TEMP3, currentBytePos);
225 final int blockSize = engine.getBlockSize();
251 this.engine.init(false, param2)
    [all...]
  /external/chromium_org/third_party/openssl/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...]
  /external/chromium_org/third_party/openssl/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...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 153 Engine = nullptr;
158 if (Engine)
159 LLVMDisposeExecutionEngine(Engine);
281 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options,
287 LLVMAddTargetData(LLVMGetExecutionEngineTargetData(Engine), pass);
306 LLVMAddTargetData(LLVMGetExecutionEngineTargetData(Engine), modulePasses);
330 LLVMExecutionEngineRef Engine;
347 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
365 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
388 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function)
    [all...]

Completed in 879 milliseconds

<<11121314151617181920>>