HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 1 - 25 of 3084) 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/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/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_util.cc',
38 'engine/commit_util.h',
39 'engine/commit.cc',
40 'engine/commit.h'
    [all...]
  /external/chromium_org/sync/sessions/
DEPS 3 "+sync/engine",
5 "+sync/internal_api/public/engine",
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
EngineTest.java 28 import org.apache.harmony.security.fortress.Engine;
35 * Tests for Engine
50 Engine engine = new Engine("Service"); local
53 engine.getInstance("AlGOrItHM", null);
55 if (engine.provider != p) {
58 if (!(engine.spi instanceof SomeClass)) {
69 Engine engine = new Engine("Service") local
82 Engine engine = new Engine("Service"); local
100 Engine engine = new Engine("Service"); local
113 Engine engine = new Engine("CertStore"); local
124 Engine engine = new Engine("CertStore"); local
    [all...]
  /external/jmonkeyengine/
Android.mk 5 engine/src/android \
6 engine/src/core \
7 engine/src/core-plugins \
8 engine/src/ogre)
18 # LOCAL_JAVA_RESOURCE_DIRS := engine/src/core-data
  /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(ASCIIToUTF16("helllo").c_str(), 0, 6));
21 engine.Init(custom_words);
22 EXPECT_TRUE(engine.SpellCheckWord(ASCIIToUTF16("helllo").c_str(), 0, 6));
  /external/chromium/chrome/browser/resources/options/
search_engine_manager.css 1 .search-engine-list > div {
5 .search-engine-list .favicon {
10 .search-engine-list .name-column {
18 .search-engine-list .name-column :last-child {
22 .search-engine-list .keyword-column {
28 .search-engine-list .url-column {
33 .search-engine-list .keyword-column,
34 .search-engine-list .url-column {
38 .search-engine-list .default .name-column,
39 .search-engine-list .default .keyword-column
    [all...]
search_engine_manager.html 5 class="search-engine-list settings-list"></list>
8 class=" search-engine-list settings-list"></list>
  /external/icu4c/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 26 Engine(EngineBuilder(M).setErrorStr(&Error).create()) {
30 ASSERT_TRUE(Engine.get() != NULL) << "EngineBuilder returned error: '"
41 const OwningPtr<ExecutionEngine> Engine;
48 Engine->addGlobalMapping(G1, &Mem1);
49 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
51 Engine->updateGlobalMapping(G1, &Mem2);
52 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
53 Engine->updateGlobalMapping(G1, NULL);
54 EXPECT_EQ(NULL, Engine->getPointerToGlobalIfAvailable(G1));
55 Engine->updateGlobalMapping(G1, &Mem2)
    [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...]
search_engine_manager.html 1 <div id="search-engine-manager-page" class="page" hidden>
6 <list id="default-search-engine-list"
7 class="search-engine-list settings-list"></list>
9 <list id="other-search-engine-list"
10 class="search-engine-list settings-list"></list>
15 class="search-engine-list settings-list"></list>
20 <button id="search-engine-manager-confirm" type="submit"
  /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/chromium_org/google_apis/gcm/
gcm.gyp 47 'engine/connection_factory.h',
48 'engine/connection_factory.cc',
49 'engine/connection_factory_impl.h',
50 'engine/connection_factory_impl.cc',
51 'engine/connection_handler.h',
52 'engine/connection_handler.cc',
53 'engine/connection_handler_impl.h',
54 'engine/connection_handler_impl.cc',
55 'engine/mcs_client.h',
56 'engine/mcs_client.cc'
    [all...]
  /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...]
  /external/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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestInterpretedLexing.java 84 Interpreter engine = new Interpreter(g, new ANTLRStringStream("a")); local
85 engine = new Interpreter(g, new ANTLRStringStream("b"));
86 Token result = engine.scan("A");
88 engine = new Interpreter(g, new ANTLRStringStream("c"));
89 result = engine.scan("A");
99 Interpreter engine = new Interpreter(g, new ANTLRStringStream("abc")); // should ignore the x local
100 Token result = engine.scan("A");
110 Interpreter engine = new Interpreter(g, new ANTLRStringStream("12x")); // should ignore the x local
111 Token result = engine.scan("INT");
113 engine = new Interpreter(g, new ANTLRStringStream("1234"))
123 Interpreter engine = new Interpreter(g, new ANTLRStringStream("a")); local
151 Interpreter engine = new Interpreter(g, input); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 

Completed in 996 milliseconds

1 2 3 4 5 6 7 8 91011>>