HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 1301 - 1325 of 3084) sorted by null

<<51525354555657585960>>

  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
EngineParameters.java 25 * Encapsulates the parameters required to configure the audio engine.
  /frameworks/wilhelm/src/
sles.c 487 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine)
495 // a NULL engine means we are constructing the engine
496 IEngine *thisEngine = (IEngine *) engine;
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 60 _(ENGINE),
  /frameworks/wilhelm/tests/listening/
seekTorture.c 38 // create engine
  /frameworks/wilhelm/tests/mimeUri/
slesTestManyPlayers.cpp 31 /* the OpenSL ES engine from which we create all other resources */
136 /* Create the engine */
143 /* Realizing the SL Engine in synchronous mode. */
146 /* Get the SL Engine Interface which is implicit */
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLDSAPublicKey.java 183 throw new NotSerializableException("engine-based keys can not be serialized");
OpenSSLECPublicKey.java 167 throw new NotSerializableException("engine-based keys can not be serialized");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
eval.pass.cpp 12 // template<class Engine, size_t w, class UIntType>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_result_type.pass.cpp 12 // template<class Engine, size_t k>
ctor_sseq.pass.cpp 12 // template<class Engine, size_t k>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
values.pass.cpp 16 // engine characteristics
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
wtk.html 31 invoking the ProGuard engine directly, instead of writing out a configuration
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 47 public Engine onCreateEngine() {
51 class CubeEngine extends Engine {
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 61 public Engine onCreateEngine() {
65 class CubeEngine extends Engine
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view.h 95 // In the future we should display the search engine UI for the default engine
  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.cc 5 #include "chrome/browser/sync/engine/get_commit_ids_command.h"
11 #include "chrome/browser/sync/engine/syncer_util.h"
  /external/chromium_org/chrome/browser/sync_file_system/
remote_file_sync_service.h 166 // Called by the sync engine to process one remote change.
168 // the control to the sync engine).
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
chrome_shared.css 202 * right. (Namely, URLs, search engine names, etc.)
209 /* Input fields in search engine table need to be weak-rtl. Since those input
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 19 #include "google_apis/gcm/engine/connection_handler.h"
20 #include "google_apis/gcm/engine/rmq_store.h"
  /external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.cc 97 xmpp_client_->engine()->AddStanzaHandler(this, buzz::XmppEngine::HL_TYPE);
107 xmpp_client_->engine()->RemoveStanzaHandler(this);
  /external/chromium_org/third_party/libxslt/win32/
Readme.txt 67 syntax-highlighting engine. If you absolutely must use spaces in paths
77 suggest rather to get a JScript engine and let the configure script do
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 71 * Register the engine with oprofile.
264 * yet, because the old (yet default) JIT engine is not capable of
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vertprog.c 207 BEGIN_NV04(push, NV30_3D(ENGINE), 1);
213 BEGIN_NV04(push, NV30_3D(ENGINE), 1);
  /external/chromium_org/third_party/openssl/openssl/apps/
cms.c 104 ENGINE *e = NULL;
136 char *engine=NULL; local
360 else if (!strcmp(*args,"-engine"))
364 engine = *++args;
635 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
648 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n");
659 e = setup_engine(bio_err, engine, 0);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 12 ** Header file for the Virtual DataBase Engine (VDBE)
14 ** This header defines the interface to the virtual database engine

Completed in 3341 milliseconds

<<51525354555657585960>>