HomeSort by relevance Sort by last modified time
    Searched refs:engine (Results 1 - 25 of 760) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 44 struct engine { struct
63 static int engine_init_display(struct engine* engine) {
99 ANativeWindow_setBuffersGeometry(engine->app->window, 0, 0, format);
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
112 engine->display = display;
113 engine->context = context;
114 engine->surface = surface;
115 engine->width = w;
116 engine->height = h
169 struct engine* engine = (struct engine*)app->userData; local
183 struct engine* engine = (struct engine*)app->userData; local
232 struct engine engine; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 44 struct engine { struct
63 static int engine_init_display(struct engine* engine) {
99 ANativeWindow_setBuffersGeometry(engine->app->window, 0, 0, format);
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
112 engine->display = display;
113 engine->context = context;
114 engine->surface = surface;
115 engine->width = w;
116 engine->height = h
169 struct engine* engine = (struct engine*)app->userData; local
183 struct engine* engine = (struct engine*)app->userData; local
232 struct engine engine; local
    [all...]
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 44 struct engine { struct
63 static int engine_init_display(struct engine* engine) {
99 ANativeWindow_setBuffersGeometry(engine->app->window, 0, 0, format);
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
112 engine->display = display;
113 engine->context = context;
114 engine->surface = surface;
115 engine->width = w;
116 engine->height = h
169 struct engine* engine = (struct engine*)app->userData; local
183 struct engine* engine = (struct engine*)app->userData; local
232 struct engine engine; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
Android.mk 12 engine/ndapi.c \
13 engine/neapi.c \
14 engine/ndbdic.c \
15 engine/ndfdic.c \
16 engine/ndldic.c \
17 engine/ndrdic.c \
18 engine/necode.c \
19 engine/ndcommon.c \
20 engine/nj_str.c
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
Poolable.java 1 package com.bumptech.glide.load.engine.bitmap_recycle;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
Prioritized.java 1 package com.bumptech.glide.load.engine.executor;
  /external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine_unittest.cc 10 CustomDictionaryEngine engine; local
12 engine.Init(custom_words);
13 EXPECT_FALSE(engine.SpellCheckWord(base::string16().c_str(), 15, 23));
17 CustomDictionaryEngine engine; local
18 EXPECT_FALSE(engine.SpellCheckWord(base::ASCIIToUTF16("helllo").c_str(),
22 engine.Init(custom_words);
23 EXPECT_TRUE(engine.SpellCheckWord(base::ASCIIToUTF16("helllo").c_str(),
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
moduleimpl.cc 47 XmppModuleImpl::RegisterEngine(XmppEngine* engine)
49 if (NULL == engine || NULL != engine_)
52 engine->AddStanzaHandler(&stanza_handler_);
53 engine_ = engine;
59 XmppModuleImpl::engine() { function in class:buzz::XmppModuleImpl
module.h 38 //! An engine is registered with the module and the module then hooks the
39 //! appropriate parts of the engine to implement that set of features. It is
40 //! important to unregister modules before destructing the engine.
45 //! Register the engine with the module. Only one engine can be associated
47 //! already an engine registered.
48 virtual XmppReturnStatus RegisterEngine(XmppEngine* engine) = 0;
  /external/chromium_org/third_party/boringssl/src/crypto/engine/
engine.c 15 #include <openssl/engine.h>
32 ENGINE *ENGINE_new(void) {
33 ENGINE *engine = OPENSSL_malloc(sizeof(ENGINE)); local
34 if (engine == NULL) {
38 memset(engine, 0, sizeof(ENGINE));
39 return engine;
42 void ENGINE_free(ENGINE *engine)
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
engine.h 30 * Methods are reference counted but |ENGINE|s are not. When creating a method,
32 * you wish before setting it on an |ENGINE|. Any functions pointers that
38 /* ENGINE_new returns an empty ENGINE that uses the default method for all
40 OPENSSL_EXPORT ENGINE *ENGINE_new(void);
43 * |engine| and frees |engine| itself. */
44 OPENSSL_EXPORT void ENGINE_free(ENGINE *engine);
56 OPENSSL_EXPORT int ENGINE_set_DH_method(ENGINE *engine, const DH_METHOD *method
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
EngineTest.java 28 import org.apache.harmony.security.fortress.Engine;
34 * Tests for Engine
49 Engine engine = new Engine("Service"); local
52 engine.getInstance("AlGOrItHM", null);
54 if (engine.provider != p) {
57 if (!(engine.spi instanceof SomeClass)) {
68 Engine engine = new Engine("Service") local
82 Engine engine = new Engine("Service"); local
100 Engine engine = new Engine("Service"); local
114 Engine engine = new Engine("CertStore"); local
125 Engine engine = new Engine("CertStore"); local
    [all...]
  /development/ndk/platforms/android-13/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /external/svox/pico/compat/jni/
tts.h 88 /* This function must be located in the TTS Engine shared library
102 // This is passed by the framework to the engine through the
130 // Note that each of these functions will take a handle to the engine itself
140 // Initialize the TTS engine and returns whether initialization succeeded.
144 (void *engine,
148 // Shut down the TTS engine and releases all associated resources.
151 (void *engine);
157 (void *engine);
170 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
172 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/android/
tts.h 87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
    [all...]

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>