/external/chromium_org/sync/ |
sync_core.gypi | 31 'engine/all_status.cc', 32 'engine/all_status.h', 33 'engine/apply_control_data_updates.cc', 34 'engine/apply_control_data_updates.h', 35 'engine/backoff_delay_provider.cc', 36 'engine/backoff_delay_provider.h', 37 'engine/commit.cc', 38 'engine/commit.h', 39 'engine/commit_contribution.cc', 40 'engine/commit_contribution.h' [all...] |
/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...] |
/external/chromium_org/google_apis/gcm/ |
gcm.gyp | 46 'engine/checkin_request.cc', 47 'engine/checkin_request.h', 48 'engine/connection_factory.cc', 49 'engine/connection_factory.h', 50 'engine/connection_factory_impl.cc', 51 'engine/connection_factory_impl.h', 52 'engine/connection_handler.cc', 53 'engine/connection_handler.h', 54 'engine/connection_handler_impl.cc', 55 'engine/connection_handler_impl.h' [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/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...] |
/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/chrome/browser/resources/chromeos/chromevox/common/ |
composite_tts.js | 30 * Adds a TTS engine to the composite TTS 45 this.ttsEngines_.forEach(function(engine) { 46 engine.speak(textString, queueMode, properties); 56 return this.ttsEngines_.some(function(engine) { 57 return engine.isSpeaking(); 66 this.ttsEngines_.forEach(function(engine) { 67 engine.stop(); 76 this.ttsEngines_.forEach(function(engine) { 77 engine.addCapturingEventListener(listener); 87 this.ttsEngines_.forEach(function(engine) { [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
search_engine_manager.css | 5 #search-engine-manager-page { 9 .search-engine-list input { 14 .search-engine-list > div { 18 .search-engine-list .favicon { 28 .search-engine-list .name-column { 36 .search-engine-list .name-column :last-child { 40 .search-engine-list .keyword-column { 46 .search-engine-list .url-column { 51 .search-engine-list .keyword-column, 52 .search-engine-list .url-column [all...] |
/external/icu/icu4c/source/layout/ |
loengine.cpp | 31 le_close(le_engine *engine) 33 LayoutEngine *le = (LayoutEngine *) engine; 39 le_layoutChars(le_engine *engine, 49 LayoutEngine *le = (LayoutEngine *) engine; 60 le_getGlyphCount(le_engine *engine, 63 LayoutEngine *le = (LayoutEngine *) engine; 74 le_getGlyphs(le_engine *engine, 78 LayoutEngine *le = (LayoutEngine *) engine; 89 le_getCharIndices(le_engine *engine, 93 LayoutEngine *le = (LayoutEngine *) engine; [all...] |
/external/llvm/unittests/ExecutionEngine/ |
ExecutionEngineTest.cpp | 25 Engine(EngineBuilder(M).setErrorStr(&Error).create()) { 29 ASSERT_TRUE(Engine.get() != nullptr) << "EngineBuilder returned error: '" 40 const std::unique_ptr<ExecutionEngine> Engine; 47 Engine->addGlobalMapping(G1, &Mem1); 48 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1)); 50 Engine->updateGlobalMapping(G1, &Mem2); 51 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1)); 52 Engine->updateGlobalMapping(G1, nullptr); 53 EXPECT_EQ(nullptr, Engine->getPointerToGlobalIfAvailable(G1)); 54 Engine->updateGlobalMapping(G1, &Mem2) [all...] |
/external/chromium_org/sync/sessions/ |
DEPS | 3 "+sync/engine",
|
/external/glide/library/src/main/java/com/bumptech/glide/load/ |
ResourceEncoder.java | 3 import com.bumptech.glide.load.engine.Resource;
|
/frameworks/base/core/java/android/speech/tts/ |
EventLogTags.logtags | 5 76001 tts_speak_success (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1),(engine_latency|2|3),(engine_total|2|3),(audio_latency|2|3) 6 76002 tts_speak_failure (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1) 8 76003 tts_v2_speak_success (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(request_config|3),(engine_latency|2|3),(engine_total|2|3),(audio_latency|2|3) 9 76004 tts_v2_speak_failure (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(request_config|3), (statusCode|1)
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
GlideBuilder.java | 6 import com.bumptech.glide.load.engine.Engine; 7 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool; 8 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPoolAdapter; 9 import com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool; 10 import com.bumptech.glide.load.engine.cache.DiskCache; 11 import com.bumptech.glide.load.engine.cache.DiskCacheAdapter; 12 import com.bumptech.glide.load.engine.cache.DiskLruCacheWrapper; 13 import com.bumptech.glide.load.engine.cache.LruResourceCache; 14 import com.bumptech.glide.load.engine.cache.MemoryCache 25 private Engine engine; field in class:GlideBuilder [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialog.py | 8 engine = SearchEngine.get(root) 9 if not hasattr(engine, "_searchdialog"): 10 engine._searchdialog = SearchDialog(root, engine) 11 return engine._searchdialog 30 if not self.engine.getprog(): 36 if not self.engine.getpat(): 39 if not self.engine.getprog(): 41 res = self.engine.search_text(text) 57 text.mark_set("insert", self.engine.isback() and first or last [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialog.py | 8 engine = SearchEngine.get(root) 9 if not hasattr(engine, "_searchdialog"): 10 engine._searchdialog = SearchDialog(root, engine) 11 return engine._searchdialog 30 if not self.engine.getprog(): 36 if not self.engine.getpat(): 39 if not self.engine.getprog(): 41 res = self.engine.search_text(text) 57 text.mark_set("insert", self.engine.isback() and first or last [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseKeyGenerator.java | 21 protected CipherKeyGenerator engine; field in class:BaseKeyGenerator 28 CipherKeyGenerator engine) 32 this.engine = engine; 48 engine.init(new KeyGenerationParameters(random, defaultKeySize)); 63 engine.init(new KeyGenerationParameters(random, keySize)); 76 engine.init(new KeyGenerationParameters(new SecureRandom(), defaultKeySize)); 80 return new SecretKeySpec(engine.generateKey(), algName);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/ttsEngine/console_tts_engine/ |
manifest.json | 2 "name": "Console TTS Engine", 5 "description": "A \"silent\" TTS engine that prints text to a small window rather than synthesizing speech.",
|
/external/glide/library/ |
lint.xml | 5 <ignore path="src/main/java/com/bumptech/glide/load/engine/cache/LruResourceCache.java" /> 6 <ignore path="src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/LruBitmapPool.java" />
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
engine.h | 1 /* openssl/engine.h */ 70 #error ENGINE is disabled. 122 * internally to control registration of ENGINE implementations, and can be set 127 /* ENGINE flags that can be set by ENGINE_set_flags(). */ 132 * control commands on behalf of the ENGINE using their "cmd_defns" data. */ 136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl() 139 * to obtain the ENGINE will result in it being copied into a new structure. 141 * the existing ENGINE's structural reference count. */ 144 /* This flag if for an ENGINE that does not want its methods registered as 177 * same functionality to their own ENGINE-specific control functions that can b [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
engine.h | 1 /* openssl/engine.h */ 70 #error ENGINE is disabled. 122 * internally to control registration of ENGINE implementations, and can be set 127 /* ENGINE flags that can be set by ENGINE_set_flags(). */ 132 * control commands on behalf of the ENGINE using their "cmd_defns" data. */ 136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl() 139 * to obtain the ENGINE will result in it being copied into a new structure. 141 * the existing ENGINE's structural reference count. */ 144 /* This flag if for an ENGINE that does not want its methods registered as 177 * same functionality to their own ENGINE-specific control functions that can b [all...] |
/external/openssl/crypto/engine/ |
engine.h | 1 /* openssl/engine.h */ 70 #error ENGINE is disabled. 122 * internally to control registration of ENGINE implementations, and can be set 127 /* ENGINE flags that can be set by ENGINE_set_flags(). */ 132 * control commands on behalf of the ENGINE using their "cmd_defns" data. */ 136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl() 139 * to obtain the ENGINE will result in it being copied into a new structure. 141 * the existing ENGINE's structural reference count. */ 144 /* This flag if for an ENGINE that does not want its methods registered as 177 * same functionality to their own ENGINE-specific control functions that can b [all...] |