HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 276 - 300 of 1787) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/sdk/api_diff/15/changes/
android.service.wallpaper.WallpaperService.Engine.html 10 android.service.wallpaper.WallpaperService.Engine
74 Class android.service.wallpaper.<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html" target="_top"><font size="+2"><code>WallpaperService.Engine</code></font></A>
86 <A NAME="android.service.wallpaper.WallpaperService.Engine.setOffsetNotificationsEnabled_added(boolean)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html#setOffsetNotificationsEnabled(boolean)" target="_top"><code>setOffsetNotificationsEnabled</code></A>(<code>boolean</code>)</nobr>
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
android.service.wallpaper.WallpaperService.Engine.html 10 android.service.wallpaper.WallpaperService.Engine
74 Class android.service.wallpaper.<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html" target="_top"><font size="+2"><code>WallpaperService.Engine</code></font></A>
86 <A NAME="android.service.wallpaper.WallpaperService.Engine.onSurfaceRedrawNeeded_added(android.view.SurfaceHolder)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html#onSurfaceRedrawNeeded(android.view.SurfaceHolder)" target="_top"><code>onSurfaceRedrawNeeded</code></A>(<code>SurfaceHolder</code>)</nobr>
  /system/media/wilhelm/tests/sandbox/
outputmix.c 28 // create engine
33 printf("Engine object %p\n", engineObject);
34 // realize engine
37 // get engine interface
195 // destroy engine
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 66 * {@link Engine} as needed. Implementing a wallpaper thus
67 * involves subclassing from this, subclassing an Engine implementation,
69 * your engine.
105 private final ArrayList<Engine> mActiveEngines
106 = new ArrayList<Engine>();
120 * and as a preview), each of which is represented by its own Engine
122 * to return your concrete Engine implementation.
124 public class Engine {
342 * Returns true if this engine is running in preview mode -- that is,
386 * Called once to initialize the engine. After returning, th
997 Engine engine = onCreateEngine(); local
1123 Engine engine = mActiveEngines.get(i); local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h 396 * engine - Enable OpenSSL engine (e.g., for smartcard access)
401 int engine; member in struct:eap_peer_config
404 * engine_id - Engine ID for OpenSSL engine
406 * "opensc" to select OpenSC engine or "pkcs11" to select PKCS#11
407 * engine.
415 * engine2 - Enable OpenSSL engine (e.g., for smartcard) (Phase 2)
420 * This field is like engine, but used for phase 2 (inside
441 * engine2_id - Engine ID for OpenSSL engine (Phase 2
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 405 * engine - Enable OpenSSL engine (e.g., for smartcard access)
410 int engine; member in struct:eap_peer_config
413 * engine_id - Engine ID for OpenSSL engine
415 * "opensc" to select OpenSC engine or "pkcs11" to select PKCS#11
416 * engine.
424 * engine2 - Enable OpenSSL engine (e.g., for smartcard) (Phase 2)
429 * This field is like engine, but used for phase 2 (inside
450 * engine2_id - Engine ID for OpenSSL engine (Phase 2
    [all...]
  /device/moto/stingray/recovery/
masterclear_bp.h 13 /* Number of times to try to connect to aux engine */
15 /* Delay between each aux engine connect try, in microseconds */
102 static int cmd_engine_fd = CMD_ENGINE_FD_NOT_INIT; /**< Handle to the aux engine */
  /external/chromium/chrome/browser/sync/engine/
clear_data_command_unittest.cc 5 #include "chrome/browser/sync/engine/clear_data_command.h"
11 #include "chrome/test/sync/engine/proto_extension_validator.h"
12 #include "chrome/test/sync/engine/syncer_command_test.h"
download_updates_command_unittest.cc 5 #include "chrome/browser/sync/engine/download_updates_command.h"
11 #include "chrome/test/sync/engine/proto_extension_validator.h"
12 #include "chrome/test/sync/engine/syncer_command_test.h"
verify_updates_command_unittest.cc 5 #include "chrome/browser/sync/engine/verify_updates_command.h"
9 #include "chrome/browser/sync/engine/mock_model_safe_workers.h"
12 #include "chrome/test/sync/engine/syncer_command_test.h"
process_commit_response_command.h 13 #include "chrome/browser/sync/engine/model_changing_syncer_command.h"
14 #include "chrome/browser/sync/engine/syncproto.h"
  /external/openssl/apps/
engine.c 1 /* apps/engine.c -*- mode: C; c-file-style: "eay" -*- */
69 #include <openssl/engine.h>
76 "usage: engine opts [engine ...]\n",
77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
81 " -c - for each engine, also list the capabilities\n",
82 " -t[t] - for each engine, check that they are really available\n",
84 " -pre <cmd> - runs command 'cmd' against the ENGINE before any attempts\n",
86 " -post <cmd> - runs command 'cmd' against the ENGINE after loading it\n",
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent
    [all...]
gendh.c 98 char *engine=NULL; local
129 else if (strcmp(*argv,"-engine") == 0)
132 engine= *(++argv);
154 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n");
163 setup_engine(bio_err, engine, 0);
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);
234 BIO_printf(bio_err," [-engine e]");
256 STACK_OF(X509_CRL) *crls, ENGINE *e)
  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 32 * Checks if the voice data for the SVOX Pico Engine is present on the
51 ArrayList<String> available = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES);
52 ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES);
  /frameworks/base/core/java/android/speech/tts/
SynthesisCallback.java 19 * A callback to return speech data synthesized by a text to speech engine.
21 * The engine can provide streaming audio by calling
32 * @return the maximum number of bytes that the TTS engine can pass in a single call of
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
KeyPairGenerator.java 50 ECKeyPairGenerator engine = new ECKeyPairGenerator(); field in class:KeyPairGenerator.EC
137 engine.init(param);
150 engine.init(param);
240 engine.init(param);
250 engine.init(param);
278 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java 8 * a class that provides a basic DESede (or Triple DES) engine.
92 throw new IllegalStateException("DESede engine not initialised");
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 17 // search Engine" on the right-hand side), and keyword mode ("Search Engine:" in
  /external/libxslt/libxslt/
xsltconfig.h 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine
  /external/webkit/Source/WebCore/page/
SpeechInput.h 48 // speech recognition engine. It provides methods for the input elements to activate speech
49 // recognition and methods for the speech recognition engine to return back the results.
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 106 // Static instance of audio engine, and methods for getting, setting and
109 // The single global audio engine instance.
116 LOGE("you haven't initialized the audio engine");
123 void AudioEngine::SetEngine(AudioEngine* engine) {
125 LOGE("you have already set the audio engine");
129 audioEngine_ = engine;
134 LOGE("you haven't initialized the audio engine");
143 // The callbacks from the engine require static callback functions.
145 // the engine.
533 static void CreateAndRealizeEngine(SLObjectItf &engine,
600 SLObjectItf engine; local
    [all...]
  /libcore/luni/src/main/java/java/security/
SecureRandom.java 24 import org.apache.harmony.security.fortress.Engine;
74 // Used to access common engine functionality
75 private static final Engine ENGINE = new Engine(SERVICE);
159 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
218 Object spi = ENGINE.getInstance(algorithm, provider, null);
  /libcore/luni/src/main/java/java/security/cert/
CertificateFactory.java 28 import org.apache.harmony.security.fortress.Engine;
43 // Used to access common engine functionality
44 private static final Engine ENGINE = new Engine(SERVICE);
90 Engine.SpiAndProvider sap = ENGINE.getInstance(type, null);
156 Object spi = ENGINE.getInstance(type, provider, null);

Completed in 3618 milliseconds

<<11121314151617181920>>