HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 176 - 200 of 3414) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/openssl/crypto/engine/
enginetest.c 1 /* crypto/engine/enginetest.c */
66 printf("No ENGINE support\n");
72 #include <openssl/engine.h>
77 ENGINE *h;
82 printf("listing available engine types\n");
85 printf("engine %i, id = \"%s\", name = \"%s\"\n",
97 ENGINE *block[512];
100 ENGINE *ptr;
103 ENGINE *new_h1 = NULL;
104 ENGINE *new_h2 = NULL
    [all...]
tb_pkmeth.c 65 void ENGINE_unregister_pkey_meths(ENGINE *e)
75 int ENGINE_register_pkey_meths(ENGINE *e)
91 ENGINE *e;
97 int ENGINE_set_default_pkey_meths(ENGINE *e)
114 ENGINE *ENGINE_get_pkey_meth_engine(int nid)
119 /* Obtains a pkey_meth implementation from an ENGINE functional reference */
120 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid)
133 /* Gets the pkey_meth callback from an ENGINE structure */
134 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e)
139 /* Sets the pkey_meth callback in an ENGINE structure *
    [all...]
eng_dyn.c 1 /* crypto/engine/eng_dyn.c */
63 /* Shared libraries implementing ENGINEs for use by the "dynamic" ENGINE loader
66 /* Our ENGINE handlers */
67 static int dynamic_init(ENGINE *e);
68 static int dynamic_finish(ENGINE *e);
69 static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
73 static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx);
83 /* The constants used when creating the ENGINE */
85 static const char *engine_dynamic_name = "Dynamic engine loading support";
89 "Specifies the path to the new ENGINE shared library"
    [all...]
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 374 struct engine { struct
382 static void engine_draw_frame(struct engine* engine) {
383 if (engine->app->window == NULL) {
389 if (ANativeWindow_lock(engine->app->window, &buffer, NULL) < 0) {
394 stats_startFrame(&engine->stats);
404 ANativeWindow_unlockAndPost(engine->app->window);
406 stats_endFrame(&engine->stats);
409 static void engine_term_display(struct engine* engine) {
414 struct engine* engine = (struct engine*)app->userData; local
429 struct engine* engine = (struct engine*)app->userData; local
449 struct engine engine; local
    [all...]
  /external/chromium_org/sync/
sync_tests.gypi 37 'test/engine/fake_model_worker.cc',
38 'test/engine/fake_model_worker.h',
39 'test/engine/fake_sync_scheduler.cc',
40 'test/engine/fake_sync_scheduler.h',
41 'test/engine/mock_connection_manager.cc',
42 'test/engine/mock_connection_manager.h',
43 'test/engine/mock_non_blocking_type_processor_core.cc',
44 'test/engine/mock_non_blocking_type_processor_core.h',
45 'test/engine/mock_non_blocking_type_processor.cc',
46 'test/engine/mock_non_blocking_type_processor.h'
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
search_engine_manager_handler.h 51 // Removes the search engine at the given index. Called from WebUI.
54 // Sets the search engine at the given index to be default. Called from WebUI.
57 // Starts an edit session for the search engine at the given index. If the
58 // index is -1, starts editing a new search engine instead of an existing one.
62 // Validates the given search engine values, and reports the results back
74 // Returns a dictionary to pass to WebUI representing the given search engine.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 419 XmppEngineImpl::EnterExit::EnterExit(XmppEngineImpl* engine)
420 : engine_(engine),
421 state_(engine->state_) {
422 engine->engine_entered_ += 1;
426 XmppEngineImpl* engine = engine_; local
428 engine->engine_entered_ -= 1;
430 bool closing = (engine->state_ != state_ &&
431 engine->state_ == STATE_CLOSED);
432 bool flushing = closing || (engine->engine_entered_ == 0);
434 if (engine->output_handler_ && flushing)
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
MacTest.java 36 OpenSSLEngine engine = OpenSSLEngine.getInstance(NativeCryptoTest.TEST_ENGINE_ID); local
42 SecretKey key1 = engine.getSecretKeyById(secret, "HmacSHA256");
43 SecretKey key1dupe = engine.getSecretKeyById(secret, "HmacSHA256");
45 /* Non-ENGINE-based SecretKey */
48 /* The one that is ENGINE-based can't be equal to a non-ENGINE one. */
  /libcore/luni/src/main/java/javax/net/ssl/
X509ExtendedKeyManager.java 44 * @param engine
46 * no engine is predefined.
51 Principal[] issuers, SSLEngine engine) {
64 * @param engine
66 * no engine is predefined.
71 SSLEngine engine) {
  /external/svox/pico/lib/
picoapi.c 109 sys->engine = NULL;
172 /* close engine(s) */
173 picoctrl_disposeEngine(sys->common->mm, sys->rm, &sys->engine);
496 /* *** Engine creation and deletion functions *********************************/
499 * pico_newEngine : Creates and initializes a new Pico engine
502 * @param *outEngine : pointer to the Pico engine handle
516 PICODBG_DEBUG(("creating engine for voice '%s'", (picoos_char *) voiceName));
528 if (system->engine == NULL) {
531 system->engine = (picoctrl_Engine) *outEngine;
534 (picoos_char *) "out of memory creating new engine", NULL)
    [all...]
picoapi.h 44 A SVOX Pico 'engine' provides the functions needed to perform actual
45 synthesis. Currently there can be only one engine instance at a time
47 at the engine level take a 'pico_Engine' handle as the first
97 if the error happened on the SVOX Pico engine level).
139 /* Handle types (opaque) for Pico system, resource, engine ************/
220 engine instances are existing. No API function may be called after
272 parallel to a running engine doing TTS synthesis), but with the
286 Unloads a resource file from the Pico system. If no engine uses the
325 resources from the mappings will be used with that engine. */
344 /* Engine creation and deletion functions *****************************
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
tb_pkmeth.c 65 void ENGINE_unregister_pkey_meths(ENGINE *e)
75 int ENGINE_register_pkey_meths(ENGINE *e)
91 ENGINE *e;
97 int ENGINE_set_default_pkey_meths(ENGINE *e)
114 ENGINE *ENGINE_get_pkey_meth_engine(int nid)
119 /* Obtains a pkey_meth implementation from an ENGINE functional reference */
120 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid)
133 /* Gets the pkey_meth callback from an ENGINE structure */
134 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e)
139 /* Sets the pkey_meth callback in an ENGINE structure *
    [all...]
eng_dyn.c 1 /* crypto/engine/eng_dyn.c */
63 /* Shared libraries implementing ENGINEs for use by the "dynamic" ENGINE loader
66 /* Our ENGINE handlers */
67 static int dynamic_init(ENGINE *e);
68 static int dynamic_finish(ENGINE *e);
69 static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
73 static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx);
83 /* The constants used when creating the ENGINE */
85 static const char *engine_dynamic_name = "Dynamic engine loading support";
89 "Specifies the path to the new ENGINE shared library"
    [all...]
  /system/security/keystore-engine/
eng_keystore.cpp 34 #include <openssl/engine.h>
54 static const char* kKeystoreEngineDesc = "Android keystore engine";
79 void operator()(ENGINE* p) const {
83 typedef UniquePtr<ENGINE, ENGINE_Delete> Unique_ENGINE;
101 static EVP_PKEY* keystore_loadkey(ENGINE* e, const char* key_id, UI_METHOD* ui_method,
165 static int keystore_engine_setup(ENGINE* e) {
174 ALOGE("Could not set up keystore engine");
199 ENGINE* ENGINE_keystore() {
202 Unique_ENGINE engine(ENGINE_new());
203 if (engine.get() == NULL)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
android.speech.tts.TextToSpeech.Engine.html 10 android.speech.tts.TextToSpeech.Engine
74 Class android.speech.tts.<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html" target="_top"><font size="+2"><code>TextToSpeech.Engine</code></font></A>
87 <A NAME="android.speech.tts.TextToSpeech.Engine.ACTION_GET_SAMPLE_TEXT"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#ACTION_GET_SAMPLE_TEXT" target="_top"><code>ACTION_GET_SAMPLE_TEXT</code></A></nobr>
94 <A NAME="android.speech.tts.TextToSpeech.Engine.EXTRA_SAMPLE_TEXT"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#EXTRA_SAMPLE_TEXT" target="_top"><code>EXTRA_SAMPLE_TEXT</code></A></nobr>
109 <A NAME="android.speech.tts.TextToSpeech.Engine.CHECK_VOICE_DATA_BAD_DATA"></A>
110 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.Engine.html#CHECK_VOICE_DATA_BAD_DATA" target="_top"><code>CHECK_VOICE_DATA_BAD_DATA</code></font></A></nobr> </TD>
118 <A NAME="android.speech.tts.TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_DATA"></A
    [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spelling_engine.h 14 // Creates the platform's "native" spelling engine.
22 // Initialize spelling engine with browser-side info. Must be called before
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ShadowTreeStyleSheetCollection.cpp 47 void ShadowTreeStyleSheetCollection::collectStyleSheets(StyleEngine* engine, StyleSheetCollection& collection)
71 if (engine->preferredStylesheetSetName().isEmpty()) {
72 engine->setPreferredStylesheetSetName(title);
73 engine->setSelectedStylesheetSetName(title);
75 if (title != engine->preferredStylesheetSetName())
90 void ShadowTreeStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode)
93 collectStyleSheets(engine, collection);
98 if (StyleResolver* styleResolver = engine->resolver()) {
  /external/chromium_org/third_party/jinja2/
README.chromium 1 Name: Jinja2 Python Template Engine
10 Template engine for code generation in Blink.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
BitmapDrawableResource.java 4 import com.bumptech.glide.load.engine.Resource;
5 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifFrameResourceDecoder.java 4 import com.bumptech.glide.load.engine.Resource;
7 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
BitmapDrawableTranscoder.java 6 import com.bumptech.glide.load.engine.Resource;
8 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
  /external/icu/icu4c/source/samples/layout/
GnomeFontMap.cpp 20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
21 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine)
gnomeglue.cpp 52 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status)
54 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status);
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svtteng.h 5 /* The FreeType TrueType engine query service (specification). */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svtteng.h 5 /* The FreeType TrueType engine query service (specification). */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"

Completed in 624 milliseconds

1 2 3 4 5 6 78 91011>>