/external/kernel-headers/original/asm-mips/ip32/ |
mace.h | 2 * Definitions for the SGI MACE (Multimedia, Audio and Communications Engine) 172 /* 1 - Dma engine is enabled and processing something */
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 102 #define X86_FEATURE_ACE2 (5*32+ 8) /* Advanced Cryptography Engine v2 */ 104 #define X86_FEATURE_PHE (5*32+ 10) /* PadLock Hash Engine */
|
/external/mesa3d/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/mesa3d/src/gallium/drivers/nv30/ |
nv30_vertprog.c | 207 BEGIN_NV04(push, NV30_3D(ENGINE), 1); 213 BEGIN_NV04(push, NV30_3D(ENGINE), 1);
|
/external/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...] |
dhparam.c | 162 char *engine=NULL; local 206 else if (strcmp(*argv,"-engine") == 0) 209 engine= *(++argv); 258 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); 270 setup_engine(bio_err, engine, 0);
|
enc.c | 129 char *engine = NULL; local 186 else if (strcmp(*argv,"-engine") == 0) 189 engine= *(++argv); 315 BIO_printf(bio_err,"%-14s use engine e, possibly a hardware device.\n","-engine e"); 331 setup_engine(bio_err, engine, 0);
|
srp.c | 100 " -engine e - use engine e, possibly a hardware device.\n", 298 char *engine = NULL; local 368 else if (strcmp(*argv,"-engine") == 0) 371 engine= *(++argv); 424 setup_engine(bio_err, engine, 0);
|
/external/srtp/ |
Makefile | 10 # libcrypt.a static library implementing crypto engine 74 # libcrypt.a (the crypto engine)
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls.c | 38 (sm->init_phase2 ? config->engine2 : config->engine) == 0)) { 53 if (config->engine) {
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_Extended_API.h | 131 /**< Pointer containing specific data used by the font engine (size, color...) */ 293 /**< Function pointer on text rendering engine, if not used, must be set to NULL !! */
|
/frameworks/wilhelm/tests/examples/ |
slesTestPlayFdPath.cpp | 74 /* Get the SL Engine Interface which is implicit */ 215 /* Realizing the SL Engine in synchronous mode. */
|
slesTestSawtoothBufferQueue.cpp | 137 /* Get the SL Engine Interface which is implicit */ 286 /* Realizing the SL Engine in synchronous mode. */
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTest_playStates.cpp | 73 /* Get the SL Engine Interface which is implicit */ 229 /* Realizing the SL Engine in synchronous mode. */
|
/frameworks/wilhelm/tests/sandbox/ |
monkey.c | 159 // clean up output mix and engine 173 // create engine
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
native-audio-jni.c | 50 // engine interfaces 149 // create the engine and output mix objects 154 // create engine 159 // realize the engine 164 // get the engine interface, which is needed in order to create other objects 801 // destroy engine object, and invalidate all associated interfaces
|
/external/chromium_org/gpu/command_buffer/client/ |
fenced_allocator_test.cc | 45 // Forward the SetToken calls to the engine 94 // and SetToken are properly forwarded to the engine. 208 // The way we hooked up the helper and engine, it won't process commands 376 // The way we hooked up the helper and engine, it won't process commands 398 // forwarded to the engine. 558 // The way we hooked up the helper and engine, it won't process commands
|
/external/chromium_org/sync/engine/ |
apply_control_data_updates_unittest.cc | 10 #include "sync/engine/apply_control_data_updates.h" 11 #include "sync/engine/syncer.h" 12 #include "sync/engine/syncer_util.h" 21 #include "sync/test/engine/fake_model_worker.h" 22 #include "sync/test/engine/test_directory_setter_upper.h" 23 #include "sync/test/engine/test_id_factory.h" [all...] |
sync_directory_update_handler_unittest.cc | 5 #include "sync/engine/sync_directory_update_handler.h" 10 #include "sync/engine/syncer_proto_util.h" 22 #include "sync/test/engine/fake_model_worker.h" 23 #include "sync/test/engine/test_directory_setter_upper.h" 24 #include "sync/test/engine/test_id_factory.h" 25 #include "sync/test/engine/test_syncable_utils.h"
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
dhparam.c | 162 char *engine=NULL; local 206 else if (strcmp(*argv,"-engine") == 0) 209 engine= *(++argv); 258 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); 270 setup_engine(bio_err, engine, 0);
|
enc.c | 129 char *engine = NULL; local 186 else if (strcmp(*argv,"-engine") == 0) 189 engine= *(++argv); 315 BIO_printf(bio_err,"%-14s use engine e, possibly a hardware device.\n","-engine e"); 331 setup_engine(bio_err, engine, 0);
|
srp.c | 100 " -engine e - use engine e, possibly a hardware device.\n", 298 char *engine = NULL; local 368 else if (strcmp(*argv,"-engine") == 0) 371 engine= *(++argv); 424 setup_engine(bio_err, engine, 0);
|
/frameworks/compile/libbcc/ |
README.html | 7 <title>libbcc: A Versatile Bitcode Execution Engine for Mobile Devices</title> 307 <div class="document" id="libbcc-a-versatile-bitcode-execution-engine-for-mobile-devices"> 308 <h1 class="title">libbcc: A Versatile Bitcode Execution Engine for Mobile Devices</h1> 312 <p>libbcc is an LLVM bitcode execution engine that compiles the bitcode 345 customize and improve upon the default Execution Engine from 346 upstream. Otherwise, libbcc's execution engine can easily become
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorMain.cpp | 82 jobject engine; member in struct:__anon30181 481 pEnv->CallVoidMethod(pContext->engine, [all...] |
/external/chromium_org/third_party/libxslt/libexslt/ |
date.c | [all...] |