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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated_comparison.cpp 32 "QScriptValue(QScriptValue::UndefinedValue) <=> QScriptValue(engine, QScriptValue::UndefinedValue)",
33 "QScriptValue(QScriptValue::UndefinedValue) <=> QScriptValue(engine, QScriptValue::NullValue)",
34 "QScriptValue(QScriptValue::UndefinedValue) <=> engine->evaluate(\"{}\")",
35 "QScriptValue(QScriptValue::UndefinedValue) <=> engine->evaluate(\"undefined\")",
36 "QScriptValue(QScriptValue::UndefinedValue) <=> engine->evaluate(\"null\")",
37 "QScriptValue(QScriptValue::UndefinedValue) <=> engine->nullValue()",
38 "QScriptValue(QScriptValue::UndefinedValue) <=> engine->undefinedValue()",
43 "QScriptValue(QScriptValue::NullValue) <=> QScriptValue(engine, QScriptValue::UndefinedValue)",
44 "QScriptValue(QScriptValue::NullValue) <=> QScriptValue(engine, QScriptValue::NullValue)",
45 "QScriptValue(QScriptValue::NullValue) <=> engine->evaluate(\"{}\")"
    [all...]
tst_qscriptvalue_generated_totype.cpp 84 "QScriptValue(engine, QScriptValue::UndefinedValue)",
85 "QScriptValue(engine, QScriptValue::NullValue)",
86 "QScriptValue(engine, true)",
87 "QScriptValue(engine, false)",
88 "QScriptValue(engine, int(122))",
89 "QScriptValue(engine, uint(124))",
90 "QScriptValue(engine, 0)",
91 "QScriptValue(engine, 0.0)",
92 "QScriptValue(engine, 123.0)",
93 "QScriptValue(engine, 6.37e-8)"
    [all...]
tst_qscriptvalue_generated_istype.cpp 85 "QScriptValue(engine, QScriptValue::UndefinedValue)",
86 "QScriptValue(engine, QScriptValue::NullValue)",
87 "QScriptValue(engine, true)",
88 "QScriptValue(engine, false)",
89 "QScriptValue(engine, int(122))",
90 "QScriptValue(engine, uint(124))",
91 "QScriptValue(engine, 0)",
92 "QScriptValue(engine, 0.0)",
93 "QScriptValue(engine, 123.0)",
94 "QScriptValue(engine, 6.37e-8)"
    [all...]
tst_qscriptvalue_generated_init.cpp 29 QScriptEngine* engine = m_engine; local
88 case 57: return QPair<QString, QScriptValue>("QScriptValue(engine, QScriptValue::UndefinedValue)", QScriptValue(engine, QScriptValue::UndefinedValue));
89 case 58: return QPair<QString, QScriptValue>("QScriptValue(engine, QScriptValue::NullValue)", QScriptValue(engine, QScriptValue::NullValue));
90 case 59: return QPair<QString, QScriptValue>("QScriptValue(engine, true)", QScriptValue(engine, true));
91 case 60: return QPair<QString, QScriptValue>("QScriptValue(engine, false)", QScriptValue(engine, false));
92 case 61: return QPair<QString, QScriptValue>("QScriptValue(engine, int(122))", QScriptValue(engine, int(122)))
    [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/webrtc/src/modules/audio_processing/main/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/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/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/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/
tst_qscriptengine.cpp 50 QScriptEngine engine; local
52 engine.checkSyntax(code);
59 QScriptEngine engine; local
79 QScriptEngine engine; local
81 engine.evaluate(code);
93 QScriptEngine engine; local
96 engine.evaluate(program);
102 QScriptEngine engine; local
104 engine.newObject();
110 QScriptEngine engine; local
118 QScriptEngine engine; local
126 QScriptEngine engine; local
134 QScriptEngine engine; local
    [all...]
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 26 Engine(EngineBuilder(M).create()) {
30 ASSERT_TRUE(Engine.get() != NULL);
39 const OwningPtr<ExecutionEngine> Engine;
46 Engine->addGlobalMapping(G1, &Mem1);
47 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
49 Engine->updateGlobalMapping(G1, &Mem2);
50 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
51 Engine->updateGlobalMapping(G1, NULL);
52 EXPECT_EQ(NULL, Engine->getPointerToGlobalIfAvailable(G1));
53 Engine->updateGlobalMapping(G1, &Mem2)
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptfunction.cpp 45 QScriptEnginePrivate* engine = data->engine; local
46 QScriptValuePrivate* result = QScriptValuePrivate::get(data->fun(scriptContext, QScriptEnginePrivate::get(engine)));
49 return engine->makeJSValue(QScriptValue::UndefinedValue);
52 // Make sure that the result will be assigned to the correct engine.
53 if (!result->engine()) {
55 result->assignEngine(engine);
56 } else if (result->engine() != engine) {
57 qWarning("Value from different engine returned from native function, returning undefined value instead.")
105 QScriptEnginePrivate* engine = data->engine; local
    [all...]
qscriptfunction_p.h 33 QNativeFunctionData(QScriptEnginePrivate* engine, QScriptEngine::FunctionSignature fun)
34 : engine(engine)
39 QScriptEnginePrivate* engine; member in struct:QNativeFunctionData
45 QNativeFunctionWithArgData(QScriptEnginePrivate* engine, QScriptEngine::FunctionWithArgSignature fun, void* arg)
46 : engine(engine)
52 QScriptEnginePrivate* engine; member in struct:QNativeFunctionWithArgData
  /frameworks/base/core/java/android/speech/tts/
EventLogTags.logtags 5 76001 tts_speak_success (engine|3),(caller|3),(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|3),(length|1),(locale|3),(rate|1),(pitch|1)
  /frameworks/base/core/tests/coretests/src/android/content/
SyncStorageEngineTest.java 50 SyncStorageEngine engine = SyncStorageEngine.newTestInstance( local
54 long historyId = engine.insertStartSyncEvent(
57 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0);
82 SyncStorageEngine engine = SyncStorageEngine.newTestInstance( local
85 removePeriodicSyncs(engine, account1, authority);
86 removePeriodicSyncs(engine, account2, authority);
89 engine.addPeriodicSync(sync1.account, sync1.authority, sync1.extras, sync1.period);
90 engine.addPeriodicSync(sync2.account, sync2.authority, sync2.extras, sync2.period);
91 engine.addPeriodicSync(sync3.account, sync3.authority, sync3.extras, sync3.period);
92 engine.addPeriodicSync(sync4.account, sync4.authority, sync4.extras, sync4.period)
147 SyncStorageEngine engine = SyncStorageEngine.newTestInstance( local
235 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local
340 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local
380 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); local
    [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. */
170 * same functionality to their own ENGINE-specific control functions that can be
173 * fact that application code can find and use them without requiring per-ENGINE
    [all...]
eng_lib.c 1 /* crypto/engine/eng_lib.c */
64 ENGINE *ENGINE_new(void)
66 ENGINE *ret;
68 ret = (ENGINE *)OPENSSL_malloc(sizeof(ENGINE));
74 memset(ret, 0, sizeof(ENGINE));
82 * elements of the ENGINE structure are more likely to be caught and changed
84 void engine_set_all_null(ENGINE *e)
105 int engine_free_util(ENGINE *e, int locked)
131 /* Give the ENGINE a chance to do any structural cleanup correspondin
    [all...]
eng_list.c 1 /* crypto/engine/eng_list.c */
66 /* The linked-list of pointers to engine types. engine_list_head
71 * "prev" pointer in each ENGINE is to save excessive list iteration,
76 static ENGINE *engine_list_head = NULL;
77 static ENGINE *engine_list_tail = NULL;
84 ENGINE *iterator = engine_list_head;
96 static int engine_list_add(ENGINE *e)
99 ENGINE *iterator = NULL;
147 /* Having the engine in the list assumes a structural
157 static int engine_list_remove(ENGINE *e
    [all...]
README 7 the "ENGINE" code. So it serves a double purpose of being a "ENGINE internals
49 into ENGINE is storage - the OBJ_NAME-based storage used by EVP to register
53 solution is necessarily that ENGINE-provided ciphers simply are not registered,
55 especially necessary considering the fact ENGINE uses reference counts to allow
59 Another sticking point for integrating cipher support into ENGINE is linkage.
60 Already there is a problem with the way ENGINE supports RSA, DSA, etc whereby
61 they are available *because* they're part of a giant ENGINE called "openssl".
62 Ie. all implementations *have* to come from an ENGINE, but we get round that by
63 having a giant ENGINE with all the software support encapsulated. This create
    [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. */
170 * same functionality to their own ENGINE-specific control functions that can be
173 * fact that application code can find and use them without requiring per-ENGINE
    [all...]
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java 27 // Used if the search engine is Google
31 * Gets the unique name of this search engine.
36 * Gets the human-readable name of this search engine.
51 * Checks whether this search engine supports search suggestions.
56 * Closes this search engine.
61 * Checks whether this search engine supports voice search.
66 * Checks whether this search engine should be sent zero char query.
  /external/chromium/chrome/browser/sync/engine/
verify_updates_command.h 11 #include "chrome/browser/sync/engine/model_safe_worker.h"
12 #include "chrome/browser/sync/engine/model_changing_syncer_command.h"
13 #include "chrome/browser/sync/engine/syncproto.h"
14 #include "chrome/browser/sync/engine/syncer_types.h"
  /external/harfbuzz/
README 1 This is HarfBuzz, an OpenType Layout engine library.

Completed in 1412 milliseconds

1 2 3 4 5 6 7 8 91011>>