/libcore/luni/src/main/java/java/security/ |
AlgorithmParameters.java | 23 import org.apache.harmony.security.fortress.Engine; 27 * {@code AlgorithmParameters} is an engine class which provides algorithm 37 * Used to access common engine functionality. 39 private static final Engine ENGINE = new Engine(SEVICE); 97 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null); 156 Object spi = ENGINE.getInstance(algorithm, provider, null);
|
KeyPairGenerator.java | 21 import org.apache.harmony.security.fortress.Engine; 25 * {@code KeyPairGenerator} is an engine class which is capable of generating a 36 // Used to access common engine functionality 37 private static final Engine ENGINE = new Engine(SERVICE); 85 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null); 148 Object spi = ENGINE.getInstance(algorithm, provider, null);
|
/external/chromium/chrome/browser/ui/views/ |
browser_dialogs.h | 70 // Shows a dialog box that allows a search engine to be edited. |template_url| 71 // is the search engine being edited. If it is NULL, then the dialog will add a 72 // new search engine with the data the user supplies. |delegate| is an object
|
/external/chromium/chrome/common/extensions/docs/server/ |
README | 1 This directory contains the App Engine server code that hosts the Chrome 7 1. Install the Python App Engine SDK for your platform: 29 2. Run appcfg.py (supplied with the App Engine SDK) to upload the server code:
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
input_method_api.cc | 56 chromeos::InputMethodEngineInterface* engine = 58 if (engine) 59 engine->StartIme();
|
/external/chromium_org/sync/internal_api/test/ |
test_user_share.cc | 12 #include "sync/test/engine/test_directory_setter_upper.h" 13 #include "sync/test/engine/test_id_factory.h" 14 #include "sync/test/engine/test_syncable_utils.h"
|
/external/svox/pico/src/com/svox/pico/providers/ |
SettingsProvider.java | 27 * data from the plugin engine and pass it back to that engine's .so file in the
31 * the location of the data files for the Pico engine which live under
|
/frameworks/base/location/java/android/location/ |
GpsSatellite.java | 91 * Returns true if the GPS engine has ephemeris data for the satellite. 100 * Returns true if the GPS engine has almanac data for the satellite. 109 * Returns true if the satellite was used by the GPS engine when
|
/frameworks/ex/variablespeed/jni/ |
jni_entry.cc | 84 AudioEngine *engine = new AudioEngine(targetFrames, local 87 if (!AudioEngine::CompareAndSetEngine(NULL, engine)) { 88 delete engine;
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldWallpaper.java | 9 import android.service.wallpaper.WallpaperService.Engine; 19 public Engine onCreateEngine() { 23 private class RenderScriptEngine extends Engine {
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglValidate.cpp | 81 bool EglValidate::engine(EGLint engine) { function in class:EglValidate 82 return engine == EGL_CORE_NATIVE_ENGINE;
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
pmeth_lib.c | 65 #include <openssl/engine.h> 127 static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) 138 if (pkey && pkey->engine) 139 e = pkey->engine; 140 /* Try to find an ENGINE which implements this method */ 152 /* If an ENGINE handled this method look it up. Othewise 178 ret->engine = e; 297 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e) 302 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e) 313 /* Make sure it's safe to copy a pkey context using an ENGINE */ [all...] |
/external/openssl/crypto/evp/ |
pmeth_lib.c | 65 #include <openssl/engine.h> 127 static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) 138 if (pkey && pkey->engine) 139 e = pkey->engine; 140 /* Try to find an ENGINE which implements this method */ 152 /* If an ENGINE handled this method look it up. Othewise 178 ret->engine = e; 297 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e) 302 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e) 313 /* Make sure it's safe to copy a pkey context using an ENGINE */ [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine.cc | 217 // Gets the default set of options applied to the engine. Historically, these 239 explicit WebRtcSoundclipMedia(WebRtcVoiceEngine *engine) 240 : engine_(engine), webrtc_channel_(-1) { 548 // modify the defaults via SetOptions (on the media engine). 611 LOG(LS_INFO) << "Initialized WebRtc soundclip engine."; 644 LOG(LS_ERROR) << "Unable to create soundclip: soundclip engine failed to " [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmpplogintask_unittest.cc | 39 XmppEngine* engine() { return engine_.get(); } function in class:XmppLoginTaskTest 234 engine()->HandleInput(input.c_str(), input.length()); 247 engine()->HandleInput(input.c_str(), input.length()); 257 engine()->HandleInput(input.c_str(), input.length()); 273 engine()->HandleInput(input.c_str(), input.length()); 293 engine()->HandleInput(input.c_str(), input.length()); 311 engine()->HandleInput(input.c_str(), input.length()); 333 engine()->HandleInput(input.c_str(), input.length()); 354 engine()->HandleInput(input.c_str(), input.length()); 376 engine()->HandleInput(input.c_str(), input.length()) [all...] |
/external/llvm/tools/llvm-diff/ |
DifferenceEngine.cpp | 11 // engine, which structurally compares global values within a module. 114 /// A function-scope difference engine. 116 DifferenceEngine &Engine; 162 Engine.logf("successor %l cannot be equivalent to %r; " 176 DifferenceEngine::Context C(Engine, L, R); 193 DifferenceEngine::Context C(Engine, L, R); 231 if (Complain) Engine.log("called functions differ"); 235 if (Complain) Engine.log("argument counts differ"); 241 Engine.logf("arguments %l and %r differ") 253 if (Complain) Engine.log("different instruction types") [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | |
/development/samples/TtsEngine/res/xml/ |
tts_engine.xml | 16 <tts-engine xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/scripts/app_engine_server/gae_shell/ |
README | 3 Part of http://code.google.com/p/google-app-engine-samples/.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RSABlindedEngine.java | 27 * initialise the RSA engine. 53 * Return the maximum size for an input block to this engine. 65 * Return the maximum size for an output block to this engine. 92 throw new IllegalStateException("RSA engine not initialised");
|
/external/chromium/chrome/browser/search_engines/ |
search_engine_type.h | 12 // Enum to record the user's default search engine choice in UMA. Add new
|
/external/chromium/chrome/browser/sync/engine/ |
download_updates_command.cc | 5 #include "chrome/browser/sync/engine/download_updates_command.h" 9 #include "chrome/browser/sync/engine/syncer.h" 10 #include "chrome/browser/sync/engine/syncer_proto_util.h" 11 #include "chrome/browser/sync/engine/syncproto.h"
|
idle_query_linux.cc | 5 #include "chrome/browser/sync/engine/idle_query_linux.h"
|
mock_model_safe_workers.h | 12 #include "chrome/browser/sync/engine/model_safe_worker.h"
|
polling_constants.cc | 6 #include "chrome/browser/sync/engine/polling_constants.h"
|