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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/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/pdfium/testing/libfuzzer/
pdf_psengine_fuzzer.cc 10 CPDF_PSEngine engine; local
11 if (engine.Parse(reinterpret_cast<const char*>(data), size))
12 engine.Execute();
  /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/pdfium/fxjs/
fxjs_v8_embeddertest.cpp 24 int sts = engine()->Execute(script, &error);
28 v8::Local<v8::Object> This = engine()->GetThisObj();
29 v8::Local<v8::Value> fred = engine()->GetObjectProperty(This, L"fred");
31 EXPECT_EQ(expected, engine()->ToDouble(fred));
84 EXPECT_FALSE(engine()->ToBoolean(empty));
85 EXPECT_EQ(0, engine()->ToInt32(empty));
86 EXPECT_EQ(0.0, engine()->ToDouble(empty));
87 EXPECT_EQ(L"", engine()->ToWideString(empty));
88 EXPECT_TRUE(engine()->ToObject(empty).IsEmpty());
89 EXPECT_TRUE(engine()->ToArray(empty).IsEmpty())
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
moduleimpl.cc 30 XmppModuleImpl::RegisterEngine(XmppEngine* engine)
32 if (NULL == engine || NULL != engine_)
35 engine->AddStanzaHandler(&stanza_handler_);
36 engine_ = engine;
42 XmppModuleImpl::engine() { function in class:buzz::XmppModuleImpl
module.h 21 //! An engine is registered with the module and the module then hooks the
22 //! appropriate parts of the engine to implement that set of features. It is
23 //! important to unregister modules before destructing the engine.
28 //! Register the engine with the module. Only one engine can be associated
30 //! already an engine registered.
31 virtual XmppReturnStatus RegisterEngine(XmppEngine* engine) = 0;
  /external/boringssl/src/crypto/engine/
engine.c 15 #include <openssl/engine.h>
34 ENGINE *ENGINE_new(void) {
35 ENGINE *engine = OPENSSL_malloc(sizeof(ENGINE)); local
36 if (engine == NULL) {
40 OPENSSL_memset(engine, 0, sizeof(ENGINE));
41 return engine;
44 void ENGINE_free(ENGINE *engine)
    [all...]
  /cts/tests/tests/media/libaudiojni/
sl-utils.cpp 99 // create engine in thread-safe mode
100 SLObjectItf engine; local
101 SLresult result = slCreateEngine(&engine,
108 // realize the engine
109 result = (*engine)->Realize(engine, SL_BOOLEAN_FALSE /* async */);
112 (*engine)->Destroy(engine);
115 return engine;
131 void CloseSLEngine(SLObjectItf engine) {
    [all...]
  /external/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_RSA_method(ENGINE *engine,
    [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...]
  /prebuilts/ndk/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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...]
  /prebuilts/ndk/r10/platforms/android-16/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/r10/platforms/android-17/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...]

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011>>