Searched refs:engine (Results 1 - 25 of 418) sorted by relevance

1234567891011>>

/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c44 struct engine { struct
63 static int engine_init_display(struct engine* engine) { argument
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
131 engine_draw_frame(struct engine* engine) argument
148 engine_term_display(struct engine* engine) argument
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/chrome/renderer/spellchecker/
H A Dcustom_dictionary_engine_unittest.cc10 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_org/third_party/libjingle/source/talk/xmpp/
H A Dmoduleimpl.cc47 XmppModuleImpl::RegisterEngine(XmppEngine* engine) argument
49 if (NULL == engine || NULL != engine_)
52 engine->AddStanzaHandler(&stanza_handler_);
53 engine_ = engine;
59 XmppModuleImpl::engine() { function in class:buzz::XmppModuleImpl
H A Dmoduleimpl.h37 //! An engine is registered with the module and the module then hooks the
38 //! appropriate parts of the engine to implement that set of features. It is
39 //! 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 XmppReturnStatus RegisterEngine(XmppEngine* engine);
50 //! Gets the engine that this module is attached to.
51 XmppEngine* engine();
62 //! to hook into and get stanzas and events from the engine
[all...]
H A Dxmppengine_unittest.cc50 XmppEngine* engine() { return engine_.get(); } function in class:XmppEngineTest
79 EXPECT_EQ(XmppEngine::STATE_START, engine()->GetState());
80 engine()->Connect();
81 EXPECT_EQ(XmppEngine::STATE_OPENING, engine()->GetState());
93 engine()->HandleInput(input.c_str(), input.length());
105 engine()->HandleInput(input.c_str(), input.length());
113 engine()->HandleInput(input.c_str(), input.length());
125 engine()->HandleInput(input.c_str(), input.length());
134 engine()->HandleInput(input.c_str(), input.length());
147 engine()
[all...]
H A Dmodule.h37 //! An engine is registered with the module and the module then hooks the
38 //! appropriate parts of the engine to implement that set of features. It is
39 //! important to unregister modules before destructing the engine.
44 //! Register the engine with the module. Only one engine can be associated
46 //! already an engine registered.
47 virtual XmppReturnStatus RegisterEngine(XmppEngine* engine) = 0;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
H A DEngineTest.java50 Engine engine = new Engine("Service");
53 engine.getInstance("AlGOrItHM", null);
55 if (engine.provider != p) {
58 if (!(engine.spi instanceof SomeClass)) {
69 Engine engine = new Engine("Service");
71 engine.getInstance(null, null);
82 Engine engine = new Engine("Service");
84 engine.getInstance("AlGOrItHM", p, null);
86 if (engine.provider != p) {
89 if (!(engine
[all...]
/external/chromium_org/chromeos/ime/
H A Dgen_input_methods.py83 engines: list of engine objects
85 The text of a C++ header file containing the engine data.
89 for engine in engines:
90 if engine.has_key('if'):
91 output.append(CPP_FORMAT % engine['if'])
92 output.append(ENGINE_FORMAT % engine)
93 if engine.has_key('if'):
111 engine = {}
112 engine['input_method_id'] = columns[0]
113 engine['xkb_layout_i
[all...]
/external/svox/pico/compat/jni/
H A Dtts.h102 // 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,
188 (void *engine,
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestInterpretedLexing.java84 Interpreter engine = new Interpreter(g, new ANTLRStringStream("a"));
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
100 Token result = engine.scan("A");
110 Interpreter engine = new Interpreter(g, new ANTLRStringStream("12x")); // should ignore the x
111 Token result = engine.scan("INT");
113 engine
[all...]
/external/icu4c/layout/
H A Dloengine.cpp31 le_close(le_engine *engine) argument
33 LayoutEngine *le = (LayoutEngine *) engine;
39 le_layoutChars(le_engine *engine, argument
49 LayoutEngine *le = (LayoutEngine *) engine;
60 le_getGlyphCount(le_engine *engine, argument
63 LayoutEngine *le = (LayoutEngine *) engine;
74 le_getGlyphs(le_engine *engine, argument
78 LayoutEngine *le = (LayoutEngine *) engine;
89 le_getCharIndices(le_engine *engine, argument
93 LayoutEngine *le = (LayoutEngine *) engine;
104 le_getCharIndicesWithBase(le_engine *engine, le_int32 charIndices[], le_int32 indexBase, LEErrorCode *success) argument
120 le_getGlyphPositions(le_engine *engine, float positions[], LEErrorCode *success) argument
135 le_getGlyphPosition(le_engine *engine, le_int32 glyphIndex, float *x, float *y, LEErrorCode *success) argument
152 le_reset(le_engine *engine, LEErrorCode *success) argument
[all...]
H A Dloengine.h63 * @param engine - the LayoutEngine to close.
68 le_close(le_engine *engine);
73 * @param engine - the LayoutEngine
95 le_layoutChars(le_engine *engine,
110 * @param engine - the LayoutEngine
118 le_getGlyphCount(le_engine *engine,
126 * @param engine - the LayoutEngine
133 le_getGlyphs(le_engine *engine,
142 * @param engine - the LayoutEngine
149 le_getCharIndices(le_engine *engine,
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseKeyGenerator.java21 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);
25 BaseKeyGenerator( String algName, int defaultKeySize, CipherKeyGenerator engine) argument
/external/chromium_org/chrome/browser/resources/options/
H A Dsearch_engine_manager.css5 #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
[all...]
H A Dsearch_engine_manager_engine_list.js13 * Creates a new search engine list item.
14 * @param {Object} searchEnigne The search engine this represents.
26 * Decorates an element as a search engine list item.
38 * Input field for editing the engine name.
45 * Input field for editing the engine keyword.
52 * Input field for editing the engine url.
76 var engine = this.searchEngine_;
78 if (engine.modelIndex == '-1') {
80 engine.name = '';
81 engine
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentStyleSheetCollection.cpp55 void DocumentStyleSheetCollection::collectStyleSheetsFromCandidates(StyleEngine* engine, StyleSheetCollectionBase& collection, DocumentStyleSheetCollection::CollectFor collectFor) argument
87 if (!enabledViaScript && !title.isEmpty() && engine->preferredStylesheetSetName().isEmpty()) {
90 engine->setPreferredStylesheetSetName(title);
91 engine->setSelectedStylesheetSetName(title);
115 if (engine->preferredStylesheetSetName().isEmpty()) {
121 engine->setPreferredStylesheetSetName(title);
122 engine->setSelectedStylesheetSetName(title);
125 if (title != engine->preferredStylesheetSetName())
148 void DocumentStyleSheetCollection::collectStyleSheets(StyleEngine* engine, StyleSheetCollectionBase& collection, DocumentStyleSheetCollection::CollectFor colletFor) argument
150 ASSERT(document()->styleEngine() == engine);
157 updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode) argument
[all...]
H A DShadowTreeStyleSheetCollection.cpp48 void ShadowTreeStyleSheetCollection::collectStyleSheets(StyleEngine* engine, StyleSheetCollectionBase& collection) argument
73 if (engine->preferredStylesheetSetName().isEmpty()) {
75 engine->setPreferredStylesheetSetName(title);
76 engine->setSelectedStylesheetSetName(title);
79 if (title != engine->preferredStylesheetSetName())
93 bool ShadowTreeStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode) argument
96 collectStyleSheets(engine, collection);
101 if (StyleResolver* styleResolver = engine->resolver()) {
/external/svox/pico/lib/
H A Dpicoctrl.h66 picoctrl_Engine engine,
72 picoctrl_Engine engine,
78 picoctrl_Engine engine,
90 picoctrl_Engine engine
94 picoctrl_Engine engine
/external/jmonkeyengine/
H A DAndroid.mk5 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/chrome/browser/resources/options/
H A Dsearch_engine_manager_engine_list.js11 * Creates a new search engine list item.
12 * @param {Object} searchEnigne The search engine this represents.
24 * Decorates an element as a search engine list item.
36 * Input field for editing the engine name.
43 * Input field for editing the engine keyword.
50 * Input field for editing the engine url.
74 var engine = this.searchEngine_;
76 if (engine['modelIndex'] == '-1') {
78 engine['name'] = '';
79 engine['keywor
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
H A Dech_lib.c73 #include <openssl/engine.h>
124 if (ecdh->engine)
126 ENGINE_finish(ecdh->engine);
127 ecdh->engine = NULL;
138 static ECDH_DATA *ECDH_DATA_new_method(ENGINE *engine) argument
152 ret->engine = engine;
154 if (!ret->engine)
155 ret->engine = ENGINE_get_default_ECDH();
156 if (ret->engine)
[all...]
/external/openssl/crypto/ecdh/
H A Dech_lib.c73 #include <openssl/engine.h>
124 if (ecdh->engine)
126 ENGINE_finish(ecdh->engine);
127 ecdh->engine = NULL;
138 static ECDH_DATA *ECDH_DATA_new_method(ENGINE *engine) argument
152 ret->engine = engine;
154 if (!ret->engine)
155 ret->engine = ENGINE_get_default_ECDH();
156 if (ret->engine)
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jar ... .engine.IEngine engine } org/eclipse/equinox/internal/p2/engine/CommitOperationEvent.class CommitOperationEvent.java package org.eclipse ...
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_lib.c67 #include <openssl/engine.h>
124 if (rsa->engine)
126 ENGINE_finish(rsa->engine);
127 rsa->engine = NULL;
135 RSA *RSA_new_method(ENGINE *engine) argument
148 if (engine)
150 if (!ENGINE_init(engine))
156 ret->engine = engine;
159 ret->engine
[all...]
/external/openssl/crypto/rsa/
H A Drsa_lib.c67 #include <openssl/engine.h>
124 if (rsa->engine)
126 ENGINE_finish(rsa->engine);
127 rsa->engine = NULL;
135 RSA *RSA_new_method(ENGINE *engine) argument
148 if (engine)
150 if (!ENGINE_init(engine))
156 ret->engine = engine;
159 ret->engine
[all...]

Completed in 798 milliseconds

1234567891011>>