/external/llvm/include/llvm-c/ |
ExecutionEngine.h | 31 * @defgroup LLVMCExecutionEngine Execution Engine 93 * Create an MCJIT execution engine for a module, with the given options. It is
|
/external/llvm/lib/Support/ |
regexec.c | 41 * This file includes engine.inc *twice*, after muchos fiddling with the 80 #define SNAMES /* engine.inc looks after details */
|
/external/mesa3d/docs/ |
modelers.html | 47 </li><li><a href="http://www.hardgeus.com/revolution" target="_parent">Revolution 3D Engine</a> 48 - .3ds rendering engine
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_context.c | 167 /* 2D engine. */ 172 /* 3D engine. */
|
/external/openssl/apps/ |
ecparam.c | 111 * -engine e - use engine e, possibly a hardware device 132 char *engine = NULL; local 232 else if(strcmp(*argv, "-engine") == 0) 235 engine = *(++argv); 295 BIO_printf(bio_err, " -engine e use engine e, " 340 setup_engine(bio_err, engine, 0);
|
smime.c | 89 ENGINE *e = NULL; 117 char *engine=NULL; local 223 else if (!strcmp(*args,"-engine")) 227 engine = *++args; 472 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n"); 485 BIO_printf (bio_err, "-engine e use engine e, possibly a hardware device.\n"); 496 e = setup_engine(bio_err, engine, 0);
|
/external/openssl/crypto/ecdsa/ |
ecs_locl.h | 97 ENGINE *engine; member in struct:ecdsa_data_st
|
/external/openssl/crypto/engine/ |
eng_all.c | 1 /* crypto/engine/eng_all.c -*- mode: C; c-file-style: "eay" -*- */ 67 /* There's no longer any need for an "openssl" ENGINE unless, one day,
|
/external/openssl/crypto/rand/ |
rand.h | 98 int RAND_set_rand_engine(ENGINE *engine);
|
/external/openssl/include/openssl/ |
rand.h | 98 int RAND_set_rand_engine(ENGINE *engine);
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmengine.h | 63 /* operator structure for FM engine */ 115 /* FM engine prototypes */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmengine.h | 63 /* operator structure for FM engine */ 115 /* FM engine prototypes */
|
/external/srec/srec/Vocabulary/include/ |
SR_Vocabulary.h | 85 * and fall back on a TTP engine if necessary. 86 * 2. Create an empty vocabulary. Phonemes are retrieved exclusively from a TTP engine.
|
/frameworks/base/core/java/android/speech/tts/ |
PlaybackSynthesisCallback.java | 39 * {@link TextToSpeech.Engine#DEFAULT_VOLUME} (1.0f). 45 * The default value is {@link TextToSpeech.Engine#DEFAULT_PAN} (0.0f).
|
/frameworks/base/docs/html/about/versions/ |
android-1.5-highlights.jd | 161 <li>Interactive MIDI playback engine</li> 172 <li>Text-prediction engine</li>
|
/frameworks/base/keystore/java/android/security/ |
AndroidKeyPairGenerator.java | 104 final OpenSSLEngine engine = OpenSSLEngine.getInstance("keystore"); local 106 privKey = engine.getPrivateKeyById(privateKeyAlias);
|
/frameworks/base/media/java/android/media/ |
JetPlayer.java | 49 * can receive notifications from the JET engine relative to: 325 * render and playback engine. If true, the mute flags will be updated at the start of the 341 * render and playback engine. If true, the mute flags will be updated at the start of the 358 * render and playback engine. If true, the mute flag will be updated at the start of the 455 * playback engine. 466 * playback engine. 493 * Handles the notification when the JET engine generates an event. 497 * Callback for when the JET engine generates a new event.
|
/frameworks/wilhelm/tests/sandbox/ |
Android.mk | 59 # engine 70 engine.c
|
configbq.c | 78 // create engine 219 // destroy engine
|
urimime.c | 40 // create engine 160 // destroy engine
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 91 OMX_HANDLETYPE omx_handle; /* handle to omx engine */ 92 OMX_CALLBACKTYPE omx_callbacks; /* callbacks to omx engine */
|
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/ |
Services.java | 88 Engine.door.renumProviders(); 151 for (String alias : Engine.door.getAliases(service)) {
|
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/ |
WalkAroundWallpaper.java | 37 public Engine onCreateEngine() { 102 class WalkAroundEngine extends Engine {
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/ |
Visualization1.java | 49 public Engine onCreateEngine() { 53 class CubeEngine extends Engine {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
grammar.py | 26 parsing engine implemented by parse.py. The parsing engine
|