/external/v8/benchmarks/ |
README.txt | 28 obtaining scores that are the result of an incorrect JavaScript engine 50 memory management subsystem of the JavaScript engine. 74 benchmark to exercise the regular expression engine on different
|
revisions.html | 34 benchmark to exercise the regular expression engine on different input 53 exercising the memory management subsystem of the JavaScript engine. 90 obtaining scores that are the result of an incorrect JavaScript engine
|
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
pkg_android.speech.tts.html | 84 <A NAME="TextToSpeech.Engine"></A> 85 <nobr><A HREF="android.speech.tts.TextToSpeech.Engine.html">TextToSpeech.Engine</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
pkg_android.service.wallpaper.html | 84 <A NAME="WallpaperService.Engine"></A> 85 <nobr><A HREF="android.service.wallpaper.WallpaperService.Engine.html">WallpaperService.Engine</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
pkg_android.service.wallpaper.html | 84 <A NAME="WallpaperService.Engine"></A> 85 <nobr><A HREF="android.service.wallpaper.WallpaperService.Engine.html">WallpaperService.Engine</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
pkg_android.speech.tts.html | 91 <A NAME="TextToSpeech.Engine"></A> 92 <nobr><A HREF="android.speech.tts.TextToSpeech.Engine.html">TextToSpeech.Engine</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
pkg_android.speech.tts.html | 91 <A NAME="TextToSpeech.Engine"></A> 92 <nobr><A HREF="android.speech.tts.TextToSpeech.Engine.html">TextToSpeech.Engine</A></nobr>
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
pkg_android.service.wallpaper.html | 84 <A NAME="WallpaperService.Engine"></A> 85 <nobr><A HREF="android.service.wallpaper.WallpaperService.Engine.html">WallpaperService.Engine</A></nobr>
|
/frameworks/ex/variablespeed/jni/ |
variablespeed.h | 39 // This is the audio engine class. 66 static void SetEngine(AudioEngine* engine); 92 // The single global audio engine instance.
|
/frameworks/wilhelm/src/itf/ |
IObject.c | 95 // important: the lock order is engine followed by theOneTrueMutex 103 // Reject redundant calls to Realize, except on a shared engine 106 // redundant realize on the shared engine is permitted 122 case SL_OBJECT_STATE_REALIZING_1: // asynchronous on non-Engine 127 // Engine was destroyed during realize, or insufficient memory 133 case SL_OBJECT_STATE_REALIZING_2: // synchronous, or asynchronous on Engine 146 // asynchronous Realize on an Engine is actually done synchronously, but still has 255 // Engine was destroyed during resume, or insufficient memory 554 // avoid a recursive lock on the engine when destroying the engine itsel [all...] |
/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 74 /* Engine configuration and creation */ 96 /* Realizing the SL Engine in synchronous mode. */ 104 /* Get the SL Engine interface which is implicit */
|
/frameworks/wilhelm/tests/sandbox/ |
object.c | 28 printf("Create engine\n"); 30 // create engine 178 // destroy engine
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mldmp.c | 56 * @brief Open the default motion sensor engine. 57 * This function is used to open the default MPL engine, 236 * @brief Closes the motion sensor engine.
|
/libcore/crypto/src/main/java/org/conscrypt/ |
KeyManagerImpl.java | 45 * from socket or engine. 134 public String chooseEngineClientAlias(String[] keyTypes, Principal[] issuers, SSLEngine engine) { 140 public String chooseEngineServerAlias(String keyType, Principal[] issuers, SSLEngine engine) {
|
OpenSSLECPrivateKey.java | 82 * If we're using an OpenSSL ENGINE, there's no guarantee we can export 96 * If we're using an OpenSSL ENGINE, there's no guarantee we can export 182 throw new NotSerializableException("engine-based keys can not be serialized");
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestKeyManager.java | 201 private void dumpEngine(SSLEngine engine) { 202 out.print(" | engine: "); 203 out.print(String.valueOf(engine));
|
/external/openssl/crypto/evp/ |
evp.h | 134 ENGINE *engine; member in struct:evp_pkey_st 268 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */ member in struct:env_md_ctx_st 414 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */ member in struct:evp_cipher_ctx_st 556 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl); 561 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) [all...] |
/external/openssl/include/openssl/ |
evp.h | 134 ENGINE *engine; member in struct:evp_pkey_st 268 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */ member in struct:env_md_ctx_st 414 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */ member in struct:evp_cipher_ctx_st 556 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl); 561 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) [all...] |
/external/chromium_org/chrome/browser/search_engines/ |
template_url_service.h | 84 // Struct describes a search engine added by an extension. 169 // Add the search engine of type NORMAL_CONTROLLED_BY_EXTENSION. 263 // After this, the default search engine is reset to the default entry in the 315 // include every search engine and no Extension keywords. 318 // Process new search engine changes from Sync, merging them into our local 324 // Merge initial search engine data from Sync and push any local changes up 345 // Returns a SyncData with a sync representation of the search engine data 470 // Clears user preferences describing the default search engine. 532 // If |url| is an extension-controlled search engine then preferences and the 534 // If |url| is a normal search engine and the existing default search engin [all...] |
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
RobotSpeakTtsService.java | 37 * A text to speech engine that generates "speech" that a robot might understand. 38 * The engine supports two different "languages", each with their own frequency 41 * It exercises all aspects of the Text to speech engine API 48 * This is the sampling rate of our output audio. This engine outputs 94 // If the engine supported a specific variant, we would have
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509Util.java | 312 Object engine; field in class:X509Util.Implementation 316 Object engine, 319 this.engine = engine; 325 return engine;
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 5 #include "chrome/browser/sync/engine/net/server_connection_manager.h" 15 #include "chrome/browser/sync/engine/net/url_translator.h" 16 #include "chrome/browser/sync/engine/syncapi.h" 17 #include "chrome/browser/sync/engine/syncer.h" 18 #include "chrome/browser/sync/engine/syncproto.h"
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util.cc | 5 #include "chrome/browser/sync/engine/syncer_proto_util.h" 9 #include "chrome/browser/sync/engine/net/server_connection_manager.h" 10 #include "chrome/browser/sync/engine/syncer.h" 11 #include "chrome/browser/sync/engine/syncer_types.h" 12 #include "chrome/browser/sync/engine/syncer_util.h"
|
/external/chromium/chrome/browser/sync/sessions/ |
sync_session_unittest.cc | 8 #include "chrome/browser/sync/engine/conflict_resolver.h" 9 #include "chrome/browser/sync/engine/mock_model_safe_workers.h" 10 #include "chrome/browser/sync/engine/syncer_types.h" 11 #include "chrome/browser/sync/engine/syncer_util.h" 15 #include "chrome/test/sync/engine/test_directory_setter_upper.h"
|
/external/chromium_org/chrome/browser/search/ |
search.h | 113 // Returns the Instant URL of the default search engine. Returns an empty GURL 114 // if the engine doesn't have an Instant URL, or if it shouldn't be used (say 121 // NOTE: This method expands the default search engine's instant_url template, 128 // Returns URLs associated with the default search engine for |profile|. 131 // Returns the default search engine base page URL to prefetch search results.
|