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

<<21222324252627282930>>

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_autotest.h 47 // files, which runs tests on the video engine. All methods will report
111 // the video engine output goes to window 2.
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_video_channel.cc 16 TbVideoChannel::TbVideoChannel(TbInterfaces& Engine,
20 ViE(Engine) {
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 38 // This convenient fixture sets up all voice engine interfaces automatically for
41 // engine and forgets to release it, this test will fail in the destructor.
  /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/glide/library/src/main/java/com/bumptech/glide/load/engine/
ResourceRunner.java 1 package com.bumptech.glide.load.engine;
9 import com.bumptech.glide.load.engine.executor.Prioritized;
  /external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
result_type.pass.cpp 12 // template<class Engine, size_t k>
17 // typedef typename Engine::result_type result_type;
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
README.txt 7 to use the MCJIT execution engine instead of the older JIT engine.
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
README.txt 7 to use the MCJIT execution engine instead of the older JIT engine.
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
README.txt 7 to use the MCJIT execution engine instead of the older JIT engine.
  /external/llvm/lib/Target/
LLVMBuild.txt 22 ; with the best execution engine (the native JIT, if available, or the
26 name = Engine
  /external/mockito/src/org/mockito/internal/configuration/
SpyAnnotationEngine.java 33 * The injection engine will handle this specific case.
36 * <p>This engine will fail, if the field is also annotated with incompatible Mockito annotations.
  /external/openssl/apps/
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)
  /frameworks/wilhelm/src/objects/
COutputMix.c 65 // We only support a single active output mix per engine, so check if this is the active mix
80 // Mixer callback has acknowledged our request and unlinked output mix from engine.
  /libcore/luni/src/main/java/java/security/
SecureRandom.java 24 import org.apache.harmony.security.fortress.Engine;
72 // Used to access common engine functionality
73 private static final Engine ENGINE = new Engine(SERVICE);
156 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
216 Object spi = ENGINE.getInstance(algorithm, provider, null);
  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanism.java 30 import org.apache.harmony.security.fortress.Engine;
38 // Used to access common engine functionality
39 private static final Engine ENGINE = new Engine("ExemptionMechanism");
103 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
168 Object spi = ENGINE.getInstance(algorithm, provider, null);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
result_type.pass.cpp 12 // template<class Engine, size_t k>
17 // typedef typename Engine::result_type result_type;
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 27 public Engine onCreateEngine() {
33 private class RenderScriptEngine extends Engine {
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Galaxy4Wallpaper.java 35 public Engine onCreateEngine() {
39 private class RenderScriptEngine extends Engine {
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralWallpaper.java 32 public Engine onCreateEngine() {
36 private class RenderScriptEngine extends Engine {
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 31 public Engine onCreateEngine() {
37 private class RenderScriptEngine extends Engine {
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 31 public Engine onCreateEngine() {
37 private class RenderScriptEngine extends Engine {
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 16 public Engine onCreateEngine() {
20 private class RenderScriptEngine extends Engine {
  /system/core/fastboot/
fastboot.h 46 /* engine.c - high level command queue engine */
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.cc 323 << input_method_id << " since the engine is not enabled. "
343 // Disable the current engine handler.
344 IMEEngineHandlerInterface* engine = local
346 if (engine)
347 engine->Disable();
349 // Configure the next engine handler.
470 IMEEngineHandlerInterface* engine = local
472 if (engine)
473 engine->PropertyActivate(key);
483 InputMethodEngineInterface* engine) {
853 IMEEngineHandlerInterface* engine = local
    [all...]

Completed in 560 milliseconds

<<21222324252627282930>>